You are not logged in.

#1 2017-01-12 17:54:36

Batou
Member
Registered: 2017-01-03
Posts: 259

[Solved] libinput broke my Nat. Scrolling settings.

Hi guys,

Today's Xorg update broke my Xorg conf rule to reverse scrolling for my mouse wheel. I have a conf file in /usr/share/X11/xorg.conf.d that looks like this:

Section "InputClass"
        Identifier "Natural Scrolling"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Option "VertScrollDelta" "-1"
        Option "HorizScrollDelta" "-1"
        Option "DialDelta" "-1"
EndSection
 

After updating today, that stopped working completely.

After poking around with libinput-list-devices, I noticed this in the output:

Device:           Microsoft Microsoft® Nano Transceiver v1.0
Kernel:           /dev/input/event3
Group:            4
Seat:             seat0, default
Capabilities:     pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled 
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           Microsoft Microsoft® Nano Transceiver v1.0
Kernel:           /dev/input/event4
Group:            4
Seat:             seat0, default
Capabilities:     keyboard pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled 
Middle emulation: n/a
Calibration:      identity matrix
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

 

"Nat.scrolling:    disabled "

Interesting. Don't remember seeing that option before.

How do I enable that? I'm hoping that enabling it will reverse my scrolling again.

Thanks!

Last edited by Batou (2017-01-12 18:17:35)


Please vote for all the AUR packages you're using. You can mass-vote for all of them by doing: "pacman -Qqm | xargs aurvote -v" (make sure to run "aurvote --configure"  first)

Offline

#2 2017-01-12 18:12:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] libinput broke my Nat. Scrolling settings.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-01-12 18:17:15

Batou
Member
Registered: 2017-01-03
Posts: 259

Re: [Solved] libinput broke my Nat. Scrolling settings.

I solved it.

Option "NaturalScrolling" "true"

fixed it.

Also, is it true that xorg.conf will be gone soon?


Please vote for all the AUR packages you're using. You can mass-vote for all of them by doing: "pacman -Qqm | xargs aurvote -v" (make sure to run "aurvote --configure"  first)

Offline

#4 2017-01-12 18:20:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] libinput broke my Nat. Scrolling settings.

It's already gone. Use xorg.conf.d/ files.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB