I „fixed“ the crashes for a little while with changing to the open
source radeon driver. It ran almost perfectly however with all the
artifacts and undrawn shadows it was unplayable.

A few days later I cobbled together a fix.

Xorg.conf

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        Option      "Xinerama" "off"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "drm"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        Option      "BlockSignalsOnLock" "on"
        Option      "MonitorLayout" "TMDS"
        Option      "NoRandR"
        Option      "OpenGLOverlay" "off"
        Option      "UseFastTLS" "2"
        Option      "VideoOverlay" "on"
        Option      "mtrr" "off"
        Option      "no_accel" "no"
        Option      "DRI"
        Option      "EnablePrivateBackZ" "no"
        Option      "backingstore" "true"
        Option      "XAANoOffscreenPixmaps"
        Option      "BusType" "PCI"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection

grub.conf

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset vga=795
iommu=noaperture"

And this worked for a few hours until it hung again. I have already also
done a memory test and a hard disk test. (Using „memtest“ and „MHDD“
respectively) Everything seems to be in order but my box still locks up.

-- 
Fglrx regressions
https://bugs.launchpad.net/bugs/579167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to