Arch Linux 86_64
xf86-video-intel
mesa 19.3.2-2
glxinfo -B o/p : https://del.dog/ickanestow.txt
i3-gaps
7.5.2
https://github.com/VirajKanse/dotfiles/blob/Dracula/.config/picom/picom.conf
picompicom should to run as regular
` 01/28/2020 19:26:58.115 vsync_opengl_swc_init ERROR ] Failed to load a swap control extension.
[ 01/28/2020 19:26:58.116 session_init FATAL ERROR ] Failed to initialize the backend`
I have the same problem, picom doesn't run when using modesetting drivers with AccelMethod "none". My picom config is the same
It looks like xorg is loading the modesetting drivers for you.
go to /etc/X11/xorg.conf.d and create a file called 20-intel.conf and add the following lines
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
and reboot.
You don't have your drivers properly installed, as you are not getting hardware accelerated opengl. Probably missing intel dri?
Most helpful comment
I have the same problem, picom doesn't run when using modesetting drivers with AccelMethod "none". My picom config is the same
It looks like xorg is loading the modesetting drivers for you.
go to /etc/X11/xorg.conf.d and create a file called 20-intel.conf and add the following lines
and reboot.