Has anyone noticed crashes changing display scaling and orientation in scenarios where the cursor is squashed? #335
pugly-tech
started this conversation in
General
Replies: 1 comment
-
Which userspace driver are you using? Modesetting or Nvidia? If you haven't added this to the X server config you're using modesetting, because otherwise XLibre will see an ABI mismatch with the userspace driver in the Nvidia drivers and fall back to modesetting.
Modesetting support on Nvidia is pretty early and should be used for testing purposes only. So, add those lines to your xorg.conf, and maybe also the following for good measure:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Linux Mint 22.1 if I don't install the Nvidia drivers from Nvidia directly, I get the squashed curser. When playing around with display scaling and screen orientation to see if that fixed it (it does), I found that the system gets very, very unhappy with the change and takes a long time to reload, and if you try to revert to defaults Cinnamon will crash and it refuses to return to defaults. I encountered a scenario where the desktop crashes and reloads every few seconds, making it difficult to run the driver installer.
I'm wondering if anyone has experienced that when they had the bad curser bug, and if thays a related issue that should be tested at the same time? Just changing display scaling to 200% and back and setting the display to portrait and back is enough to cause to to crash.
Beta Was this translation helpful? Give feedback.
All reactions