Article Title: How to Solve greetercrash when Fedora8 is started. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Problem description:
"The greeter application appears to be cashing." appears on The welcome page .". The system keeps trying to use display7 for display (it seems that greeter uses display7 by default ).
Problem Analysis:
This problem may be caused by two reasons:
1. Insufficient system space.
2. The configuration file is incorrect.
Confirm the problem:
For cause 1, first log on, and then run the "df" command to check the hard disk usage. For example, if you use 100%, you can run the "rm" command. Then you can log on.
My problem is that the hard disk is full.
For cause 2, it will lead to the wanggx elder brother's article.
In the second case, there are two related configuration files.
/Etc/sysconfig/desktop
/Etc/X11/preofdm
Common Linux Desktop Management programs include GNOME and KDE. First, you need to find out which desktop management programs are installed in your system. The method is as follows:
Check whether GNOME is installed
# Which TPD
If GNOME is installed, the output is
/Usr/sbin/TPD
Check whether KDE is installed.
# Which kdm
If installed, the output is
/Usr/bin/kdm
After knowing the desktop management software supported by our system, we can modify the configuration file mentioned above.
[1] [2] [3] Next page