#1 Le 26/08/2006, à 13:32
- laurentbeijaflor
qui a t il de faux dans mon xorg pour avoir le twinview sur portable?
Bonjour,
voici mon xorg.conf pour avoir le twinview entre l'écran de mon portable toshiba et mon écran plat belinea 102030w...
Section "Device"
Identifier "NVIDIA Corporation NV34M [GeForce FX Go5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TwinView" "true"
Option "MetaModes" "1680x1050,1280x800" "1280x800,1280x800" "800x600,800x600"
Option "SecondMonitorHorizSync" "28-64"
Option "SecondMonitorVertRefresh" "43-60"
Option "TwinViewOrientation" "LeftOf"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 31-83
VertRefresh 56-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34M [GeForce FX Go5200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x800" "800x600"
EndSubSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Ps: au secour,
je bosse dessus depuis un mois et pas encore une réponse m'est donnée!!!
ASUS M50 SV
Intel Core 2 Duo T9300; 3GB RAM
GeForce 9500M GS
Ubuntu Hardy Heron
Hors ligne
#2 Le 21/09/2006, à 23:14
- antoinea
Re : qui a t il de faux dans mon xorg pour avoir le twinview sur portable?
Salut,
J'ai le meme probleme que toi, bien que je n'ai pas la meme config, puisque je suis sur dell.
Bref, ca fait moi aussi tres longtemps que je gratte dans mon Xorg pour trouver la bonne config.
Je peux pas te donner de solution, mais peut etre te faire part de mon experience.
Voila,
l me semble que tu devrais rajouter une section monitor avec les caractéristiques de ton deuxieme écran.
Il faudrait aussi que tu nommes cet écran dans les sections screen et Device.
Je ne sais pas ce que t'en penses?
tiens moi au courant si tu y arrive. et bon courage!!
antoineant
#3 Le 09/10/2006, à 22:17
- Snap
Re : qui a t il de faux dans mon xorg pour avoir le twinview sur portable?
Salut, je pense que tu peux trouver des fichiers xorg.conf sur google en tapant quelque chose comme "xorg.conf dualscreen LCD laptop"
Voici le miens (laptop + cathodique) avec pilotes nvidia.run:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Sep 14 15:51:14 PDT 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 1440 0
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Lite-On C1996PNST/NSL"
HorizSync 30,0 - 96,0
VertRefresh 50,0 - 160,0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "AUO"
HorizSync 45,0 - 54,0
VertRefresh 50,0 - 60,0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7800"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7800"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "CRT: 1280x1024_85 +0+0; CRT: 1280x1024 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Edit: mise à jour de mon fichier xorg.conf
Bonne chance
Dernière modification par Snap (Le 10/10/2006, à 12:12)
Hors ligne