You are not logged in.
I have updated my system yesterday. At that time I could normally play a wine emulated windows game - The Witcher: enhanced Edition, after I rebooted today and tried to launch it I am greeted with an error:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 249
Current serial number in output stream: 250
Monitored process exited.
Exit with return code 0
I am launching the game via lutris and also have installed it via lutris(gog).
Looks like it is some graphics card issue, I have done some searching on the internet and nothing worked for me.
User is in video group, I have installed correct nvidia drivers. Idk about having all required dependencies, perhaps something has been added which I dont know about and was not pulled automatically.
outpur of:
lspci -k | grep nvidia
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
output of:
glxinfo|egrep "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 820M/PCIe/SSE2
output of:
lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
Subsystem: Lenovo Device 3818
Kernel driver in use: i915
--
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Lenovo GeForce 820M
Kernel driver in use: nvidia
output of:
pacman -Q | grep -i -e libgl -e nvidia -e nouveau
lib32-libglvnd 1.4.0-1
lib32-nvidia-utils 510.60.02-1
libglvnd 1.4.0-1
nvidia-390xx-dkms 390.147-2
nvidia-390xx-utils 390.147-2
nvidia-prime 1.0-4
nvidia-settings 510.60.02-1
opencl-nvidia 510.60.02-1
xf86-video-nouveau 1.0.17-2
the drivers are installed from aur as the official nvidia support has been dropped(fermi card).
Also tried the one other game I have installed - minecraft - and it works with no issues.
Offline
your lib32-nvidia-utils is from the main driver, install lib32-nvidia-390xx-utils instead
Last edited by V1del (2022-05-02 16:47:12)
Offline
It might be interesting that I'm in the same situation as OP but with Steam and using the current nvidia drivers.
team.sh[98484]: Can't find 'steam-runtime-check-requirements', continuing anyway
[2022-05-02 19:46:43] Startup - updater built Nov 22 2021 22:06:59
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
Installing breakpad exception handler for appid(steam)/version(1647446817)
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)glxinfo|egrep "OpenGL vendor|OpenGL renderer"
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 110
Current serial number in output stream: 111Edit: To clarify: Since updating yesterday.
Last edited by Nosl33p (2022-05-02 17:52:58)
Offline
That solved my issue, thank you!
Offline
Please mark it as such by editing the title in your first post and prepending [SOLVED] to it.
Offline