Comment 72 for bug 16873

Revision history for this message
Ittai (ittaibalaban) wrote :

I have an ati radeon 7000, using the "ati" driver (tried "radeon" with same results. Maybe "ati" and "radeon" refer to the same thing?), and I have DRI turned *off*. Still, my system freezes at random (i.e., no ctrl-alt-bckspace, no ctrl-alt-F?, and is unpingable from the outside).

Again, note that I do not use DRI and am still experiencing these intermittent freezes.

Some more info: I have xinerama set up, so I don't know whether this contributes to the problem. Previously, running Fedora Core 4, I had no problems with this card so I'm thinking that it has to do with some recent change to the xorg drivers.

Here are the relevant sections of my xorg.conf:

Section "Module"
# Load "GLcore"
        Load "bitmap"
        Load "ddc"
# Load "dri"
        Load "extmod"
        Load "freetype"
# Load "glx"
        Load "int10"
        Load "type1"
        Load "vbe"
EndSection
...
Section "Device"
        Identifier "ATI0"
        Driver "ati"
        BusID "PCI:1:0:0"
# Option "UseFBDev" "true"
        Option "MonitorLayout" "AUTO,AUTO"
        Option "DRI" "false"
# Option "MergedFB"
        Screen 0
EndSection

Section "Device"
        Identifier "ATI1"
        Driver "ati"
        BusID "PCI:1:0:0"
        Option "UseFBDev" "true"
        Option "MonitorLayout" "AUTO,AUTO"
        Option "DRI" "off"
# Option "MergedFB"
        Screen 1
EndSection
...
Section "ServerLayout"
        Identifier "DualHead Layout"
        Screen 0 "Default Screen" 0 0
        Screen 1 "Screen2" RightOf "Default Screen"

        Option "Xinerama" "on"
# Option "Clone" "on"

        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "cursor" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"
EndSection