View | Details | Raw Unified | Return to bug 27551
Collapse All | Expand All

(-)ddccontrol-0.4.2.orig/ddccontrol-db/db/monitor/DEL4063.xml (+70 lines)
Line 0 Link Here
1
<?xml version="1.0"?>
2
<monitor name="Dell Ultrasharp u3011" init="standard">
3
	<!--- CAPS: prot(monitor)type(LCD)model(DELL u3011)cmds(01 03 0C F3)vcp(04 10 ) -->
4
	<caps add="(type(lcd)cmds(01 02 03 07 0C E3 F3)vcp(02 04 05 06 08 10 12 14(01 05 08 0B 0C) 16 18 1A 52 60(01 03 04 0C 0F 11 12) AC AE B2 B6 C6 C8 C9 D6(01 04 05) DC(00 02 03 04 05) DF FD)"/>
5
	<!--- include file="VESA" -->
6
7
	<controls>
8
		<!--- Standard VESA controls (available in VESA.xml) -->
9
		<control id="defaults" address="0x04" delay="2000"/>
10
		<control id="defaultluma" address="0x05" delay="2000"/>
11
		<control id="defaultgeom" address="0x06" delay="2000"/>
12
		<control id="defaultcolor" address="0x08" delay="2000"/>
13
		
14
		<control id="brightness" address="0x10"/>
15
		<control id="contrast" address="0x12"/>
16
17
		<control id="red" address="0x16"/>
18
		<control id="green" address="0x18"/>
19
		<control id="blue" address="0x1A"/>
20
		
21
		<control id="inputsource" type="list" address="0x60">
22
			<value id="vga" value="0x01"/>
23
			<value id="dvi1" value="0x03"/>
24
			<value id="dvi2" value="0x04"/>
25
			<value id="component" value="0x0C"/>
26
			<value id="dp" value="0x0F"/>
27
			<value id="hdmi1" value="0x11"/>
28
			<value id="hdmi2" value="0x12"/>
29
		</control>
30
		
31
		<control id="dpms" address="0xd6">
32
			<value id="on" value="1"/>
33
			<value id="standby" value="4"/>
34
			<value id="off" value="5"/>
35
		</control>
36
		
37
		<!--- DELL u3011 controls -->
38
		<control id="colorpreset" address="0x14">
39
			<value id="srgb"  value="0x01"/>
40
			<value id="native"  value="0x05"/>
41
			<value id="cool"  value="0x08"/>
42
			<value id="warm" value="0x0b"/>
43
			<value id="user" value="0x0c"/>
44
		</control>
45
46
		<control id="magicbright" address="0xdc">
47
			<value id="standard"  value="0x00"/>
48
			<value id="multimedia"  value="0x02"/>
49
			<value id="movie"  value="0x03"/>
50
			<value id="custom" value="0x04"/>
51
			<value id="game" value="0x05"/>
52
		</control>
53
54
		<!--- Control 0x02  Max=0x0002  Current=0x0001   [RW  NC  New control value] -->
55
		<!--- Control 0x52  Max=0x00FF  Current=0x0010   [RO  NC  Active control] -->
56
		<!--- Control 0xAC  Max=0x0001  Current=0x8060   [RO   C  Horizontal frequency] -->
57
		<!--- Control 0xAE  Max=0xFFFF  Current=0x175C   [RO   C  Vertical frequency] -->
58
		<!--- Control 0xB2  Max=0x0008  Current=0x0001   [RO  NC  Panel sub-pixel layout] -->
59
		<!--- Control 0xB6  Max=0x0005  Current=0x0003   [RO  NC  Display technology type] -->
60
		<!--- Control 0xC6  Max=0xFFFF  Current=0x45CC   [RO  NC  Application enable key] -->
61
		<!--- Control 0xC8  Max=0x0094  Current=0x8505   [RO  NC  Display controller type] -->
62
		<!--- Control 0xC9  Max=0xFFFF  Current=0x0101   [RO   C  Display firmware level] -->
