Graphics card crash

Zapstar

New Member
Joined
Feb 18, 2020
Messages
9
Reaction score
1
Credits
61
IMG_20200218_183746.jpg

Does anyone have any idea what is happening? This happens anytime the window gets rescaled. Only happens when I'm running my GTX 1060, integrated graphics run fine. When this happens I have to restart the computer completely.

Distro: Ubuntu
App: Minecraft
 


It looks like the API (application program interface) of your game is not interacting correctly. In other words you have screen tearing going on.

Do you have a Nvidia driver for your Linux distro installed?
 
It looks like the API (application program interface) of your game is not interacting correctly. In other words you have screen tearing going on.

Do you have a Nvidia driver for your Linux distro installed?
I have the latest driver installed. (I least I hope so I installed it yesterday). I've looked into the problem more and I think it's an issue with LWJGL (specifically versions prior to 3.1.6) I'd also like to clarify that my system is not frozen in the attached photo, ubuntu is just graphically broken, requiring a restart of my system.
 
That's good that you have the latest driver installed.
A quick google search revealed that LWJGL is associated with a Java lib that allows cross platform access. Is that what you are referring to?

If so maybe try updating LWJGL-

To clarify that your system is not frozen, generally a system is frozen when you can't do anything with your mouse and holding down CTRL + ALT+ DEL won't reboot <or> holding down CTRL + F1 or F2 to get a command line prompt in konsole mode only doesn't work either.

What is the output of:
cat /etc/os-release
 
Last edited:
The mouse can still be moved when the bug is happening.

the output of the command is:

NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic


I also tried running glxinfo and got a weird error, leading me to believe it's an issue with OpenGL

Output of glxinfo:

name of display: :1
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 96
Current serial number in output stream: 97
 
Here's the download if you have trouble upgrading LWJGL you could remove the old LWJGL and install the new LWJGL.

 
Here's the download if you have trouble upgrading LWJGL you could remove the old LWJGL and install the new LWJGL.


As far as I know, the version of LWJGL used by Minecraft is out of my hands. However, versions of the game that use LWJGL 3.1.3 and up work just fine.
 
The mouse can still be moved when the bug is happening.

the output of the command is:

NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic


I also tried running glxinfo and got a weird error, leading me to believe it's an issue with OpenGL

Output of glxinfo:

name of display: :1
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 96
Current serial number in output stream: 97
It could be OpenGl, I'm not sure.
 

Members online


Latest posts

Top