Hi,

I am running vnc-server on FC5 (x64).
But vncconfig won't come up, it gives the following error.

vncconfig
X Error of failed request:  BadLength (poly request too large or
internal Xlib length error)
  Major opcode of failed request:  134 (VNC-EXTENSION)
  Minor opcode of failed request:  1 ()
  Serial number of failed request:  65
  Current serial number in output stream:  65

It started fine on FC4 (x64 too).
I browsed through this list and found the following mail, but this
didn't help getting vncconfig starting again.
Any hint on what might be wrong?

Here's the mail:
vncserver 4.1.1 | Fedora 5 | X11 fonts 
Evan Cooch  cooch17 "at" verizon.net 
Mon Jul 31 16:11:02 2006 

      * Previous message: vncserver 4.1.1 | Fedora 5 | X11 fonts
      * Next message: multiple users
      * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 

________________________________________________________________________
James Weatherall wrote:
> Evan,
>
> You just need to start your VNC Server with the appropriate default font
> path configured, to match the one used by your console X server, which is
> probably "unix/:7100" or similar under Fedora Core 5.
>
> Regards,
>
> Wez @ RealVNC Ltd.
>  
>   

Yes, I stumbled on that in the end myself. Basically, to make everything 
play nice

1. in /etc/X11/xorg.conf, make sure you have something like

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath     "unix/:7100"
        FontPath     "/usr/share/X11/fonts/misc/"
        FontPath     "/usr/share/X11/fonts/75dpi/"
        FontPath     "/usr/share/X11/fonts/100dpi"
        FontPath     "/usr/share/X11/fonts/Type1"
EndSection

2. in /usr/bin/vncserver, probably should also add

$cmd .= " -fp 
/usr/share/X11/fonts/misc/,/usr/share/X11/fonts/75dpi/,/usr/share/X11/fonts/100dpi/";

in the appropriate place.
_______________________________________________
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