Strano errore driver open con Radeon 9200se
Inviato: domenica 24 gennaio 2010, 20:35
A causa di un Bug insidioso in Karmic 9.10 (che attualmente uso), ho seguito questa guida (click) e ho downgradato i libgl1-mesa a quelli di Jaunty 9.04.
Ora, tuttavia, mi è impossibile abilitare gli effetti grafici per qualche strano motivo.
Lascio un po' di informazioni:
La mia scheda ha il pieno supporto 3D, con i driver radeon.
Dove sbaglio? Qualche idea?
Grazie a tutti. ^^
Ora, tuttavia, mi è impossibile abilitare gli effetti grafici per qualche strano motivo.
Codice: Seleziona tutto
grep "(EE)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) AIGLX error: Calling driver entry point failed
(EE) AIGLX: reverting to software rendering
Codice: Seleziona tutto
feanor@matrix:~$ glxinfo|grep "OpenGL version"
OpenGL version string: 2.1 Mesa 7.4
feanor@matrix:~$ lshw -c display | grep driver
WARNING: you should run this program as super-user.
configuration: driver=radeon latency=32 mingnt=8
feanor@matrix:~$ glxinfo | grep "direct rendering"
direct rendering: Yes
feanor@matrix:~$ glxinfo | grep -i renderer
OpenGL renderer string: Software Rasterizer
feanor@matrix:~$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
feanor@matrix:~$ glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Mesa Project
Codice: Seleziona tutto
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
Driver "ati"
#Le opzioni seguenti sono facoltative
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "8"
Option "AccelMethod" "XAA"
Option "ColorTiling" "on"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "AIGLX" "True"
EndSection
Dove sbaglio? Qualche idea?
Grazie a tutti. ^^