On 04/23/2015 07:56 AM, poma wrote:
On 23.04.2015 13:29, Bob Goodwin ~ Zuni, Virginia, USA wrote:
On 04/23/2015 06:49 AM, poma wrote:
man 5 xorg.conf
...
DESCRIPTION
Xorg uses a configuration file called xorg.conf and files ending in the
suffix .conf from the directory xorg.conf.d for its initial setup. The
xorg.conf configuration file is searched for in the following places
when the server is started as a normal user:
...
/etc/X11/$XORGCONFIG
...
i.e. create your own
/etc/X11/xorg.conf.d/foo-bar.conf
<SUBSTANCE>
.
I tried adding the following, called it "10-evdev.conf"
[root@box10 bobg]# ll /etc/X11/xorg.conf.d/
total 8
-rw-r--r--. 1 root root 232 Apr 22 04:48 00-keyboard.conf
-rw-r--r--. 1 root root 355 Apr 23 07:16 10-evdev.conf
[root@box10 bobg]# cat /etc/X11/xorg.conf.d/10-evdev.conf
Section "InputClass"
Identifier "whatever"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
EndSection
Section "InputClass"
Identifier "system-setup-keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Then rebooted but that apparently isn't what it needs? What am I doing
wrong?
Bob
.
# ll /etc/X11/xorg.conf.d/
total 12
-rw-r--r--. 1 root root 232 Apr 22 04:48 00-keyboard.conf
-rw-r--r--. 1 root root 153 Apr 23 11:17 10-evdev.conf
-rw-r--r--. 1 root root 217 Apr 23 11:24 20-evdev-mouse.conf
Ok, this has evolved to:
Section "InputClass"
Identifier "middle button emulation class"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
Driver "evdev"
EndSection
It needed the Driver "evdev" line to work. I never used that before? I
took that from your "00-evdev-mouse.conf"
Maybe it's just enough to restart X. ;)
I don't know how to restart X? Must be a systemctl restart command.
Whatever I tried didn't work, I just reboot and wait ...
See line:
Option "XkbOptions" "terminate:ctrl_alt_bksp"
Here's one I use:
$ cat /etc/X11/xorg.conf.d/00-evdev-mouse.conf
Section "InputClass"
Identifier "Device Accel Velocity Scaling"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Option "VelocityScale" "1000"
Driver "evdev"
EndSection
$ pkexec yum install xorg-x11-drv-evdev
$ man 4 evdev
.
Yes, that restores the Sensitivity adjustment. Without that I just ran
the Acceleration at max! Now I have another adjustment to play with.
Thanks, as always you are a good source of help,
Bob
--
http://www.qrz.com/db/w2bod
box10 Fedora-22/64bit Linux/XFCE
--
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test