<?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> &#187; testing</title>
	<atom:link href="http://www.oojahtech.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>ATI Proprietary Drivers on Debian Squeeze</title>
		<link>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/</link>
		<comments>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 03:09:19 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unstable]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=482</guid>
		<description><![CDATA[There are two  processes to installing ATI proprietary drivers the hard way Debian Squeeze is similar to what is done to enable nVidia drivers. I call this the hard way because there are a lot steps and it requires pulling packages from unstable and compiling the module with module assistant. The hard way has not [...]]]></description>
			<content:encoded><![CDATA[<p>There are two  processes to installing ATI proprietary drivers the hard way Debian Squeeze is similar to what is done to <a href="http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/">enable nVidia drivers</a>. I call this the hard way because there are a lot steps and it requires pulling packages from unstable and compiling the module with module assistant. The hard way has not always worked for me. The easy way is installing the driver provided by ATI themselves.</p>
<p>THE HARD WAY</p>
<p>The first thing to do is to enable the unstable repositories to your /etc/apt/source.list:</p>
<blockquote><p># UNSTABLE<br />
deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib  non-free</p></blockquote>
<p>Now run <em>aptitude update</em> then you need to set the priorities of your repositories so that apt-get upgrade does not default to unstable by editing /etc/apt/prefernces:</p>
<blockquote><p>Package: *<br />
Pin: release o=Debian,a=testing<br />
Pin-Priority: 900</p>
<p>Package: *<br />
Pin: release o=Debian,a=unstable<br />
Pin-Priority: 300</p>
<p>Package: *<br />
Pin: release o=Debian<br />
Pin-Priority: -1</p></blockquote>
<p>Now it is time to install the components needed for fglrx (ATI Driver) from unstable (as root):</p>
<blockquote><p>aptitude -t unstable install fglrx-source</p></blockquote>
<p>The next step is to make sure module assistant is installed from testing/squeeze and create the module(as root):</p>
<p>aptitude install module-assistant</p>
<p>m-a a-i fglrx</p>
<p>Once that is completed configure Xorg. Assuming you are in X, switch to a new terminal by pressing ALT-CTL FX (where FX represents f1 &#8211; f12) and implement the new driver.</p>
<p>Login as root:</p>
<blockquote><p>invoke-rc.d gdm stop</p></blockquote>
<p>once that is done create the xorg.conf file</p>
<p>Xorg -config</p>
<p>now edit /root/new.config.org and replace the display device from radeonhd to fglrx. As mentioned above I have had mixed resolts with this method. Sometimes it seems to work sometimes it doesnt. However, downloading directly from ATI seems to always do the trick.</p>
<p><strong>THE EASY WAY</strong></p>
<p>download the appropriate file from <a href="http://ati.amd.com/support/driver.HTML" target="_blank">here</a>. Then you need to make sure it is exacutible and install from terminal:</p>
<blockquote><p>chmod +x (filenamehere)</p></blockquote>
<p>as root:</p>
<blockquote><p>./(filenamehere)</p></blockquote>
<p>this will pop up an automated install script to follow and once dead you should simply need to reboot you computer.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI graphics cards (FGLRX) on Debian (Squeeze) 32bit</title>
		<link>http://www.oojahtech.com/2009/12/30/ati-graphics-cards-fglrx-on-debian-squeeze-32bit/</link>
		<comments>http://www.oojahtech.com/2009/12/30/ati-graphics-cards-fglrx-on-debian-squeeze-32bit/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:06:03 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze. deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free # UNSTABLE deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib non-free Now update [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze.</p>
<blockquote><p>
    deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free<br />
    deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free</p>
<p>    deb http://security.debian.org/ squeeze/updates main contrib non-free<br />
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free</p>
<p>    # UNSTABLE<br />
    deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib non-free 
</p></blockquote>
<p>Now update apt.</p>
<p>as root:</p>
<blockquote><p>echo &#8216;APT::Default-Release &#8220;testing&#8221;;&#8217; >/etc/apt/apt.conf.d/00defaultrelease</p></blockquote>
<blockquote><p>aptitude module-assistant linux-source-2.6.30</p></blockquote>
<blockquote><p>apt-get -t unstable install fglrx-control fglrx-driver fglrx-source</p></blockquote>
<blockquote><p>m-a a-i fglrx</p></blockquote>
<blockquote><p>aticonfig &#8211;initial</p></blockquote>
<p>
restart X or reboot system</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/12/30/ati-graphics-cards-fglrx-on-debian-squeeze-32bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nVidia on Debian Squeeze 32bit</title>
		<link>http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/</link>
		<comments>http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 00:53:19 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Might work on lenny and/or 64bit variations NOTE: These instruction apply to the 2.6.32-2 kernels Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze. deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src [...]]]></description>
			<content:encoded><![CDATA[<p><em>Might work on lenny and/or 64bit variations</em></p>
<p><em><strong>NOTE: </strong>These instruction apply to the 2.6.32-2 kernels<br />
</em></p>
<p>Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze.</p>
<blockquote><p>deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free<br />
deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free</p>
<p>deb http://security.debian.org/ squeeze/updates main contrib non-free<br />
deb-src http://security.debian.org/ squeeze/updates main contrib non-free</p>
<p># UNSTABLE<br />
deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib non-free</p></blockquote>
<p>as root edit /etc/apt/prefernces and add:</p>
<blockquote><p>Package: *<br />
Pin: release o=Debian,a=testing<br />
Pin-Priority: 900</p>
<p>Package: *<br />
Pin: release o=Debian,a=unstable<br />
Pin-Priority: 300</p>
<p>Package: *<br />
Pin: release o=Debian<br />
Pin-Priority: -1</p></blockquote>
<p>as root:</p>
<blockquote><p>aptitude install nvidia-kernel-source/unstable</p>
<p>aptitude install module-assistant</p></blockquote>
<blockquote><p>m-a prepare</p></blockquote>
<blockquote><p>m-a a-i nvidia-kernel-source</p></blockquote>
<blockquote><p>aptitude -t unstable install nvidia-glx nvidia-libvdpau1 nvidia-settings nvidia-xconfig</p></blockquote>
<p><strong>OPTIONAL:</strong> remove or quote out the unstable/sid entry in <em>/etc/apt/source.list</em> and run <em>apt-get update</em></p>
<p>as root</p>
<blockquote><p>nvidia-xconfig<br />
mv /etc/X11/XF86Config /etc/X11/xorg.conf</p></blockquote>
<p>Start or restart Xorg (might require reboot)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade Debian Lenny to Squeeze</title>
		<link>http://www.oojahtech.com/2009/09/04/upgrade-debian-lenny-to-squeeze/</link>
		<comments>http://www.oojahtech.com/2009/09/04/upgrade-debian-lenny-to-squeeze/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 00:32:59 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Squeeze is the current testing branch of Debian. It does not have the stability of Lenny, but has more updated packages. However, what It is my experience, that what Debian calls testing, is considered stable in other distributions (e.g Ubuntu). Packages are updated more frequently and minor breakage is a possibility. With this in mind, [...]]]></description>
			<content:encoded><![CDATA[<p>Squeeze is the current testing branch of Debian. It does not have the stability of Lenny, but has more updated packages. However, what It is my experience, that what Debian calls testing, is considered stable in other distributions (e.g Ubuntu). Packages are updated more frequently and minor breakage is a possibility. With this in mind, upgrading to Squeeze is relatively easy.
</p>
<p>Edit /etc/apt/sources.list and replace instances of lennys with squeeze, except your security patches. Check information for availability of squeeze with any third party repositories. </p>
<p>Now the fun begins (as root)</p>
<blockquote><p>
sudo aptitude update<br />
sudo aptitude install apt dpkg aptitude<br />
sudo aptitude full-upgrade</p></blockquote>
<p>
Enjoy!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/09/04/upgrade-debian-lenny-to-squeeze/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
