<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged 3d</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/3d/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/3d/order_by/date</id>
  <updated>2006-10-28T17:08:04Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Installer les pilotes libres ATI sous Edgy</title>
  <link href="http://snippets.prendreuncafe.com/snippet/5"></link>
  <updated>2006-10-28T17:08:04Z</updated>
  <id>5</id>
  <summary type="html">[code]
$ sudo apt-get update
$ sudo apt-get install linux-restricted-modules-$(uname -r) 
$ sudo apt-get install xorg-driver-fglrx
$ sudo depmod -a
$ sudo aticonfig --initial
$ sudo aticonfig --overlay-type=Xv
[/code]

À la fin du fichier /etc/X11/xorg.conf :

[code]
Section &quot;ServerFlags&quot;
  Option  &quot;AIGLX&quot; &quot;off&quot;
EndSection

Section &quot;Extensions&quot;
  Option &quot;Composite&quot; &quot;Disable&quot;
EndSection

Section &quot;DRI&quot;
  Mode 0666
EndSection
[/code]

Puis :

[code]
$ sudo shutdown -r now
[/code]

Pour confirmer que ça marche :

[code]
$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.6011 (8.28.8)
[/code]</summary>
</entry>
</feed>