[Bug 245800] x11-servers/xorg-server
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 22 12:32:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245800
--- Comment #2 from c0141 at xbsd.net ---
Created attachment 213683
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213683&action=edit
Xorg.0.log
The evdev sysctl knob has been set.
# sysctl kern.evdev.rcpt_mask
kern.evdev.rcpt_mask: 6
I notice in the Xorg.0.log file that the input devices are ignored (???)
[ 989.789] (II) config/udev: Adding input device System keyboard multiplexer
(/dev/input/event0)
[ 989.789] (**) System keyboard multiplexer: Applying InputClass "Evdev
keyboard"
[ 989.789] (II) No input driver specified, ignoring this device.
[ 989.789] (II) This device may have been added with another device file.
[ 989.789] (II) config/udev: Adding input device System mouse
(/dev/input/event1)
[ 989.789] (II) No input driver specified, ignoring this device.
[ 989.789] (II) This device may have been added with another device file.
[ 989.789] (II) config/udev: Adding input device AT keyboard
(/dev/input/event2)
[ 989.789] (**) AT keyboard: Applying InputClass "Evdev keyboard"
[ 989.789] (II) No input driver specified, ignoring this device.
[ 989.789] (II) This device may have been added with another device file.
[ 989.789] (II) config/udev: Adding input device Generic PS/2 mouse
(/dev/input/event3)
[ 989.789] (II) No input driver specified, ignoring this device.
[ 989.789] (II) This device may have been added with another device file.
Never seen this before. I tried using a xorg.conf file with keyboard+mouse
defined:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
This does not help either.
NB. The Xorg.0.file is from a T410s which also has the problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list