Ubuntu VNC session: Difference between revisions
From D3xt3r01.tk
Jump to navigationJump to search
m New page: ==WHY== Because by installing a vnc server and starting a gnome thing, you only do that remotely, it doesn't show your current X session ( which I'm trying to do ). ==HOW== Install packa... |
m →HOW |
||
Line 26: | Line 26: | ||
Feel free to add it to your start-up session. | Feel free to add it to your start-up session. | ||
[[ | [[Category: Linux]] | ||
[[ | [[Category: VNC]] |
Latest revision as of 11:40, 18 December 2009
WHY
Because by installing a vnc server and starting a gnome thing, you only do that remotely, it doesn't show your current X session ( which I'm trying to do ).
HOW
Install packages:
sudo apt-get install x11vnc vnc-java gvncviewer mozilla-gtk-vnc xtightvncviewer vinagre
Setup a password
x11vnc -storepasswd
Start it
x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800
If you don't want others to mess with your screen/keyboard .. Use this:
x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800 -noxdamage --nolookup -viewonly
Feel free to add it to your start-up session.