You are not logged in.
So I tried to use my Intel Arc a750 gpu in my arch. I installed a couple of packages: mesa, vulkan, vulkan-intel, xf86-video-intel, vulkan-tools, intel-graphics-compiler.
After that I ran
lsmod | grep -i "i915\|intel"Then I created "20-intel.conf" file in /etc/X11/xorg.conf.d/ directory and populated it with
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "3"
EndSection
The problem appeared since then.
Offline
Please follow the instructions as documented in Driver installation. Specifically the warning regarding xf86-video-intel under Intel graphics.
Offline