Blender and Krita window flickering on xfce Void linux

I’ve installed Void linux on my Acer laptop which has an Nvidia GTX 4070 GPU, and I’ve also installed the nvidia package from my distro’s repository.

Everything works fine except for Blender and Krita, both of which have their entire windows not update and flicker when moving the mouse over them. So far I’ve tried messing with the nvidia-xorg config file and also turning of Vsync in the GPU settings. Nothing has worked so far, I’m still getting the same behaviour.

Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.

Here’s the output of nvidia–bug-report:

nvidia-bug-report.log.gz (568.6 KB)

The nvidia gpu is in offload mode, the primary gpu being the intel igpu. You’re using the “intel” driver for the igpu, please rather switch to the modesetting driver by uninstalling the xf86-video-intel driver.

That worked, but if you don’t mind: which part of the log file said that the gpu was in offload mode?

Xorg.log

[     6.443] (--) PCI:*(0@0:2:0) 8086:a788:1025:170f rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     6.444] (--) PCI: (1@0:0:0) 10de:2860:1025:170f rev 161, Mem @ 0x86000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288

The asterix tells the intel igpu is primary, also NVIDIA(G0) instead of NVIDIA(0) tells so. When running
glxinfo -B mesa/intel should appear

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.