Bonjour à tous,
Je suis nouveau sur Fedora, je suis en phase de test de plusieurs distros, et Fedora me plait bien.
Seulement j'ai un problème, et je ne comprends pas d'ou ca arrive !
J'essaye d'installer les drivers fglrx du depot livna.
Mon problème : pas d'accélération 3D
glxinfo | grep render
[nico@FedoraCore ~]$ glxinfo | grep render
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
fglrxinfo
[nico@FedoraCore ~]$ fglrxinfo
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)
apparemment, j'ai un problème au chargement du module fglrx 'taints kernel' !
car mes logs :
dmesg | grep fglrx
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 928 MBytes.
[fglrx] module loaded - fglrx 8.29.6 [Sep 19 2006] on minor 0
[fglrx] AGP detected, AgpState = 0x1f00421b (hardware caps of chipset)
[fglrx] AGP enabled, AgpCommand = 0x1f004312 (selected caps)
[fglrx] total GART = 134217728
[fglrx] free GART = 118222848
[fglrx] max single GART = 118222848
[fglrx] total LFB = 126873600
[fglrx] free LFB = 116387840
[fglrx] max single LFB = 116387840
[fglrx] total Inv = 134217728
[fglrx] free Inv = 134217728
[fglrx] max single Inv = 134217728
[fglrx] total TIM = 0
cat /var/log/Xorg.0.log | grep "(WW)"
[nico@FedoraCore ~]$ cat /var/log/Xorg.0.log | grep "(WW)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): GetVBEMode failed
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Option "XVideo" is not used
(WW) <default pointer>: No Device specified, looking for one...
Je n'ai par contre aucune erreur (EE)
Et pour finir, mon xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AIGLX" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Belinea"
ModelName "Belinea 10 15 37"
HorizSync 30.0 - 60.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "ATI-X800-PRO"
Driver "fglrx"
Option "DesktopSetup" "single"
Option "XVideo" "true"
Option "UseInternalAGPGART" "no"
Option "PseudoColorVisuals" "off"
Option "DesktopSetup" "single"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
Option "TVFormat" "PAL-N"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI-X800-PRO"
Monitor "Belinea"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "off"
EndSection
Le plus étrange peut être :
[nico@FedoraCore ~]$ /sbin/lsmod | grep agp
[nico@FedoraCore ~]$ /sbin/lsmod | grep fglrx
fglrx 406700 8
[nico@FedoraCore ~]$
Ne devrais je pas trouver des modules agp ? agpgart ou nvidiaagp, etc ?
Si l'un d'entre vous a une idée su mon soucis... je suis preneur de toute info !
Merci d'avance 😃