NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xsrc/41026: Xorg auto mouse detection fails



>Number:         41026
>Category:       xsrc
>Synopsis:       Xorg auto mouse detection fails
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    xsrc-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 16 16:45:00 +0000 2009
>Originator:     reed
>Release:        NetBSD 5.0_RC2
>Organization:
        
>Environment:
        
        
System: NetBSD new-host 5.0_RC2 NetBSD 5.0_RC2 (GENERIC) #0: Mon Feb 9 03:56:31 
UTC 2009 
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-RC2/amd64/200902090142Z-obj/home/builds/ab/netbsd-5-0-RC2/src/sys/arch/amd64/compile/GENERIC
 amd64
Architecture: x86_64
Machine: amd64
>Description:
With no xorg.conf configuration, Xorg can't detect mouse protocol.

 (EE) <default pointer>: No Protocol specified
 (EE) PreInit failed for input device "<default pointer>"
 (II) UnloadModule: "mouse"

My workaround is to create a xorg.conf that includes:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "wsmouse"
        Option      "Device" "/dev/wsmouse"
EndSection

>How-To-Repeat:
Run Xorg without xorg.conf.
>Fix:
Maybe update /hw/xfree86/os-support/bsd/bsd_mouse.c to know WSCONS
(not just OpenBSD). I haven't finished figuring this out, since I had
other problems of not detecting device correctly too.

xorg-server should match xf86-input-mouse I think.

(By the way, why doesn't the xf86-input-mouse in xsrc have the bsd_mouse.c?
I understand it is not used, but why does pkgsrc build and link with it?)

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index