63
		<!--- Control 0xDF  Max=0x00FF  Current=0x0201   [RO  NC  VCP version] -->
64
		<!--- Control 0xFD  Max=0xFFFF  Current=0x0074   [TBD TBD  Manufacturer specific - 0xFD] -->
65
66
	</controls>
67
</monitor>
68
69
70
(-)ddccontrol-0.4.2.orig/ddccontrol-db/db/options.xml.in (+14 lines)
Lines 13-18 Link Here
13
				<value id="entertain" name="Entertain"/>
13
				<value id="entertain" name="Entertain"/>
14
				<value id="custom" name="Custom"/>
14
				<value id="custom" name="Custom"/>
15
				<value id="dynamic" name="Dynamic Contrast" /> 
15
				<value id="dynamic" name="Dynamic Contrast" /> 
16
				<value id="multimedia" name="Multimedia"/>
17
				<value id="movie" name="Movie"/>
18
				<value id="standard" name="Standard"/>
16
			</control>
19
			</control>
17
			<control id="superbright" type="list" name="Super Bright Mode" address="0xF9">
20
			<control id="superbright" type="list" name="Super Bright Mode" address="0xF9">
18
				<value id="one" name="One" value="0"/>
21
				<value id="one" name="One" value="0"/>
Lines 107-112 Link Here
107
				<value id="cool6" name="Cool6"/>
110
				<value id="cool6" name="Cool6"/>
108
				<value id="cool7" name="Cool7"/>
111
				<value id="cool7" name="Cool7"/>
109
				<value id="srgb" name="sRGB"/>
112
				<value id="srgb" name="sRGB"/>
113
				<value id="argb" name="Adobe RGB"/>
110
				<value id="4000k" name="4000K"/>
114
				<value id="4000k" name="4000K"/>
111
				<value id="5000k" name="5000K"/>
115
				<value id="5000k" name="5000K"/>
112
				<value id="6500k" name="6500K"/>
116
				<value id="6500k" name="6500K"/>
Lines 275-280 Link Here
275
			<control id="inputsource" type="list" name="Input Source Select" address="0x60">
279
			<control id="inputsource" type="list" name="Input Source Select" address="0x60">
276
				<value id="analog" name="Analog"/>
280
				<value id="analog" name="Analog"/>
277
				<value id="digital" name="Digital"/>
281
				<value id="digital" name="Digital"/>
282
				<value id="dp" name="DisplayPort"/>
283
				<value id="dvi" name="DVI"/>
284
				<value id="dvi1" name="DVI-1"/>
285
				<value id="dvi2" name="DVI-2"/>
286
				<value id="hdmi" name="HDMI"/>
287
				<value id="hdmi1" name="HDMI-1"/>
288
				<value id="hdmi2" name="HDMI-2"/>
289
				<value id="vga" name="VGA"/>
290
				<value id="component" name="Component"/>
278
			</control>
291
			</control>
279
			<control id="autosource" type="list" name="Autoselect Input Source" address="0xe2">
292
			<control id="autosource" type="list" name="Autoselect Input Source" address="0xe2">
280
				<value id="auto" name="Automatic" value="0"/>
293
				<value id="auto" name="Automatic" value="0"/>
Lines 285-290 Link Here
285
			<control id="dpms" type="list" name="DPMS Control" address="0xd6">
298
			<control id="dpms" type="list" name="DPMS Control" address="0xd6">
286
				<value id="on" name="On"/>
299
				<value id="on" name="On"/>
287
				<value id="standby" name="Standby"/>
300
				<value id="standby" name="Standby"/>
301
				<value id="off" name="Off"/>
288
			</control>
302
			</control>
289
			<control id="power" type="list" name="Power control" address="0xe1">
303
			<control id="power" type="list" name="Power control" address="0xe1">
290
				<value id="off" name="Off"/>
304
				<value id="off" name="Off"/>

Return to bug 27551