Browse Source

Add keyboard notes file

master
Pekka Helenius 5 years ago
committed by GitHub
commit
bf4fb38d8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions
  1. +44
    -0
      keyboard_color_support/notes.md

+ 44
- 0
keyboard_color_support/notes.md View File

@ -0,0 +1,44 @@
At first, install `clevo-xsm-wmi-dkms`, then `clevo-xsm-wmi-util`
Patches for Clevo N950TP6 laptop and orange color support have been added.
----------------------
After you have installed `clevo-xsm-wmi-util`, do the following in your terminal:
Enable Clevo XSM WMI service:
```
sudo systemctl enable clevo-xsm-wmi.service
sudo systemctl start clevo-xsm-wmi.service
```
----------------------
If you are not rebooting your computer, do the following in your current session:
```
sudo modprobe clevo-xsm-wmi
```
----------------------
Launch the Clevo keyboard configuration utility with sudo or graphical sudo (kdesu, gksu etc.):
```
sudo /usr/bin/clevo-xsm-wmi
```
You need root rights to alter keyboard lightning!
----------------------
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.
NOTE:
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
```
Exec=kdesu /usr/bin/clevo-xsm-wmi
```

Loading…
Cancel
Save