On Fri, Mar 27, 2009 at 10:27 AM, Kamil Monticolo
<k.montic...@gadu-gadu.pl>wrote:

> On Fri, 27 Mar 2009 09:00:21 -0500
> Neal Hogan <nealho...@gmail.com> wrote:
> >
> > Good Luck!
>
> Neil, I just rewrited your config a little bit to fit my hardware.
> Now I see, that I can scroll left screen from left to right by mouse, but
> right monitor remains black (on earlier configs, I get an colour ASCII or
> blinks on it).
> Here is new version of that config:
>
> Section "ServerLayout"
> Identifier     "X.org Configured"
> Screen      0  "Screen0" 0 0
> InputDevice    "Mouse0" "CorePointer"
> InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> ModulePath   "/usr/X11R6/lib/modules"
> FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
> FontPath     "/usr/X11R6/lib/X11/fonts/OTF"
> FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
> FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
> EndSection
>
> Section "Module"
> Load  "GLcore"
> Load  "dbe"
> Load  "dri"
> Load  "extmod"
> Load  "glx"
> Load  "freetype"
> EndSection
>
> Section "InputDevice"
> Identifier  "Keyboard0"
> Driver      "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver      "mouse"
> Option      "Protocol" "wsmouse"
> Option      "Device" "/dev/wsmouse"
> Option      "ZAxisMapping" "4 5 6 7"
> EndSection
>
> Section "Monitor"
>        Identifier   "Monitor0"
>        VendorName   "IVM"
>        ModelName    "PLE430/431"
>        HorizSync    24.0 - 83.0
>        VertRefresh  55.0 - 76.0
>        Option      "DPMS"
> EndSection
>
> --
> Kamil Monticolo
>

Just to be clear . . . your set-up is not working? I can't comment too
deeply on the matter, since this is rather new to me as well. But here's
what comes to mind.

With my config I just typed

     xrandr --output VGA --auto --left-of LVDS

and both screens work and I can move freely back and forth. Perhaps, try
shutting off the left screen

   xrandr --output "your-leftscreen" --off

and then turn it back on using the first script above.

-- 
www.nealhogan.net          www.lambdaserver.com

Reply via email to