1834149 Members
2158 Online
110064 Solutions
New Discussion

font error

 
Jannik
Honored Contributor

font error

I get the following error when i start a vncserver:
error opening security policy file /usr/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/lib/X11/fonts/100dpi/, removing from list!
Could not init font path element /usr/lib/X11/fonts/75dpi/, removing from list!

any way to fix this?
jaton
2 REPLIES 2
Jannik
Honored Contributor

Re: font error

the sollution is for the information only to add the following lines to /.vnc/xstartup:
xset fp+ /usr/lib/X11/fonts/hp_roman8/75dpi/
xset fp+ /usr/lib/X11/fonts/iso_8859.1/100dpi/
jaton
Jannik
Honored Contributor

Re: font error

xset fp+ /usr/lib/X11/fonts/hp_roman8/75dpi/
xset fp+ /usr/lib/X11/fonts/iso_8859.1/100dpi/
jaton