Bug 509657

Summary: No gdm-greeter after monitor power down
Product: [Fedora] Fedora Reporter: David Highley <david.m.highley>
Component: gdmAssignee: jmccann
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 11CC: cschalle, jmccann, rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-06 14:46:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Stripped down messages log none

Description David Highley 2009-07-04 17:22:32 UTC
Created attachment 350499 [details]
Stripped down messages log

Description of problem:
After monitor power down if you try and login there is no gdm-greeter


Version-Release number of selected component (if applicable):
gdm-2.26.1-10.fc11.x86_64


How reproducible:
Everytime


Steps to Reproduce:
1.Logout
2.Monitor power off, which seems to be taking way too long
3.Try loging in again
  
Actual results:
Screen back drop is present, but the gdm-greeter and the bar at the bottom of the screen are missing.


Expected results:


Additional info:
I find no errors in Xorg?.log, I compared the xorg.conf with the saved one after installing the latest Nvida driver. Init to level 1 and back to level 5 does not fix the issue, must reboot. From /var/log/messages it looks like gdm maybe faulting, see attached log extraction.

Comment 1 David Highley 2009-07-04 17:32:24 UTC
Should have added that this is a new install on new hardware. Video card is a EVGA 285 GTX card. All updates have been applied. I did turn off user list, restart button and shutdown button in the greeter using the following commands:
gconftool-2 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --direct --type bool --set /apps/gdm/simple-greeter/disable_user_list true

gconftool-2 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --direct --type bool --set /apps/gdm/simple-greeter/disable_restart_button true

gconftool-2 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --direct --type bool --set /apps/gdm/simple-greeter/disable_shutdown_button true

I subsequently turned back on the restart and shutdown buttons but they are not showing up. Not sure this user interface is headed in the right direction.

Comment 2 David Highley 2009-07-05 02:17:57 UTC
More checking has found that processes appear not to be terminating. If I do an init 3 I still see many X11, gdm, and gnome processes. If I run this script:
ps -efl | egrep "X11|gnome|gdm" | awk '{print $4}' |
while read one
do
    kill -9 $one
done

I'm able to do an init 5 and get logged back in at the console. Strange but running an init 5 from an ssh session off another system fails. Acts like it needs a display to run the init level change.

Comment 3 David Highley 2009-07-06 14:46:23 UTC
More research has found this to be a duplicate bug report.

*** This bug has been marked as a duplicate of bug 499489 ***