|
Sujet : Dual screen Matrox G550 |
| dargas |
Voilà un fichier XF86Config pour carte nvidia et config dual view avec un bureau sur mon moniteur et un autre bureau sur la 2eme sortie VGA connectée à mon vidéoprojecteur avec d'autres applications comme mplayer :D
Attention à la section monitor1, les féquences sont élevées, elles sont faites pour mon P9OF, il faut prendre des modelines plus bas
Citation :
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/lib/X11/fonts/TTF"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
HorizSync 30-110
VertRefresh 50-180
ModeLine "1152x864" 163.84 1152 1200 1440 1536 864 866 878 904 #118Hz
# 1152x864 @ 100 Hz, 89.62 kHz hsync
# ModeLine "1152x864" 137.65 1152 1184 1312 1536 864 866 885 902 -HSync -VSync
ModeLine "1024x768" 150.17 1024 1072 1312 1408 768 770 782 808 #132Hz
# 1024x768 @ 100Hz, 80.21 kHz hsync
ModeLine "1024x768" 115.5 1024 1056 1248 1440 768 771 781 802 -HSync -VSync
ModeLine "800x600" 119.70 800 840 1040 1120 600 602 614 640 #167Hz
# 800x600 @ 100 Hz, 64.02 kHz hsync
# ModeLine "800x600" 69.65 800 864 928 1088 600 604 610 640 -HSync -VSync
EndSection
Section "Monitor"
Identifier "monitor2"
VendorName "Plug'n Play"
HorizSync 30-70
VertRefresh 50-150
DisplaySize 288 216
# 800x600 @ 72 Hz, 48.0 kHz hsync
ModeLine "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync
EndSection
Section "Device"
Identifier "device1"
VendorName "nVidia"
BoardName "NVIDIA GeForce4 (generic)"
Driver "nvidia"
screen 0 BusID "PCI:1:0:0"
Option "DPMS"
Option "IgnoreEDID" "1"
EndSection
Section "Device"
Identifier "device2"
VendorName "NVidia"
BoardName "NVIDIA GeForce4 (generic)"
Driver "nvidia"
screen 1
BusID "PCI:1:0:0"
Option "DPMS"
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection
Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "monitor2"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "800x600"
# Virtual 800 600
EndSubsection
Subsection "Display"
Depth 15
Modes "800x600"
# Virtual 800 600
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600"
# Virtual 800 600
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600"
# Virtual 800 600
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1
Screen "screen2" RightOf "screen1"
EndSection
|
|