home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / information / 10freedesktop / 99-video-quirk-default.fdi < prev   
Encoding:
Extensible Markup Language  |  2009-04-09  |  2.3 KB  |  41 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
  2. <deviceinfo version="0.2">
  3.   <!-- The aim of this file is to handle systems without any default video
  4.        quirks. The vast majority of hardware will not function without either
  5.        quirks or kernel support. pm-utils checks for kernel support before
  6.        utilising quirks, so these become a no-op if it's available. On the
  7.        assumption that quirks will, by and large, do more help than harm we can
  8.        provide some defaults. If any machine-specific quirks have been provided
  9.        then this code won't add any further ones -->
  10.   <device>
  11.     <match key="info.udi" string="/org/freedesktop/Hal/devices/computer">
  12.       <match key="power_management.quirk.vbestate_restore" exists="false">
  13.         <match key="power_management.quirk.vbemode_restore" exists="false">
  14.           <match key="power_management.quirk.dpms_suspend" exists="false">
  15.             <match key="power_management.quirk.vga_mode_3" exists="false">
  16.               <match key="power_management.quirk.dpms_on" exists="false">
  17.                 <match key="power_management.quirk.radeon_off" exists="false">
  18.                   <match key="power_management.quirk.vbe_post" exists="false">
  19.                     <match key="power_management.quirk.s3_bios" exists="false">
  20.                       <match key="power_management.quirk.s3_mode" exists="false">
  21.                         <match key="power_management.quirk.none" exists="false">
  22.                          <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
  23.                          <merge key="power_management.quirk.dpms_on" type="bool">true</merge>
  24.                          <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
  25.                          <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
  26.                          <merge key="power_management.quirk.dpms_suspend" type="bool">true</merge>
  27.                          <merge key="power_management.quirk.vga_mode_3" type="bool">true</merge>
  28.                       </match>
  29.                     </match>
  30.                   </match>
  31.                   </match>
  32.                 </match>
  33.               </match>
  34.             </match>
  35.           </match>
  36.         </match>
  37.       </match>
  38.     </match>
  39.   </device>
  40. </deviceinfo>
  41.