ragnarok1968
Well-Known Member
- Joined
- Feb 4, 2017
- Messages
- 348
- Thread Author
- #1
Hey everyone! how goes it? I own an MSi Gaming laptop with the steel series keyboard and it can be used in UBUNTU 18.04 LTS.
I wanted to put this tutorial up here on how to get your steel series keyboards to function in Ubuntu 18.04 LTS
First I did a search for the msi steel series keyboard software.
First I ran the command in terminal:
apt search steelseries
this gave me:
Sorting... Done
Full Text Search... Done
msi-keyboard/bionic,now 1.1-2 amd64 [installed] (by this time, I had already installed it!)
command line tool to change MSI steelseries keyboards color setup
next I threw the command to install the steel series keyboard software on Ubuntu 18.04 LTS
sudo apt-get install msi-keyboard
you'll go through the installation process and when it is done throw this command:
sudo apt-get update
now you should have MSi's steel series software installed. it can only be managed via command line in terminal. in order to change
mode, color and intensity, there is a command syntax to do so. So I set mine to normal (mode), green (color), high intensity.
please note* you have to throw the mode/color/intensity for the left,middleand right sides of the keyboard
so suppose you want green for all sections of the keyboard, you'll throw this command in terminal:
msi-keyboard -m normal -c left,green,high -c middle,green,high -c right,green,high
mode left middle right
note about this command,
this is what you are telling your system to do:
msi-keyboard -m(mode) normal, gaming, breathe, demo, wave..
-c(color) off, red, orange, yellow, green, sky, blue, purple and white.
-c left,green,high means left-side of keyboard, green and high intensity.
in order to invoke a new mode, color, intensity etc... must be done via command line in terminal!
enjoy!
I wanted to put this tutorial up here on how to get your steel series keyboards to function in Ubuntu 18.04 LTS
First I did a search for the msi steel series keyboard software.
First I ran the command in terminal:
apt search steelseries
this gave me:
Sorting... Done
Full Text Search... Done
msi-keyboard/bionic,now 1.1-2 amd64 [installed] (by this time, I had already installed it!)
command line tool to change MSI steelseries keyboards color setup
next I threw the command to install the steel series keyboard software on Ubuntu 18.04 LTS
sudo apt-get install msi-keyboard
you'll go through the installation process and when it is done throw this command:
sudo apt-get update
now you should have MSi's steel series software installed. it can only be managed via command line in terminal. in order to change
mode, color and intensity, there is a command syntax to do so. So I set mine to normal (mode), green (color), high intensity.
please note* you have to throw the mode/color/intensity for the left,middleand right sides of the keyboard
so suppose you want green for all sections of the keyboard, you'll throw this command in terminal:
msi-keyboard -m normal -c left,green,high -c middle,green,high -c right,green,high
mode left middle right
note about this command,
this is what you are telling your system to do:
msi-keyboard -m(mode) normal, gaming, breathe, demo, wave..
-c(color) off, red, orange, yellow, green, sky, blue, purple and white.
-c left,green,high means left-side of keyboard, green and high intensity.
in order to invoke a new mode, color, intensity etc... must be done via command line in terminal!
enjoy!