datagutt has quit [Ping timeout: 245 seconds]
steeve has quit [Remote host closed the connection]
jnettlet has joined #imx6-dev
steeve has joined #imx6-dev
simmel80 has quit [Ping timeout: 240 seconds]
simmel80_ has joined #imx6-dev
rz2k has quit []
silviof2 has joined #imx6-dev
silviof2 is now known as silviof
silviof has quit [Changing host]
silviof has joined #imx6-dev
silviof1 has quit [Ping timeout: 240 seconds]
rz2k has joined #imx6-dev
simmel80 has joined #imx6-dev
simmel80_ has quit [Ping timeout: 252 seconds]
cnxsoft has joined #imx6-dev
rzk has joined #imx6-dev
rz2k has quit [Ping timeout: 276 seconds]
simmel80 has quit [Ping timeout: 240 seconds]
simmel80 has joined #imx6-dev
agherzan_ has joined #imx6-dev
bfederau_ has joined #imx6-dev
dv_ has joined #imx6-dev
rz2k has joined #imx6-dev
agherzan has quit [Ping timeout: 258 seconds]
_dv_ has quit [Ping timeout: 258 seconds]
kroon has quit [Ping timeout: 258 seconds]
jkroon_ has joined #imx6-dev
rzk has quit [Ping timeout: 252 seconds]
bfederau has quit [*.net *.split]
Esmil has quit [*.net *.split]
rz2k has quit []
cnxsoft has quit [Ping timeout: 252 seconds]
diego_r has joined #imx6-dev
jkroon_ has quit [Quit: Leaving]
cnxsoft has joined #imx6-dev
kroon has joined #imx6-dev
<kroon> dv_, ping
Esmil has joined #imx6-dev
<dv_> .
<dv_> kroon: the ipu gpu combination should be possible, though I never tried it
<dv_> note however that you can set the eglvivsink to borderless mode. it is then possible to exactly position it. I was able of doing picture-in-picture like combinations with this
<dv_> one eglvivsink showing a 720p video in the upper left corner, one 1080p video fullscreen in the background
<dv_> according to jnettlet, the gpu wont break a sweat over this
<jnettlet> yeah, two 30fps videos one not even fullscreen is nothing
<dv_> I would actually not recommend to use the ipu for this
<dv_> the ipu sink is much slower than the eglvivsink
<dv_> in fact, I was contemplating to remove the ipusink at some point. but some people need it.
<kroon> dv_, what I would like to do is render a static background image in one framebuffer, and have Qt5 render a gui in a second framebuffer. The reason I am interested in trying this out is that I suspect that I will get better performance if Qt5 doesnt have to render the background for each frame, but can just do basically a glClear(). You have any thoughts on this ?
<dv_> so qt5 should be the overlay?
<kroon> dv_, yes
<dv_> that should work
<dv_> then gstreamer is using only one sink (the ipusink) I take it
<kroon> I dont think I have to involve gstreamer, right ? I could just write the background image in /dev/fb0, and make sure Qt5 uses /dev/fb1 correctly, right ?
<dv_> oh so when you mentioned full hd it was just for one image
<dv_> yes I guess that would work
<kroon> dv_, very cool, thanks. I have experiementet with unblanking fb1, and resizing it to fullhd, same as fb0, and it does seem to do what I expect so far
<atiti> nice
<atiti> was thinking about doing something similar
agherzan_ has quit [Quit: Cheers!]
obinou__ has quit [Quit: http://quassel-irc.org - Discuter simplement. Partout.]
obinou has joined #imx6-dev
steeve has quit [Read error: Connection reset by peer]
steeve_ has joined #imx6-dev
cnxsoft has quit [Ping timeout: 252 seconds]
fossxplorer has joined #imx6-dev
cnxsoft has joined #imx6-dev
steeve_ is now known as steeve
<hste_> cnxsoft: internet is still open in thailand?
steeve has quit [Remote host closed the connection]
steeve has joined #imx6-dev
steeve has quit [Remote host closed the connection]
<cnxsoft> Test test
<cnxsoft> hste: yes :)
simmel80 has quit [Remote host closed the connection]
<hste_> cnxsoft: :)
simmel80_ has joined #imx6-dev
<kroon> dv_, I'm not sure wether this will be an improvment to letting the gpu render the background anyway ...
datagutt has joined #imx6-dev
cnxsoft has quit [Ping timeout: 252 seconds]
cnxsoft has joined #imx6-dev
steeve has joined #imx6-dev
kroon has quit [Quit: Leaving]
Er0l has quit [Ping timeout: 240 seconds]
Er0l has joined #imx6-dev
steeve has quit [Remote host closed the connection]
cnxsoft has quit [Quit: cnxsoft]
steeve has joined #imx6-dev
steeve has quit [Remote host closed the connection]
steeve has joined #imx6-dev
steeve has quit [Remote host closed the connection]
kbouhara has quit [Ping timeout: 252 seconds]
<Er0l> hste: did try to boot old kernel 3.0.35 with this new uboot for 3.10.17?
diego_r has quit [Ping timeout: 252 seconds]
<hste_> no
<hste_> Er0l: did u get sound over hdmi on 3.10.17?
<Er0l> I have issues with 3.10.17, it's unstable so I wanted to revert back to 3.0.35.
<hste_> Er0l: what problems?
<Er0l> kernel oops, it freezes. spent two days debugging still no progress
<hste_> mine is stable as long as I dont use the rtl8192 module
<Er0l> I have disabled rtl8192 and am using usb ethernet adapter.
<hste_> Do u use a powered hub?
<Er0l> no, shoud I ? it's connected directly to gk802 usb port.
<hste_> I had problems when not using a powered hub on usb, not enough power
<Er0l> I will test that right now.
<Er0l> with usb powered hub, my usb ethernet adapter goes from USB 2.0 to USB 1.1
<hste_> is it a usb 2.0 hub?
<Er0l> yes
<hste_> can u pastebin your dmesg?
<Er0l> seems this hub is fake one so I can forget about this
<hste_> but it should be more stable with powered hub
<Er0l> I will try to revert to 3.0.35 since it was stable without powered hub.
kbouhara has joined #imx6-dev
<Er0l> hste from where did you get the source for this kernel ?
<hste_> Er0l: its frescales new alpha with 3.10.17 vivantedrivers and rtl8192cu module
<hste_> Er0l: not rtl8192cu but the 8192cu module :)
<Er0l> hste: thanks, I am running it now. I will test and see if it is stable
<Er0l> hste: I also found rtl8192cu-fixes on github that worked , but I blacklisted the modules when I was trying to locate the cause of kernel panic.
<hste_> I guess u got 8192cu module loaded now :)
<Er0l> yes it's loaded. I will test it in a few moments :)
<hste_> I don't know if they work my wifi is caput. no antenna....
<Er0l> you pulled out the cable from the board ?
<hste_> yes it fall of long time ago
<Er0l> mine is still holding up, but I went for usb ethernet adapter since I am using NAS share I needed a little more troughput.
rz2k has joined #imx6-dev
<Er0l> hste: 73.3 Mbits/sec
<Er0l> hste this is speed tested with iperf on my usb ethernet adapter
<hste_> Er0l: not bad for an usb dongle
<Er0l> hste: but wifi is really slow with this driver with 192.168.254.6 port 46879
<Er0l> sorry :) wrong paste just 3.81Mbits
codinho has quit [Quit: Leaving]
<Er0l> hste: do you know where I can download this alpha kernel source 3.10.17 ?
<Er0l> hste: sorry I meant 3.10.31
<Er0l> hste: tnx a lot. I want to recompile and include cifs module.
<hste_> Erol:: I guess u could turn off some debug I had in the config
<Er0l> oops again, when unpacking your kernel. http://pastebin.com/dznhdDEN
<hste_> Er0l:http://www.linuxfoundation.org/collaborate/workgroups/networking/sk_buff
<hste_> Er0l: what usb netdongle do u have?
<hste_> Er0l: try blacklist 8192cu
<Er0l> hste: it's using asix driver
<Er0l> hste: I'll test this, but mine is usb 2.0. we'll see. it worked without issues with 3.0.35, but it was different asix driver version.
<hste_> if you google you can find thing like this: http://www.spinics.net/lists/netdev/msg191801.html
applepi has quit [Ping timeout: 240 seconds]
bfederau_ has quit [Remote host closed the connection]
bfederau has joined #imx6-dev
simmel80___ has joined #imx6-dev
simmel80_ has quit [Ping timeout: 245 seconds]
<rz2k> hste_: I've setup yocto with chromium, qt5.2 and gcc rootfs ready at my home dir on your server
<rz2k> chromium only took a couple hours to build with your machine!
<rz2k> I've built it for wandboard-quad, but you can grab the rootfs and replace kernel modules with needed ones
<rz2k> and run it where you want