Here are some outputs:
lspci -k | awk '/VGA/,/modules/'
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Lenovo Device 3901
Kernel driver in use: i915
Kernel modules: i915
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 635M] (rev a1)
Subsystem: Lenovo Device 3901
Kernel modules: nouveau, nvidia_drm, nvidia
lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 635M] (rev a1)
and the problem is:
glxinfo | grep "OpenGL renderer"
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 150 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 39
Current serial number in output stream: 40
I'd installed drivers with:
yay -S nvidia-390xx-dkms nvidia-390xx-utils lib32-nvidia-390xx-utils
I need to say that I use Hyprland (Wayland tho).
How can i fix it (i cannot run lots of apps/games coz of this)?


