2005-01-08, 09:00 AM
So, i finally figured out a very useful solution to a dilema i've been having for years.
Now, normally when you use vncserver. you cant control the :0 display, which is the display that actually shows on your monitor. little did i know, theres actually a vnc.so library built into XFree86 AND xorg. makes life so much simpler.. as well, solves a second problem i had,
what ever method i used, whether it be kde desktop sharing, or xf0rb or whatever it was called. I found they used 100% processor power and were really laggy.
problem solved!
xorg has it built in. with a very simple setup...
i'm using fedora core 3. and all i had to do was.. edit /etc/X11/xorg.conf and toss in a
Load "vnc"
into the 'Section "Module"' of xorg.conf,
and in the "Screen" section, toss in
'Option "passwordFile" "/root/.vnc/passwd"'
restarted x, and boom works..
I got this information from [/url][url=http://www.realvnc.com/v4/x0.html]http://www.realvnc.com/v4/x0.html.
Enjoy. any questions on this simple task, join up irc efnet #linux-noob and i can give ya a hand.. its VERY simple to do. and uses almost no processor power.
FluKex