> -----Original Message----- > From: Robert Upshall [mailto:[EMAIL PROTECTED]] > > I am new to VNC and have a question about a problem I am > getting with fonts. > > I have a vncserver running on a slackware linux box, I am > connecting with a > Windows 2000 vncviewer. > > My problem is, when I use Enlightenment as the windows > manager, some of the > themes/fonts do not work with the vnc server/viewer. These > themes/fonts > work fine when I startx on the machine running the vncserver, > but when I > start a client viewer, the fonts show all character as blocks. Some > themes/work fine with the vncviewer and other the blocks > instead of chars. >
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
