Getting blank screen after logging into Gnome desktop
Environment
- Red Hat Enterprise Linux
Issue
- Getting blank screen after logging into Gnome deskotp
Resolution
Update gnome packages on the system
# yum groupupdate "X Window System" "GNOME Desktop Environment"
This will install all the missing packages on the system. Then reboot the system
Root Cause
GNOME packages were missing.
Diagnostic Steps
Update gnome packages on the system
# yum groupupdate "X Window System" "GNOME Desktop Environment"
This will install all the missing packages on the system.
Then, if possible, reboot the box or change runlevel from 3 to 5.
If problem persists even after updating the package, provide following details for further investigation.
1) rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n" > /tmp/rpms.out
2) rpm -Va > /tmp/rpm-va.out
3) /etc/X11/xorg.conf file
4) Is problem reproducible for all users?
5) Is the user account in question is local or remote?
6) try creating new user account and see if problem is observed with it
7) get ~/.xsession-errors file for the user in question after reproducing issue
8) sosreport at the time problem observed on screen as well as snapshot
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
