Pues resulta que en mi <span style="font-weight: bold;">xorg.conf</span> tengo lo siguiente:<br>
<br>
Section &quot;Device&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp; &quot;ATI Technologies, Inc. Radeon 9600 (RV350 AS)&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;fglrx&quot;<br>
&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;PCI:1:0:0&quot;<br>
&nbsp;&nbsp;&nbsp; Option &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;VideoOverlay&quot; &quot;on&quot;<br>
&nbsp;&nbsp;&nbsp; Option &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;OpenGLOverlay&quot; &quot;off&quot;<br>
&nbsp;&nbsp;&nbsp; Option &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;UseInternalAGPGART&quot; &quot;no&quot;<br>
EndSection<br>
<br>
Pero cuando ejecuto <span style="font-weight: bold;">fglrxinfo</span> me sale lo siguiente:<br><br>
aitor@aitorubuntu:~$ fglrxinfo<br>
display: :0.0&nbsp; screen: 0<br>
OpenGL vendor string: Mesa project: <a href="http://www.mesa3d.org">www.mesa3d.org</a><br>
OpenGL renderer string: Mesa GLX Indirect<br>
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)<br>
<br>
<br>
No lo entiendo ¿no es el archivo xorg.conf el que define la configuración gráfica?<br>