wok view pm-utils/stuff/video-quirks/20-video-quirk-pm-asus.quirkdb @ rev 17864

Up: netsurf (3.3)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 25 16:55:26 2015 +0200 (2015-03-25)
parents
children
line source
1 # <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
2 match system.hardware.vendor regex ^ASUS
3 match system.hardware.product regex ^(U5F |M2000E|F2J )
4 addquirk --quirk-s3-bios
5 endmatch
6 match system.hardware.product regex ^(K8N-E-Deluxe|L2000D|M6Ne|M51Sr |U6S|A8N)
7 addquirk --quirk-s3-mode
8 endmatch
9 # <!--NOTE: s2ram list the F3F with power_management.quirk.none=true -->
10 match system.hardware.product regex ^(M6VA|M6N |M5N|M7A|S6F|S5N |W3A|W5A |M2N |A2D |F3F |V6V|A8He|A6Kt |F3JC |F3Sc)
11 addquirk --quirk-s3-bios
12 addquirk --quirk-s3-mode
13 endmatch
14 match system.hardware.product regex ^Z35FM
15 addquirk --quirk-s3-bios
16 addquirk --quirk-pci-save
17 endmatch
18 match system.hardware.product regex ^(A6M|Z84F)
19 addquirk --quirk-vbe-post
20 endmatch
21 match system.hardware.product regex ^W7J
22 addquirk --quirk-vbemode-restore
23 endmatch
24 match system.hardware.product regex ^(L3000D|M3N |U3S |X51RL )
25 addquirk --quirk-vbe-post
26 addquirk --quirk-vbestate-restore
27 endmatch
28 match system.hardware.product regex ^F3Ka
29 addquirk --quirk-vbe-post
30 addquirk --quirk-vbestate-restore
31 addquirk --quirk-no-fb
32 endmatch
33 match system.hardware.product regex ^V1J
34 addquirk --quirk-vbe-post
35 addquirk --quirk-vbemode-restore
36 addquirk --quirk-no-fb
37 endmatch
38 # <!-- Z91E is identified as A3E -->
39 match system.hardware.product regex ^(A6J |A6U|A3E|F3JP)
40 addquirk --quirk-vbe-post
41 addquirk --quirk-vbemode-restore
42 endmatch
43 # <!-- Asus Eee PC (Note: there is a report from s2ram to use vbe_post, vbemode_restore)-->
44 match system.hardware.product regex ^(701|900)$
45 addquirk --quirk-s3-bios
46 addquirk --quirk-dpms-on
47 endmatch
48 match system.hardware.product regex ^901$
49 addquirk --quirk-vbe-post
50 endmatch
51 # <!-- these need no quirks, whitelist them -->
52 match system.hardware.product regex ^(A2H/L|A6Km|A6JC |A6K |A6T|A6G|A6VA|A8JS |F3Sg|F3T|F9E |G1S|K8V-MX|1000H|F2JE)
53 addquirk --quirk-none
54 endmatch
55 endmatch
56 # <!-- ASUS Laptop with different vendor string (M2400N) -->
57 match system.hardware.vendor regex ^ERGOUK
58 match system.hardware.product regex ^M2N
59 addquirk --quirk-s3-bios
60 addquirk --quirk-s3-mode
61 endmatch
62 endmatch
63 # <!-- ASUS Mainboard with different vendor string -->
64 match system.hardware.vendor regex ^System manufacturer$
65 match system.hardware.product regex ^P5Q DELUXE$
66 match system.firmware.version regex ^System Version
67 addquirk --quirk-s3-bios
68 addquirk --quirk-s3-mode
69 endmatch
70 endmatch
71 match system.hardware.version regex ^P5KR
72 match system.hardware.product regex ^System Version
73 addquirk --quirk-none
74 endmatch
75 endmatch
76 endmatch
77 # <!-- Board with broken system.hardware.* fields. Use system.board.* instead -->
78 match system.board.product regex ^P5LD2
79 addquirk --quirk-s3-bios
80 endmatch
81 # <!-- ASUS a7v600 motherboard, has no usable sys_* entries besides bios_version -->
82 match system.firmware.version regex ^ASUS A7V600
83 addquirk --quirk-s3-bios
84 addquirk --quirk-s3-mode
85 endmatch
86 # <!-- another ASUS Mainboard -->
87 match system.firmware.version regex ^(ASUS M2N32-SLI DELUXE ACPI BIOS Revision 1201|ASUS M2N32-SLI DELUXE ACPI BIOS Revision 1101|ASUS M2A-VM HDMI ACPI BIOS Revision 1603|ASUS A7V8X-X ACPI BIOS Revision)
88 addquirk --quirk-vbe-post
89 addquirk --quirk-vbemode-restore
90 endmatch
91 match system.firmware.version regex ^ASUS M2A-VM ACPI BIOS Revision
92 match system.firmware.version regex 1101
93 addquirk --quirk-s3-bios
94 addquirk --quirk-vbemode-restore
95 endmatch
96 match system.firmware.version regex_inverse 1101
97 addquirk --quirk-vbe-post
98 addquirk --quirk-vbemode-restore
99 endmatch
100 endmatch
101 match system.firmware.version regex ^ASUS P4B266 ACPI BIOS Revision
102 match system.firmware.version regex 1010
103 match system.hardware.primary_video.vendor numeric_compare_eq 0x1002
104 match system.hardware.primary_video.product numeric_compare_eq 0x4966
105 addquirk --quirk-s3-bios
106 addquirk --quirk-s3-mode
107 endmatch
108 endmatch
109 endmatch
110 endmatch
111 # <!-- another ASUS Mainboard, this need no quirk -->
112 match system.firmware.version regex ^(ASUS M2N-E ACPI BIOS Revision|ASUS Striker ACPI BIOS Revision|ASUS A7V ACPI BIOS Revision)
113 addquirk --quirk-none
114 endmatch