You are not logged in.

#1 2011-01-16 15:14:38

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Problem setting up dual monitors

I'm having trouble setting up dual monitors.When i boot into my login screen,both monitors turn on for a second or two and then they both shut off and I'm taken to the command line.Here is my 10-monitor.conf file:
-- MOD EDIT -- Use code tags --Inxsible

Section "ServerLayout"
    Identifier     "DualSreen"
    Screen       0 "Screen0"
    Screen       1 "Screen1" RightOf "Screen0" #Screen1 at the right of Screen0
    Option         "Xinerama" "1" #To move windows between screens
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "Enable" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    Option         "Enable" "true"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Screen         0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Screen         1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    SubSection "Display"
        Depth          24
        Modes          "1920x1080__60.00"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth   24
    Option         "TwinView" "0"
    SubSection "Display"
        Depth          24
        Modes          "1270x720_60.00"
    EndSubSection
EndSection
#

Last edited by unilx (2011-01-17 01:26:49)

Offline

#2 2011-01-16 15:20:33

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: Problem setting up dual monitors

I believe you will need to identify the location of each graphics card by adding the appropriate

    BusID          "PCI:1:0:0"

to each device section

Offline

#3 2011-01-16 15:50:20

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Re: Problem setting up dual monitors

I'm

Last edited by unilx (2011-01-16 15:52:35)

Offline

#4 2011-01-16 15:56:29

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem setting up dual monitors

Any reason you're using xinerama instead of TwinView?

Offline

#5 2011-01-16 21:50:16

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Problem setting up dual monitors

Please search the forums. There are many posts for this issue. Also use code tags around any output or file that you paste


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#6 2011-01-17 01:42:20

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: Problem setting up dual monitors

If they both turn on for a second or two and then it drops you back at the command line, it would appear that X is working ok.

What wm/de are you using? .... or maybe what login manager are you using?

Have you checked your /var/log/Xorg.0.log file to see what it says?
Normally when you are dropped to the command line, there would be an error message on the screen in front of you; it should be the same as in the log file, btw.  smile

Also, when did this start happening?
Has it ever worked?  If so, what changed?


Knute

Offline

#7 2011-01-17 14:00:23

shwick
Member
Registered: 2010-09-16
Posts: 31

Re: Problem setting up dual monitors

I recommend using twinview instead of xinerama. I remember reading somewhere that xinerama doesn't play well with the proprietary nvidia drivers.

Offline

Board footer

Powered by FluxBB