[07:55] http://www.indiegogo.com/dualdroidtv [07:55] ..."2GB of ram(because the future will come sooner than you think)"... [07:55] heh [08:00] ogra_: cotton candy clone? [08:01] dunno, whats a RK3066 ? [08:01] there is like a hundred of different android hdmi sticks these days [08:01] ogra_: its a "Richticher Komputer" [08:01] suihkulokki, this one has 2G and 16G flash [08:02] ah, rockchip [08:03] ogra_: it's unclear to me why they need $130000 for just asking a chinese manufacturer to make their usual batch with a bigger ram and nand chip :P [08:05] because they can ? [08:06] because "send us money for free" does not work nearly as well? === XorA|gone is now known as XorA [11:32] I'm not sending money to people who can't spell 'piqued' [11:36] wookey: I spell "piqued" can you send money to me please? [11:36] ;-) [14:57] rsalveti: hey, I had a question about the licensing of pvr-omap4. Can you confirm that the kernel driver itself is entirely GPL(-compatible)? [14:58] slangasek: I can review it, but last time I did it was GPLv2 [14:58] rsalveti: if you've already reviewed it, no need to re-review - thanks [14:59] slangasek: MIT and GPLv2 [14:59] dual licensed [14:59] ok, great :) [15:45] rsalveti, hmm the new kernel doesnt wake up from DPMS properly anymore it seems [15:46] i can see the screen flicker when i switch with ctrl-alt-f1 ... ctrl-alt-f7 back and forth ... but neither X nor a console comes up [15:47] (the system was idling for a while and went into DPMS at the loin manager) [15:47] *login [15:49] ogra_: hm, ok, will try to reproduce it here [15:49] i rebooted now ... somehow the panda also constantly changes its IP [15:49] so my ssh session died as well [15:50] ogra_: on that occasion, how do you work around the changing mac problem for testing? [15:50] my screen was green when it was 'suspended', but got to the normal behavior after moving the cursor [15:51] let me reboot and leave it there for a while [15:51] worked fine as well when changing to c-a-f1 [15:51] LetoThe2nd, fact is that it shouldnt change its mac [15:52] ogra_: do you pass it it via uboot, or what? [15:52] nope [15:53] then i personally do not see why it should keep the mac? [15:54] i havent seen it changing macs in quite a while actuallyx [15:54] in fact our bamboo-feeder relies on that and afaik it still works [15:55] what i see here though is that it renews the IP randomly [15:55] hm. === XorA is now known as XorA|gone [18:50] rsalveti, fwiw, I built your kernel.. so far it seems to work ok on my end (well, x11/compiz started first time.. but that was still me starting lightdm manually) [18:50] robclark: yeah, it's working most of the time now [18:50] robclark: try restarting lightdm a couple of times [18:50] to see if it'll always work [18:51] robclark: also, if you let the screen to 'sleep' (DPMS), you'll probably get a green screen [18:51] hmm.. it's the built-in screensaver :-P [18:52] I do get the 'failed to enable GPIO' msg.. although so far doesn't seem to cause any problem [18:56] brb [19:07] rsalveti, hmm, is 'xset dpms force off' enough to trigger green for you? [19:08] rsalveti, I suppose my .config probably differs from you.. this is what I'm using: http://hastebin.com/raw/votaraqalu [20:32] robclark: yup, 'xset dpms force off' is already enough [20:32] http://people.canonical.com/~rsalveti/quantal/kernel/ [20:32] the kernel I'm using [20:32] hmm, also doesn't do it for me.. [20:32] let me compare with your config [20:33] any chance you are using xrandr rotation? [20:33] robclark: don't think so [20:34] hmm, I had seen something like that w/ 2d buffers, but I can't even reproduce that now.. [20:34] (well, it was pink instead of green) [20:39] robclark: http://hastebin.com/gudovoyamo.diff [20:39] the diff between our configs [20:41] hmm [20:42] robclark: just saw that we're also using CONFIG_OMAP2_VRAM_SIZE=32 [20:42] robclark: don't think that's relevant anymore, right? [20:42] yeah, you should be able to nuke that [20:42] you might want to drop all the panel drivers too [20:42] cool [20:42] yeah [22:16] robclark: and it seems I'm not able to reproduce the green screen all the time [22:16] it worked a few times as expected, but I also got a white screen once [22:17] hmm.. ok.. odd [22:18] rsalveti, if you have debugfs enabled, snapshot /sys/kernel/debug/dri/0/ when it is in a bad state.. that should have a dispc registers dump [22:18] robclark: cool, will see