wok diff pm-utils/stuff/video-quirks/20-video-quirk-pm-lenovo.quirkdb @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pm-utils/stuff/video-quirks/20-video-quirk-pm-lenovo.quirkdb	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -0,0 +1,100 @@
     1.4 +# <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
     1.5 +match system.hardware.vendor regex ^LENOVO$
     1.6 +# <!-- ThinkPads -->
     1.7 +# <!-- X60 / X60s / T61 / T61p / R61 / R61s / X61(s/Tablet) / X300 -->
     1.8 +# <!-- NOTE: there is a report that 6458 needs vbe_post/vbemode_restore -->
     1.9 + match system.hardware.product regex ^(1702|1704|1706|1709|2007|2478|2479|4108|4141|4143|6088|6363|6364|6365|6378|6379|6480|6458|6463|6464|6465|6466|6467|6468|6471|6476|6477|6478|7642|7643|7644|7645|7646|7647|7648|7649|7650|7657|7658|7659|7660|7661|7666|7667|7668|7673|7732|7733|7734|7735|7736|7737|7738|7762|7763|7764|7767|7768|7669|7670|7671|7673|7674|7675|7676|7678|7679|8808|8895|8896|8897|8898|8899|8900|8919|8930|8932|8933|8934|8935|8936|8937|8938|8939|8942|8943|8944|8945|8946|8947|8948|9452)
    1.10 +  addquirk --quirk-s3-bios
    1.11 +  addquirk --quirk-s3-mode
    1.12 + endmatch
    1.13 + match system.hardware.product regex ^(63664DU|1705CTO)
    1.14 +  addquirk --quirk-vbe-post
    1.15 + endmatch
    1.16 + match system.hardware.product regex ^6457
    1.17 +  addquirk --quirk-vbe-post
    1.18 +  addquirk --quirk-vbemode-restore
    1.19 + endmatch
    1.20 +# <!-- R60 -->
    1.21 + match system.hardware.version regex_ncase ^ThinkPad R60
    1.22 +  addquirk --quirk-s3-bios
    1.23 + # <!-- R60e 32bit works with S3_MODE, 64bit needs VBE_MODE -->
    1.24 +  match system.hardware.product regex ^0657
    1.25 +   addquirk --quirk-vbemode-restore
    1.26 +  endmatch
    1.27 +  match system.hardware.product regex_inverse 0657
    1.28 +   addquirk --quirk-s3-mode
    1.29 +  endmatch
    1.30 + endmatch
    1.31 + match system.hardware.version regex ^ThinkPad 
    1.32 + # <!-- T60* -->
    1.33 +  match system.hardware.version regex T60$
    1.34 +   addquirk --quirk-s3-bios
    1.35 +   addquirk --quirk-s3-mode
    1.36 +  endmatch
    1.37 + # <!-- Z61*, R61e ... -->
    1.38 +  match system.hardware.version regex T60p|Z61m|Z61t|Z60m|Z61p|R61e
    1.39 +   addquirk --quirk-s3-bios
    1.40 +   addquirk --quirk-s3-mode
    1.41 +  endmatch
    1.42 + # <!-- W500 -->
    1.43 +  match system.hardware.version regex W500$
    1.44 +   addquirk --quirk-vbe-post
    1.45 +  endmatch
    1.46 + endmatch
    1.47 +# <!-- T61 -->
    1.48 + match system.hardware.product regex ^7663
    1.49 +  addquirk --quirk-s3-mode
    1.50 + endmatch
    1.51 +# <!-- T61 (8895), intel card 32bit works with S3_MODE, but 64bit needs VBE_MODE
    1.52 +# T61p (6460), does not work with the NVidia driver-->
    1.53 + match system.hardware.product regex ^(6460|6465)
    1.54 +  addquirk --quirk-s3-bios
    1.55 +  addquirk --quirk-vbemode-restore
    1.56 + endmatch
    1.57 +# <!-- T500 -->
    1.58 + match system.hardware.product regex ^2242CTO$
    1.59 +  match system.hardware.version regex ^ThinkPad T500$
    1.60 +   addquirk --quirk-vbe-post
    1.61 +   addquirk --quirk-vbestate-restore
    1.62 +  endmatch
    1.63 + endmatch
    1.64 +# <!-- These Thinkpads don't need a quirk: 6459 (T61p), 7664 (T60) see s2ram -->
    1.65 + match system.hardware.product regex ^(6459|7664|8918)
    1.66 +  addquirk --quirk-none
    1.67 + endmatch
    1.68 +# <!-- Lenovos non-ThinkPads -->
    1.69 + match system.hardware.version regex_ncase ^3000 C100
    1.70 +  match system.hardware.product regex ^0761
    1.71 +   addquirk --quirk-none
    1.72 +  endmatch
    1.73 + endmatch
    1.74 + match system.hardware.version regex_ncase ^3000 N100
    1.75 +  match system.hardware.product regex ^(068928U|07686VG|076831G|076835U|0768BYG)
    1.76 +   addquirk --quirk-none
    1.77 +  endmatch
    1.78 +  match system.hardware.product regex ^07687MM
    1.79 +   addquirk --quirk-s3-mode
    1.80 +  endmatch
    1.81 +  match system.hardware.product regex ^076804U$
    1.82 +   addquirk --quirk-s3-bios
    1.83 +   addquirk --quirk-vbemode-restore
    1.84 +  endmatch
    1.85 + endmatch
    1.86 + match system.hardware.version regex_ncase ^3000 N200
    1.87 +  match system.hardware.product regex ^(0769BBG|0769AC6)$
    1.88 +   addquirk --quirk-s3-bios
    1.89 +   addquirk --quirk-s3-mode
    1.90 +  endmatch
    1.91 +  match system.hardware.product regex ^(0769B9G|0769BEG|0769AH9)$
    1.92 +   addquirk --quirk-none
    1.93 +  endmatch
    1.94 + endmatch
    1.95 + match system.hardware.version regex ^LENOVO3000 V100$
    1.96 +  match system.hardware.product regex ^0763
    1.97 +   addquirk --quirk-none
    1.98 +  endmatch
    1.99 + endmatch
   1.100 + match system.hardware.product regex ^Soleil E660P
   1.101 +  addquirk --quirk-none
   1.102 + endmatch
   1.103 +endmatch