darthdeus
June 28th, 2019, 04:06 PM
Let me prefix this by saying that I only started experiencing the issue in the past month. I've used the same linux install early this year for months and everything worked fine, then switched off, came back a few months later, upgraded packages and did some more stuff (can't pinpoint exactly what), and then I started experiencing the issue.
The problem is, when I open any game, or steam starts playing video (or probably anything GPU-accelerated) my mouse freezes, doesn't move, and doesn't respond to clicks. The keyboard still works, so for example in steam I can move around with the keyboard, but the mouse doesn't work even if I switch to other programs. When I kill the process, the mouse starts working after a few seconds as if nothing happened.
What is interesting is that I also have CUDA installed, and running CUDA stuff does not cause this issue, and CUDA is using the same driver. I tried both the version of the driver packaged with CUDA, as well as installing it with apt, but both cause the same issue. I also think I used the exactly same driver few months ago when things worked, but I can't guarantee.
My setup:
- ubuntu 18.04
- nvidia 1080ti with the properietary driver 418.56
- mouse razer naga chroma
What I'm 99.99% sure is that it stopped working after upgrading things other than the driver, because I initially had both CUDA and the driver installed via a .run file and not via apt, and that only gets updated manually (AFAIK).
If it's of any relevance, here's the output from `xinput`
$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Razer Razer Naga Chroma id=8 [slave pointer (2)]
⎜ ↳ Razer Razer Naga Chroma id=9 [slave pointer (2)]
⎜ ↳ Corsair Corsair Gaming K70 LUX RGB Keyboard id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Razer Razer Naga Chroma id=10 [slave keyboard (3)]
↳ Blue Microphones Yeti Stereo Microphone id=11 [slave keyboard (3)]
↳ Yubico YubiKey OTP+FIDO+CCID id=12 [slave keyboard (3)]
↳ Corsair Corsair Gaming K70 LUX RGB Keyboard id=13 [slave keyboard (3)]
↳ Razer Razer Naga Chroma id=15 [slave keyboard (3)]
↳ Corsair Corsair Gaming K70 LUX RGB Keyboard id=16 [slave keyboard (3)]
I also watched dmesg -w, but nothing gets logged during the mouse freezing.
One reliable way of reproducing the issue other than steam I found is with Battle for Wesnoth (installed via `apt install wesnoth), so the issue is not only caused by steam games.
I guess part of the question is where else I should look for at least some log message regarding this, as journalctl also doesn't show anything.
The problem is, when I open any game, or steam starts playing video (or probably anything GPU-accelerated) my mouse freezes, doesn't move, and doesn't respond to clicks. The keyboard still works, so for example in steam I can move around with the keyboard, but the mouse doesn't work even if I switch to other programs. When I kill the process, the mouse starts working after a few seconds as if nothing happened.
What is interesting is that I also have CUDA installed, and running CUDA stuff does not cause this issue, and CUDA is using the same driver. I tried both the version of the driver packaged with CUDA, as well as installing it with apt, but both cause the same issue. I also think I used the exactly same driver few months ago when things worked, but I can't guarantee.
My setup:
- ubuntu 18.04
- nvidia 1080ti with the properietary driver 418.56
- mouse razer naga chroma
What I'm 99.99% sure is that it stopped working after upgrading things other than the driver, because I initially had both CUDA and the driver installed via a .run file and not via apt, and that only gets updated manually (AFAIK).
If it's of any relevance, here's the output from `xinput`
$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Razer Razer Naga Chroma id=8 [slave pointer (2)]
⎜ ↳ Razer Razer Naga Chroma id=9 [slave pointer (2)]
⎜ ↳ Corsair Corsair Gaming K70 LUX RGB Keyboard id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Razer Razer Naga Chroma id=10 [slave keyboard (3)]
↳ Blue Microphones Yeti Stereo Microphone id=11 [slave keyboard (3)]
↳ Yubico YubiKey OTP+FIDO+CCID id=12 [slave keyboard (3)]
↳ Corsair Corsair Gaming K70 LUX RGB Keyboard id=13 [slave keyboard (3)]
↳ Razer Razer Naga Chroma id=15 [slave keyboard (3)]
↳ Corsair Corsair Gaming K70 LUX RGB Keyboard id=16 [slave keyboard (3)]
I also watched dmesg -w, but nothing gets logged during the mouse freezing.
One reliable way of reproducing the issue other than steam I found is with Battle for Wesnoth (installed via `apt install wesnoth), so the issue is not only caused by steam games.
I guess part of the question is where else I should look for at least some log message regarding this, as journalctl also doesn't show anything.