<jas-hacks>
hste: trying to set the Modeline values
<hste>
jas-hacks: does it support xrandr?
<jas-hacks>
hste: reading the code it looks like it may
staylor has quit [Ping timeout: 252 seconds]
<dshankar>
jas-hacks: / hste : are you using yocto to build & package up the gk802 rootfs & images?
<rz2k>
hste: jas-hacks: what are the new libs and what Xorg driver you are talking about that tries to read edid
<rz2k>
?
<hste>
I have not tried it but the one jas-hacks is trying is 3.10.17-1.0.0_beta
<rz2k>
any links? I have not seen the meta-freescale update to this version
<hste>
dshankar: I use yocto to build, but using wandboard-quad as machineid and replace the kernel and uboot with one for gk802
<rz2k>
I will be really happy if they would go to DRI2 and DRM drivers
<rz2k>
atleast that can be possibly workarounded with known things
<rz2k>
like Mali-400 various bugs with DRI2 that are all coming from the blob not properly implementing the driSwapBuffers()
<dshankar>
hste: where can I get that kernel/uboot? and do you do any modifications to get a rootfs from yocto to work on the gk802? i.e. what work was done to get vpu/gpu etc.?
<dshankar>
I'm asking because I'm building chromium on yocto for gk802 and I screwed up :/
<dshankar>
rz2k: it's been a bit of a nightmare to be honest, but i was able to get chromium built natively on gk802
<rz2k>
nice
<dshankar>
rz2k: webrtc works, vpu works, but buggy. the screen display crashes/blinks occasionally. This stuff is far beyond my skillset so I'm learning along the way
<hste>
rz2k: I havn't looked at it, but jas-hacks has found the parts :) So he can give u an answer on where to find it
<rz2k>
hste: ok, I'll have to check git.freescale, they probably updated they branch
<rz2k>
dshankar: nice, I just need the libjingle/api part for my projects. I'm using fairly old version that recently got out of date with new chrome update and now my webrtc apps are dead there, so I stuck with updating webrtc for arm.
<rz2k>
hopefully I will figure google's build system yet again and build it natively.
<dshankar>
rz2k: ah are you just sending audio over datachannel?
<dshankar>
that should be much easier since it's not cpu intensive and doesn't need to mess with gpu or vpu
<rz2k>
nope, video+audio+my data
<rz2k>
yes I invented skype :3
<rz2k>
on webrtc
<hste>
rz2l: :)nice I like webrtc
<rz2k>
I compile webrtc with softcodecs
<rz2k>
libvpx
<rz2k>
imx6 can handle the 480p stream
<dshankar>
rz2k: have you been able to get libvpx to handle 1080p streams? I'm struggling with that for a different use case
<rz2k>
yes but not on imx6
<rz2k>
its too weak
<dshankar>
:(
<rz2k>
we need the vpu for that
<dshankar>
i've bee thinking of making a webrtc-gstreamer module
<dshankar>
s/bee/been
<rz2k>
that would be great
<dshankar>
since gstreamer can handle the vpudec properly + nocopy
<dshankar>
I know webrtc internals well but I'm a gstreamer noob
<hste>
I saw carlos had put his work out on gstreamer