issueat has quit [Remote host closed the connection]
fossxplorer has quit [Ping timeout: 252 seconds]
fossxplorer has joined #cubieboard
fossxplorer has quit [Changing host]
fossxplorer has joined #cubieboard
fossxplorer has quit [Ping timeout: 244 seconds]
<zombu2>
n3glv you have to remove some mesa stuff thats interfering
iggy has quit [Ping timeout: 260 seconds]
iggy has joined #cubieboard
ricardocrudo has joined #cubieboard
tuxmax has joined #cubieboard
<tuxmax>
hi do existe a linux cubietruck image can run avi?
DV has quit [Ping timeout: 240 seconds]
unixjazz has joined #cubieboard
<Bushmills>
tuxmax: a kernel and modules for supporting the video hardware which you can run with the distribution you're already using ought to be enough
payne has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
swqa1549 has joined #cubieboard
NamanG has joined #cubieboard
atsampson has quit [Ping timeout: 264 seconds]
swqa1549 has quit [Ping timeout: 240 seconds]
atsampson has joined #cubieboard
ricardocrudo has joined #cubieboard
thomask has joined #cubieboard
<thomask>
hi, I'm trying for weeks to get android on cubie with connected hdmi to turn-off display after some idle time... but whatever display connected keeps on for days. Anybody here has a tipp?
swqa1549 has joined #cubieboard
<shineworld>
me not. I'm using LVDS displays and to shut down the display (or dimming it) I'm using a PWM backlight control
swqa1549 has quit [Client Quit]
<shineworld>
at memory.... display turnoff/on should be matter of PowerManagement....
<shineworld>
At least with CB1 (openbox) there's not impl.of that
<shineworld>
there's in cubieboard kernel (I know only lichee) driver commands to put ON/OFF the display....
<shineworld>
some of them are controlled usually by PowerManager service
<shineworld>
thomask, what cb and os are you using ?
<thomask>
shineworld: I'm using cubieboard2 A20 and android 4.2.
<shineworld>
ah ok so ct-droid1 sources (1.05 or over)
<thomask>
shineworld: in android settings there is no setting for screen timeout or similar
<shineworld>
cool ... I'm looking sources
<thomask>
shineworld: I recently could try the same thing on a wandboard quad... they have this setting... but it has no influence and simply didn't work
shineworld has quit [Read error: Connection reset by peer]
shineworld has joined #cubieboard
<shineworld>
perhaps is supposed that "cubieboard is set top box" which don't works with batteries and don't require powermanager services :)
<shineworld>
like display timout management
<shineworld>
I'm melt'ing google 4.2.2_r1 sources with cubieboard sources.... take a while
<shineworld>
s/melt'ing/meld'ing/g
<thomask>
shineworld: coooool
Baronawesome has quit [Read error: Connection reset by peer]
<shineworld>
just a question.... what are reasons to close HDMI output on a TV from CB ?
<buZz>
why not just turn off the tv :P
<shineworld>
+1
<thomask>
shineworld: it is hooked to a touchscreen which is wall-mounted... and is used to control my blinds in the home
Baronawesome has joined #cubieboard
<thomask>
shineworld: it has no "off" button even which is accessible. a touch event on the ELO-touchscreen should wake it up again... actually just like android does for roughly 45390495439454 phones
<shineworld>
ah so HDMI isn' connected on a TV but to a display close to touch
<shineworld>
ok ...
<tuxmax>
how change resolution on cubietruck
<shineworld>
you could call directly the device driver commands using a shell command in android.... I guess (I'm checking) that powermanager isn't present fully
<shineworld>
now you have to find what driver cmd shutdown/shutup display and substitute to PWN output control used by me
<shineworld>
then build and place the bin in /system/bin and you can invoke it by android java
<shineworld>
this is ONLY if you would to invest a lot of time to add powermanager features
<shineworld>
*don't would invest
<shineworld>
just change openbox path with your to get includes
<shineworld>
I've got a similar issue because powermanager is also responsable to control display dimming after prefixed time....
<thomask>
shineworld: it's not about the time... but I will give this a shot. shineworld, you rock. I think I will need some time to figure out how to do everything as I'm quite new to this stuff. Thank you so much
<shineworld>
unfortunately my PC is very busy and meld is long..... already buiding android os at -j8.....
<shineworld>
thomask, looking at ct-droid1 (1.05) sources are more rich than old cb1 (openbox) and Display parts implements a lot of things... try to check /frameworks/base and you will find surely a feature to your needs.