Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 14:32:11 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-stable@freebsd.org
Cc:        Yue Wu <vanopen@gmail.com>
Subject:   Re: How to get suspend/resume work on IBM T60?
Message-ID:  <201011161432.11136.bruce@cran.org.uk>
In-Reply-To: <201011161412.23360.bruce@cran.org.uk>
References:  <20101116042017.GB5969@fbsd.t60.cpu> <201011161412.23360.bruce@cran.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 16 November 2010 14:12:23 Bruce Cran wrote:

> According to whitelist.c in the linux suspend package, the T60 needs "s3
> bios" and "s3 mode" for the video to work on resume, which I don't think
> has been implemented.

Actually it looks like "s3 bios" is just a POST of the video card when 
resuming - you might want to try setting the sysctl hw.acpi.reset_video to 1 
and see if that helps. If you're running amd64 and get a reboot with 
reset_video=1 then it might be worth commenting out the "int 0x10" line in 
sys/amd64/acpica/acpi_wakecode.S because it assumes the video is up and 
running by that point - which on some system's it's not.

-- 
Bruce Cran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011161432.11136.bruce>