[Bug 955652] New: Leap 42.1 hibernation problem - display stays dark/black (Acer Aspire 5253)
http://bugzilla.suse.com/show_bug.cgi?id=955652 Bug ID: 955652 Summary: Leap 42.1 hibernation problem - display stays dark/black (Acer Aspire 5253) Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.1 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: abergmann@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Hi just came around a problem with hibernation on an Acer Aspire 5253. After resume the display stays dark, but the system is reachable via ssh. To bring the screen up again, the following simple command can be used. #> xrandr -d :0 --auto The next problem that occurred was that the mouse cursor vanished after resume. This sounded similar to the following Ubuntu bug. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/4927... And the following comment was a valid workaround. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/552246... At the end I've created the following systemd-sleep script to have it working at the moment. #> cat /usr/lib/systemd/system-sleep/display.sh #!/bin/sh case $1/$2 in post/*) xrandr -d :0 --auto chvt 1 chvt 7 ;; esac -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=955652 Chenzi Cao <chcao@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |sndirsch@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=955652 Alexander Bergmann <abergmann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(abergmann@suse.co | |m) | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com