Bonjour,
Je possède un Dell Inspiron 1520 ces dernier jours, j’ai eu envie d’utiliser les sorties vidéos de ma carte graphique :
lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] (rev a1)
J’ai tout d’abord commencé en utilisant la sortie vga
Pas de problème pour l’affichage mais impossible de rebasculer sur l’ écran de l’ordi avec le raccourci [Fn]+[F8] normalement prévu à cet effet. (il reste des problème avec la résolution en plein écran et compiz me propose 8 bureaux au total (alternance entre écran 1 et 2 ùais impossible d’aller sur écran1)
Quant à la sortie S-video il semble qu’il faille modifier le xorg.conf mais je n’ai pas envie de faire de bêtises
[code]# nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008
#Section “DRI”
Mode 0666
#EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen “Screen0” 0 0
InputDevice "Mouse0"
InputDevice "Touchpad"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "record"
Load "dbe"
Load “extmod”
#Load "dri2"
Load "glx"
Load "xgl"
Load "synaptics"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option “Protocol” "ExplorerPS/2"
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7”
EndSection
Section “InputDevice”
#Option “MaxSpeed” "0.12"
Identifier "Touchpad"
Driver "synaptics"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "1"
Option “VertTwoFingerScroll” "on"
Option “HorizTwoFingerScroll” "true"
Option “FingerLow” "20"
Option “FingerHigh” "30"
Option “MaxTapTime” "180"
Option “MaxTapMove” "220"
Option “VertScrollDelta” “100”
#Option “MinSpeed” "0.06"
Option “AccelFactor” "0.0010"
Option “SHMConfig” "on"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection
Section “Screen”
Option "TwinView" "True"
Option “MetaModes” “1440x900-800x600 800x600-640x480”
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "Nologo" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option “Composite” "true"
Option “RENDER” "Enable"
Option “DAMAGE” "Enable"
EndSection
[/code]