Difference between revisions of "64576DG"
(â†Created page with '== Powermanagement quirks == Required quirks to make suspending and resume work on specified hardware. Hardware: system.hardware.product = '64576DG' system.hardware....') |
|||
| Line 27: | Line 27: | ||
</device> | </device> | ||
</deviceinfo> | </deviceinfo> | ||
| + | |||
| + | {{T61}} | ||
Latest revision as of 10:55, 25 November 2009
Powermanagement quirks
Required quirks to make suspending and resume work on specified hardware.
Hardware:
system.hardware.product = '64576DG' system.hardware.vendor = 'LENOVO' system.hardware.version 0 'ThinkPad T61'
Video card: nVidia Corporation Quadro VNS 140M rev 161
X-driver: nv
/etc/hal/fdi/information/64576DG_quirks.fdi:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="system.hardware.vendor" string="LENOVO">
<match key="system.hardware.product" prefix="64576DG">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
<merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
</match>
</match>
</device>
</deviceinfo>