pez2001 / razer_chroma_drivers

A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
GNU General Public License v2.0
231 stars 31 forks source link

Static mode doesn't work #134

Closed nicafyl closed 8 years ago

nicafyl commented 8 years ago

I have a Razor Ultimate 2016. Breathe, wave, starlight and probably others work fine. But, static just turns off the backlight. Using Mint 17.

terricain commented 8 years ago

What command you using for static? No longer have a 2016 to play with but I'll look at the driver tomorrow

nicafyl commented 8 years ago

echo -n "1" >mode_static.

terricain commented 8 years ago

Try

echo -n -e '\x00\xFF\x00' > mode_static
nicafyl commented 8 years ago

Worked. Perfect. Thanks.

terricain commented 8 years ago

Yeah basically I think you can vary the 2nd byte to change the green shade