Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suspending AIGLX clients for VT switch

Once Debian booted up and able to login(put username and password) ..but the cursor shows watch..means waiting for something..switch to vc like Atl-ctrl-f1 and tail to /var/log/xorg.0.log saying that it is suspending AIGLX clinets for VT switch?

How to resolve this problem?

Am running Debian Squeeze.

TIA

Bhaskar

like image 332
unixbhaskar Avatar asked Oct 30 '25 04:10

unixbhaskar


1 Answers

The VT switch is what you did with C-M-F1 and probably unrelated to your problem.

Check that your hard drive isn't full. Especially /var/log/.

Try running "xinit /usr/bin/X11/xterm -- :1" as a user. If that doesn't work, try "sudo Xorg".

like image 122
whoplisp Avatar answered Nov 02 '25 09:11

whoplisp