I can put it on <a href="http://xubuntuguide.org">xubuntuguide.org</a> if you can specify which problems you are talking about.<br><br><div><span class="gmail_quote">On 12/23/06, <b class="gmail_sendername">Jelle de Jong</b>
 &lt;<a href="mailto:jelledejong@powercraft.nl">jelledejong@powercraft.nl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I made a little how to for solving the font problems under dapper and edgy.<br><br>Is it possible someone can post it on the xubuntu web site in a how to<br>section and in the right template style.<br><br>The time I had to do debugging is now passed for this week. I will see
<br>if I can solve another problem next week.<br><br>I attached a file with the info (if there is something wrong with it<br>please let me know!)<br><br><br><br>23-12-2006<br>Jelle de Jong<br><br>problem different font look between xfce, firefox, openoffice.
<br><br>xdpyinfo |grep resolution<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;resolution:&nbsp;&nbsp;&nbsp;&nbsp;95x96 dots per inch<br><br>xrdb -q |grep Xft<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Xft.antialias:&nbsp;&nbsp;1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Xft.hinting:&nbsp;&nbsp;&nbsp;&nbsp;1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Xft.hintstyle:&nbsp;&nbsp;hintfull<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Xft.rgba:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rgb
<br><br>--------------------------------<br><br>1 - Remove old config file&#39;s:<br>rm ~/.config/xfce4/Xft*<br><br>2 - Create new settings:<br>Menu -&gt; Settings -&gt; User Interface Preferences<br>Font Rendering:<br>RECHECK all checkboxen with these settings:
<br>Use anti-aliasing for fonts<br>Use hinting: Full<br>Use sub-pixel hinting: RGB<br><br>3 - Go to<br>mousepad ~/.config/xfce4/Xft.xrdb<br>And paste in the last line:<br>Xft.dpi: 96<br>(always leave a emty line)<br><br>Looks now like this:
<br>Xft.antialias: 1<br>Xft.hinting: 1<br>Xft.hintstyle: hintfull<br>Xft.rgba: rgb<br>Xft.dpi: 100<br><br>Save and exit the Xft.xrdb file<br><br>4 - Edit xorg<br>sudo mousepad /etc/X11/xorg.conf<br>And paste in under Section &quot;Files&quot; (if it's not there alread):
<br>FontPath &quot;/usr/share/X11/fonts/100dpi/:unscaled&quot;<br>FontPath &quot;/usr/share/X11/fonts/100dpi&quot;<br><br>Looks now like this:<br>Section &quot;Files&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/misc&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/cyrillic&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/100dpi/:unscaled&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/75dpi/:unscaled&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/Type1&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/100dpi&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/fonts/75dpi&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/fonts/X11/misc&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# path to defoma fonts<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&quot;<br>EndSection<br><br>5 - Create a DisplaySize property<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Go to Section &quot;Monitor&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;My resolution is 1440x900<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width = 1440<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;heigth = 900<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;formula = pixelwidth/dpi*25.4 and pixelheight/dpi*25.4<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1440/96*25.4 and 900/96*25.4 =<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DisplaySize&nbsp;&nbsp;&nbsp;&nbsp; 381 
238.125<br><br>Looks now like this:<br>Section &quot;Monitor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Generic Monitor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;DPMS&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modeline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;1440x900&quot; 106.50 1440 1520 1672 1904 900 903 909 934 -Hsync +Vsync
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DisplaySize&nbsp;&nbsp;&nbsp;&nbsp; 381 238.125<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HorizSync&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30-81<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VertRefresh&nbsp;&nbsp;&nbsp;&nbsp; 56-75<br>EndSection<br><br>Save and exit the xorg.conf file<br><br>Restart the system.<br><br>Tips:<br>1 - You can also test to use 100 dpi everywere
<br>2 - If openoffice gives you a hard time remove (removes al you openoffice settings)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rm ~/.openoffice.org2<br>3- Use these commands to see your settings<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xdpyinfo |grep resolution<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xrdb -q |grep Xft
<br><br><br>--<br>xubuntu-devel mailing list<br><a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel">https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
</a><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>Vincent