Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/11/2006, 07:12
Avatar de dogduck
dogduck
 
Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 18 años, 4 meses
Puntos: 19
Personalmente no lo sé, pero google dice algo:

http://www.realvnc.com/pipermail/vnc...ly/055601.html
Cita:
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,
Cita:
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.
salu2