fixes for quirks on hal-info on Thinkpad A31

jason-ubuntu at creativetrax.com jason-ubuntu at creativetrax.com
Wed May 21 12:35:56 PDT 2008


I have an A31 Thinkpad (2652-Q3U) and the backlight does not turn off 
when suspending.  I'm running Ubuntu 8.04.  Adding the dpms_suspend 
quirk fixes the problem:

--- a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
@@ -22,6 +22,10 @@
         </match>
       </match>
 
+      <!-- A31 -->
+      <match key="system.hardware.product" prefix_outof="2652">
+        <merge key="power_management.quirk.dpms_suspend" 
type="bool">true</merge>
+      </match>
       <!-- X31, T30 , A31p-->
       <match key="system.hardware.product" prefix_outof="2366;2653">
         <merge key="power_management.quirk.radeon_off" 
type="bool">true</merge>


I'm not sure if I should just add the dpms_suspend quirk to the lines 
for the X31, T30, and A31p (and add 2652 as a product prefix), or if I 
should just add a separate 2652 entry with the dpms_suspend quirk.  
Also, I'm not sure if I should use the radeon_off quirk; things seem to 
work fine, but I'm not sure what I would be missing if things weren't 
working.

I'm not subscribed to the mailing list, so please CC questions directly 
to me.


Thanks,

Jason



More information about the hal mailing list