I'm receiving the error "could not open default font 'fixed'".

This error indicates that the default font path built in to Xvnc is not valid on your computer.

You can find out the correct font path by running the following command while logged in to the console of your computer:

   xset q

This will list information about your X Server, including the default font path, which you can add to your vncserver configuration file in /etc/vnc/config (for all users) or ~/.vnc/config (for you only). The configuration option is -fp. For example, the following will work on most modern X Servers:

   -fp unix/:7100

You will need to substitute the font path indicated by xset for "unix:/7100".


Related Articles

No related articles were found.

Attachments

No attachments were found.

Visitor Comments

Article Details

Last Updated
4th of February, 2011

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions



How would you rate this answer?




Thank you for rating this answer.

Continue

© RealVNC Limited