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