Bonjour,
Je me bats depuis ce matin à faire marcher mon écran 22’’ connecté par le port VGA à mon ordi portable. (Carte nvidia)
Je voudrais que mon deuxième écran me sert d’un bureau étendu du principal.
J’ai tout essayé dans xorg.conf mais rien !
Voici mon fichier xorg.conf (tout simple) :
2 sections Device, 2 sections monitor, 2 sections screen et une section serverLayout.
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
# Driver "mouse"
# Option "Device" "/dev/psaux"
Identifier "Configured Mouse"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
# Option "Protocol" "auto-dev"
Option "VertScrollDelta" "100"
Option "AccelFactor" "0.0010"
Option "RightEdge" "5400"
Option "MaxTapTime" "180"
Option "TopEdge" "1900"
Option "SHMConfig" "on"
Option "FingerLow" "25"
Option "LeftEdge" "1900"
Option "MaxTapMove" "220"
Option "MinSpeed" "0.02"
Option "FingerHigh" "30"
Option "MaxSpeed" "0.18"
Option "BottomEdge" "4000"
Option "SendCoreEvents" "true"
EndSection
Section "Device"
Identifier "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
Option "DPMS"
EndSection
#Section "Device"
# Identifier "device0"
# Driver "nvidia"
# BusID "PCI:1:0:0"
# Screen 0
#EndSection
# Device pour ecran externe
Section "Device"
Identifier "device1"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LPL"
# HorizSync 30.0 - 75.0
# VertRefresh 60.0
EndSection
Section "Monitor"
Identifier "Monitor1"
ModelName "LG W2252"
# HorizSync 30.0 - 83.0
# VertRefresh 56.0 - 75.0
# ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
option "ConnectedMonitor" "DFP"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
# Device "device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "TripleBuffer" "true"
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
# SubSection "Display"
# Depth 24
# Modes "1280x800" "1024x768" "800x600" "640x480" "1680x1050
# #Virtual 2944 1968
# EndSubSection
EndSection
Section "Screen"
# ecran extérieur
Identifier "screen2"
# Device "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
Device "device1"
Monitor "Monitor1"
DefaultColorDepth 24
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "TripleBuffer" "true"
Subsection "Display"
Depth 24
Modes "1680x1050" "1280x800" "1024x768" "800x600" "640x480"
# Virtual 1680 1050
# Virtual 2960 2000
EndSubsection
EndSection
Section "ServerLayout"
Identifier "double"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
# InputDevice "SynapticsMouse1" "AlwaysCore"
# Screen 0 "Default Screen" 0 0
# Screen "screen2" RightOf "Default Screen"
Screen "Default Screen"
Screen "Default Screen" LeftOf "Screen2"
# Screen "Screen2" RightOf "Default Screen"
# Screen "screen2"
# Option "Xinerama" "on"
# Option "Clone" "off"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Merci de l’aide.
