Link to home
Start Free TrialLog in
Avatar of Balack
Balack

asked on

No display on SLES 11

This is a SUSE Linux Enterprise server 11 sp1 server. Recently, found no GUI display on the system. I connected with SSH, and type "rcxdm status", it shows "running". But, when I did a rcxdm stop and start, it would start with the following error:

    WARNING: GdmDisplay: display lasted x seconds

What's went wrong? can help?
Avatar of expert_tanmay
expert_tanmay
Flag of Singapore image

You have to be root to execute the command rcxdm start. if xdm does not start even after being root check the messages log tail -f /var/log/messages to check what is going wrong. Also check if / has enough space using df -h. Start yast and see if xfs service is running. If you still get no clues please post the messages when you start xdm.

Cheers..
ASKER CERTIFIED SOLUTION
Avatar of Balack
Balack

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Looks like your rcxdm stop didn't work according to the earlier comment. killall X has done the trick.  
Avatar of Balack
Balack

ASKER

It works like a charm