Bug 1328183 - Fedora doesn't recover from screensaver, black screen for logged user
Summary: Fedora doesn't recover from screensaver, black screen for logged user
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-server
Version: 23
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-18 15:40 UTC by Gabriele Turchi
Modified: 2016-12-20 20:01 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-20 20:01:15 UTC
Type: Bug


Attachments (Terms of Use)
dmidecode (9.71 KB, text/plain)
2016-07-15 18:41 UTC, Gabriele Turchi
no flags Details
dmesg (82.01 KB, text/plain)
2016-07-15 18:47 UTC, Gabriele Turchi
no flags Details
Xorg.0.log (40.13 KB, text/plain)
2016-07-15 18:50 UTC, Gabriele Turchi
no flags Details
dmesg, after hang (88.34 KB, text/plain)
2016-07-17 15:17 UTC, Gabriele Turchi
no flags Details
Xorg.0.log after hang (31.52 KB, text/plain)
2016-07-17 15:19 UTC, Gabriele Turchi
no flags Details

Description Gabriele Turchi 2016-04-18 15:40:11 UTC
Description of problem:

Sometimes (but frequently in last days) after a screensaver intervention, when pressing a key the monitor is enabled (the backlight is switched on), but the screen remains black. Changing vt is possible, and is possible to login with another user, but the original user vt is still black. Killing the gdm-session-worker closes the user session and is possible again to login even with the old user.

Version-Release number of selected component (if applicable):


How reproducible:

Sometimes, apparently not when the screensaver is in for a short time.

Steps to Reproduce:
1.Logon
2.leave the computer alone for a bit, wait for the screensaver
3.push a key

Actual results:

look disappointed to the black screen


Expected results:

start to work again on your old session

Additional info:

Comment 1 Gabriele Turchi 2016-04-19 08:23:45 UTC
Just a little update: I enabled "WaylandEnable=false" in /etc/gdm/custom.conf, but the problem is still present. Sometimes the problem raises immediately after the screen locks, sometimes the screen lock works...

Looking in Internet, I found someone who says that gdm is buggy, and suggests to replace it with something else, like kdm.

I'm sorry, I set severity to "urgent", but maybe is a bit too much, but is at least "high": my work is really disrupted...

GT

Comment 2 Gabriele Turchi 2016-04-22 06:58:54 UTC
Tried older kernel (4.4.6-300.fc23.x86_64), same problem.

Apparently the X server (/usr/libexec/Xorg) grows in memory to near the size of the physical memory. I'll do more checks.

GT

Comment 3 Gabriele Turchi 2016-04-22 21:15:20 UTC
Ok, maybe I found something....

this is ps axuwf just after login:

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
gturchi  27517  0.0  0.0 450972 10556 tty2     Ssl+ 23:09   0:00      \_ /usr/libexec/gdm-x-session --run-script gnome-session
gturchi  27523  4.6  0.4 579344 80944 tty2     Sl+  23:09   0:04          \_ /usr/libexec/Xorg vt2 -displayfd 3 -auth /run/user/1144/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -verbose 3

this is the same command after the problem (entering as another user):

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND

gturchi   2372  0.0  0.0 450972  2284 tty2     Ssl+ 08:28   0:00  |   \_ /usr/libexec/gdm-x-session --run-script gnome-session
gturchi   2378  1.2 89.5 17445384 14611668 tty2 Sl+ 08:28  11:16  |       \_ /usr/libexec/Xorg vt2 -displayfd 3 -auth /run/user/1144/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -verbose 3

The Xorg size (RSS) has grown from  80944 to 14611668.

Houston, we have a problem...

GT

Comment 4 Gabriele Turchi 2016-04-29 08:11:05 UTC
With the last kernel the problem is still present (4.4.8-300.fc23.x86_64). Done some check with xrestop, nothing to report: even when the Xorg "exploded" the xrestop values remained normal.

Comment 5 Gabriele Turchi 2016-07-12 08:05:49 UTC
With last f23 updates (kernel 4.5.7-202.fc23.x86_64) the problem is still present. Had to downgrade xorg-x11-server-Xorg.x86_64 to first release to be able to work. I'm very concerned that, upgrading to f24, In case of problems I can't even downgrade...

Comment 6 Hans de Goede 2016-07-12 08:18:06 UTC
If you're worried about upgrading, then you can try the F24 livecd to see if this is fixed there.

Other then that some more info would be useful, what hardware is this, which desktop environment are you using, please attach dmesg and Xorg logs, etc.

Comment 7 Gabriele Turchi 2016-07-15 18:41:00 UTC
Created attachment 1180231 [details]
dmidecode

dmidecode output

Comment 8 Gabriele Turchi 2016-07-15 18:41:48 UTC
My environment is a standard gnome shell from f23. I'll attach hardware description and logs.

Comment 9 Gabriele Turchi 2016-07-15 18:47:39 UTC
Created attachment 1180232 [details]
dmesg

dmesg output (under standard conditions, I'll post dmesg output as soon as the problem happens again)

Comment 10 Gabriele Turchi 2016-07-15 18:50:07 UTC
Created attachment 1180233 [details]
Xorg.0.log

Xorg log. Under standard conditions.

Comment 11 Gabriele Turchi 2016-07-17 15:17:59 UTC
Created attachment 1180780 [details]
dmesg, after hang

dmesg dump after hang (black screen, switch to text vt, login, dump)

Comment 12 Gabriele Turchi 2016-07-17 15:19:09 UTC
Created attachment 1180781 [details]
Xorg.0.log  after hang

Xorg.0.log copy after hang (black screen, switch to text vt, login, copy)

Comment 13 Fedora End Of Life 2016-11-25 07:23:32 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 14 Fedora End Of Life 2016-12-20 20:01:15 UTC
Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.