You are not logged in.

#1 2006-12-14 13:42:17

Brute
Member
From: Europe/Paris
Registered: 2006-06-17
Posts: 31
Website

[Solved] Nvidia -> output on wrong screen

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

#2 2006-12-15 21:35:05

Brute
Member
From: Europe/Paris
Registered: 2006-06-17
Posts: 31
Website

Re: [Solved] Nvidia -> output on wrong screen

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...  sad

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

#3 2006-12-18 07:25:33

Aer
Member
From: Paris
Registered: 2005-12-03
Posts: 45

Re: [Solved] Nvidia -> output on wrong screen

What is your kernel/nvidia-driver version ?


The program isn't debugged until the last user is dead.

Offline

#4 2006-12-18 11:09:32

Brute
Member
From: Europe/Paris
Registered: 2006-06-17
Posts: 31
Website

Re: [Solved] Nvidia -> output on wrong screen

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

#5 2006-12-18 12:36:25

Fackamato
Member
Registered: 2006-03-31
Posts: 579

Re: [Solved] Nvidia -> output on wrong screen

Maybe

    Option    "UseDisplayDevice"    "CRT-1"

in your nvidia device section? (Replace CRT-1 with what you want)

Offline

#6 2006-12-18 12:42:35

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: [Solved] Nvidia -> output on wrong screen

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

#7 2006-12-18 21:18:43

Brute
Member
From: Europe/Paris
Registered: 2006-06-17
Posts: 31
Website

Re: [Solved] Nvidia -> output on wrong screen

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

#8 2006-12-27 11:16:41

Brute
Member
From: Europe/Paris
Registered: 2006-06-17
Posts: 31
Website

Re: [Solved] Nvidia -> output on wrong screen

Okay, solved...

I put the option

Option "ConnectedMonitor" "DFP-0"

in my video card section and it worked. It may help somebody  smile


É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

Board footer

Powered by FluxBB