|
|
2008-09-03
, 08:07
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#11
|
|
|
2008-09-03
, 08:28
|
|
Posts: 384 |
Thanked: 90 times |
Joined on Mar 2008
|
#12
|
|
|
2008-09-03
, 09:11
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#13
|
May I add once again that I think it's a shame the tablets never got plain, simple X-forwarding right. I'm not talking about "ssh -X", but about typing "export DISPLAY=10.0.0.143:0.0" right in the N800's terminal and the starting whatever application you want so it gets displayed at 10.0.0.143. If at least this would work... but no.
)|
|
2008-09-03
, 09:58
|
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#14
|

|
|
2008-09-03
, 10:46
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#15
|
Need to try this; bad thing is it might be Friday before I'm home again...
That's basically what I'd expect from a GNU/Linux based device: start the tablet, get GDM or something like this, each person who uses the tablet can have its own user, ...
... and of course be able to login from my desktop's display manager via XDMCP.
I'm sure Nokia will be adding this to the next minor update to OS2008. Right?
.
|
|
2008-09-03
, 16:55
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#16
|
| The Following User Says Thank You to qole For This Useful Post: | ||
|
|
2008-09-03
, 17:01
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#17
|
. I made the backup in advance as I was playing with upstart as a replacement for init. But this is a *proper* backup , the tablet's equivalent of norton ghost you could say
. It's the entire contents of my / put into one jffs2 file. All I did was copy the rootfs.jffs2 file from my MMC card to the computer and run flasher -f -r rootfs.jffs2 and the tablet was instantly restored to back to the state it was previously in; in about 5 minutes.
| The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
|
2008-09-03
, 17:10
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#18
|
It's the entire contents of my / put into one jffs2 file. All I did was copy the rootfs.jffs2 file from my MMC card to the computer and run flasher -f -r rootfs.jffs2 and the tablet was instantly restored to back to the state it was previously in; in about 5 minutes.
|
|
2008-09-03
, 17:12
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#19
|
Wow, that's very cool. Please post instructions on making the rootfs.jffs2 file, if you haven't already. Start a new thread, I'm hijacking this one enough already.

| The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
|
2009-03-31
, 06:29
|
|
Posts: 2 |
Thanked: 2 times |
Joined on Mar 2009
|
#20
|
Ok, got forwarding X application to work with some serious quirks (maybe Qole could help, I know he did brilliantly with kbrowser.).
1. Edit /etc/init.d/x-server and remove the "-nolisten tcp" from the args line. (Be careful, messing up this file can cause the tablet not to boot)
2. Reboot.
3. Ensure X11Forwarding is turned on in /etc/ssh/sshd_config.
4. Install xauth. http://qwerty12.maemobox.org/xauth_1.0.2-2_armel.deb
5. ssh -X root@urtablet'sip
6. Run a program.
Bugs:
Theming, menus is messed up.
Crap, heh, just realised you don't want this. I'll leave it here for those that do
How to forward as user:
ssh -X root@tabletip (this is so that the .Xauthority gets created)
cp /root/.Xauthority /home/user
su - user
chown user:users /home/user/.Xauthority
export DISPLAY=localhost:10.0
export XAUTHORITY=/home/user/.Xauthority
Here's xbase-clients for those that need it out of curiosity.
http://qwerty12.maemobox.org/xbase-c...s1-2_armel.deb
I removed stuff that would not compile (needed gl libs etc). I would not recommend installing this but instead using dpkg -x and moving binaries that you need and that do not already exist.
Nokia-N800-43-7:~# dpkg -i xauth_1.0.2-2_armel.deb (Reading database ... 18597 files and directories currently installed.) Preparing to replace xauth 1:1.0.2-2 (using xauth_1.0.2-2_armel.deb) ... Unpacking replacement xauth ... dpkg: dependency problems prevent configuration of xauth: xauth depends on libxmuu1; however: Package libxmuu1 is not installed. dpkg: error processing xauth (--install): dependency problems - leaving unconfigured Errors were encountered while processing: xauth
Nokia-N800-43-7:~# uname -a Linux Nokia-N800-43-7 2.6.21-omap1 #2 Tue Oct 14 11:25:25 EEST 2008 armv6l unknown
| The Following User Says Thank You to davidonlaptop For This Useful Post: | ||