Salut,
J'essaie de mettre en place 2 écran (en fait 3 avec la sortie TV de la GF4 , mais ca , ca marche) sur X.org .
Mes 2 cartes video sont les suivantes:
bash-2.05b# lspci
0000:00:0b.0 VGA compatible controller: S3 Inc. 86c767 [Trio 64UV+] (rev 52)
[...]
0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3) |
Dans mon /etc/X11/xorg.conf, j'ai saisi la config suivante:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
Screen "Screen1" leftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
EndSection
[...]
Section "Monitor"
Identifier "Monitor1"
Option "DPMS" "true"
VendorName "Lilliput"
ModelName "test"
ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "640x480" 34.94 640 672 832 896 480 482 494 520 #75Hz
ModeLine "848x480" 43.12 848 888 1088 1168 480 482 494 520 +hsync -vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "DPC"
ModelName "DPC1995"
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
ModeLine "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync
ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "848x480" 43.12 848 888 1088 1168 480 482 494 520 +hsync -vsync
ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
EndSection
Section "Device"
### Available Driver options are:
#Option "sw_cursor"
Option "hw_cursor"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "All"
BusID "PCI:1:00:0"
Screen 0
Option "DPMS"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1024x768,800x600;848x480,800x600;800x600,800x600;640x480,640x480;320x200$
Option "TVStandard" "PAL-N"
Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "1.0"
Option "ConnectedMonitor" "CRT,TV"
EndSection
Section "Device"
Identifier "Card1"
Driver "vesa"
VendorName "sis"
BoardName "S3 TRIO"
BusID "PCI:0:11:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480" "800x480" "848x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "848x480" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "848x480" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
Je me bas depuis un moment, et mon 2 eme écran 'Screen1 celui qui utilise la S3Trio reste désespérement noir.... Avez vous une petite idée des points cruciaux à vérifier ?