imedulou
Bonjour à tous,
Depuis quelques jours lorsque je tente de lancer la commande X -query machine :1.0, je récupère le message d'erreur suivant :
(EE) MGA(0): [drm] DRIScreenInit failed. Disabling DRI.
(EE) MGA(1): Not initializing the DRI on the second head
Le log "Xorg.1.0.log" n'est pas davantage explicite.
Mon environnement :
- 2.6.14-1.1653_FC4 - KDE 3.5
- Video : matrox G550 (DualHead)
- 2 écrans (Benq T905)
Ma configuration fonctionnait bien auparavant.
Je soupçonne l'ajoût de nouveaux "repos" (nr-production & nr-testing - ce dernier n'est resté qu'une journée) d'être à l'origine de ce dysfonctionnement.
Les logs de Yum ne m'ont rien appris, mais je ne suis pas non plus certain d'être en mesure d'identifier le package qui pourrait être le coupable.
Je n'ai rien trouvé de vraiment explicite à propos de ce "DRIScreenInit".
Je présume que je vais devoir réinstaller le pilote qui va bien... Mais là j'avoue être un peu perdu. 🙁
Vos suggestions, vos idées seront plus que les bienvenus.
Merci d'avance
A toutes fins utiles, je joins une copie de xorg.conf:
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" RightOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
# DisplaySize 380 300
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "BenQ T90X"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "BenQ T90X"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "mga"
VendorName "Videocard vendor"
BoardName "Matrox Millennium G550"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "mga"
VendorName "Videocard Vendor"
BoardName "Matrox Millennium G550"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
grosminet
Si il ya eu une modification de ta config X
ls
applnk gdm prefdm serverconfig sysconfig X xinit Xmodmap xorg.conf.backup X.rpmsave xsm
fs lbxproxy proxymngr starthere twm xdm xkb xorg.conf Xresources xserver
xorg.conf.backup
xorg.conf
X.rpmsave
il y a une sauvegarde
xorg.conf.backup
controle avec cette section qui definit les moniteur
Section "Monitor"
# DisplaySize 380 300
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "BenQ T90X"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "BenQ T90X"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection