bandreabis Advocate


Joined: 18 Feb 2005 Posts: 2031 Location: Somewhere over the rainbow... bluebirds fly!
|
Posted: Thu Jan 17, 2013 12:22 pm Post subject: Suspend/Resume Funzionante con KMS e ATI radeon Xpress 200M |
|
|
Sono riuscito a far andare la mia scheda video con gli ultimi driver e xorg e KMS, ma si presenta il famoso e famigerato problema dell'impossibilità di far funzionare suspend/resume con questa vecchia scheda video ed i drivers KMS..
Dopo tanto peregrinare sono giunto a questa pagina trovata con google:
| Code: | 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. |
E devo dire che nel mio caso funziona.
Ciao ciao.
This is the bug report. |
|