Aller au contenu

Mise à jour du driver ATI sous Mandriva 2005


SuperPat

Messages recommandés

Bonjour,

Je suis sous mandriva 2005. Après avoir voulu mettre à jour une ancienne version du driver ATI (qui fonctionnait) mais ne permettait pas de jouer à Unreal 2004, vers la dernière version, j'ai perdu l'accélération hardware.

Pour mettre à jour, j'ai lancé le

ati-driver-installer-8.14.13.run

avec l'installation automatique, puis jgardé le xorg.conf de l'ancin driver.

mon xorg.conf contient notament ces ligne:

Section "Module"
 ...
 Load "GLcore"
 Load "glx"
 Load "dri"
 ...
 # Load "extmod" but omit DGA extension
 SubSection "extmod"
   Option "omit xfree86-dga"
 EndSubSection
 ...
EndSection

Section "Device"
 Identifier "ATI"
 Driver     "fglrx" # this is the important bit

# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
 #Option "NoDDC"

# === Video Overlay for the Xv extension ===
 Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
 Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
 Option "UseInternalAGPGART" "no"
EndSection

Section "Screen"
 Identifier "your screen"
 Device     "ATI"
 Monitor    "your monitor"
 DefaultDepth 24
 SubSection "Display"
   Depth 24
   Modes "1280x960" # this is only an example,
                    # use your preferred resolution here
 EndSubSection
EndSection

Section "DRI"
 Mode 0666
EndSection

mais maintenant, en tappant fglrxinfo j'obtient:

display: :0.0 screen: 0

OpenGL vendor string: Mesa project: www.mesa3d.org

OpenGL renderer string: Mesa GLX Indirect

OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

Au lieu de:

OpenGL vendor string: ATI Technologies Inc.

et lors du redémarrage, j'ai quelque chose du style

load dmks ATI (ancinne version du module)

Donc apparament, il n'aurrait pas remplacé l'ancien module par celui si.

Je sais plus quoi faire.

EDIT: Ca marche, le driver n'avait pas été recompilé a cause que j'avais installé le package kernel source mis à jour via urpmi, et il fallait garder l'ancien.

Après, j'ai fait:

cd /lib/modules/fglrx/build_mod

sh make.sh

cd /lib/modules/fglrx

./make_install.sh

et ca marche.

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...