Package Details: clevo-drivers-dkms-git 4.14.1-1

Git Clone URL: https://aur.archlinux.org/clevo-drivers-dkms-git.git (read-only, click to copy)
Package Base: clevo-drivers-dkms-git
Description: Unofficial modification of TUXEDO Computers kernel module drivers for keyboard, keyboard backlight & general hardware I/O using the SysFS interface, to allow it to run on other Clevo hardware. Use at your own risk.
Upstream URL: https://github.com/nick42d/clevo-drivers
Licenses: GPL-2.0+
Conflicts: tuxedo-drivers-dkms, tuxedo-keyboard-dkms, tuxedo-keyboard-ite-dkms
Provides: clevo-acpi, clevo-wmi, ite_8291, ite_8291_lb, ite_8297, ite_829x, tuxedo-drivers-dkms, tuxedo-io, tuxedo-keyboard, tuxedo-keyboard-ite, uniwill-wmi
Submitter: evorster
Maintainer: nick42
Last Packager: nick42
Votes: 5
Popularity: 0.96
First Submitted: 2024-03-18 12:25 (UTC)
Last Updated: 2025-06-18 13:42 (UTC)

Dependencies (6)

Required by (7)

Sources (4)

Latest Comments

nick42 commented on 2025-07-27 13:44 (UTC)

@evorster - I took over maintainership a little while back. Happy to continue to do this as long as I still have my clevo laptop.

evorster commented on 2025-07-27 08:10 (UTC)

Wow, is this still active? I have forgotten about it long ago! What you can do moving forward is to take maintainership of this package, clone my github repo and point your PKGBUILD to your repo, which you have full control over.

This may be the best way forward, and since you actually have some skin in the game you will be the best person to take care of this.

Tell me if this is acceptable for you? For now, I have disowned this package.

kbolino commented on 2025-07-26 03:00 (UTC) (edited on 2025-07-26 03:03 (UTC) by kbolino)

Works great on my P955ER. I've also set up a keyboard shortcut to run this shell script on "Touchpad toggle" (Fn+F1):

#!/bin/sh
DEV_NAME="SynPS/2 Synaptics TouchPad"
enabled=$(xinput list-props "$DEV_NAME" | grep "Device Enabled" | grep -o '[01]$')
if [ $enabled -eq 1 ]; then
    xinput disable "$DEV_NAME"
else
    xinput enable "$DEV_NAME"
fi

evorster commented on 2024-08-03 08:15 (UTC)

Thanks for the update. My laptop with this hardware died, sadly. I'll keep an update on the issue, and update the fork when the fix hits, but don't expect much more, please.

nick42 commented on 2024-08-03 05:27 (UTC)

FYI - seems to be broken upstream on the current Arch 6.10 kernel. Working on LTS. https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/issues/182