Difference between revisions of "User:Pieper"
From Slicer Wiki
Line 15: | Line 15: | ||
====Run Xvfb and start and xterm==== | ====Run Xvfb and start and xterm==== | ||
− | nohup Xvfb :1 -screen 0 1280x1024x16 | + | nohup Xvfb :1 -screen 0 1280x1024x16 |
+ | |||
+ | and then (give the X server a second to start) | ||
+ | |||
+ | xterm -display :1 & | ||
'''Note:''' each user needs a distinct display number (replace :1 in this example with your number). | '''Note:''' each user needs a distinct display number (replace :1 in this example with your number). |
Revision as of 16:58, 3 September 2010
Contents
GLX Enabled VNC on Unbuntu (tested on 8.10)
Remote Host
Install Xvfb
sudo apt-get install xvfb
Install x11vnc
sudo apt-get install x11vnc
Set up a vncpassword if needed with vncpasswd (available in package vnc4-common).
Run Xvfb and start and xterm
nohup Xvfb :1 -screen 0 1280x1024x16
and then (give the X server a second to start)
xterm -display :1 &
Note: each user needs a distinct display number (replace :1 in this example with your number).
Run x11vnc
nohup x11vnc -display :1 -usepw -N -localhost -forever &
On local host
Set up ssh tunnel
ssh -C -L 5900:localhost:5901 <remotehost>
Connect to server
vncviewer localhost:0
Now you may want to run gnome-session or startkde. Run glxgears or glxinfo to confirm GLX setup.
Route localhost imap to remote server
sudo ssh -C -L 993:localhost:993 user@imapserver