Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal emulators wierdness with fading #313

Open
gcoda opened this issue Oct 7, 2015 · 6 comments
Open

Terminal emulators wierdness with fading #313

gcoda opened this issue Oct 7, 2015 · 6 comments

Comments

@gcoda
Copy link

gcoda commented Oct 7, 2015

I am not really sure what is happening, each time i try to use compton after some time terminal emulators start to "lag", i tried xterm, urxvt, xfce4-terminal. I am pretty sure i saw issue like this, but failed to find it.

for example, when i type ls i will see no changes, and after i press return few times i will see results of ls and few new empty lines.

i blamed bad video drivers and switched from nvidia to intel hd4000 with same issue, i am guessing it might be related to screen size 2560x1440, after revising my i3wm config i decided to enable compton with hopes of nice shadows, but it is happening again , its really hard to reproduce, this glitch appears randomly, maybe it is just a some simple option in compton config?

looks like its working fine now, with disabled fading, maybe invisible part of terminal was fading after each command?

@gcoda gcoda changed the title Terminal emulators wierdness Terminal emulators wierdness with fading Oct 10, 2015
@Brottweiler
Copy link
Contributor

Same issue, and I think I've explained the issue pretty well in #363. Closing that one in favor of this one.

If I compare my config and the default sample, I can see I've enabled these:

glx-no-stencil = true;
glx-no-rebind-pixmap = true;

So I am trying to see if disableing them (or one of them) makes a difference, and so far it seems like it. Will do further testing. If it doesn't fix it I will disable fading and look into that.

@Brottweiler
Copy link
Contributor

Brottweiler commented May 1, 2016

It appears that if I have glx-no-rebind-pixmap set to true and uncomment it (so it becomes enabled) the issue happens, when commenting it out (or maybe setting it to false) my issue stops.

Edit: I had one encounter where it would not update, so I've also commented out glx-no-stencil to see if that fixes that. If this doesn't fix it, I will disable fading as OP suggests. Stay tuned...

@Brottweiler
Copy link
Contributor

Brottweiler commented May 2, 2016

Update again... 😦

I've disabled both the glx-no-stencil and glx-no-rebind-pixmap, aswell as fading (i turned it to false), and compton is still causing this issue.

Will keep investigating...

The thing is though, when I started disableing the glx options, I got the issue less...

@oblitum
Copy link

oblitum commented Nov 7, 2018

I've just switched to compton from xcompmgr and I'm hitting this too. It happens a lot when switching between tmux sessions.

It doesn't seem particularly tied to fading. The only fix is to shutdown compton.

@ppetermann
Copy link

I'm having the same issue :(

@Brottweiler
Copy link
Contributor

@ppetermann Would you be able to try the new upstream fork instead and see if you still get this issue? https://github.com/yshui/compton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants