Fedora 6 strange hangs

Jim Cox shakahshakah at gmail.com
Wed Apr 18 10:37:08 UTC 2007


On 4/17/07, Alan Cox <alan at lxorguk.ukuu.org.uk> wrote:
>
> > Fix in my case was to disable most of the advanced features of the
> > video driver in the X configuration file.
>
> Which X driver ?
>

Card/driver from xorg.conf:

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9200SE"
EndSection

Disabling the following has led to a stable system:

Section "Module"
        Load  "dbe"
        Load  "extmod"
#       Load  "fbdevhw"
#       Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
#       Load  "dri"
EndSection

When I was struggling with this, I found a few "X consuming 99% CPU"
bugs on X.org's site similar to my situation. Not sure anything ever
got resolved there.




More information about the fedora-list mailing list