WAT TO DO WHEN XWINDOW FREEZES
If your Xwindow freezes sometimes, here are two ways that you may try to kill your system. The first is the simple simple way of killing your X server the key combination: Ctrl+Alt+Backspace
The second way is a little more complicated, but it works most of the time. Hit Ctrl+Alt+F2 to startup a virtual console, then log in with your user name and password and run:
# ps -ax | grep startx
This will give you the PID of your Xserver. Then just kill it with:
# kill -9 PID_Number
To go back to your first console, just hit Alt-F1
1 comment:
you have done a wonderful job here. I appreciate you for the effort. Go on with such posts and try to improve the integrity of contents
Post a Comment