Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

List of tested devices and settings

Lance edited this page Aug 4, 2022 · 2 revisions

HP Pro Tablet 408 G1

Graphics driver: i915

Drivers required for touchscreen: i2c_hid, i2c_hid_acpi, hid_multitouch

/etc/mkinitcpio.conf
MODULES=(i915 hid_multitouch i2c_hid i2c_hid_acpi)

Recommended to add osk_kms=i915 to kernel command line for issues that may crop up loading the graphics driver too early

Surface Go

Graphics driver: i915

Drivers required for touchscreen: intel_lpss, intel_lpss_pci, i2c_hid, i2c_hid_acpi, hid_multitouch

/etc/mkinitcpio.conf
Modules=(i915 hid_multitouch i2c_hid i2c_hid_acpi intel_lpss intel_lpss_pci)

Recommended to add osk_kms=i915 to kernel command line for issues that may crop up loading the graphics driver too early

Clone this wiki locally