<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>alvarezp &#187; Debian</title>
	<atom:link href="http://blog.alvarezp.org/categorias/software-libre/linux/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alvarezp.org</link>
	<description>cat &#62;&#62; /dev/blog</description>
	<lastBuildDate>Sun, 20 Jun 2010 03:08:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debian Bridge</title>
		<link>http://blog.alvarezp.org/2010/01/18/debian-bridge/</link>
		<comments>http://blog.alvarezp.org/2010/01/18/debian-bridge/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 23:55:05 +0000</pubDate>
		<dc:creator>alvarezp</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Español]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Net-admin]]></category>
		<category><![CDATA[Planet Gultij]]></category>
		<category><![CDATA[Planeta Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alvarezp.org/?p=958</guid>
		<description><![CDATA[/etc/network/interfaces:
auto br0
iface br0 net dhcp
   bridge_ports eth0 eth1
   bridge_stp off
   bridge_fd 3

]]></description>
			<content:encoded><![CDATA[<p>/etc/network/interfaces:</p>
<pre class="code"><code>auto br0
iface br0 net dhcp
   bridge_ports eth0 eth1
   bridge_stp off
   bridge_fd 3
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.alvarezp.org/2010/01/18/debian-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera and mysterious font aliasing problem in Ubuntu and Debian</title>
		<link>http://blog.alvarezp.org/2009/09/20/opera-and-mysterious-font-aliasing-in-ubuntu-and-debian/</link>
		<comments>http://blog.alvarezp.org/2009/09/20/opera-and-mysterious-font-aliasing-in-ubuntu-and-debian/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 05:04:43 +0000</pubDate>
		<dc:creator>alvarezp</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Diseño web]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opera browser]]></category>
		<category><![CDATA[Planet Gultij]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alvarezp.org/?p=517</guid>
		<description><![CDATA[Opera renders text without antialiasing under Ubuntu and Debian when a value in the font-family CSS property matches a &#8220;Core X&#8221; font before an Xft font.
That&#8217;s why Opera can be set to ignore core X fonts, by unchecking the Enable Core X fonts configuration option. You can use this as a workaround.
So, the result of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Opera_(web_browser)">Opera</a> renders text without <a href="http://en.wikipedia.org/wiki/Antialiasing">antialiasing</a> under Ubuntu and Debian when a value in the <a href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop">font-family</a> CSS property matches a &#8220;Core <a href="http://en.wikipedia.org/wiki/X_Window_System">X</a>&#8221; font before an <a href="http://en.wikipedia.org/wiki/Xft">Xft</a> font.</p>
<p>That&#8217;s why Opera can be set to ignore core X fonts, by unchecking the <a href="opera:config#UserPrefs|EnableCoreXFonts">Enable Core X fonts</a> configuration option. You can use this as a workaround.</p>
<p><span id="more-517"></span>So, the result of having this option enabled can be compared in the following images. The first image shows the rendering when the <code>font-family: "Deja Vu Sans", sans-serif</code> directive is used. The second image shows the same page when the &#8220;Deja Vu Sans&#8221; option is removed from the directive. In this second case, Opera renders the text using the &#8220;sans-serif&#8221; font, whatever it matches.</p>
<p style="text-align: center">
<img style="padding: 5px; margin: 10px; border: 1px solid black" src="http://blog.alvarezp.org/imagenes/opera-antialias/aliased.png"/><br />
<img style="padding: 5px; margin: 10px; border: 1px solid black" src="http://blog.alvarezp.org/imagenes/opera-antialias/antialiased.png"/>
</p>
<p>Seen from a different perpective, it appears to be that when Opera asks X for a font, X returns an antialised core font. Does this happen on other distributions too?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alvarezp.org/2009/09/20/opera-and-mysterious-font-aliasing-in-ubuntu-and-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
