Howto: Fix Xfce fonts
August 9, 2006 at 6:04 pm | In tips and tricks, xubuntu |Xfce’s fonts can act weird sometimes. (I’ve noticed this when switching window managers.) Fonts can shrink in some places, and stay consistent in others. Here’s a screenshot:
The fix for this is easy:
1) Edit the file ~/.config/xfce4/Xft.xrdb:
mousepad ~/.config/xfce4/Xft.xrdb
And paste in:
Xft.dpi: 96
Save and exit.
2) Edit /etc/X11/xorg.conf:
sudo mousepad /etc/X11/xorg.conf
And paste in under Section "Files" (if it’s not there alread):
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath “/usr/share/X11/fonts/100dpi”
Save and exit.
3) Configure your DPI settings in /etc/X11/xorg.conf. You can follow this guide here: http://xubuntulinux.blogspot.com/2006/07/ubuntu-set-correct-dpi-for-x-server.html.
4) Log in and out. Your fonts should now be consistent.
(credit goes to evaldas at http://ubuntuforums.org/showthread.php?t=220502).
10 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
wonderful :)) thank you for appreciation. internet is small place
Comment by evaldas — August 11, 2006 #
here’s some more info how to set DPI in xorg.conf http://xubuntulinux.blogspot.com/2006/07/ubuntu-set-correct-dpi-for-x-server.html
Comment by evaldas — August 11, 2006 #
Thanks. I’ll admit I was a little lost when you mentioned configuring DPI in xorg.conf.
Comment by xubuntu — August 11, 2006 #
I enabled xfce’s compositor for transparency effects (looks nice but slow)
http://customisinglife.wordpress.com/2006/09/05/enabling-xfwms-compositor/
and it messed up my font sizes. Luckily i remembered your howto and now all is good. Thanx!
Comment by Mart — September 15, 2006 #
i’m a newbie of xubuntu.
when i mousepad my ~/.config/xfce4/Xft.xrdb , it’s empty. i put line:
Xft.dpi: 96
and try to save and exit, it shows up:
can’t open file to write
any idea?
Comment by 8o — February 25, 2007 #
80: if you haven’t figured this out already (which you likely have …
- you’ll need to open Xft.xrdb as root or use sudo. Read up on the ’sudo’ command and root privileges.
Thanks for the tutorial - I’m working out some font challenges, and this was definitely helpful. Cheers from Austin, TX!
Comment by dentonlt — March 23, 2007 #
[...] 6 , 10 jak 8 ) . Na szczescie pomoc znalazlem na forum Debiana , tymczasem sam art dostepny jest tutaj [...]
Pingback by Wyjeeeeezdzaaam ! =] « Outta Control ! — August 2, 2007 #
[...] 6 , 10 jak 8 ) . Na szczescie pomoc znalazlem na forum Debiana , tymczasem sam art dostepny jest tutaj [...]
Pingback by Wiesci » Blog Archive » Wyjeeeeezdzaaam ! =] — August 2, 2007 #
Thanks for your HowTo (with the link).
Worked like a charm in my Xubunto Gusty Gibbon 7.10
Once again, thanks!
Comment by euux — January 12, 2008 #
Acually on my 7.10 ubuntu with xfce installed, the fonts path looks like (X11 folder is inside fonts folder):
FontPath “/usr/share/fonts/X11/100dpi/:unscaled”
FontPath “/usr/share/fonts/X11/100dpi”
Also, when you re copying above, pay attention to quotes as wordpress sometimes change them to something strange
Comment by michuw — March 31, 2008 #