IRC log of #cubox of Mon 28 Oct 2013. All times are in CET < Back to index

09:07 jnettlet _rmk_, surviving the storm. I see from the news that it has started to hit Britian
09:27 _rmk_ yea, just been looking around the place and the worst thing that's happened is a fence has moved slightly
09:44 jnettlet otavio, do you know where I can find the vivante binaries for the 3.10 imx kernel?
11:44 otavio jnettlet: sure; it is at our master-next branch
11:45 otavio jnettlet: and you can use it to get 3.10-ready fs
11:50 jnettlet otavio, thanks
12:03 otavio jnettlet: np
12:14 rabeeh jnettlet: how did you create the solidrun logo?
12:15 rabeeh for u-boot?
12:15 rabeeh or you just dumped the bmp in the tools/logos tree?
12:15 jnettlet I grabbed the png and then did some conversions and fixup on it.
12:16 rabeeh ok
12:16 rabeeh i'll put a bigger one :)
12:19 rabeeh any idea about color space?
12:19 rabeeh 16/24/32 bit?
12:20 jnettlet 24
12:20 rabeeh 24bit just created unaligned access :)
12:20 jnettlet solid-run.bmp: PC bitmap, Windows 3.x format, 140 x 32 x 8
12:20 rabeeh i'm putting an image 640x213
12:20 rabeeh oh; 8bit
12:21 jnettlet yeah, sorry I started at 24
12:22 jnettlet and make sure the color space is 256bit indexed
12:24 jnettle 12:24 * jnettlet afk
14:25 wumpus 256bit indexed would require one hell of a lookup table
14:37 MikeSeth hm, I think I found myself a Cortex M3 devboard to play with
15:21 jnettlet Nice just picked up a 42" LG lcd tv that just needs about 80 Kroner in capacitors to get it back up and running
16:01 jnettlet _rmk_, you still with us? I see there are 200000 without power
19:31 rabeeh MikeSeth: what is in your mind?
19:32 rabeeh what do you want to do?
19:52 _rmk_ jnettlet: yea, we're fine
23:21 sliddjur Hello
23:21 sliddjur Will cubox-i support linxbmc?
23:26 cbxbiker61 the question should be "Will linxbmc support cubox-i?" ... that is up to linxbmc developer
23:35 unununium_ hi everybody.
23:35 cbxbiker61 hi
23:37 unununium_ I have a question, although you might already tired of the question... I am trying to compile dovefb on Debian jessie, armhf... it fails because "mibstore.h" cannot be found, because it is outdated. Has anybody solved this problem?
23:37 unununium_ (Please don't kill me, if it is a stupid question... just throw few stones...)
23:38 cbxbiker61 mibstore is part of xorg-server packages
23:39 unununium_ I know, but in jessie this file no longer exists, because it got removed from the packet.
23:39 unununium_ Wheezy still has it.
23:40 cbxbiker61 dovefb is only compatible with xorg-server 1.12.x or less
23:41 unununium_ Not 1.12.x? Because somewhere I found a dovefb which claims to be made for 1.13.x (which doesn't help me because of 1.14.x).
23:41 cbxbiker61 i think jnettlet was working on a version compatible with 1.13.x+, but i don't know the status
23:41 unununium_ Of course I have to ask the question if there are any plans to get it working with newer versions of X.org.
23:41 unununium_ Oh, sorry for being slow. ;)
23:42 unununium_ Will he post at the forums if he is successful? I don't want to bother him every few days...
23:43 cbxbiker61 just ping him, i'm interested in it as well, but i haven't asked him about it for maybe 6 months
23:44 unununium_ Oh, that's quite a time.
23:44 unununium_ Can I just ask him via query? Or would that be considered as impolite?
23:45 cbxbiker61 no that's fine
23:47 unununium_ Okay, thank you!
23:49 lioka unununium_: afair it is enough to just remove that include
23:50 unununium_ lioka: No, it is not... I've tried that, but failed at another point. Give me a second, and I will tell you more...
23:50 lioka and strring with miInitializeBackingStore(pScreen);
23:50 lioka this it noop anyway
23:50 unununium_ Everywhere, where it occurs?
23:51 unununium_ (If it is a noop, the answer is obvious...)
23:51 lioka i see just one
23:51 lioka in src/dovefb.c
23:52 unununium_ Ah, you are right, it only occurs once.
23:54 unununium_ dovefb.c:1872:5: error: too many arguments to function 'pScrn->AdjustFrame'
23:54 lioka and this was enough for me during 1.13 => 1.14
23:54 unununium_ Well, I never tried 1.13...
23:54 lioka for 1.12 => 1.13 you need 'compat api' patch
23:55 unununium_ In fact it's a CuBox a friend of mine gave to me, because he bricked it.
23:55 unununium_ I was supposed to "repair" that. But I have fun playing around with it. :)
23:56 unununium_ You mean this patch: https://github.com/archlinuxarm/PKGBUILDs/blob/master/alarm/xf86-video-dove/dovefb-port-to-compat-api-for-new-server.patch ?
23:57 unununium_ (Well... okay... the header already says that it is what I'm looking for...)
23:57 lioka unununium_: wait a sec ..
23:58 lioka unununium_: http://pastebin.ca/2472307