~ubuntu-branches/ubuntu/maverick/pm-utils/maverick

« back to all changes in this revision

Viewing changes to video-quirks/20-video-quirk-pm-dell.quirkdb

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2010-03-19 03:05:11 UTC
  • mfrom: (41.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100319030511-mb66vviko36no4t5
Tags: 1.3.0-1
[ Martin Pitt ]
* Final 1.3.0 release (two small bug fixes since 1.3.0~rc3-2).
  - Re-adds "chvt" quirk for nvidia driver (LP: #488720, Closes: #495347)
* Drop patches applied upstream:
  - 01-fix-DMI-attribute-matching.patch
  - 03-fix-usage-of-find_native.patch
  - 04-fix-alternatives-matching-in-native-quirks-DB.patch
  - 07-fix-typo-pm-action.patch
  - 11_nvidia_suspend.patch
* video-quirks/*: Update from http://pm-utils.freedesktop.org/releases/
  pm-quirks-20100316.tar.gz

[ Michael Biebl ]
* Refresh and update patches.
* debian/patches/11-handle-on_ac_power-255-return-code.patch
  - If on_ac_power can not determine the AC power state, assume it is a
    desktop machine and behave like "pm-powersave false". (Closes: #572060)
* debian/patches/12-man-page-fixes.patch
  - Various man page updates and fixes. (Closes: #570174)
    Thanks to Filipus Klutiero for the proofreading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   match system.hardware.product regex C800
13
13
    addquirk --quirk-vbemode-restore
14
14
   endmatch
15
 
   match system.hardware.product regex X300;D820
 
15
   match system.hardware.product regex X300|D820
16
16
   # <!-- the Dell D820 is also reported to work with vbe_post+vbemode_restore and
17
17
   # need may dpms_on -->
18
18
    addquirk --quirk-vbestate-restore
19
19
   endmatch
20
 
   match system.hardware.product regex CPx J800GT;D400;D410;D420;D430;D520;D530;C610;D620;D830
 
20
   match system.hardware.product regex CPx J800GT|D400|D410|D420|D430|D520|D530|C610|D620|D830
21
21
    addquirk --quirk-vbe-post
22
22
    addquirk --quirk-vbemode-restore
23
23
   endmatch
24
 
   match system.hardware.product regex C400;C840;D500;D505;D800;X200
 
24
   match system.hardware.product regex C400|C840|D500|D505|D800|X200
25
25
    addquirk --quirk-vbe-post
26
26
    addquirk --quirk-vbestate-restore
27
27
   endmatch
28
 
   match system.hardware.product regex D600;D610
 
28
   match system.hardware.product regex D600|D610
29
29
    addquirk --quirk-vbe-post
30
30
    addquirk --quirk-vbestate-restore
31
31
    addquirk --quirk-no-fb
44
44
    addquirk --quirk-vbe-post
45
45
   endmatch
46
46
  # <!-- these need no quirks -->
47
 
   match system.hardware.product regex CPx J650GT;LS ;D810
 
47
   match system.hardware.product regex CPx J650GT|LS |D810
48
48
    addquirk --quirk-none
49
49
   endmatch
50
50
  endmatch
51
51
 # <!-- Dell Inspiron -->
52
52
  match system.hardware.product regex ^Inspiron
53
 
   match system.hardware.product regex 1501;8600
 
53
   match system.hardware.product regex 1501|8600
54
54
    addquirk --quirk-s3-bios
55
55
    addquirk --quirk-s3-mode
56
56
   endmatch
 
57
   match system.hardware.product regex 9300
 
58
    addquirk --quirk-s3-bios
 
59
   endmatch
57
60
   match system.hardware.product regex  510m 
58
61
    addquirk --quirk-vbe-post
59
62
   endmatch
67
70
     addquirk --quirk-no-fb
68
71
    endmatch
69
72
   endmatch
70
 
   match system.hardware.product regex 5150;8000;8500
 
73
   match system.hardware.product regex 5150|8000|8500
71
74
    addquirk --quirk-vbe-post
72
75
    addquirk --quirk-vbestate-restore
73
76
   endmatch
74
 
   match system.hardware.product regex 500m;600m;1100;1420;1525;2200;5160
 
77
   match system.hardware.product regex 500m|600m|1100|1420|1525|2200|5160
75
78
    addquirk --quirk-vbe-post
76
79
    addquirk --quirk-vbemode-restore
77
80
   endmatch
85
88
    addquirk --quirk-none
86
89
   endmatch
87
90
  # <!-- these need no quirks -->
88
 
   match system.hardware.product regex  1150; 1520; 1720
 
91
   match system.hardware.product regex  1011| 1150| 1520| 1720
89
92
    addquirk --quirk-none
90
93
   endmatch
91
94
  endmatch
107
110
    addquirk --quirk-vbe-post
108
111
   endmatch
109
112
  # <!-- these need no quirks -->
110
 
   match system.hardware.product regex  M90 ;WorkStation 360; M4300
 
113
   match system.hardware.product regex  M90 |WorkStation 360| M4300
111
114
    addquirk --quirk-none
112
115
   endmatch
113
116
  endmatch
114
117
 # <!-- Dell Dimension -->
115
118
  match system.hardware.product regex ^Dimension
116
 
   match system.hardware.product regex 2400;3000;9100
 
119
   match system.hardware.product regex 2400|3000|9100
117
120
    addquirk --quirk-vbe-post
118
121
    addquirk --quirk-vbemode-restore
119
122
   endmatch
134
137
  endmatch
135
138
 # <!-- Dell OptiPlex -->
136
139
  match system.hardware.product regex_ncase ^OptiPlex
137
 
   match system.hardware.product regex GX520;GX260
 
140
   match system.hardware.product regex GX520|GX260
138
141
    addquirk --quirk-vbe-post
139
142
    addquirk --quirk-vbemode-restore
140
143
   endmatch
146
149
    addquirk --quirk-s3-bios
147
150
    addquirk --quirk-s3-mode
148
151
   endmatch
149
 
   match system.hardware.product regex 170L;GX620
 
152
   match system.hardware.product regex 170L|GX620
150
153
    addquirk --quirk-none
151
154
   endmatch
152
155
  endmatch
153
156
 # <!-- Dell Inspiron 640m, XPS M1210 -->
154
 
  match system.hardware.product regex MXC061;MXC062
 
157
  match system.hardware.product regex MXC061|MXC062
155
158
   addquirk --quirk-vbe-post
156
159
  endmatch
157
160
 # <!-- Dell XPS M1330, MM061 = Inspiron E1505 or/and 6400 -->
158
 
  match system.hardware.product regex XPS M1330;MM061
 
161
  match system.hardware.product regex XPS M1330|MM061
159
162
   addquirk --quirk-vbe-post
160
163
   addquirk --quirk-vbemode-restore
161
164
  endmatch
162
165
 # <!-- these need no quirks : Dimension E520, DXP051, Inspiron: 1300, E1702/E1705, 630m, M1710 (only resumes with vesafb) -->
163
 
  match system.hardware.product regex DM061 ;DXP051;ME051;MP061;MXC051;MXG061;XPS M1530
 
166
  match system.hardware.product regex DM061 |DXP051|ME051|MP061|MXC051|MXG061|XPS M1530
164
167
   addquirk --quirk-none
165
168
  endmatch
166
169
 endmatch