LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-25-2006, 09:24 PM   #1
bl0tt0
Member
 
Registered: Aug 2005
Location: The Glorious People's Republic of Austin
Posts: 178

Rep: Reputation: 62
blank screen on suspend to RAM recovery


I've asked this a couple of times elsewhere on the forums, and I still have yet to get any input that points me in the right direction, so I'm hoping someone can at least tell me what's going wrong with ACPI so I can get it working right.

I've compiled my own kernel to use ACPI for various events on my laptop (it's an IBM t42p w/FIREGL T2 graphics card, so I'm using the ibm-acpi module). I've succesfully configured a script in order to suspend the system to RAM on lid events that works fine while running X, but whenever I try to suspend to RAM in the console, I get a blank screen upon recovery, the system is still running, as the three fingered salute works fine, and I can even type in 'reboot' and the machine restarts just fine, and the backlight also turns on upon recovery.

The script I based my own configuration on is at http://thinkwiki.org/wiki/How_to_configure_acpid. I don't think that's the problem though, as I have also edited the action script so that it just runs
Code:
 echo -n "mem" > /sys/power/state
and get the same results. I found a couple of other threads that report this exact same problem on different machines, but none of them provide any kind of solution to the problem. Is this something that the developers working on ACPI in the kernel are aware of?

Any help would be much appreciated.

Thank you

EDIT: I should probably alo mention that I'm using the vesa framebuffer on console.

Last edited by bl0tt0; 04-25-2006 at 09:28 PM.
 
Old 04-26-2006, 11:38 AM   #2
troutwaxer
Member
 
Registered: Jan 2004
Location: Southern California
Distribution: Slackware
Posts: 32

Rep: Reputation: 15
I'm guessing that the script calls on something that works under X but doesn't work under the console. Since you're calling on a button event, you might check to see whether X loads a different keyboard map (or maybe a different library) which can see the button, then unloads it when you go back to console. Write a little script that echos a message, like this:

#!/bin/bash
# Call this script "button" and put it under /usr/bin
echo "The lid is closed."

Don't forget to make the script executable.

Then rewrite this:

event=button/lid
action=/etc/acpi/actions/sleep.sh %e

so it reads as follows:

event=button/lid
action=/usr/bin/button

It should echo the message when the lid is closed, if it works under X and doesn't work under the console, you'll need to find out whether the acpid script calls a library which only runs under X, or whether only X can see a button/lid event. You might also try the program under different GUIs. Lots of programs need the Gnome or KDE libraries available to run, and those only work under X. You can use most programs with the -v, for verbose, flag, and this might get you a useful error message.

T.
 
Old 04-26-2006, 02:07 PM   #3
bl0tt0
Member
 
Registered: Aug 2005
Location: The Glorious People's Republic of Austin
Posts: 178

Original Poster
Rep: Reputation: 62
Thanks for the reply, troutwaxer, but that doesn't seem to be the problem. Perhaps I worded the issue poorly. The script itself works under X as well as in the console, as the events are called through the lid button that gets hit when the screen is closed, but upon waking up from a suspend to RAM when running only the console (no xorg running at all), the screen is completely blank. The keyboard itself still runs fine, and I can successfully enter commands (usually I just type in sudo /sbin/reboot), but the screen doesn't display any characters. I also read that a possible solution is to put
Code:
append="acpi_sleep=s3_bios"
but that doesn't solve the problem either. I've tried editing the script to remove any commands that might be causing the problem, and even tried just editing the script to say

#!/bin/bash
event=button/lid
action=echo -n "mem" > /sys/power/state

and after restarting the acpid that script works too, but the problem is still there.

Thanks
 
Old 04-27-2006, 11:19 AM   #4
bl0tt0
Member
 
Registered: Aug 2005
Location: The Glorious People's Republic of Austin
Posts: 178

Original Poster
Rep: Reputation: 62
Ok, I believe I'm mistaken about th problem now. It turns out that the backlight isn't turning on with a recovery from suspend to RAM. I've also learned that if I do a suspend to RAM from a console when X is running as well, it wakes to a black screen, but when I switch back into X, the screen turns on and I can also switch back into the console and see everything. I would like to try adding a command to my script that will turn the backlight back on when recovering from a console, but I'm not sure of the command to use. Any suggestions?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recovery from suspend to RAM only works in X? bl0tt0 Linux - Laptop and Netbook 1 04-24-2006 04:40 PM
Compter hang in the middle of recovery from suspend to disk. simjii SUSE / openSUSE 1 12-14-2005 07:06 AM
suspend to ram works at last!!!! jwn7 Linux - Laptop and Netbook 4 03-31-2005 07:42 AM
screen suspend/blank conf file? chunlee Linux - Newbie 1 01-07-2005 11:38 AM
ACPI: edit lid.sh to blank screen, turn backlight off, no-suspend ????? Outabux Debian 5 11-15-2004 09:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration