[Bug 196678] x11-servers/xorg-server: Update to 1.20.7 + make config/devd recognize /dev/input/eventX from multimedia/webcamd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 27 12:19:50 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

x11max1 at unitybox.de <x11max1 at unitybox.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |x11max1 at unitybox.de

--- Comment #166 from x11max1 at unitybox.de <x11max1 at unitybox.de> ---
(In reply to Jens Grassel from comment #165)

I changed the following things to make xorg-server-1.20.7,1 running including
attached devices like keyboard, wacom and so on.

/boot/device.hints
# keyboard problem updating xorg-server xorg-server: 1.18.4_12,1 -> 1.20.7,1
hint.kbdmux.0.disabled="1"

/etc/sysctl.conf
# fuer evdev devices ; pads , keyboard, etc
kern.evdev.rcpt_mask=12
sysctl kern.geom.debugflags=16

# added new conf file regarding devices
/usr/local/etc/X11/xorg.conf.d/99-evdev-new.conf
Section "InputClass"
    Identifier "libinput keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "XkbRules" "evdev"
EndSection

Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "MiddleEmulation" "on"
    Option "DisableWhileTyping" "off"
EndSection

    Identifier "libinput keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "XkbRules" "evdev"
EndSection

Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "MiddleEmulation" "on"
    Option "DisableWhileTyping" "off"
EndSection

~/.xinitrc
# SLIM Session Manager
#
#setxkbmap de
# setxkbmap de -variant nodeadkeys -model pc105
setxkbmap -v -layout de -model macintosh
xset fp+ /usr/local/share/fonts/urwfonts
xset fp rehash
xset fp+ /usr/local/share/fonts/TrueType
xset fp rehash

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list