<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nalaki</title>
	<atom:link href="http://nalaki.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nalaki.wordpress.com</link>
	<description>La risposta è: 42</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:42:53 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nalaki.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nalaki</title>
		<link>http://nalaki.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nalaki.wordpress.com/osd.xml" title="Nalaki" />
	<atom:link rel='hub' href='http://nalaki.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Vedere Ubuntu alla TV</title>
		<link>http://nalaki.wordpress.com/2008/08/20/vedere-ubuntu-alla-tv/</link>
		<comments>http://nalaki.wordpress.com/2008/08/20/vedere-ubuntu-alla-tv/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 17:15:24 +0000</pubDate>
		<dc:creator>nalaki</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ati]]></category>
		<category><![CDATA[Tvout]]></category>
		<category><![CDATA[Ubunutu]]></category>

		<guid isPermaLink="false">http://nalaki.wordpress.com/?p=22</guid>
		<description><![CDATA[Questo how-to non è altro che una traduzione della guida scitta da &#8220;Unofficial Wiki for the ATI Linux Driver&#8220;, utile per coloro che hanno una scheda video inferiore alla ATI 9500 e vogliono utilizzare la TV con monitor (ad esempio per vedere i film). La guida originale è stata testata solo su Ubuntu Edgy, ma [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalaki.wordpress.com&amp;blog=4116120&amp;post=22&amp;subd=nalaki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Questo how-to non è altro che una traduzione della guida scitta da &#8220;<a title="Unofficial Wiki for the ATI Linux Driver" href="http://wiki.cchtml.com/index.php/Tvout" target="_blank">Unofficial Wiki for the ATI Linux Driver</a>&#8220;, utile per coloro che hanno una scheda video inferiore alla ATI 9500 e vogliono utilizzare la TV con monitor (ad esempio per vedere i film). La guida originale è stata testata solo su Ubuntu Edgy, ma vi garantisco che va anche su Ubuntu Hardy Heron.</p>
<p><img class="aligncenter" src="http://wiki.cchtml.com/skins/common/images/atiwiki.png" alt="" width="135" height="135" /></p>
<p>Allora cominciamo:</p>
<p><strong>Prerequisiti</strong> &#8211; Intanto dobbiamo installare i driver e alcuni pacchetti essenziali, quindi copiate e incollate quello che segue nel terminale.</p>
<blockquote>
<pre>sudo apt-get install build-essential libdrm-dev mesa-common-dev \
  x11proto-render-dev x11proto-core-dev x11proto-fonts-dev x11proto-gl-dev \
  x11proto-randr-dev x11proto-video-dev x11proto-xext-dev \
  x11proto-xf86dri-dev x11proto-xf86misc-dev x11proto-xinerama-dev \
  xserver-xorg-dev pkg-config</pre>
</blockquote>
<p><strong>Driver e Patch</strong> &#8211; Usate wget nel terminale per scaricare i driver e le patch.</p>
<blockquote>
<pre>    mkdir ~/ati; cd ~/ati
    wget <a class="external free" title="http://megahurts.dk/rune/stuff/xorg7.1-6.6.3-tv_output.patch.gz" rel="nofollow" href="http://megahurts.dk/rune/stuff/xorg7.1-6.6.3-tv_output.patch.gz">http://megahurts.dk/rune/stuff/xorg7.1-6.6.3-tv_output.patch.gz</a>
    wget <a class="external free" title="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.6.3.tar.bz2" rel="nofollow" href="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.6.3.tar.bz2">http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.6.3.tar.bz2</a></pre>
</blockquote>
<p>poi estraiamo la patch</p>
<blockquote>
<pre>  tar xjvf xf86-video-ati-6.6.3.tar.bz2
  gunzip -c xorg7.1-6.6.3-tv_output.patch.gz | patch -p1 -d xf86-video-ati-6.6.3</pre>
</blockquote>
<p><strong>Installazione</strong> &#8211; Installate i driver.</p>
<blockquote>
<pre> cd xf86-video-ati-6.6.3
 export XORG_PREFIX="/usr"
 export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var"
 ./configure $XORG_CONFIG --with-xorg-module-dir=$XORG_PREFIX/lib/xorg/modules
 make
 sudo make install</pre>
</blockquote>
<p><strong>Configurazione</strong> &#8211; Configurate il tutto. Apriate xorg.conf</p>
<blockquote>
<pre>sudo gedit /etc/X11/xorg.conf</pre>
</blockquote>
<p>e editate come segue:</p>
<blockquote>
<pre> Section "Device"
    Identifier "&lt;NOME DELLA VOSTRA SCHEDA VIDEO&gt;"
    Driver "ati"                #&lt;---------
    BusID "PCI:1:0:0"
    Option "TVOutput" "PAL"    #&lt;---------da notare che ho sostituito NTSC con PAL
                               #&lt;---------perchè noi ci troviamo in europa
EndSection

Section "Monitor"
Identifier "SyncMaster"
HorizSync 30 - 50           #&lt;---------
VertRefresh 60 - 60         #&lt;---------
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "&lt;NOME DELLA VOSTRA SCHEDA VIDEO&gt;"
Monitor "SyncMaster"
DefaultDepth 24             #&lt;---------
SubSection "Display"        #&lt;---------
Depth 24               #&lt;---------
Modes "800x600"        #&lt;---------
EndSubSection               #&lt;---------
EndSection</pre>
</blockquote>
<p>salvate e chiudete</p>
<p>Un bel CRT+ALT+Backspace per riavviare X e il gioco è fatto, se non va provate a riavviate e sicuramente andrà.</p>
<p>Buon divertimento</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nalaki.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nalaki.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nalaki.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nalaki.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nalaki.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nalaki.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nalaki.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nalaki.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nalaki.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nalaki.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nalaki.wordpress.com&amp;blog=4116120&amp;post=22&amp;subd=nalaki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nalaki.wordpress.com/2008/08/20/vedere-ubuntu-alla-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9318b92a4717051991b6fcbbf53b901b?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nalaki</media:title>
		</media:content>

		<media:content url="http://wiki.cchtml.com/skins/common/images/atiwiki.png" medium="image" />
	</item>
	</channel>
</rss>
