Difference between revisions of "Talk:Problems with ACPI suspend-to-ram"

From ThinkWiki
Jump to: navigation, search
(green boxes on resume)
 
Line 6: Line 6:
  
 
--[[User:Defiant|Defiant]] 13:40, 02 Jun 2006 (CEST)
 
--[[User:Defiant|Defiant]] 13:40, 02 Jun 2006 (CEST)
 +
 +
: I have a similar issue on my T60. It seems like the problem is with the framebuffer; that the card is attempting to use the lowest resolution possible when I have the framebuffer set much higher, but that's just my intuition. I'm using hibernate with both <code>EnableVbetool</code> and <code>VbetoolPost</code> set to <code>yes</code>.
 +
 +
: An interesting thing is that if I manually call hibernate from an xterm inside X, I get no negative effects. It even fixes the console "big green boxes" if I previously suspended not in X. Also, on resume I see the following messages on the xterm (all previous output is cleared):
 +
 +
  Allocated buffer at 0x11010 (base is 0x0)
 +
  ES: 0x1101 EBX: 0x0000
 +
  Calling INT 0x15 (F000: 5E79)
 +
  EAX is 0x1005F08
 +
  Calling INT 0x15 (F000: 5E79)
 +
  EAX is 0x1005F08
 +
  Calling INT 0x15 (F000: 5E79)
 +
  EAX is 0x5F08
 +
  Calling INT 0x15 (F000: 5E79)
 +
  EAX is 0x5F08
 +
  Calling INT 0x15 (F000: 5E79)
 +
  EAX is 0x45F08
 +
  Function not supported
 +
 +
: Any ideas?
 +
 +
: -- [[User:Deason|Deason]] 05:39, 14 July 2006 (CEST)

Revision as of 05:39, 14 July 2006

After a few resumes with my T43, I get "big green boxes" on my consoles tty1 and tty2. tyy3 to tty6 stays completly black (there should be login prompt). But X still working fine.

This is a minor issue, but anyone with the same problem and a fix/workaround?

--Defiant 13:40, 02 Jun 2006 (CEST)

I have a similar issue on my T60. It seems like the problem is with the framebuffer; that the card is attempting to use the lowest resolution possible when I have the framebuffer set much higher, but that's just my intuition. I'm using hibernate with both EnableVbetool and VbetoolPost set to yes.
An interesting thing is that if I manually call hibernate from an xterm inside X, I get no negative effects. It even fixes the console "big green boxes" if I previously suspended not in X. Also, on resume I see the following messages on the xterm (all previous output is cleared):
 Allocated buffer at 0x11010 (base is 0x0)
 ES: 0x1101 EBX: 0x0000
 Calling INT 0x15 (F000: 5E79)
  EAX is 0x1005F08
 Calling INT 0x15 (F000: 5E79)
  EAX is 0x1005F08
 Calling INT 0x15 (F000: 5E79)
  EAX is 0x5F08
 Calling INT 0x15 (F000: 5E79)
  EAX is 0x5F08
 Calling INT 0x15 (F000: 5E79)
  EAX is 0x45F08
 Function not supported
Any ideas?
-- Deason 05:39, 14 July 2006 (CEST)