Dopo tanto peregrinare sono giunto a questa pagina trovata con google:
Code: Select all
Edit the file radeon_combios.c and find the line that says /* DYN CLK 1 */
Just before that line add the following:
/* quirk for rs4xx laptop to make it resume
* - it hangs on resume inside the dynclk 1 table.
*/
if (rdev->family == CHIP_RS480)
return;
After changing this, then simply compile your kernel, package it and install it. With KMS enabled it works like a charm.Ciao ciao.
This is the bug report.
