0

I was following this guide to help me fix an issue where my late 2016 razer blade stealth would crash on me whenever I toggle the cap locks key but it didn't work. I did the command where it installed a bunch of these stuff

sudo apt install python3-razer razer-kernel-modules-dkms razer-daemon razer-doc

and when I tried looking up this

lsmod | grep "razerkbd"

it couldn't find it. Now whenever i restart my laptop, chrome takes a good minute to open up and some stuff even lags, like when I try opening the terminal or right clicking. I want to uninstall all those razer stuff I installed and restore my computer to how it was previously before those razer installs. I am new to Ubuntu and Linux and this is the first time I have ever installed another OS on a computer, sorry for my inexperience.

2 Answers2

0

To uninstall, you should be able to:

Note: if these steps produce any errors, stop and do not continue.

In terminal...

xinput set-prop "AT Raw Set 2 keyboard" "Device Enabled" 1

Try your regular keyboard. If it doesn't work, stop.

sudo rm -i /etc/X11/xorg.conf.d/20-razer.conf

sudo apt-get purge python3-razer razer-kernel-modules-dkms razer-daemon razer-doc
heynnema
  • 73,649
0

So I am still not sure what caused the issue but after researching a bit more, I found this

Terminal appears with much delay when shortcut is used

and did what he said

Open Startup Application and add new

  1. Add new
  2. Name : terserah
  3. Command : killall gnome-keyring-daemon
  4. Comment : terserah

And everything works as is.

Except for my cap locks crashing my computer...