[ltp] Re: T30 Hibernate help needed!!

Tino Keitel linux-thinkpad@linux-thinkpad.org
Fri, 5 Sep 2003 08:56:16 +0200


On Thu, Sep 04, 2003 at 10:05:27 -0600, Hector Socas Navarro wrote:
> >I'm guessing both these are the DRI/3D issue.  I find with my T40
> >that if I load the module "dri" in /etc/X11/XF86Config, resume from
> >hibernate shows exactly these symptons, and if I don't load the dri
> >module (and thus can't play tuxracer!) then resume from hibernate
> >works fine if I swap to a text console before I hibernate.
> 
> I don't seem to have a dri module loaded. I do have a radeon and agpgart 
> ones, though. I'm attaching the output of lsmod > list.txt
> 
> Thanks
> 
> Hector
> -- 
>                       Hector Socas-Navarro
>                     High Altitude Observatory
>           3450 Mitchell Lane, Boulder CO 80307-3000 (USA)
> Phone: 303 497 1543, Fax: 303 497 1589, E-mail: navarro@hao.ucar.edu

> Module                  Size  Used by    Not tainted
> i810_audio             25440   0  (autoclean)
> ac97_codec             13216   0  (autoclean) [i810_audio]
> soundcore               6244   2  (autoclean) [i810_audio]
> radeon                 96376   1 
  ^^^^^^
This is the Radeon DRI module (or the kernel part of it). With the
radeon.o from the kernel sources, it is normal that your X freezes after
resume. There is a patch from Charl P. Botha to fix this bug [1]. Just
download it and start the installation, it will copy some libs and
build a radeon.o for your kernel. When the new radeon.o is loaded, your
ThinkPad should be able to resume from hibernation.

Regards,
Tino

[1] DRI Radeon suspend / resume, http://cpbotha.net/dri_resume.html