Since about 2 days neither keyboard nor mouse does work if 'kdm' is up
after a fresh AutoInstall.

First, I thought my hardware is broken, but today I could check with
several boxes: If there is a PS/2 keyboard and a serial mouse at ttyS0
connected, then the generated 'auto_inst.cfg.pl' contains

       'mouse' => {
          'auxmouse' => {
                'XMOUSETYPE' => 'PS/2',
                'unsafe' => 1,
                'name' => 'Standard',
                'nbuttons' => 2,
                'type' => 'PS/2',
                'device' => 'psaux',
                'MOUSETYPE' => 'ps/2'
              },
          'XMOUSETYPE' => 'Microsoft',
          'name' => 'Generic 2 Button Mouse',
          'type' => 'serial',
          'nbuttons' => 2,
          'device' => 'ttyS0',
          'MOUSETYPE' => 'Microsoft',
          'wacom' => []
        },
 
In 'XF86Config-4' there are the entries

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
EndSection

respectively. If I uncomment the wrong 'Mouse2' entry, all is fine.
 
Liebe Grüße, Nora.
-- 
[EMAIL PROTECTED]
     IM-NETZ Neue Medien, Berlin               http://www.im-netz.de/
     WWW von Frauen für Frauen, Hamburg        http://www.w4w.net/
     Lesbian Computer Networks, Helsinki       http://www.sappho.net/

Reply via email to