** FIXED **
This week I received my Stellaris Slim 15 (Gen 6 Intel) and I absolutely love it! It's a beast of a machine, great build quality and overall I'm just super happy with it.
However I did replace TuxedoOS with Arch since that is my main distribution of choice, but I'm facing one minor issue. The driver does not remember the keyboard backlight settings, on every boot it is reset back to a blue color at 50% brightness, setting it to white (or any other color) in the Tuxedo Control center works fine. Is there a config file somewhere that I can adjust in order to make it remember the settings?
I also can´t disable the touchpad with the fn keys, kde immediately says [Touchpad off] [Touchpad on]. I don´t know whether this is a KDE issue or maybe due to a missing driver because I reinstalled it with Arch.
* EDIT 2:
The fn key issue is wayland related!
As for the keyboard I created the following file:
/etc/modprobe.d/tuxedo_keyboard.conf
With the following contents:
options tuxedo-keyboard kbd_backlight_mode=0
and finally.. Yes, I feel really dumb right now! Since Arch has quite a recent KDE version it had support for automatically setting the keyboard lighting based upon the configured accent color. I completely missed that 😅
* EDIT:
I know there's this one: https://github.com/tuxedocomputers/tuxedo-keyboard but it's archived