12366 Members
237 Forums
7868 Topics
24169 Posts
Max Online: 9115 @ 08/24/24 07:30 PM
|
|
|
3 registered (Admin, Toysoft, bori),
628
Guests and
317
Spiders online. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
#19021 - 06/26/19 10:48 AM
Re: Need help build image for DM500HD
[Re: WarLord]
|
stranger
Registered: 06/26/19
Posts: 13
|
I found this in UserInterfacePositioner.py :
def set3DZnorm(configElement): if SystemInfo["CanChange3DOsd"] and getBoxType() not in ('spycat'): print '[UserInterfacePositioner] Setting 3D depth:',configElement.value f = open("/proc/stb/fb/znorm", "w") f.write('%d' % int(configElement.value)) f.close() config.osd.threeDznorm.addNotifier(set3DZnorm)
if I made a patch for this and I build, the image boot ?
|
Top
|
|
|
|
|
|
|