Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 17:53:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 244339] x11-servers/xorg-server: Some keys not working (1.20.7 regression)
Message-ID:  <bug-244339-7141-cT6oSosx0P@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244339-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244339-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244339

--- Comment #18 from ice@extreme.hu ---
(In reply to Michael Gmelin from comment #17)

It did, thank you very much!

To summarise:

- as per your advice, hw.psm.trackpoint_support=3D1 is needed so the trackp=
oint
is properly recognised

- sxhkd doesn't really work anymore, but is apparently not even needed anym=
ore,
as the multimedia (volume up/down/mute) keys work by default as intended

- the multimedia keys work without custom Xmodmap entries (this may have be=
en
the case for a while, though)

- setting the xkb map from xorg.conf.d works as it worked before:

Section "InputClass"
        Identifier      "KeyboardDefaults"
        MatchDevicePath "/dev/input/event*"
        MatchIsKeyboard "on"
        Driver          "libinput"
        Option          "XkbRules"      "evdev"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us,hu"
        Option          "XkbVariant"    ",qwerty"
        Option          "XkbOptions"    "grp:alt_shift_toggle"
EndSection

(I did change rules from xorg to evdev, not sure if it is necessary or not)

- autocutsel works as it worked before (not sure if (still) necessary)

My only remaining problem was that Alt+middle button used to drag the window
(much like Alt+left button does). Middle button+trackpoint now does this "c=
lick
scroll" thing (which it may or may not have done before, half a day ago I d=
id
not know it was a thing).

Per https://askubuntu.com/a/959924, 'xinput set-prop "TPPS/2 IBM TrackPoint"
"libinput Scroll Method Enabled" 0 0 0' turns something I've never heard ab=
out
off, so now Alt+middle button is back to dragging windows.

Thank you, Michael and everyone for your help, I seem to be set for the mom=
ent.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244339-7141-cT6oSosx0P>