LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xinerama monitors are above each other (https://www.linuxquestions.org/questions/linux-software-2/xinerama-monitors-are-above-each-other-271267/)

Silent1 12-28-2004 04:01 PM

Xinerama monitors are above each other
 
I'm trying to get dual monitors working and i've got both on but each is above eachother, instead of it being across from eachother. I can easily drag windows across the monitors but i would just like this fixed. I don't have the monitors on top of eachother, if you can picture that.

In "ScreenLayout" of my xf86config-4 file i have this,
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Screen "Screen 1" Rightof "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
Option "Xinerama" "true"
EndSection

no matter what i do: leftof, rightof, below, above, the monitors are above each other. Thanks.

Silent1 12-28-2004 04:46 PM

found it, hehe. Had this in my config
Option "TwinViewOrientation" "Below"

Should be this
Option "TwinViewOrientation" "RightOf"


All times are GMT -5. The time now is 11:46 AM.