Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Suspend/Resume Funzionante con KMS e ATI radeon Xpress 200M
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Thu Jan 17, 2013 12:22 pm    Post subject: Suspend/Resume Funzionante con KMS e ATI radeon Xpress 200M Reply with quote

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.
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Mon Jul 01, 2013 7:46 am    Post subject: Reply with quote

Questo è specifico per la scheda video ATI RADEON XPRESS 200M 5955 (PCIE)


Code:
/* quirk for rs4xx HP DV8002EA laptop to make it resume
* - it hangs on resume inside the dynclk 1 table.
*/
if (rdev->family == CHIP_RS480 &&
            rdev->pdev->subsystem_vendor == 0x103c &&
            rdev->pdev->subsystem_device == 0x309b)
                return;
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum