Bug 446614 - Resume crashes after suspend on intel i855GM graphic card
Summary: Resume crashes after suspend on intel i855GM graphic card
Keywords:
Status: CLOSED DUPLICATE of bug 441334
Alias: None
Product: Fedora
Classification: Fedora
Component: acpi
Version: 9
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Patrice Dumas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-15 11:33 UTC by Yan Hals
Modified: 2008-05-19 20:31 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-05-19 20:31:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Yan Hals 2008-05-15 11:33:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5 MEGAUPLOAD 1.0

Description of problem:
Whenever I try to suspend the computer (a thinkpad r50e), sometimes it will not go into sleep, and sometimes the resume is garbage: blank screen appears.

Sometimes it works fine, though.

I had this bug on Ubuntu (all releases).
Here is the bug link: https://launchpad.net/bugs/40621. 

The last trick for Ubuntu was htis one:
[qhote]
Got it working again, I tweaked /usr/share/acpi-defaults/IBM.config:

       # R50e
       1834*|1842*|2670*)
               ACPI_SLEEP=true;
               SAVE_VIDEO_PCI_STATE=true;
               ###### toggled this two vars from false -> true
               SAVE_VBE_STATE=true;
               POST_VIDEO=true;
       ;;

I have a 1834, so if no one complains and it's not an obvious break, can
we separate 1834 to it's own case and set true for SAVE_VBE_STATE and
POST_VIDEO there?. Note that changing /etc/defaults/acpi-support had no
effects for me. IBM.config was always preferred when suspending.
[/quote]

But I can't see /usr/share/acpi-defaults/IBM.config

Anyway, this bug is quite annoying, and follows me since 1 or 2 years, one Ubuntu, fedora 8 and 9 and opensuse 10.3.

I felt like reporting it here, so more people could work on it.

Thanks, and sorry for my bad english!

If you have any question, please ask, I'm stille running Fedora ,i can give you all the logs you need.

Version-Release number of selected component (if applicable):


How reproducible:
Sometimes


Steps to Reproduce:
1.Go to menu>system>shutdown
2.Select "suspend"
3.hit "Fn+f3" and it resume, but not fine...

Actual Results:
Some times, nothing happend, I need to hard reboot.
Sometimes, the computer resume, but the screen stays black

Expected Results:
It should resume fine, the desktoip should appears like I left it.

Additional info:
Here is my xorg.conf:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "be"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Comment 1 Yan Hals 2008-05-15 15:44:39 UTC
I tried a few more times:
it seems that when it does'nt resume well, I only see the cursor, and nothing else.

Comment 2 Oleg Mikheev 2008-05-19 19:25:33 UTC
I have exactly the same problem.
First of all, it might be duplicate of
https://bugzilla.redhat.com/show_bug.cgi?id=441334
Read my comments there.

Comment 3 Yan Hals 2008-05-19 19:53:43 UTC
Indeed, it semmes that it is a replica...
Should someone close this bug, and we could continue on the other side, since it
is more detailed on the other page.

Bye !

Comment 4 Yan Hals 2008-05-19 20:31:56 UTC

*** This bug has been marked as a duplicate of 441334 ***


Note You need to log in before you can comment on or make changes to this bug.