wok view pm-utils/stuff/video-quirks/20-video-quirk-pm-dell.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 ^Dell
3 # <!-- Dell Latitude -->
4 match system.hardware.product regex ^Latitude
5 match system.hardware.product regex C500
6 addquirk --quirk-dpms-suspend
7 addquirk --quirk-vbe-post
8 endmatch
9 match system.hardware.product regex C600
10 addquirk --quirk-radeon-off
11 endmatch
12 match system.hardware.product regex C800
13 addquirk --quirk-vbemode-restore
14 endmatch
15 match system.hardware.product regex X300|D820
16 # <!-- the Dell D820 is also reported to work with vbe_post+vbemode_restore and
17 # need may dpms_on -->
18 addquirk --quirk-vbestate-restore
19 endmatch
20 match system.hardware.product regex CPx J800GT|D400|D410|D420|D430|D520|D530|C610|D620|D830
21 addquirk --quirk-vbe-post
22 addquirk --quirk-vbemode-restore
23 endmatch
24 match system.hardware.product regex C400|C840|D500|D505|D800|X200
25 addquirk --quirk-vbe-post
26 addquirk --quirk-vbestate-restore
27 endmatch
28 match system.hardware.product regex D600|D610
29 addquirk --quirk-vbe-post
30 addquirk --quirk-vbestate-restore
31 addquirk --quirk-no-fb
32 endmatch
33 match system.hardware.product regex D630
34 match system.firmware.version compare_lt A12
35 addquirk --quirk-vbe-post
36 addquirk --quirk-vbestate-restore
37 addquirk --quirk-no-fb
38 endmatch
39 match system.firmware.version compare_ge A12
40 addquirk --quirk-vbemode-restore
41 endmatch
42 endmatch
43 match system.hardware.product regex X1$
44 addquirk --quirk-vbe-post
45 endmatch
46 # <!-- these need no quirks -->
47 match system.hardware.product regex CPx J650GT|LS |D810
48 addquirk --quirk-none
49 endmatch
50 endmatch
51 # <!-- Dell Inspiron -->
52 match system.hardware.product regex ^Inspiron
53 match system.hardware.product regex 1501|8600
54 addquirk --quirk-s3-bios
55 addquirk --quirk-s3-mode
56 match system.hardware.primary_video.vendor numeric_compare_eq 0x1002
57 addquirk --quirk-radeon-off
58 endmatch
59 endmatch
60 match system.hardware.product regex 9300
61 addquirk --quirk-s3-bios
62 endmatch
63 match system.hardware.product regex 510m
64 addquirk --quirk-vbe-post
65 endmatch
66 match system.hardware.product regex 5100
67 match system.firmware.version regex ^Revision A0$
68 addquirk --quirk-vbe-post
69 addquirk --quirk-vbestate-restore
70 addquirk --quirk-pci-save
71 endmatch
72 match system.firmware.version regex_inverse Revision A0
73 addquirk --quirk-no-fb
74 endmatch
75 endmatch
76 match system.hardware.product regex 5150|8000|8500
77 addquirk --quirk-vbe-post
78 addquirk --quirk-vbestate-restore
79 endmatch
80 match system.hardware.product regex 500m|600m|1100|1420|1525|2200|5160
81 addquirk --quirk-vbe-post
82 addquirk --quirk-vbemode-restore
83 endmatch
84 match system.hardware.product regex 700m
85 # <!-- ONLY needed with i810 X.org driver 1.x versions,
86 # DO NOT use with intel X.org driver 2.x version (not needed and causes problems)
87 # <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
88 # <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
89 # <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
90 # <merge key="power_management.quirk.vga_mode3" type="bool">true</merge> -->
91 addquirk --quirk-none
92 endmatch
93 # <!-- these need no quirks -->
94 match system.hardware.product regex 1011| 1150| 1520| 1720
95 addquirk --quirk-none
96 endmatch
97 endmatch
98 # <!-- Dell Precision -->
99 match system.hardware.product regex ^Precision
100 match system.hardware.product regex M20
101 addquirk --quirk-vbe-post
102 addquirk --quirk-vbestate-restore
103 endmatch
104 match system.hardware.product regex M6300
105 addquirk --quirk-vbe-post
106 addquirk --quirk-vbemode-restore
107 endmatch
108 match system.hardware.product regex M60
109 addquirk --quirk-vbestate-restore
110 endmatch
111 match system.hardware.product regex M65
112 addquirk --quirk-dpms-on
113 addquirk --quirk-vbe-post
114 endmatch
115 # <!-- these need no quirks -->
116 match system.hardware.product regex M90 |WorkStation 360| M4300
117 addquirk --quirk-none
118 endmatch
119 endmatch
120 # <!-- Dell Dimension -->
121 match system.hardware.product regex ^Dimension
122 match system.hardware.product regex 2400|3000|9100
123 addquirk --quirk-vbe-post
124 addquirk --quirk-vbemode-restore
125 endmatch
126 endmatch
127 # <!-- Dell Vostro -->
128 match system.hardware.product regex ^Vostro
129 match system.hardware.product regex 1000
130 addquirk --quirk-s3-bios
131 addquirk --quirk-s3-mode
132 endmatch
133 match system.hardware.product regex 1500
134 addquirk --quirk-vbe-post
135 addquirk --quirk-vbemode-restore
136 endmatch
137 match system.hardware.product regex 1710
138 addquirk --quirk-none
139 endmatch
140 endmatch
141 # <!-- Dell OptiPlex -->
142 match system.hardware.product regex_ncase ^OptiPlex
143 match system.hardware.product regex GX520|GX260
144 addquirk --quirk-vbe-post
145 addquirk --quirk-vbemode-restore
146 endmatch
147 match system.hardware.product regex 755
148 addquirk --quirk-vbe-post
149 addquirk --quirk-no-fb
150 endmatch
151 match system.hardware.product regex_ncase fx160
152 addquirk --quirk-s3-bios
153 addquirk --quirk-s3-mode
154 endmatch
155 match system.hardware.product regex 170L|GX620
156 addquirk --quirk-none
157 endmatch
158 endmatch
159 # <!-- Dell Inspiron 640m, XPS M1210 -->
160 match system.hardware.product regex MXC061|MXC062
161 addquirk --quirk-vbe-post
162 endmatch
163 # <!-- Dell XPS M1330, MM061 = Inspiron E1505 or/and 6400 -->
164 match system.hardware.product regex XPS M1330|MM061
165 addquirk --quirk-vbe-post
166 addquirk --quirk-vbemode-restore
167 endmatch
168 # <!-- these need no quirks : Dimension E520, DXP051, Inspiron: 1300, E1702/E1705, 630m, M1710 (only resumes with vesafb) -->
169 match system.hardware.product regex DM061 |DXP051|ME051|MP061|MXC051|MXG061|XPS M1530
170 addquirk --quirk-none
171 endmatch
172 endmatch