~ubuntu-branches/ubuntu/precise/hal-info/precise

« back to all changes in this revision

Viewing changes to fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-03-21 14:19:39 UTC
  • mto: (1.3.1 upstream) (4.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20080321141939-51hz2277fstmvgfa
Tags: upstream-20080317+git20080318
ImportĀ upstreamĀ versionĀ 20080317+git20080318

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <!-- ThinkPads -->
6
6
 
7
7
      <!-- X60 / X60s / T61 / R61 / X61 Tablet -->
8
 
      <match key="system.hardware.product" prefix_outof="1702;1704;1706;1709;6363;6364;7658;8919;7767;7768;7661W1P">
 
8
      <match key="system.hardware.product" prefix_outof="1702;1704;1706;1709;6363;6364;6365;7658;8919;7767;7768;7661;7733;9452">
9
9
        <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
10
10
        <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
11
11
      </match>
47
47
      </match>
48
48
      <!-- T61 (8895), intel card 32bit works with S3_MODE, but 64bit needs VBE_MODE 
49
49
           T61p (6460), does not work with the NVidia driver-->
50
 
      <match key="system.hardware.product" prefix_outof="8895;6460;6464;6465">
 
50
      <match key="system.hardware.product" prefix_outof="8895;8897;6457;6460;6464;6465">
51
51
        <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
52
52
        <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
53
53
      </match>