#1 Le 17/10/2006, à 12:41
- francky_51
Incomprehension driver libre ati radéon
Bonjour tout le monde
J'avais des problemes avec les drivers proprio ati pour ma radeon 9200se.
J'ai donc decidé de reinstaller Dapper et d'installer les drivers libres.
J'ai alors modifié mon fichier xorg.conf en suivant le wiki :
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "LM19T"
HorizSync 30.0 - 100.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AGPMode" "8" # AGP 4x
Option "AGPSize" "256" # AGP aperture size
Option "RingSize" "8"
Option "BufferSize" "2"
Option "UseFBDev" "false"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "XaaNoOffscreenPixmaps" "false" # Faster RENDER acceleration
Option "RenderAccel" "true" # Enable the hardware render acceleration
Option "BackingStore" "true" # Faster double buffering
Option "EnablePageFlip" "true" # Enable page flipping for 3D apps
Option "ColorTiling" "true"
Option "SubPixelOrder" "none"
Option "DynamicClocks" "on"
Option "mtrr" "on"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
Monitor "LM19T"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Le soucis c'est que l'acceleration ne marche toujours pas
john@wahou:~$ glxinfo | grep rendering
direct rendering: No
J'ai deux erreurs :
john@wahou:~$ grep "^(EE)" /var/log/Xorg.0.log
(EE) RADEON(0): [agp] Could not bind
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
Est ce que vous avez une idée pour resoudre ce probleme ?
Hors ligne
#2 Le 17/10/2006, à 14:47
- loubrix
Re : Incomprehension driver libre ati radéon
déjà, assure toi qu'agpgart est bien chargé (voir 'lsmod') et si besoin assure toi qu'il le soit au démarrage (à mettre dans /etc/modules).
un autre point qui m'a pris la tête un moment avant de trouver (j'avais même mis un rapport de bug sur Launchpad): il faut enlever fglrx, car, et vérifie au besoin dans 'lsmod', il est chargé même si pas utilisé, et il crée un conflit...
la désinstallation des restricted-modules avait chez moi réglé le problème, mais je suppose que mettre fglrx dans /etc/modprobe.d/blacklist devrait suffire.
Dernière modification par loubrix (Le 17/10/2006, à 14:49)
Asus X50VL - Ubuntu 12.04 AMD64
HP G62 - Ubuntu 12.10 AMD64
Fujitsu-Siemens Amilo EL - Lubuntu 12.04 i686
Manjaro, une rolling pour débutants
Hors ligne
#3 Le 17/10/2006, à 18:03
- francky_51
Re : Incomprehension driver libre ati radéon
Merci pour tes conseils je suis enfin parvenu a faire fonctionner l'acceleration.
Je suis reparti sur un dpkg-reconfigure xserver-xorg en choisissant ati.
J'ai ensuite modifié à la main xorg.conf d'apres le wiki et maintenant ca marche.
Y devait y avoir un probleme dans mon xorg.
RESOLU
Hors ligne
#4 Le 17/10/2006, à 18:25
- loubrix
Re : Incomprehension driver libre ati radéon
que tu mettes "ati" ou "radeon", celà revient au même
voir "man ati"...
Asus X50VL - Ubuntu 12.04 AMD64
HP G62 - Ubuntu 12.10 AMD64
Fujitsu-Siemens Amilo EL - Lubuntu 12.04 i686
Manjaro, une rolling pour débutants
Hors ligne
#5 Le 17/10/2006, à 18:37
- francky_51
Re : Incomprehension driver libre ati radéon
oki merci de l'info
Je viens d'installer xgl et beryl et ca marche !!!!!!!!!!
Hors ligne