This might not be very useful, but here is what I do.  I don't use X0vncserver, 
but the x11vnc that installs the vnc.so XFree (or XOrg) module (by default 
generally).  There may be a graphical or other utility to configure this (SuSE 
9.3 has YaST module - yay!), but I don't know enough about RH operating systems 
utilities.  This of course assumes that this will work w/ RH AS 4.0 (see note 
below).  

Edit your XF86Config or equivalent with the following:

- In the "Load 'Modules'" section: add 
   Load  "vnc"

- Add the following two NEW sections:
  Section "InputDevice"
    Identifier "vncMouse"
    Driver "rfbMouse"
  EndSection

  Section "InputDevice"
    Identifier "vncKeyboard"
    Driver  "rfbkeyb"
  EndSection
 
- In the "Section 'Server Layout'" section add:
  InputDevice "vncMouse" "ExtraPointer"
  InputDevice "vncKeyboard" "ExtraKeyboard"

- In the "Section 'Device'" for the driver being used add:
  Option "usevnc"

  (OPTIONAL) If you want to enable security, add the following to this same 
section:
  Option "rfbAuth" "<path to vnc passwd file>"

Don't forget to create the passwd file.  This is what I do on all the platforms 
I use.  But, I tried this on RH AS 3.0, but the server HARD HUNG when I 
connected.  I just saw a thread mentioning a hang when using the dri module, 
but I haven't tried to determine if that is my issue, although it is definitely 
loading the dri module.

My understanding was that X0vncserver is a hack/workaround for older 
unsupported X servers. My memory may be failing me though.

>>>muzzol <[EMAIL PROTECTED]> 06/05/05 9:44 am >>> 
i hardly recomend you to try with x11vnc. it has all x0vncserver a lot more. 
 
regards 
 
En/na David and Karelle ha escrit: 
>Hello, 
> 
>I'm using x0vncserver and I'd like to start it automatically on boot or when 
>logging in. I have RedHat AS 4.0. I've tried to add the following line to 
>the /etc/rc.d/rc.local script: 
>x0vncserver -ScurityTypes None & 
>But it does not work. 
> 
>Any idea? 
>Thanks 
> 
>VNC-List mailing list 
>[email protected] 
>To remove yourself from the list visit: 
>http://www.realvnc.com/mailman/listinfo/vnc-list 
> 
 
 
-- 
======================== 
B B B B B ^ ^ 
B B B B B O O 
B B B B (_ _) 
muzzol(a)mail.ru 
======================== 
jabber id: muzzol(a)jabber.dk 
======================== 
No atribueixis qualitats humanes als ordinadors. 
No els hi agrada. 
======================== 
<echelon spamming> 
bomb terrorism bush aznar teletubbies 
</echelon spamming> 
 
VNC-List mailing list 
[email protected] 
To remove yourself from the list visit: 
http://www.realvnc.com/mailman/listinfo/vnc-list 
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to