Salut,
Moi de mon côté, j'ai tout désinstallé et réinstallé le rpm du dépôt Livna, comme conseillé plus en amont...
récap : noyau en i686 et carte ATI x1400 avec matrice 1400x1050 (IBM T60)
et voici ce que j'ai...
[root@localhost ~]# fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
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.5.1)
Ca m'a pas trop l'air cool...et j'ai lusieurs questions, donc :
Pourquoi : Xlib: extension "XFree86-DRI" missing on display ":0.0".
Et pourquoi j'ai dans la log tail- 100f /var/log/Xorg.0.log
Ces premieres lignes :
[root@localhost ~]# tail -100f /var/log/Xorg.0.log
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): *
no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xd8000000 FBMappedSize: 0x07fe0000
(II) fglrx(0): Splitting WC range: base: 0xd8000000, size: 0x7fe0000
...et à la fin de la log :
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
(II) fglrx(0): Largest offscreen area available: 1408 x 7138
(WW) fglrx(0): Textured Video not supported without DRI enabled.
(WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards. For XVideo support use Option "TexturedVideo".
En gros, si j'ai compris, au début il me dit que l'accel. graphique 3D n'est pas prise en compte, et apres il me dit que oui....
Mais comment fait-on pour voir si l'acceleration graphique fonctionne ? Y a t il un outil special ?
Voici mon xorg.conf :
# Xorg configuration created by system-config-display
Section "ServerLayout"
# InputDevice "Keyboard0" "CoreKeyboard"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection
Section "Module"
Load "glx"
Load "DRI"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "single"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
et voici ce qui est installé :
[root@localhost ~]# rpm -qa |grep fglrx
kmod-fglrx-8.31.5-1.2.6.18_1.2849.fc6
xorg-x11-drv-fglrx-devel-8.31.5-3.lvn6
xorg-x11-drv-fglrx-8.31.5-3.lvn6
Une réponse svp ?
Merci