Don_Jojo
(Themenstarter)
Anmeldungsdatum: 10. Dezember 2008
Beiträge: 58
|
Vielleicht kommt man ja auch ohne dieses Paket weiter. Ich habe die folgende Seite entdeckt: https://wiki.ubuntu.com/Kernel/Debugging/Backlight Dort sind verschiedene Probleme das Backlight betreffend beschrieben, u.a.:
Backlight control does not work, but there are entries in /sys/class/backlight. This may require the ACPI backlight driver to not take control so that a vendor specific driver will have a chance to register (see below).
Wie gewünscht habe ich zunächst einige Tools installiert: | sudo apt-get install -y acpidump fwts dmidecode iasl
|
Und dann diesen Bug-Report erstellt: https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1554089 Aktuell ist das System ohne acpi_backlight=vendor gebootet. Also mit den Bootoptionen: | jojo@jojo-iMac:~/bug$ cat /proc/cmdline
\boot\vmlinuz-3.19.0-51-generic.efi.signed root=UUID=5c11ddc6-70eb-4783-8e48-e83769d762ef ro quiet splash vt.handoff=7 initrd=boot\initrd.img-3.19.0-51-generic
|
Ein bisschen weiter unten wird von der Datei /proc/acpi/video geredet. Diese existiert bei mir nicht, sondern nur /proc/acpi/wakeup. Darin steht: Device S-state Status Sysfs node
P0P2 S4 *disabled pci:0000:00:01.0
GFX0 S4 *disabled pci:0000:01:00.0
EC S3 *disabled platform:PNP0C09:00
HDEF S4 *disabled pci:0000:00:1b.0
RP01 S4 *disabled pci:0000:00:1c.0
GIGE S5 *enabled pci:0000:02:00.0
RP02 S4 *disabled pci:0000:00:1c.1
ARPT S5 *disabled pci:0000:03:00.0
RP03 S4 *disabled pci:0000:00:1c.2
RP04 S4 *disabled
EHC1 S3 *enabled pci:0000:00:1d.7
EHC2 S3 *enabled pci:0000:00:1a.7 Kann das ein Schaden sein, der mich daran hindert die Hintergrundbeleuchtung ein/aus zu stellen? Weiter unten (Abschnitt Into the abyss: looking at the ACPI BIOS) wird davon geredet ins Bios zu schauen. Meine Grafikgeräte, so wie auf der Webseite beschrieben ausgelesen sind: | jojo@jojo-iMac:~$ dmesg|grep 'ACPI: Video'
[ 13.436838] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
jojo@jojo-iMac:~$ lspci |grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5730 / 6570M]
|
Und der entsprechende Eintrag in der Datei dsdt.dsl sieht so aus: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254 | Device (GFX0)
{
Name (_ADR, 0x00) // _ADR: Address
Device (LCD)
{
Name (_ADR, 0x0110) // _ADR: Address
Method (_BCL, 0, NotSerialized) // _BCL: Brightness Control Levels
{
Return (Package (0x12)
{
0x50,
0x32,
0x00,
0x07,
0x0D,
0x14,
0x1B,
0x21,
0x28,
0x2F,
0x35,
0x3C,
0x43,
0x49,
0x50,
0x57,
0x5D,
0x64
})
}
Method (_BCM, 1, NotSerialized) // _BCM: Brightness Control Method
{
Store (Arg0, BRTL)
Divide (Add (Multiply (Arg0, 0x03), 0x02), 0x14, Local1,
Local0)
ShiftLeft (Local0, 0x04, Local0)
Or (Local0, 0x04, Local0)
Acquire (MUTX, 0xFFFF)
Store (Local0, SSMY)
Store (0xBF, SSMP)
Release (MUTX)
}
Method (_BQC, 0, NotSerialized) // _BQC: Brightness Query Current
{
Return (BRTL)
}
}
Method (_DOD, 0, NotSerialized) // _DOD: Display Output Devices
{
Return (Package (0x01)
{
0x0110
})
}
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x09,
0x04
})
OperationRegion (PEGH, PCI_Config, 0x00, 0x40)
Field (PEGH, ByteAcc, NoLock, Preserve)
{
VID0, 16,
DID0, 16
}
OperationRegion (DBAR, SystemMemory, 0xFED18000, 0x1000)
Field (DBAR, DWordAcc, Lock, Preserve)
{
Offset (0xC34),
C34Z, 1,
, 30,
C34A, 1
}
OperationRegion (GBAR, SystemMemory, 0xE0008000, 0x1000)
Field (GBAR, DWordAcc, Lock, Preserve)
{
Offset (0xB0),
, 4,
B0B4, 1,
Offset (0xB2),
, 4,
LSTS, 6,
Offset (0x1FC),
, 9,
OFC9, 1,
Offset (0x214),
Offset (0x216),
T14W, 4,
Offset (0xC28),
C28Z, 1,
Offset (0xC34),
, 30,
C34B, 1,
C34V, 1,
Offset (0xDFC),
, 1,
DFC3, 3,
Offset (0xE08),
, 31,
E08A, 1,
Offset (0xE28),
, 31,
E28A, 1,
Offset (0xE48),
, 31,
E48A, 1,
Offset (0xE68),
, 31,
E68A, 1,
Offset (0xE88),
, 31,
E88A, 1,
Offset (0xEA8),
, 31,
EA8A, 1,
Offset (0xEC8),
, 31,
EC8A, 1,
Offset (0xEE8),
, 31,
EE8A, 1,
Offset (0xF08),
, 31,
F08A, 1,
Offset (0xF28),
, 31,
F28A, 1,
Offset (0xF48),
, 31,
F48A, 1,
Offset (0xF68),
, 31,
F68A, 1,
Offset (0xF88),
, 31,
F88A, 1,
Offset (0xFA8),
, 31,
FA8A, 1,
Offset (0xFC8),
, 31,
FC8A, 1,
Offset (0xFE8),
, 31,
FE8A, 1
}
Method (PWRD, 1, NotSerialized)
{
If (Arg0)
{
Store (0x00, C34Z)
Store (0x00, C34A)
Store (0x01, B0B4)
While (T14W)
{
Sleep (0x0A)
}
Store (0x01, C34B)
Store (0x00, B0B4)
Store (0x01, C34V)
Store (0x01, C28Z)
Store (0x01, OFC9)
Store (0x07, DFC3)
Store (0x01, E08A)
Store (0x01, E28A)
Store (0x01, E48A)
Store (0x01, E68A)
Store (0x01, E88A)
Store (0x01, EA8A)
Store (0x01, EC8A)
Store (0x01, EE8A)
Store (0x01, F08A)
Store (0x01, F28A)
Store (0x01, F48A)
Store (0x01, F68A)
Store (0x01, F88A)
Store (0x01, FA8A)
Store (0x01, FC8A)
Store (0x01, FE8A)
Store (0x01, C34Z)
Store (0x01, C34A)
}
Else
{
Store (0x00, C34Z)
Store (0x00, C34A)
Store (0x00, DFC3)
Store (0x00, E08A)
Store (0x00, E28A)
Store (0x00, E48A)
Store (0x00, E68A)
Store (0x00, E88A)
Store (0x00, EA8A)
Store (0x00, EC8A)
Store (0x00, EE8A)
Store (0x00, F08A)
Store (0x00, F28A)
Store (0x00, F48A)
Store (0x00, F68A)
Store (0x00, F88A)
Store (0x00, FA8A)
Store (0x00, FC8A)
Store (0x00, FE8A)
Store (0x00, C28Z)
Store (0x00, OFC9)
Store (0x00, C34B)
Store (0x00, B0B4)
Store (0x01, C34Z)
Store (0x01, C34A)
If (LEqual (LSTS, 0x10))
{
Return (0x00)
}
Else
{
Return (0x01)
}
}
}
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
If (LEqual (Arg0, Buffer (0x10)
{
/* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
/* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
}))
{
If (LNotEqual (And (VID0, 0xFFFF), 0xFFFF))
{
Store (Package (0x02)
{
"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Return (0x80000002)
}
}
|
Hilft eine dieser Informationen weiter, wo das Problem liegt? Liebe Grüße
Jojo
|