New issue by Dko1905 on void-packages repository https://github.com/void-linux/void-packages/issues/33482 Description: ### System * xuname: `Void 5.10.71_1 x86_64 GenuineIntel uptodate hold rrmFFFFFFFFFF` * package: `nvidia-470.74_1` I am using bspwm on a laptop, and I run `glxgears` using PRIME Render Offload. I do **not** have `xf86-video-intel` installed, but instead use modesetting. I have one xorg config file `/etc/X11/xorg.conf.d/20-intel-graphics.conf`: ```conf Section "Device" Identifier "modesetting" Driver "modesetting" Option "TearFree" "True" EndSection ``` ### Expected behavior I expect `glxgears` to successfully start up and work all the time. ### Actual behavior Three different things happen, either `glxgears` starts up successfully and runs successfully, `glxgears` starts up successfully but does not render anything or `glxgears` fails to allocate proper resources. Here is a video demonstrating the three outputs: [video of glxgears](https://files.catbox.moe/3fnc2b.mp4) It is random what happens, but black windows are more common than it working or it failing. ### Steps to reproduce the behavior 1. Install (at this time) latest `nvidia` drivers together with `xorg-minial`, `xorg-apps`, `xorg-fonts` and `xorg-util-macros`. 2. Run `glxgears` using `prime-run` in xorg session. Other application are also affected, when I start Steam using `prime-run`, I get a see through window, when I start it on the Intel video card, it works as expected. This is a new issue, since I haven't had it before I upgraded and switched to modesetting. I've tried to downgrade nvidia and go back to `xf86-video-intel`, but it didn't fix the issue.