You are not logged in.
I have updated my Nvidia driver to the last release and now X doesn't want to set display on my laptop scren. It works with an external screen but it's not very practical.
What is the way to tell X the screen i want to activate (i. e the laptop one) ?
thanks,
EDIT : my xorg.conf :
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "UsbMouse" "AlwaysCore" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/perso/"
EndSection
Section "Module"
Load "ddc"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "UsbMouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZaxisMapping" "4 5"
Option "Resolution" "100"
EndSection
Section "Monitor"
Identifier "vaio"
HorizSync 28.0 - 70.0
VertRefresh 43.0 - 60.0
EndSection
Section "Device"
Identifier "GeForce Go 420 (1)"
Driver "nvidia"
Screen 0
EndSection
Section "Screen"
Identifier "Screen 1"
Device "GeForce Go 420 (1)"
Monitor "vaio"
DefaultDepth 24
Option "NvAGP" "1"
# Option "TripleBuffer" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "NoLogo" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection~ Brute ~[/code]
Écartelé d'azur chargé de trois lys d'or et d'or au dauphin d'azur crêté, barbé, loré, peautré et oreillé de gueules.
Offline
Up... It has worked for a while when i changed the line "ViewPort 0 0" to "ViewPort 1 1" in "Screen section but now i get a black screen again...
Any idea ? thanks
~ Brute ~
Écartelé d'azur chargé de trois lys d'or et d'or au dauphin d'azur crêté, barbé, loré, peautré et oreillé de gueules.
Offline
What is your kernel/nvidia-driver version ?
The program isn't debugged until the last user is dead.
Offline
kernel 2.6.19.1-1 & nvidia 1.0.9631-1
Écartelé d'azur chargé de trois lys d'or et d'or au dauphin d'azur crêté, barbé, loré, peautré et oreillé de gueules.
Offline
Maybe
Option "UseDisplayDevice" "CRT-1"in your nvidia device section? (Replace CRT-1 with what you want)
Offline
For my laptop, I have the following:
Option "TwinView"
Option "ConnectedMonitors" "DFP-0, CRT-0"
Option "MetaModes" "DFP-0: 1920x1200, CRT-0: NULL"Where CRT-0 is the external monitor and DFP-0 is the laptops internal monitor.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
can you post or send me your xorg.conf ?
I tried to set up dual screen without success... thanks
~ Brute ~
Écartelé d'azur chargé de trois lys d'or et d'or au dauphin d'azur crêté, barbé, loré, peautré et oreillé de gueules.
Offline
Okay, solved...
I put the option
Option "ConnectedMonitor" "DFP-0" in my video card section and it worked. It may help somebody ![]()
Écartelé d'azur chargé de trois lys d'or et d'or au dauphin d'azur crêté, barbé, loré, peautré et oreillé de gueules.
Offline