hal: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Fri Jun 1 07:30:20 PDT 2007
fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi | 3 +++
1 files changed, 3 insertions(+)
New commits:
diff-tree 9e59ecd6c5bdc4449f1f0eb01d5671b1fd469cc4 (from c2dd3fdd1c524b4c44b48ad9e012bdce414f4063)
Author: Doncho N. Gunchev <gunchev at gmail.com>
Date: Fri Jun 1 15:24:20 2007 +0100
add Acer Aspire 5610 to quirk database
Here's what I did for my Acer Aspire 5610. I have no idea how it was working
before (suspend to ram) with FC6, but with FC7 I need this and the pm-utils
from FC8 ;-) to make the display wake up. If I don't use
'pm-suspend --quirks-vbe-post' everything works but the display is dark.
I can pm-suspend, wake it up, 'pm-suspend --quirks-vbe-post' and then
after the resume the screen is full with blinking strange characters (one
character all over the screen).
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
index db3ba9f..483d814 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
@@ -55,6 +55,9 @@
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
<merge key="power_management.quirk.s3_mode" type="bool">true</merge>
</match>
+ <match key="system.hardware.product" contains="5610">
+ <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+ </match>
</match>
<match key="system.hardware.product" string="Extensa 4150">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
More information about the hal-commit
mailing list