Drivers for several platform devices for TUXEDO notebooks meant for the DKMS.
- Driver for Fn-keys
- SysFS control of brightness/color/mode for most TUXEDO keyboards
- Hardware I/O driver for TUXEDO Control Center
- tuxedo_compatibility_check
- tuxedo_keyboard
- clevo_acpi
- clevo_wmi
- uniwill_wmi
- tuxedo_io
- ite_8291
- ite_8291_lb
- ite_8297
- ite_829x
- tuxedo_nb05_ec
- tuxedo_nb05_power_profiles
- tuxedo_nb05_sensors
- tuxedo_nb05_keyboard
- tuxedo_nb04_keyboard
- tuxedo_nb04_wmi_ab
- tuxedo_nb04_wmi_bs
- tuxedo_nb04_sensors
- tuxedo_nb04_power_profiles
- tuxedo_nb04_kbd_backlight
The make install
and make dkmsinstall
targets are only intended for development purposes. Only use them if you know how to recover from a botched root file system or DKMS state!
For production systems use the version from the package repository where available or the deb or rpm package generated by make package-deb
and make package-rpm
respectively.
All:
- make
make install
:
- gcc or clang
- linux-headers
make dkmsinstall
:
- dkms
- linux-headers
make package-deb
:
- devscripts
- debhelper
make package-rpm
:
- rpm
For all devices with a touchpad toggle key(-combo) and some devices with keyboard backlight control key-combos the driver does nothing more then to send the corresponding key event to userspace where it is the desktop environments duty to carry out the action. Some smaller desktop environments however don't bind an action to these keys by default so it seems that these keys don't work.
Please refer to your desktop environments documentation on how to set custom keybindings to fix this.
For keyboard brightness control you should use the D-Bus interface of UPower as actions for the key presses.
For touchpad toggle on X11 you can use xinput
to enable/disable the touchpad, on Wayland the correct way is desktop environment specific.