Re: X crashes; how to diagnose Terrance N. Phillip wrote:
> Hello, all!
>
> Slackware-current, 2.4.29 kernel. I'm getting frequent X crashes while
> running KDE. It seems to happen more often than not when I have a
> konsole open. Screen blanks, and I get either a very few (1 to 4) or
> many (100s) of vertical lines in various colours drawn on the screen.
> Ctrl-Alt-Backspace. Keyboard also locks at this point. The only ways
> out seem to be to either cycle power or reset the computer.
>
> I'm not Linux-savvy enough (yet) to diagnose where the problem might
> be. Can anyone get me started? If this were Windows I'd suspect buggy
> hardware, since the drivers are pretty vanilla (i810 chipset & video).
>
> Nick.
In addition to other folks' suggestions, have you tried xorgcfg (from a
console log in), xorgconfig (interactive), or, especially, xorgsetup
(automagic)? They're found in /usr/X11R6/bin.
I particularly like xorgsetup, which appears to go have a look at things
and makes a usable /etc/X11/xorg.conf file for you (that you can then
fiddle with). It makes a back up of your existing xorg.conf file, by the
way, so it may be worth a shot to see what X thinks things ought to look
like. You have to be logged in as root and not have X running for any of
these.
The only thing I ever have to do with the xorg.conf file generated by
xorgsetup is add
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
so a microjunk wheel mouse will work. |