OpenMarine

Full Version: [SOLVED] Keyboard and mouse don't work on OP v0.11.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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
(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
(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.
Pages: 1 2