Light Up Your Razer Peripherals In Linux Mint

A tutorial for installing OpenRazer and Polychromatic

Adam Prescott
2 min readJan 11, 2021
Photo by Emmanuel on Unsplash

I’ve been slowly building a Linux Mint desk set up in the basement, and this weekend I added an old Razer BlackWidow Lite keyboard and Naga Hex mouse to the mix. As expected, they were plug & play functional out of the box, but the keyboard didn’t have its backlighting enabled. This will not do.

Luckily, Razer has pretty good support for Linux with its OpenRazer project.

Installing is pretty simple, but lighting still wasn’t enabled. It took a few minutes of research to figure out that I also needed to install Polychromatic.

So it’s really a 3-step process but still very easy. Here’s how to do it!

Step 1 — Install OpenRazer

Open a terminal and run the following commands:

sudo apt install software-properties-gtk
sudo add-apt-repository ppa:openrazer/stable
sudo apt update
sudo apt install openrazer-meta

Step 2 — Install Polychromatic

Open a terminal and run the following commands:

sudo add-apt-repository ppa:polychromatic/stable
sudo apt update
sudo apt install polychromatic

--

--