You are not logged in.

#1 2005-07-14 12:18:35

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

framebuffer + suspend/resume

framebuffer works fine on my laptop, but after any form of suspend and resume the screen gets garbled. X works fine though, it's just the screen in console that gets messed up. Is there anyway to "reset" the console screens somehow after a resume?

Offline

#2 2005-07-14 17:19:21

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: framebuffer + suspend/resume

http://vizzzion.org/?id=acpi_sleep
caveats section says:

Note that I am using a bootsplash framebuffer console. If you have problems with the screen garbled after resume, try vga=normal as parameter. Alhough Documentation/power/video.txt says that framebuffer consoles are likely to screw things up, it does seem to work for me (tm) using vesafb. Powermanagement support in framebuffer drivers is still a little flaky, so you might be lucky - or not. ;-) Documentation/power/video.txt from the linux kernel source has some clues, you should read that if you have problems with your video.

Offline

#3 2005-07-14 18:21:13

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: framebuffer + suspend/resume

Thanks again, phrakture smile

So, I guess there's nothing to do about at this stage. I just wanted some nice eye candy when suspending, but it's not the whole world...

Offline

#4 2005-07-22 19:26:29

july`s
Member
Registered: 2004-08-16
Posts: 8

Re: framebuffer + suspend/resume

after a suspend, my pc wake up, but the video just dont work...
if i execute: ls -alR i can see the disk activity, but nothing on the screen...

after some searchnig and trying, finaly i got solution:)

these links help`s me:
http://ubuntuforums.org/archive/index.php/t-13428.html
http://www.srcf.ucam.org/~mjg59/laptops/

so now, i use a standby script:)

echo mem > /sys/power/state
/video_post

the /video_post is the executable code, compiled form above links, and it do the great job, to 'wake up' my video:)

kernel is: 2.6.12-ARCH
video is i915

Offline

Board footer

Powered by FluxBB