Results 1 to 2 of 2

Thread: [SOLVED] Fonts in OpenBox not quite good

  1. #1
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    [SOLVED] Fonts in OpenBox not quite good

    I've been using Fonts with LCD filters and having excellent results in GNOME.

    But for some reason, Openbox doesn't seem to honor the filters - The fonts don't look as smooth and crisp as they are in GNOME. Running gnome-settings-daemon in Openbox renders the font just they way they are in GNOME. But I do not want to run the daemon in the background just for the sake of it.

    Is there a way to get better rendered fonts in openbox without gnome-settings-daemon?

  2. #2
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Fonts in OpenBox not quite good

    ~/.fonts.conf
    Code:
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    	<match target="font" >
    		<edit mode="assign" name="rgba" >
    			<const>rgb</const>
    		</edit>
    	</match>
    	<match target="font" >
    		<edit mode="assign" name="hinting">
    			<bool>true</bool>
    		</edit>
    	</match>
    	<match target="font" >
    		<edit mode="assign" name="hintstyle">
    		<const>hintfull</const>
    		</edit>
    	</match> 	
    </fontconfig>
    That fixed it!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •