Open vikigenius opened 5 years ago
Further debugging shows other weird behavior when compton is running.
This issue disappears when I kill compton and seems to happen only on urxvt, so possibly it could be a problem with urxvt doing something wrong when compton is running.
After a few more hours of searching I found https://github.com/chjj/compton/issues/152. Using the --xrender-sync-fence switch as suggested has solved the issue.
@vikigenius Mmm, this should be automatic for NVIDIA drivers.
Can you post the output of compton --diagnostics
?
Sure thing @yshui
**Version:** v7
### Extensions:
* Shape: Yes
* XRandR: Yes
* Present: Present
### Misc:
* Use Overlay: Yes
* Config file used: /home/void/.config/compton.conf
### Drivers (inaccurate):
NVIDIA,
@vikigenius The driver is properly detected, so --xrender-sync-fence
is automatically enabled.
Are you sure passing that flag does solve the problem?
I am sure, it is now completely resolved after passing the flag, no more weirdness, it was not very subtle so it is easy to notice.
Platform
Void Linux Desktop x86_64 (5.3.8 kernel)
GPU, drivers, and screen setup
Environment
i3-gaps, rxvt-unicode terminal
picom version
v7
Configuration:
Expected behavior
Text editing using terminal URXVT should work fine
Current Behavior
Portions of text simply disappears while scrolling, and if I enable cursor blinking in urxvt portions of text start blinking as well. This weird behavior stops when I kill compton.
Another example is I open vim, edit something and close it, the bottom part of my text file appears on my terminal even after I close vim.
Other details
I am including a sample debug log from a run: