patch for another model of x60
John Heidemann
johnh at isi.edu
Mon Jun 4 11:26:30 PDT 2007
This patch makes Fedora 7 work with the FC6 kernel and my model X60S.
The other X60s patches don't match my box,
and doing both s3_mode and s3_bios is insufficient with the F7 kernel.
(See also the note below.)
-John
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index 5fb237f..45bb0c8 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -14,6 +14,10 @@
<match key="system.hardware.product" prefix="63664DU">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
</match>
+ <match key="system.hardware.product" prefix="170533U">
+ <!-- note: this quirk works great with kernel-2.6.20-1.2948.fc6, but leaves video hung (disk light flashes, caps lock works, but screen blank), with 2.6.21-*, even with adding each of the vbe_* quirks -->
+ <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+ </match>
<!-- T60p -->
<match key="system.hardware.product" prefix="1706">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
More information about the hal
mailing list