LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   No console after Xserver crash (https://www.linuxquestions.org/questions/linux-software-2/no-console-after-xserver-crash-708350/)

z-vet 03-01-2009 05:49 AM

No console after Xserver crash
 
Hi all
Sometimes X crashes leaving me in totally «frozen» blank screen. I can't switch to another console, so i connect to my machine from another one and reboot. Is there any workaround for this? I mean, is there any way to get the console back without the need to reboot the system?

jens 03-01-2009 06:33 AM

It's probably not just X that's crashing.

What is your video card and driver?

If this only happens during an X session, first look in (and/or post) the output from "/var/log/Xorg.0.log.old" after rebooting:

Code:

less /var/log/Xorg.0.log.old

z-vet 03-01-2009 07:02 AM

It is X:

Code:

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c91ce]
1: [0xb7f15400]
2: /usr/bin/X11/X(miRegionDestroy+0x22) [0x8131112]
3: /usr/bin/X11/X(miSetShape+0xda) [0x813b55a]
4: /usr/bin/X11/X [0x81468b7]
5: /usr/bin/X11/X [0x8146c9c]
6: /usr/bin/X11/X [0x8154c94]
7: /usr/bin/X11/X(Dispatch+0x314) [0x808de24]
8: /usr/bin/X11/X(main+0x4b5) [0x8074795]
9: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7ca5455]
10: /usr/bin/X11/X [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting

Everything else works fine: i am able to connect to my machine via SSH and work with it like nothing happened. I checked /var/log/messages and other logs for errors - nothing special, just usual stuff.

jens 03-01-2009 10:37 AM

double post

jens 03-01-2009 10:40 AM

Do the SysRq keys still work? (start with alt-sysrq-r to recover your keyboard)

z-vet 03-01-2009 01:26 PM

I'll wait and see...it doesn't happens so often. It's not the crash that interesting me but how to get the console back.

jens 03-01-2009 02:47 PM

Quote:

Originally Posted by z-vet (Post 3461540)
It's not the crash that interesting me but how to get the console back.

It could also be HAL related (most new problems like that are actually HAL related).
I personally don't like how everything is starting to depend on it (in this case, SysRq will not work either since HAL handles all input).

You should be able to reverse this annoying behavior though:
http://wiki.archlinux.org/index.php/...ut_hotplugging

z-vet 03-01-2009 04:33 PM

Thanks, i'll give it a try.


All times are GMT -5. The time now is 03:52 AM.