I don’t have that:
$ mhwd --listinstalled
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-nvidia 2021.12.18 false PCI
Warning: No installed USB configs!
So, I think it is completely unnecessary and can & should be removed:
mhwd --remove pci video-linux
Followed by a reboot and then testing again:
prime-run glxinfo | grep "OpenGL renderer"
1 Like
i did it
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: 50
Current serial number in output stream: 51
Urgh!
Please post the output of:
mhwd
And
mhwd --listinstalled
Please.
> 0000:03:00.0 (0302:10de:1140) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-470xx-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-390xx-bumblebee 2021.12.18 false PCI
video-nvidia 2021.12.18 false PCI
video-nvidia-470xx 2021.12.18 false PCI
video-nvidia-390xx 2021.12.18 false PCI
video-linux 2018.05.04 true PCI
> 0000:01:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
network-r8168 2016.04.20 true PCI
> 0000:00:02.0 (0300:8086:0a16) Display controller Intel Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-470xx-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-390xx-bumblebee 2021.12.18 false PCI
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime 2021.12.18 false PCI
video-modesetting 2020.01.13 true PCI
OK, everything looks good to me, but obviously isn’t. So the last thing I can recommend, is trying a different driver. To do so, we first have to remove the current one:
mhwd --remove pci video-hybrid-intel-nvidia-prime
Followed by installing the other one:
mhwd --install pci video-hybrid-intel-nvidia-470xx-prime
And reboot.
Note:
I have no idea if this’ll work or if it’ll break something instead. So this is at your own risk, should you choose to continue.
Also, I have no idea beyond this. If this doesn’t work, all I can do is
and
the first thanks a lot but i installed the new driver and follow the same
> 0000:03:00.0 (0302:10de:1140) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-470xx-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-390xx-bumblebee 2021.12.18 false PCI
video-nvidia 2021.12.18 false PCI
video-nvidia-470xx 2021.12.18 false PCI
video-nvidia-390xx 2021.12.18 false PCI
video-linux 2018.05.04 true PCI
> 0000:01:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
network-r8168 2016.04.20 true PCI
> 0000:00:02.0 (0300:8086:0a16) Display controller Intel Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-470xx-prime 2021.12.18 false PCI
video-hybrid-intel-nvidia-390xx-bumblebee 2021.12.18 false PCI
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
~ mhwd --listinstalled ✔
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-modesetting 2020.01.13 true PCI
video-hybrid-intel-nvidia-470xx-prime 2021.12.18 false PCI
Warning: No installed USB configs!
~ ```
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: 50
Current serial number in output stream: 51
OK, I officially don’t know any more than this. I’m out of ideas.
Best would be to wait for someone more knowledgeable than I to lend assistance.
In the meantime, since there’s no difference, you can revert to the newer driver:
First, uninstall the current driver:
mhwd --remove pci video-hybrid-intel-nvidia-470xx-prime
Followed by reinstalling the newer driver:
mhwd --auto pci nonfree 0300
I don’t know hows this escaped me, but do you use Wayland? Because
And I’ve seen multiple threads with issues on Wayland and Nvidia, so maybe it’s related? Perhaps this’ll help:
Difficulty: ★★★☆☆
Wayland does not play well with proprietary drivers. Currently the biggest issue is that NVIDIA does currently not support Xwayland properly, so apps that require it get software rendering. This includes most games, which are the most common use case for proprietary NVIDIA drivers. This is why GNOME automatically disables Wayland if you have NVIDIA.
However, if this does not deter you, you can use Wayland with NVIDIA drivers. Here is how to do it:
If not using G…
1 Like
I try with xorg , maybe I want to use wayland because i used wayland in otror distributions of linux like ubuntu o kde neon and i had a few mistakes but not in the graphics card , i have manjaro from 3 months ago and I like and i don´t have mistake in my applications only with the graphic nvidia of my laptot
Try with X, yes. In my opinion that’s best.
I use X with multiple monitors without any problems.
I try now with xorg and
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: 50
Current serial number in output stream: 51
~ ```
I’m afraid then I still have 0
idea…
1 Like
Just a thought. Is the Nvidia system enabled in BIOS.
I have no experience with hybrid graphics, so didn’t even know it was possible to disable it. But yes, should have checked.
I have dual boot with windows and manjaro in windows work perfectly
Just as a another try:
Boot a live Manjaro, choose proprietary driver at first screen and examine in the running live session what is installed with mhwd … see above!