Package Details: clevo-drivers-dkms-git 4.20.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: 6
Popularity: 0.004665
First Submitted: 2024-03-18 12:25 (UTC)
Last Updated: 2026-02-10 00:15 (UTC)

Dependencies (6)

Required by (8)

Sources (2)

Latest Comments

1 2 Next › Last »

BanzaiBrotha commented on 2026-07-28 08:13 (UTC)

That is a fair reason. Then if there is any need for testers in the future im more than happy to help.

nick42 commented on 2026-07-28 00:03 (UTC)

I'm sure they are, but they do not support non-tuxedo devices or this unofficial modification and list the following warning on their repo:

"Code interacting with the EC, which is most of tuxedo-drivers, can brick devices and therefore must be ensured to only run on compatible and tested devices."

Therefore, I will continue to take a cautious approach, especially if there is no missing features.

BanzaiBrotha commented on 2026-07-27 23:41 (UTC)

No i just like my software to be uptodate nothing more. Especially when its 8 tags behind. And personally i do believe tuxedo is capable enough to not publish drivers with any major regressions

nick42 commented on 2026-07-27 23:33 (UTC)

I'm quite happy to continue maintaining. I wouldn't consider the goal of maintaining this to be keeping parity with the latest tuxedo drivers version - there's a possibility breaking changes are introduced, and so I consider the out of date flag a little misleading. Is there a reason you'd like this to be updated - are there some missing features on the current version?

BanzaiBrotha commented on 2026-07-27 20:27 (UTC)

this hasnt been updated in a while. i am interested in taking over the maintenance for this package if you dont want to anymore @nick42

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.