
06-05-2008, 05:39 PM
|
 |
iPhone? More like MyPhone
|
|
Join Date: Apr 2008
Device + Firmware: iPod touch 1st Generation, 2.2 firmware
Operating System: Ubuntu, Kubuntu, Vista 32 bit, Windows 7
Location: Novus
Posts: 191
Thanks: 19
Thanked 34 Times in 28 Posts
|
|
|
|
Thanks for the link, but two questions:
One, how is this supposed to let me view my desktop using Touchpad Pro on my iPod Touch and
Two, I get lost when he starts talking about this:
Using vi (vim) to edit the xstartup file, make sure your file matches this one:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
startx &
Notice that the last line is "startx &" as this command will launch Gnome upon login via VNCserver. If you are using a KDE desktop, the line "startkde &" should replace the last line.
Logging in, you will be presented with a Gnome or KDE desktop.
Any help?
|
|