OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 12 forks source link

[DevKit] Touchscreen does not work with default configuration. #85

Closed denics closed 1 month ago

denics commented 1 month ago

I am using RaspianOS 12 with kernel 6.6.28+rpt-rpi-v8 To enable touchscreen in DevKit I had to comment line

#dtoverlay=vc4-kms-v3d

and add line:

dtoverlay=vc4-fkms-v3d

is this necessary for the Mark2 ? if yes, can we add this to the ansible?

goldyfruit commented 1 month ago

Mark II doesn't need vc4-fkms-v3d which is good as vc4-fkms-v3d (Fake KMS) is getting less attention from the Raspberry Pi developers as their focus is now more for on the Full KMS implementation.

https://github.com/raspberrypi/documentation/issues/2310

goldyfruit commented 1 month ago

We could find a way to detect both, DevKit is running version 06 of SJ201 as Mark II is running version 10. If version 06 is detected then we can replace vc4-kms-v3d by vc4-fkms-v3d.

goldyfruit commented 1 month ago

https://github.com/OpenVoiceOS/ovos-installer/pull/86

goldyfruit commented 1 month ago

@denics have a look at #86 please and let me know if it works for you.

denics commented 1 month ago

ok, I'll try that tomorrow and report back

goldyfruit commented 1 month ago

Test and validated by @mikejgray :heart: