<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gentoo: xfce4 fonts not sized correctly</title>
	<atom:link href="http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/</link>
	<description>Random thoughts and rants...mostly Linux</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:23:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jolexa</title>
		<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/comment-page-1/#comment-39</link>
		<dc:creator>jolexa</dc:creator>
		<pubDate>Mon, 04 Aug 2008 23:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=44#comment-39</guid>
		<description>@marenz: That may be the correct way to find your DPI and it matches what xdpyinfo says for me.

%% xdpyinfo&#124;grep dots
  resolution:    129x129 dots per inch

However, I don&#039;t like it. A DPI of 96 looks natural to me and a DPI of 129 makes the &quot;standard&quot; font sizes too large. *shrugs*

Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>@marenz: That may be the correct way to find your DPI and it matches what xdpyinfo says for me.</p>
<p>%% xdpyinfo|grep dots<br />
  resolution:    129x129 dots per inch</p>
<p>However, I don't like it. A DPI of 96 looks natural to me and a DPI of 129 makes the "standard" font sizes too large. *shrugs*</p>
<p>Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marenz</title>
		<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/comment-page-1/#comment-38</link>
		<dc:creator>Marenz</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=44#comment-38</guid>
		<description>You can calculate your correct dpi easily doing this:

echo &quot;sqrt(WidthInPixels^2+heightInPixels^2)/DiagonalViewingArea&quot; &#124; bc

which results in 86 DPI for my 19&quot; lcd with a resolution of 1280x1024

just wanted to point this out because many people simply use 96 DPI because it&#039;s so common.

have a look at http://www.raydreams.com/docs/dpi.html for more infos</description>
		<content:encoded><![CDATA[<p>You can calculate your correct dpi easily doing this:</p>
<p>echo "sqrt(WidthInPixels^2+heightInPixels^2)/DiagonalViewingArea" | bc</p>
<p>which results in 86 DPI for my 19" lcd with a resolution of 1280x1024</p>
<p>just wanted to point this out because many people simply use 96 DPI because it's so common.</p>
<p>have a look at <a href="http://www.raydreams.com/docs/dpi.html" rel="nofollow">http://www.raydreams.com/docs/dpi.html</a> for more infos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jolexa</title>
		<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/comment-page-1/#comment-41</link>
		<dc:creator>jolexa</dc:creator>
		<pubDate>Sun, 03 Aug 2008 02:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=44#comment-41</guid>
		<description>@nightmorph:
okok, &quot;Never do it the Xubuntu way&quot; is alittle drastic because the &quot;Xfce way&quot; just writes to the above mentioned file anyway.  ;)

I couldn&#039;t find it in the menu, so thanks for letting me know! I will add an update to my post.

@dav_it: Glad I could help!</description>
		<content:encoded><![CDATA[<p>@nightmorph:<br />
okok, "Never do it the Xubuntu way" is alittle drastic because the "Xfce way" just writes to the above mentioned file anyway.  <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I couldn't find it in the menu, so thanks for letting me know! I will add an update to my post.</p>
<p>@dav_it: Glad I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nightmorph</title>
		<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/comment-page-1/#comment-42</link>
		<dc:creator>nightmorph</dc:creator>
		<pubDate>Sun, 03 Aug 2008 01:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=44#comment-42</guid>
		<description>Whoa, whoa, whoa there!

It&#039;s Xfce. It&#039;s easy to use. Users shouldn&#039;t have to touch text config files to get good fonts.

In fact, there&#039;s a handy graphical control for DPI built right into Xfce; it was added to the UI-settings-manager one or two versions ago.

&lt;strong&gt;Menu --&gt; Settings --&gt; User Interface Preferences&lt;/strong&gt;
Click the &lt;strong&gt;Font DPI&lt;/strong&gt; dropdown, and select your desired DPI (96 is common; it&#039;s what I use on my systems).

Make sure to &lt;strong&gt;Save session for future logins&lt;/strong&gt; when you logout, and your DPI is preserved. &lt;em&gt;Never&lt;/em&gt; do it the Xubuntu way, I&#039;d say.

Presto. No muss, no fuss. No editing nasty text files; it&#039;s much easier to make the changes where you &lt;em&gt;should&lt;/em&gt; -- with the provided graphical tool.</description>
		<content:encoded><![CDATA[<p>Whoa, whoa, whoa there!</p>
<p>It's Xfce. It's easy to use. Users shouldn't have to touch text config files to get good fonts.</p>
<p>In fact, there's a handy graphical control for DPI built right into Xfce; it was added to the UI-settings-manager one or two versions ago.</p>
<p><strong>Menu --&gt; Settings --&gt; User Interface Preferences</strong><br />
Click the <strong>Font DPI</strong> dropdown, and select your desired DPI (96 is common; it's what I use on my systems).</p>
<p>Make sure to <strong>Save session for future logins</strong> when you logout, and your DPI is preserved. <em>Never</em> do it the Xubuntu way, I'd say.</p>
<p>Presto. No muss, no fuss. No editing nasty text files; it's much easier to make the changes where you <em>should</em> -- with the provided graphical tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dav_it</title>
		<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/comment-page-1/#comment-40</link>
		<dc:creator>dav_it</dc:creator>
		<pubDate>Sat, 02 Aug 2008 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=44#comment-40</guid>
		<description>ahahah, thanks brother, you solved my problems :)</description>
		<content:encoded><![CDATA[<p>ahahah, thanks brother, you solved my problems <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
