* _anomaly_ is still trying to get CEC working on his odroid u3
<_anomaly_> still likely it's my micro-hdmi cable not passing it through though
<_anomaly_> if it's working for others
jefersonnarvaez has joined #linux-exynos
jefersonnarvaez has quit [Remote host closed the connection]
dlezcano has joined #linux-exynos
<dlezcano> hi guys
afaerber has joined #linux-exynos
<chrs_> hi
<Wizzup> 'lo
afaerber has quit [Quit: Verlassend]
dlezcano has quit [Ping timeout: 245 seconds]
dlezcano has joined #linux-exynos
WarheadsSE has quit [Read error: Connection reset by peer]
WarheadsSE has joined #linux-exynos
liquidAcid has joined #linux-exynos
<si1v3r_> Anyone know why xorg would work in 3.4 but not 3.8?
<WarheadsSE> Anything in the logs?
<si1v3r_> Nope. Just no screens found. I'm using the fbdev driver with 3.4 and if I have the debian "xserver-xorg-video-modesetting" package installed then it (3.4) acts axactly the same as 3.8.
<si1v3r_> Not sure how to get modesetting information though.
<liquidAcid> modesetting doesn't use fbdev though
<si1v3r_> Having that package installed just breaks 3.4, so I'm thinking it messes with probing.
<si1v3r_> I really don't have a lot of information to work with. X doesn't talk much.
<liquidAcid> you can increase log verbosity
<Wizzup> xf86-video-modesetting neer worked for me on chromeos
<Wizzup> never
<Wizzup> fbturbo should work on both, but.
<Wizzup> you need some patch, iirc.
<Wizzup> SJRvanSchaik
<si1v3r_> Leme just reboot into 3.8 real quick...
<Wizzup> (a kernel patch)
<si1v3r_> Incidentally, I did some model number cross checking, and I may have found some dells and HPs with compatible LCDs that might be nicer than the stock chromebook one.
<si1v3r_> (EE) FBDEV(0): mmap fbmem: Invalid argument
<si1v3r_> Guess that's a good place to start googling.
<liquidAcid> missing smem_{start,length}?
<si1v3r_> Where would that go?
<liquidAcid> i don't think that was removed in 3.8 though
<si1v3r_> So now the xorg driver has to change to match?
<mdrjr> si1v3r_: use the chromium-armsoc ddx instead
<si1v3r_> Says it requires a closed source sub module.
<mdrjr> it does?
<mdrjr> that's news
<si1v3r_> in the read me... for some chips....
<si1v3r_> Guess there's a chance I don't have one of them. eh
<mdrjr> it only needs if you plan to use 3d acceleration :P
<si1v3r_> Ok cool. I don't even need 2d accel. heh. So where's the compile button? readme didn't say anything about it and make, ./configure, and ./autogen do nothing useful.
<liquidAcid> it's ./autogen.sh
<mdrjr> ./autogen.sh --with-drmmode=exynos --prefix=/usr
<si1v3r_> Oh... I see. Script fails poorly when it can't find bins.
<Wizzup> I would suggest going for turbofb and not armsoc
<Wizzup> armsoc is _slow_
chrs_ has quit [Quit: Lost terminal]
liquidAcid has quit [Quit: Leaving]
<si1v3r_> Doesn't seem to be holding on to the --with-drmmode option