#1 Le 24/12/2006, à 01:46
- spiers
multi-ecran problème de configuration xorg.conf
Bonjour en suivant la page http://doc.ubuntu-fr.org/materiel/multi-ecran j'ai voulu faire du multi-écran (du dual-Desktop) malheureusement j'ai un problème lorsque je lance X il me met:
fatal server error
no screens found
Voici mon xorg.conf
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Nvidia Default Flat Panel"
HorizSync 29.0 - 53.0
VertRefresh 0.0 - 60.0
ModeLine "1152x768@54" 65.0 1152 1176 1312 1472 768 771 777 806 +hsync +vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1" #CRT
HorizSync 30-70
VertRefresh 50-140
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX Go5200"
Screen 0
BusID "PCI:1:0:0"
Option "RandRRotation" "on"
Option "CursorShadow" "true"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX Go5200"
Screen 1
BusID "PCI:1:0:0"
Option "RandRRotation" "on"
Option "CursorShadow" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x854_60 +0+0; 1280x854 +0+0; 1152x768@54 +0+0; 1024x768@60 +0+0; 800x600@60 +0+0; 800x600@56 +0+0; 640x480@60 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "ServerLayout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Sur la page du wiki il est dit:
"Dans certains cas où X refuse de redémarrer, il semble qu'il faille retirer le chiffre (0 et 1) devant "Screen" :"
J'ai aussi essayer en mettant de cette façon la section ServerLayout:
Section "ServerLayout"
Identifier "ServerLayout"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Si quelque pouvais me dire d'où viens mon problème ce serait super.
Merci
#2 Le 26/12/2006, à 21:08
- spiers
Re : multi-ecran problème de configuration xorg.conf
petit up
#3 Le 28/12/2006, à 00:02
- spiers
Re : multi-ecran problème de configuration xorg.conf
Allé dernière tentative après j'abandonne
#4 Le 28/12/2006, à 07:46
- traaf
Re : multi-ecran problème de configuration xorg.conf
essaie avec le mien
http://forum.ubuntu-fr.org/viewtopic.php?pid=623548#p623548
en adaptant selon ta config (busID, résolutions..)
Vault106, musique libre, enjoy it /!\
Hors ligne
#5 Le 28/12/2006, à 15:02
- spiers
Re : multi-ecran problème de configuration xorg.conf
Merci