help-guix
[Top][All Lists]
Advanced

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

Re: xorg-configuration questions


From: 宋文武
Subject: Re: xorg-configuration questions
Date: Sun, 07 Apr 2019 07:04:39 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

John Soo <address@hidden> writes:

> Hey all,
>
> I love the idea of having one record for keyboard layout and I just 
> reconfigured my system with the new configuration but my settings won't take. 
> I've had issues with the old
> `extra-config` options in the past (nothing worked then including the 
> cst-trackball from below). Admittedly, I am quite unfamiliar with xorg 
> configuration of input devices so I can
> imagine I may be doing something wrong. I've listed what I have so far below. 
> Note that the console keymap works properly. Also the auto-login does not 
> seem to work either.
> What am I doing wrong? 
>
> (define ctrl-nocaps (keyboard-layout "us" #:options '("ctrl:nocaps")) 
> ...
> (define cst-trackball
>  "Section \"InputClass\"
>     Identifier \"CST Trackball\"
>     Driver \"libinput\"
>     MatchVendor \"CST\"
>     MatchProduct \"CST USB UNITRAC\"
>     MatchIsPointer \"on\"
>     Option \"AccelerationNumerator\" \"2.0\" EndSection")
> ...

Hello, I think there is no "AccelerationNumerator" option for libinput, it
has "AccelSpeed" instead:

https://wiki.archlinux.org/index.php/Mouse_acceleration#Mouse_acceleration_with_libinput

Hope it helps!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]