-
Notifications
You must be signed in to change notification settings - Fork 3
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
Display(s) go black when enabling second monitor #22
Comments
Same happens to me. Got a laptop plus external display. If I disable the external diplay, then enable it again, then both go black. When I unplug the external one, then laptop display returns |
This might help if you're still having problems |
Thanks for hinting at Also logging out and logging in again as a work-around to bring back the black displays does work for me as well. This avoids the need for a complete reboot. In order to avoid the need for a session logout, I discovered that switching from the cosmic (wayland) session to another terminal session and back again also does the trick of bringing back the black displays. (For me switching between terminal sessions is done using Additional note: I am using cosmic-randr-cli 0.1.0. |
Description of Issue
I have two displays attached: one monitor and a TV set.
When executing
cosmic-randr enable HDMI-A-1
to enable the TV set, both screens go black.This is true also for doing the same using the Settings UI.
Disabling HDMI-A-1 again does not bring the first output back. Only after a reboot the display is back again.
Further Observations
Here is what I used:
cosmic-randr enable HDMI-A-1 && cosmic-randr mode --refresh 29.972 --pos-x 3072 --pos-y 0 --test HDMI-A-1 1920 1080
Expected Behavior
Question
Is there a different way of disabling/reenabling outputs in a more reliable manner, which I am not aware of?
The text was updated successfully, but these errors were encountered: