Tuxedo Drivers

I have a Tuxedo 2 in 1 computer and would like to install the tuxedo drivers for the tablet features. From what I looked up, it’s not straight forward how to do this. I don’t know what I’m doing, so any help will be helpful.

Could you please tell how you would install the tuxedo drivers on Fedora/Ubuntu or so?

tuxedo has a repository for fedora. on tuxedo’s website there’s a guide on how to install it on regular fedora. the steps don’t work in ublue.

sudo dnf update
sudo nano /etc/yum.repos.d/tuxedo.repo
Enter the following parameters in the opened file:

[tuxedo]
name=tuxedo
baseurl=https://rpm.tuxedocomputers.com/fedora/40/x86_64/base
enabled=1
gpgcheck=1
gpgkey=https://rpm.tuxedocomputers.com/fedora/40/0x54840598.pub.asc
skip_if_unavailable=False


sudo rpm --import /path/to/directory/0x54840598.pub.asc
sudo dnf install tuxedo-control-center

I think what you can do is

  • adding the repository in /etc/yum.repos.d which you had done already
  • then install the package with rpm-ostree install tuxedo-control-center
  • then reboot

This is a layered package then but I would try.

Got an error

error: Running %post for tuxedo-drivers: bwrap(/bin/sh): Child process exited with code 4; run journalctl -t 'rpm-ostree(tuxedo-drivers.post)' for more information

Will try a reboot, see what happens

journalctl -t 'rpm-ostree(tuxedo-drivers.post)

not showing me anything

I don’t think you can install those modules. We have a PR pending on the akmods repo for inclusion for those modules Draft: feat(extra): add tuxedo-drivers (#129) by gladion136 · Pull Request #329 · ublue-os/akmods · GitHub

Take a look at this page GitHub - gladion136/tuxedo-drivers-kmod: akmods spec file for tuxedo-drivers maybe it helps.

Sorry, wasn’t aware what is behind the tuxedo-drivers

Seems there is already someone providing custom images of bazzite/bluefin/aurora with those tools BrickMan240 · GitHub

OK, so I need to try to install a custom image. Got to look that up, can’t be that hard to do.

Thanks everyone for the help.

Dumb questions, what’s the difference between the two images? Is there a guide or something on how to do this?

different versions of the tools i guess.

But no idea as they are just someones custom images, we don’t do them or use them. Just added to as an option.

Thanks for the replies, so I ran

rpm-ostree rebase ostree-unverified-registry:ghcr.io/brickman240/tuxedo-aurora

But, after a rebooting I don’t see anything different. Not sure what I’m missing. I thought rebasing would act like a new install? I’m looking for a tuxedo-aurora option in grub or something but I don’t see it.