OpenMarine
[SOLVED] Keyboard and mouse don't work on OP v0.11.3 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Keyboard and mouse don't work on OP v0.11.3 (/showthread.php?tid=483)

Pages: 1 2


RE: Keyboard and mouse don't work on OP v0.11.3 - dirkw - 2017-06-07

(2017-06-07, 11:30 AM)verkerkbr Wrote:
(2017-05-22, 06:16 PM)Sailoog Wrote: Thanks for reporting!

Does not work here. Do you use the driver from Egalax ?

Monitor with Touchscreen works direct with OpenPlotter version 0.9.0. And after upgrading Raspian to the latest version, the Touchscreen still works. Then took the latest kernel 4.9.30. Screen with touch still working.

What is difference between the latest Raspian version in OpenPlotter and an upgraded one started from version 0.9.0 ?

Bram

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 , rename 10-evdev.conf to 60-evdev.conf


RE: Keyboard and mouse don't work on OP v0.11.3 - verkerkbr - 2017-06-07

(2017-06-07, 12:02 PM)dirkw Wrote:
(2017-06-07, 11:30 AM)verkerkbr Wrote:
(2017-05-22, 06:16 PM)Sailoog Wrote: Thanks for reporting!

Does not work here. Do you use the driver from Egalax ?

Monitor with Touchscreen works direct with OpenPlotter version 0.9.0. And after upgrading Raspian to the latest version, the Touchscreen still works. Then took the latest kernel 4.9.30. Screen with touch still working.

What is difference between the latest Raspian version in OpenPlotter and an upgraded one started from version 0.9.0 ?

Bram

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 , rename 10-evdev.conf to 60-evdev.conf

Dirkw,

now took a SD card without the Egalax driver installed.

installed evdev

and changed 40-libinput.conf to evdev instead of libinput

And now it works. Thank for the solution.

Regards,

Bram


RE: Keyboard and mouse don't work on OP v0.11.3 - dirkw - 2017-06-07

(2017-06-07, 12:52 PM)verkerkbr Wrote:
(2017-06-07, 12:02 PM)dirkw Wrote:
(2017-06-07, 11:30 AM)verkerkbr Wrote:
(2017-05-22, 06:16 PM)Sailoog Wrote: Thanks for reporting!

Does not work here. Do you use the driver from Egalax ?

Monitor with Touchscreen works direct with OpenPlotter version 0.9.0. And after upgrading Raspian to the latest version, the Touchscreen still works. Then took the latest kernel 4.9.30. Screen with touch still working.

What is difference between the latest Raspian version in OpenPlotter and an upgraded one started from version 0.9.0 ?

Bram

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 , rename 10-evdev.conf to 60-evdev.conf

Dirkw,

now took a SD card without the Egalax driver installed.

installed evdev

and changed 40-libinput.conf to evdev instead of libinput

And now it works. Thank for the solution.

Regards,

Bram
Fine. So i will add this to the solution above.