Various instructions for setting up Linux OS on Clevo N950TP6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.2 KiB

  1. At first, install `clevo-xsm-wmi-dkms`, then `clevo-xsm-wmi-util`
  2. Patches for Clevo N950TP6 laptop and orange color support have been added.
  3. ----------------------
  4. After you have installed `clevo-xsm-wmi-util`, do the following in your terminal:
  5. Enable Clevo XSM WMI service:
  6. ```
  7. sudo systemctl enable clevo-xsm-wmi.service
  8. sudo systemctl start clevo-xsm-wmi.service
  9. ```
  10. ----------------------
  11. If you don't intend to reboot your computer, do the following in your current session:
  12. ```
  13. sudo modprobe clevo-xsm-wmi
  14. ```
  15. ----------------------
  16. Launch the Clevo keyboard configuration utility with sudo or graphical sudo (kdesu, gksu etc.):
  17. ```
  18. sudo /usr/bin/clevo-xsm-wmi
  19. ```
  20. You need root rights to alter keyboard lightning!
  21. ----------------------
  22. **NOTE:** At the moment of writing this, only changing keyboard colors & turning on/off the lightning works. I could not set any modes or alter keyboard brightness via the utility.
  23. **NOTE:**
  24. I am using KDE desktop environment. Therfore, I use kdesu command in my `clevo-xsm-wmi-util.desktop` file. If you use GTK or other desktop environment, change the sudo part of the Exec part to suit your needs. For example, I have
  25. ```
  26. Exec=kdesu /usr/bin/clevo-xsm-wmi
  27. ```