How to Set Up Razer Devices on Linux for Lighting Effects and Other Configurations

You have a shiny new Razer hardware, but you cannot find the Razer Synapse software for Linux. And you end up with no proper RGB sync and do not get to customize it. What do you do?

Well, for certain functionalities, like adding macros to your mouse, you will still need access to Razer Synapse (on Windows or macOS).

But, to tweak a few other options like macros for the keyboard, changing the DPI of your mouse, or lighting effects, you can easily set up your Razer peripherals on Linux.

razer basilisk v2
My Razer Basilisk V2 with lighting effect

Here are sme pictures of both the mouse and the mouse pad. Itโ€™s the same setup but with different lighting schemes. Click on the images to see bigger images.

Razer Basilisk is a good gaming mouse. If you want you can order it from Amazon or get it from your local store.

SaleBestseller No. 1

Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black

Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black

$49.99

If you already own a Razer device, let me show the steps to configure it just like what I did here.

Step 1. Install OpenRazer

OpenRazer is an open-source driver to make Razer hardware work on Linux. It supports several functionalities to customize and control your devices, including RGB mousemats.

While this is not an official driver for Linux, it works quite well for a wide range of devices.

It offers support for a variety of Linux distributions that include Solus, openSUSE, Fedora, Debian, Arch Linux, Ubuntu, and a few others.

Here, I will be focusing on the steps to install it on any Ubuntu-based distro, you may want to refer to the official instructions for other distros.

You need to install OpenRazer using a PPA on Ubuntu, hereโ€™s how to do that:

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

It also offers a daemon as well, you can choose to make it work, you will be adding your user to the plugdev group โ€” which gives privileged access to the device:

sudo gpasswd -a $USER plugdev

I did not need to configure/add a daemon using the above command, but I can still use the devices just fine. The daemon mostly ensures that the driver stays active.

Download OpenRazer

Stpe 2. Install a GUI to Manage and Tweak Options

Now that the driver has been installed, all you need is a graphical user interface (GUI) to help you customize your Razer hardware.

You can find a few options available out there, but I will recommend installing Polychromatic, which offers an attractive UI and works well as well.

polychromatic app

Polychromatic app is the closest I could recommend to Razer Synapse, and it works good.

For Ubuntu-based distros, all you need to do is install it using PPA:

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

You can find it listed in AUR for Arch Linux users. For more installation instructions, you can refer to the official download page.

Download Polychromatic

While you will get distinct set of options for various devices. Here, I tried changing the DPI, customizing the color cycle, and the polling rate of my Razer Basilisk v2 mouse and it worked completely fine.

razer basilisk polychromatic
Customization options for a mouse

It also offers you the ability to easily restart or stop the daemon, change the applet icon, and perform advanced configuration options if you know what you want to do.

Alternatively, you can try RazerGenie, Snake, or OpenRGB (meant for changing the colors) to tweak the mouse color or any other settings.

Wrapping Up

Now that you can easily customize your Razer hardware, hope you have fun!

While you may find some other options to configure your Razer devices, I did not find any other options that work very well.

If you have come across something that works and that deserves a mention here for all the Razer users, let me know in the comments below.

Leave a Comment