> -----Original Message----- > From: Robert Upshall [mailto:[EMAIL PROTECTED]] > Can somebody tell me how fonts work with VNC. I have a > vncserver running on > linux and when I connect to the server certain fonts do not > display on the > windows VNC veiwer. > > Do the fonts need to be in windows? Does VNC support true type fonts? > > I am useing TightVNC 1.2.6(server and viewer), slackware > linux 8.1(server) > and windows 2000 pro(viewer). > > Robert > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > http://www.realvnc.com/mailman/listinfo/vnc-list >
Most easy way is to use the font path from the X11 session at the console. Read the fontpath from the X11-console with `xset -q :0.0`. You might need to be logged-in at this display to read it. Use the '-fp' option to Xvnc to set it: If you use the `vncserver` script, best to update the fontpath in there. btw: Xvnc does not support true-type fonts. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
