Hey mate,
6 months on... but if you (or anyone else) still need the program - this is probably the issue:
http://ubuntuforums.org/showthread.p...7#post10692447
So make sure you:
Once that's done - this is how I set it up in 14.04 [on KUbuntu] (with help from README and googling errors as they came up):
First make sure you have all of your dependencies - I found I needed pyside to make qrazercfg run...
Code:
sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev cmake python-qt4 python3-pyside
Now, from the directory you git-cloned or unzipped into...
Code:
make install
cp ./razerd.initscript /etc/init.d/razerd
ln -s /etc/init.d/razerd /etc/rc2.d/S99razerd
ln -s /etc/init.d/razerd /etc/rc5.d/S99razerd
ln -s /etc/init.d/razerd /etc/rc0.d/K01razerd
ln -s /etc/init.d/razerd /etc/rc6.d/K01razerd
Now, according to the README:
If you don't have an xorg.conf, you don't have to do anything and it
should work out-of-the-box.
If you do... then reference the README for what you need to do, the section is:
X11-WINDOW (X.ORG) CONFIGURATION
================================
Make sure you run the service... either as su if still carrying on from above or sudo if you opened a new shell:
Code:
service razerd start
Then you should just be able to run either:
or
If you chose qrazercfg - you should get a nice GUI like this:
QRazerCFG.png
Bookmarks