This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Keyboard and mouse don't work on OP v0.11.3
#8
(2017-05-15, 05:57 PM)Sailoog Wrote:
(2017-05-13, 06:49 AM)dirkw Wrote: Tried it. The Touchscreen isnt't working with this fresh installation. I tried some other hardware, and a Mini-Keyboard with an build-in touchpad has the same problem.

I am afraid this issue should be reported to raspbian developers. Don't forgot to report here if you found a solution please.

Solved. The latest raspbian version uses libinput for touchscreen. Change to evdev solved the problem.
Install evdev
Code:
sudo apt-get install xserver-xorg-input-evdev

edit /usr/share/X11/xorg.conf.d/40-libinput.conf and change from libinput to evdev

Code:
sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        # Driver "libinput"
        Driver "evdev"
EndSection
Then please have a look in the directory /usr/share/X11/xorg.conf.d

To load the evdev driver after libinput, the number has to be higher. So if you see there for example 40-libinput.conf and 10-evdev.conf , easiest way is to change it in 40-evdev.conf and 10-libinput.conf
Reply


Messages In This Thread
RE: Keyboard and mouse don't work on OP v0.11.3 - by dirkw - 2017-05-17, 09:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)