On Sat, 2005-06-25 at 01:24 -0500, hanasaki wrote:
Getting the two monitors two work side by side as one really wide screen was darn easy.
What other configs can be done?
Can the following be done? how? login once to get both monitors going on the same login. Each monitor is its own screen. I got this running fine with two independent "Screen" sections both contained in the XFree config layout. Just cant get the cursor into the 2nd screen.... _______________________________________________ Kclug mailing list Kclug@kclug.org http://kclug.org/mailman/listinfo/kclug
You should have something like the following: Section "ServerLayout" Identifier "2 Screens" Screen 0 "Screen0" Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection
The "RightOf" directive means that to get the mouse pointer to the second desktop you need to move it off the right side of the first desktop.
Hope that helps,
Brad