-
Notifications
You must be signed in to change notification settings - Fork 476
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
xrandr block bug #274
Comments
Yikes. Do the |
all the commands found in xrandr.rs work as intended when run from a terminal. I also ruled out that redshift (it warms the display color) is not interfering here. I think whats happening is the module is setting the display brightness to 0.0 without user's intent. |
the xrandr block caused issues on my system, each time it ran it probed for new Modeline. I did not get any black screen, but it did hard lag my X windows every single time it updated. I'd recommend at least putting a warning or disclaimer on the The constant and repeated modeline spam it produced in X.log upon each interval refresh:
|
@x123 I'm not sure your comment is relevant to this specific issue. If the default interval settings for the block are causing lag, it would probably be better to open a new one. |
@evanrichter Does this still happen? |
I don't know, sorry! |
I'm in a similar situation: enabling the I'm using Solus on a ThinkPad X220, and
Please let me know where to look for the related system log so I can provide more information, since I'm not very familiar with it. Thanks! |
From a quick look at the source, this is what the block does every update interval:
If you make a bash script that loops those commands every xx seconds do you experience the same symptoms? |
Thanks for the reply! I do experience the same symptom. The first time I ran It might also has something to do with my ThinkPad I'm not sure, because I had it modded for a better screen. Would it be helpful to look for system logs related to the reboot? If yes, where should I look at? Thank you! |
I suppose so but at this point it's not a bug with i3status-rust, but rather with xrandr/your system, and I use a Wayland system so not sure how much actual help I can provide. Maybe check dmesg output and X logs (probably in /var/ somewhere)? Also what distro you're running and your graphics info might be helpful too. |
You're right, I'll look for related
I'm using Solus, and Thank you for your help, I'll come back to report more info if I find anything useful. Cheers. |
I'll add a note to the block documentation as well. If anyone finds out the cause of this issue then please re-open. |
this frustrating bug took me a while to track down but I'm pretty sure it's this exact module. intermittently, if this module is enabled in my barconfig.toml, the entire screen will go black with no recovery possible. If I'm lucky, it will happen when I'm at a terminal and I can ^C then issue a reboot. I cannot switch to other TTYs to bring the screen back. My configuration looks like this for xrandr:
Let me know if you need any more info to look into this. For now, I've removed the block and everything seems to be working
The text was updated successfully, but these errors were encountered: