[K12OSN] No keyboard when X starts.

Robert Arkiletian robark at gmail.com
Wed Mar 29 20:06:25 UTC 2006


On 3/28/06, Trond Mæhlum <trond at maehlum.net> wrote:
> Peter Hartmann wrote:
> > Try this:
> >
> > X_MOUSE_PROTOCOL    = "IMPS/2"
> >        X_MOUSE_DEVICE      = "/dev/psaux"
> >        X_MOUSE_RESOLUTION  = 400
> >        X_MOUSE_BUTTONS     = 5
> >        X_ZAxisMapping      = "4 5"
> >
>
> That made no difference. I can get the terminal going by adding a
> usb/ps2 connector to the mouse, but then I lose the wheel...
>
> This is very strange.

Trond, I usually use the usb/ps2 connector with usb mice and they work
just like a regular ps2. You should not lose the wheel. My settings
are pretty much the same as Peter's:

  # Mice drivers for the terminals
        X_MOUSE_PROTOCOL   = "IMPS/2"
        X_USBMOUSE_PROTOCOL = "IMPS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_USBMOUSE_DEVICE   = "/dev/input/mice"
        X_MOUSE_RESOLUTION = 400
        X_USBMOUSE_RESOLUTION = 400
        X_USBMOUSE_BUTTONS   = 5
        USBEMULATE_3_BUTTONS = "off"
        X_MOUSE_BUTTONS    = 5
        X_ZAxisMapping = "4 5"

--
Robert Arkiletian
C++ GUI tutorial http://fltk.org/links.php?V19




More information about the K12OSN mailing list