Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Dual monitor/default monitor

  1. #11
    Join Date
    Jul 2011
    Beans
    9

    Re: Dual monitor/default monitor

    Hello,

    sorry for bringing this old topic back to life...
    I've got the same problem as ep3w: login screen keeps on appearing on my second monitor.
    (i'm running ubuntu 10.04)

    i've been retyping some stuff in xorg.conf, but nothing seems to work.
    When i start up my PC, first screens appear on primary monitor (DFP-0), then it switches to other monitor for login (DFP-1), after logging in, my panels (bar with applications/places/system) are on my primary monitor again (as they should be because of Option "TwinViewXineramaInfoOrder" "DFP-0, DFP-1").

    Is this because of wrong dual screen settings (see below) or has the login screen it's own setting for choosing monitor?

    my xorg.conf file (srry for full text, dunno how to put it as 'code')

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Dell"
    ModelName "E198WFP"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    EndSection

    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Medion"
    ModelName "MD 20144"
    HorizSync 29.0 - 81.0
    VertRefresh 55.0 - 76.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GT"
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "DFP-0, DFP-1"
    Option "UseDisplayDevice" "DFP-0, DFP-1"
    Option "TwinViewOrientation" "DFP-1 LeftOf DFP-0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "metamodes" "DFP-0: nvidia-auto-select, DFP-1: nvidia-auto-select"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    gtz,
    Tyndarus

  2. #12
    Join Date
    Jul 2011
    Beans
    9

    Re: Dual monitor/default monitor

    ... and another question,
    do my inputdevices have to be mentioned in xorg.conf?

    on all other forums/topics nobody seems to mention anything about input devices in xorg.conf

    gtz,
    tyndarus

  3. #13
    Join Date
    Feb 2007
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Thumbs down Re: Dual monitor/default monitor

    I think this line:
    Code:
    Option         "TwinViewOrientation" "DFP-1 LeftOf DFP-0"
    Should be:
    Code:
    Option         "TwinViewOrientation" "DFP-0 LeftOf DFP-1"
    It has been a while since I tinkered with nvidia in ubuntu, so apologies if I got it wrong.

    Also, I think the input devices no longer need to be in xorg.conf in later Ubuntu versions, but it might be still relevant for 10.04. It's also retained by nvidia-settings because nvidia is slow catching up. But don't quote me on that, as I said, it has been a while.
    Last edited by chewearn; September 14th, 2011 at 12:42 PM.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •