Comment 8 for bug 509273

Revision history for this message
Erni35 (dczekay) wrote : Re: [Lucid] KMS doesn't work properly with old Radeon cards

I have the following code in my grub.cfg

menuentry "Ubuntu, with Linux 2.6.33-rc7-dietmar3 (recovery mode)" {
        recordfail
        insmod ext2
        set root=(hd0,7)
        search --no-floppy --fs-uuid --set 464f0d6e-adda-415d-97b9-d606e1b836b5
        echo Loading Linux 2.6.33-rc7-dietmar3 ...
        linux /boot/vmlinuz-2.6.33-rc7-dietmar3 root=/dev/sda7 ro single
        echo Loading initial ramdisk ...
}

I found one solution. Please verify this. I found many files from my AMD driver installation just after deinstalling them.
I deleted all *fglrx* files and reinstalled the kernel (2.3.33 too) and hav now just problems after waking up from screen suspend.

Erni35