je me suis décidé à reprendre en main un souci que j'ai eu depuis quelques mois aprés une mise à jour de X.
Aucune commande GLX ne marche.
glxinfo :
Code: Select all
localhost dri # glxinfo
name of display: :0.0
glxgears lance une fenêtre mais reste noir, et occupe 99% de CPU.
Du côté de X :
Code: Select all
grep -e EE -e WW /var/log/Xorg.0.log
Current Operating System: Linux localhost 2.6.22-gentoo-r9 #1 PREEMPT Mon Oct 29 22:37:04 CET 2007 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) Loading extension MIT-SCREEN-SAVER
(WW) AIGLX: 3D driver claims to not support visual 0x22
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
Question config :
Code: Select all
cat /var/log/Xorg.0.log | grep "Direct rendering"
(II) SAVAGE(0): Direct rendering enabled
Code: Select all
dmesg | grep drm
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized savage 2.4.1 20050313 on minor 0
Ma version de X :
Code: Select all
X -version
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.22-gentoo-r9 #1 PREEMPT Mon Oct 29 22:37:04 CET 2007 i686
Build Date: 10 November 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "CoreKeyboard"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mouse0"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "IBM"
ModelName "T23 14.1"
HorizSync 30-90
VertRefresh 50-100
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
Option "HWCursor" "True" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "CrtOnly" # [<bool>]
#Option "TvOn" # [<bool>]
#Option "PAL" # [<bool>]
#Option "ForceInit" # [<bool>]
#Option "Overlay" # [<str>]
#Option "TransparencyKey" # [<str>]
Identifier "Card0"
Driver "savage"
VendorName "S3 Inc."
BoardName "SuperSavage IX/C SDR"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1400x1050"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Code: Select all
0 crwxrwx--- 1 root root 226, 0 Dec 15 19:28 /dev/dri/card0
Avez vous une idée de ce qui peut clocher ?
Merci


