- sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
- sudo apt-get install xvfb
- sudo apt-get install xtightvncviewer
- apt-get install x11vnc
- sudo apt-get install fluxbox
- export DISPLAY=:1
- Xvfb :1 -screen 0 1024x768x16 &
- fluxbox &
- x11vnc -display :1 -bg -nopw -listen localhost -xkb
- export DISPLAY=:0
- vncviewer -encodings 'copyrect tight zrle hextile' localhost:5900
- you should see fluxbox running within another window which you can navigate
- try, for fun
- export DISPLAY=:1
- xterm
- pkill fluxbox
- fluxbox &
Gets weirder
- close the above vncviewer window
- x11vnc -display :1 -bg -nopw -listen localhost -xkb
- x11vnc -display :1 -bg -nopw -listen localhost -xkb
- x11vnc -display :1 -bg -nopw -listen localhost -xkb
- vncviewer -encodings 'copyrect tight zrle hextile' localhost:5900
- vncviewer -encodings 'copyrect tight zrle hextile' localhost:5901
- vncviewer -encodings 'copyrect tight zrle hextile' localhost:5902
- sudo apt-get install firefox
- DISPLAY=:1 firefox &
Note: if vncviewer is not available on the CLI, use xtightvncviewer instead, same thing
See: http://en.wikipedia.org/wiki/Xvfb
See: http://en.wikipedia.org/wiki/Xvfb
No comments:
Post a Comment
Note: only a member of this blog may post a comment.