On 07/28/15 10:57, richard emberson wrote:
See below
On 07/27/2015 07:33 PM, Ed Greshko wrote:
On 07/28/15 09:50, richard emberson wrote:
grep "input device" /var/log/Xorg.0.log | grep XINPUT
<nothing found>
Its a Jetta laptop with touch pad (which, like the usb optical mouse, also does not work) and builtin keyboard.
What is in your /etc/X11/xorg.conf ? It should only contain....
I do not have a xorg.conf file, but I do have a nvidia-xorg.conf which is the same as your xorg.conf file you showed below. (but, if I change the name of it from nvidia-xorg.conf to xorg.conf, I still have no mouse/keyboard).
# RPM Fusion - nvidia-xorg.conf # Section "Device" Identifier "Videocard0" Driver "nvidia" EndSection
Also, what files do you have in the /etc/X11/xorg.conf.d directory?
# ls -l xorg.conf.d/ total 12 -rw-r--r--. 1 root root 108 Jan 11 2015 00-avoid-glamor.conf -rw-r--r--. 1 root root 232 Jan 13 2015 00-keyboard.conf -rw-r--r--. 1 root root 178 Jan 11 2015 99-nvidia.conf
FWIW, all of my systems report something for XINPUT in the Xorg log...
Also, what do you get for these commands?
journalctl -b 0 | grep -i mouse journalctl -b 0 | grep -i keyb
Sadly, I'm running out of ideas...