Open Elv13 opened 6 years ago
Hello, I just tried this and run into a rather major issue:
Platform: Gentoo x86_64 / Intel GPU, SNA acceleration
Compton version: Git master
Compton configuration:
(in AwesomeWM)
Just use this fork, it happens all the time. No settings required, git clone+make+./compton
git clone
make
./compton
Windows are rendered correctly
There some areas of the windows are not rendered at all:
Every area outside of the titlebar/borders where the wallpaper (the blue grid) is visible should be filled by the terminal
Note that AwesomeWM enable ARBG for all windows while most other WMs don't. This is for the titlebar and anti-aliased round corner support.
Umm, apparently using the GLX backend mitigate the glitch, but then I get #1 where some parts are rendered using X11 border color because resize isn't fast enough.
Hello, I just tried this and run into a rather major issue:
Platform: Gentoo x86_64 / Intel GPU, SNA acceleration
Compton version: Git master
Compton configuration:
Steps of reproduction
(in AwesomeWM)
Just use this fork, it happens all the time. No settings required,
git clone
+make
+./compton
Expected behavior
Windows are rendered correctly
Current Behavior & Other details
There some areas of the windows are not rendered at all:
Every area outside of the titlebar/borders where the wallpaper (the blue grid) is visible should be filled by the terminal
Note that AwesomeWM enable ARBG for all windows while most other WMs don't. This is for the titlebar and anti-aliased round corner support.