MLUG: Re: [MLUG] multiple monitors via xorg.conf
Re: [MLUG] multiple monitors via xorg.conf
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
This fixed it. Thanks!

Rick

Nathaniel Green wrote:

/etc/X11/xorg.conf:

Section "ServerLayout"
       Identifier     "Multihead layout"
       Screen      0  "Screen2" 0 0
       Screen      1  "Screen1" LeftOf "Screen0"
       Screen      2  "Screen0" RightOf "Screen0"



I agree with Nimrod.
It looks like you are confusing the screen identifiers.  This section
should read:
/etc/X11/xorg.conf:

Section "ServerLayout"
      Identifier     "Multihead layout"
      Screen      0  "Screen2" 0 0
      Screen      1  "Screen1" LeftOf "Screen2"
      Screen      2  "Screen0" RightOf "Screen2"

I just learned all I know about this subject from the following website, though:
http://gentoo-wiki.com/HOWTO_Dual_Monitors
There's even an example you might find useful:
http://gentoo-wiki.com/EvilDick%27s_Triple_Monitors

Nate

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members



_______________________________________________ members mailing list EMAIL:PROTECTED http://mlug.missouri.edu/mailman/listinfo/members