[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] A question for the X gurus out there.
- Subject: [ale] A question for the X gurus out there.
- From: vernard at venger.net (Vernard Martin)
- Date: Tue, 06 Mar 2007 08:55:56 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
Randal Jarrett wrote:
>
> I'm running SuSe SLED10.
> Is it possible?? What am I missng??
As already mentioned, you want to enable the Xinerama extension. I'm not
sure how this is done on SUSE using their GUI and other stuff. But you
can edit your /etc/X11/xorg.conf file and in the "ServerLayout" Section
you can add an Option line that turns it off. Here is an example from a
working xorg.conf file that has Xinerama turned on.
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "on"
EndSection
Hope this helps.
V