rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
warpme_ has quit [Quit: Connection closed for inactivity]
Xalius_Ph has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 256 seconds]
Xalius_Ph has quit [Quit: Bye]
Mangy_Dog has quit [Ping timeout: 268 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
The_Loko has quit [Quit: Leaving]
bjne has quit [Ping timeout: 272 seconds]
return0e has quit [Remote host closed the connection]
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 260 seconds]
ChriChri_ is now known as ChriChri
dev1990 has quit [Quit: Konversation terminated!]
tuxd3v has quit [Ping timeout: 240 seconds]
tuxd3v has joined #linux-sunxi
TRS-80 has joined #linux-sunxi
deesix has quit [Read error: Connection reset by peer]
deesix has joined #linux-sunxi
iyzsong has joined #linux-sunxi
chewitt has quit [Remote host closed the connection]
return0e has joined #linux-sunxi
return0e has quit [Ping timeout: 272 seconds]
gnarface has quit [Ping timeout: 256 seconds]
gnarface has joined #linux-sunxi
TRS-80 has quit [Quit: WeeChat 2.3]
cnxsoft has joined #linux-sunxi
megi has quit [Ping timeout: 240 seconds]
tuxd3v has quit [Remote host closed the connection]
suprothunderbolt has quit [Ping timeout: 268 seconds]
nexgen has joined #linux-sunxi
return0e has joined #linux-sunxi
return0e has quit [Ping timeout: 268 seconds]
tl_lim has quit [Quit: Leaving]
_whitelogger has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 260 seconds]
pmp-p has quit [Ping timeout: 240 seconds]
pmp-p has joined #linux-sunxi
sunshavi has quit [Ping timeout: 240 seconds]
dddddd has quit [Ping timeout: 260 seconds]
tuxd3v has joined #linux-sunxi
return0e has joined #linux-sunxi
return0e has quit [Ping timeout: 260 seconds]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
Csaba82 has joined #linux-sunxi
Csaba82 has quit [Remote host closed the connection]
Csaba82 has joined #linux-sunxi
ganbold_ has quit [Remote host closed the connection]
ganbold_ has joined #linux-sunxi
<Csaba82> Dear Memebers! can you help me?
<aalm> "- Don't ask to ask. Just ask and wait!"
<Csaba82> I have a Allwinner H6 board with android, Petrel-P1. box name: x96h /mx10 Pro 6k. the main problem:device only rendering everything in 720p. even it is set to 4K or 1080P. adb shell dumpsys display says: real resolution 1280x720. where can i change this limit in the image? or via ADB SHELL? is there a diplay cfg file somewhere? thank you!
tuxd3v has quit [Ping timeout: 240 seconds]
<KotCzarny> question is clearly about closed blobs in android
<KotCzarny> and this channel is about opensourcing drivers for allwinner chips
<KotCzarny> in the past, to change real display resolution one would have to fix .fex file
<Csaba82> dispaly cfg is fixed in the firmware fex files...
<Csaba82> which one?
<KotCzarny> sys_config.fex usually
<KotCzarny> but for h6 it might have changed
<Csaba82> ihave config.fex
<KotCzarny> but config.fex to be used has to be converted to .bin/.dtb and glued to kernel
<Csaba82> yes. and the sys_config.fex
akaWolf has quit [Read error: Connection reset by peer]
<Csaba82> there lines like this: [disp]disp_init_enable = 1disp_mode = 0screen0_output_type = 3screen0_output_mode = 10
<Csaba82> fb0_format = 0fb0_width = 1280fb0_height = 720
<KotCzarny> this is the information for the previous socs
<Csaba82> but if i change the values.. nothing changes. aftter i flash this image. it works. but only 720p
<Csaba82> thanks for the link.
akaWolf has joined #linux-sunxi
<KotCzarny> .fex is only used by build process as an information source
<Csaba82> can i change the resolution by kernel CMD line?
<KotCzarny> it's usually set by uboot during boot
<KotCzarny> then android should be able to change physical res too
<KotCzarny> if it doesnt, maybe your android was specifically restricted from using higher resolutions
<Csaba82> it changes! and the TV says the correct resorultion BUT, rendering ALWAYS 720p
<Csaba82> KODI also says 1280x720 even if it is 4K
<KotCzarny> then maybe driver is bad, you can try android for other h6 boxes maybe
<Csaba82> ALL H6 boxes do this.
<KotCzarny> that's bad
<Csaba82> i bought all. and the same
<Csaba82> but! there is ONE box which can render at 1080p
<Csaba82> i unpacked the android flash image.. compared sys_config fex.. but it has the same parameters for the display...
<Csaba82> so i cant find the difference why that box can render in 1080p
<Csaba82> where can i change dumpsys display values?
<Csaba82> mDefaultViewport=DisplayViewport{valid=true
<Csaba82> i think this is the cause.
<KotCzarny> i bet you would have to rebuild android for that
<Csaba82> where are the display CFG files stored?
<Csaba82> mayben i can edit them with ADB ROOT SHELL
<KotCzarny> in H3 android it was on the additional partition
<Csaba82> can i mount all the partitions with adb and modify them?
<KotCzarny> probably
<Csaba82> what to search for?
<Csaba82> filename, dorectory
<Csaba82> i
<KotCzarny> i have no experience with h6
<KotCzarny> and for h3 i've just hacked the source
<Csaba82> h3 is almost the same. because i use tools for the h6 dated: 2013 :)
<KotCzarny> btw. in android you can use 'wm show' in adb to check what physical res it has
<Csaba82> yes!
<Csaba82> i can change too
<KotCzarny> no, you only change the virtual res
<KotCzarny> physical is set by uboot and driver in kernel
<Csaba82> i will have to change that.
<Csaba82> but dont know how
<KotCzarny> but settings panel in android should do it
<KotCzarny> if it doesnt, maybe driver was restricted from going higher
<Csaba82> it will change to ANY res what i need!
<Csaba82> but the rendering in 720p only
<Csaba82> so tv says 4K res. but you can see the big pixels
<Csaba82> anywhere
<KotCzarny> then the driver is bad
<Csaba82> where is the display driver located?
<KotCzarny> and there is no source for video decoder in android
<KotCzarny> if your tv says res is 4k, then display driver is ok, but video decoding driver is bad
pmp-p has quit [Ping timeout: 256 seconds]
return0e has joined #linux-sunxi
megi has joined #linux-sunxi
nexgen has quit [Remote host closed the connection]
cnxsoft1 has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
bjne has joined #linux-sunxi
florian has joined #linux-sunxi
<Csaba82> thank you! i will try my best.
florian has quit [Ping timeout: 272 seconds]
warpme_ has joined #linux-sunxi
<Csaba82> thank you
Csaba82 has quit [Remote host closed the connection]
pmp-p has joined #linux-sunxi
bonbons has joined #linux-sunxi
nexgen has joined #linux-sunxi
JohnDoe9 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 272 seconds]
deesix_ has joined #linux-sunxi
deesix has quit [Ping timeout: 260 seconds]
Mangy_Dog has joined #linux-sunxi
deesix_ is now known as deesix
nexgen has quit [Quit: Leaving]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
sunshavi has joined #linux-sunxi
maccraft has joined #linux-sunxi
chewitt has joined #linux-sunxi
dddddd has joined #linux-sunxi
deesix has quit [Ping timeout: 240 seconds]
deesix has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
lkcl has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 268 seconds]
megi has quit [Ping timeout: 260 seconds]
netlynx has joined #linux-sunxi
megi has joined #linux-sunxi
Putti has quit [Ping timeout: 272 seconds]
pmp-p has quit [Ping timeout: 260 seconds]
pmp-p has joined #linux-sunxi
Putti has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 268 seconds]
pmp-p has quit [Ping timeout: 256 seconds]
LargePrime has quit [Ping timeout: 256 seconds]
LargePrime has joined #linux-sunxi
pmp-p has joined #linux-sunxi
Nakaori has quit [Read error: Connection reset by peer]
ganbold has joined #linux-sunxi
Nakaori has joined #linux-sunxi
ganbold_ has quit [Ping timeout: 260 seconds]
dev1990 has joined #linux-sunxi
bjne has quit [Ping timeout: 256 seconds]
The_Loko has joined #linux-sunxi
reinforce has joined #linux-sunxi
return0e has quit []
return0e_ has joined #linux-sunxi
maccraft has quit [Quit: WeeChat 2.7]
return0e_ has quit [Ping timeout: 272 seconds]
tllim has joined #linux-sunxi
dossalab has joined #linux-sunxi
Putti has quit [Changing host]
Putti has joined #linux-sunxi
dossalab has quit [Quit: leaving]
aloo_shu is now known as MyTwoCent[TM]
yann|work has quit [Ping timeout: 256 seconds]
yann|work has joined #linux-sunxi
maccraft has joined #linux-sunxi
TRS-80 has joined #linux-sunxi
return0e has joined #linux-sunxi
tuxd3v has joined #linux-sunxi
return0e has quit [Ping timeout: 240 seconds]
bjne has joined #linux-sunxi
TRS-80 has quit [Quit: WeeChat 2.3]
TRS-80 has joined #linux-sunxi
Xalius has joined #linux-sunxi
MyTwoCent[TM] is now known as aloo_shu
return0e has joined #linux-sunxi
return0e_ has joined #linux-sunxi
return0e_ has quit [Client Quit]
JohnDoe9 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
vagrantc has joined #linux-sunxi
bjne has quit [Ping timeout: 268 seconds]
return0e has quit []
return0e_ has joined #linux-sunxi
mauz555 has joined #linux-sunxi
damex has quit [Ping timeout: 272 seconds]
<tuxd3v> hello all
<maccraft> hi, i have issues running xorg on my cubieboard2 with a20 soc, here is xorg log: https://bpaste.net/RV6Q
<tuxd3v> so thermal driver/pwm will come on 5.6 :) ?
bjne has joined #linux-sunxi
<smaeul> tuxd3v: yes, both have already been merged into Linus's tree
<tuxd3v> smaeul, nice :)
<megi> tuxd3v: it's still to be wired up for doing thermal zone based CPU frequency throttling on H6, so maybe 5.7 will be the release when this all works nicely on H6 out of the box
chewitt has quit [Quit: Adios!]
<tuxd3v> megi, ok, after the thermal zones and trip points for it, dvfs is possible?
<tuxd3v> I mean for 5.8? :)
bjne has quit [Ping timeout: 260 seconds]
damex has joined #linux-sunxi
damex has quit [Ping timeout: 265 seconds]
<anarsoul> megi: 5.8 if it hasn't reached yet sunxi-next
reinforce has quit [Quit: Leaving.]
damex has joined #linux-sunxi
damex has quit [Client Quit]
damex has joined #linux-sunxi
aloo_shu has quit [*.net *.split]
camh has quit [*.net *.split]
hramrach has quit [*.net *.split]
arete74 has quit [*.net *.split]
checkpoint has quit [*.net *.split]
s_frit has quit [*.net *.split]
qschulz has quit [*.net *.split]
techn has quit [*.net *.split]
alexxy has quit [*.net *.split]
maz has quit [*.net *.split]
martinayotte has quit [*.net *.split]
anarsoul has quit [*.net *.split]
ijc_ has quit [*.net *.split]
paulk-leonov has quit [*.net *.split]
colona has quit [*.net *.split]
libv has quit [*.net *.split]
samueldr has quit [*.net *.split]
ynezz has quit [*.net *.split]
hanetzer has quit [*.net *.split]
arete74 has joined #linux-sunxi
qschulz has joined #linux-sunxi
camh has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
checkpoint has joined #linux-sunxi
hramrach has joined #linux-sunxi
s_frit has joined #linux-sunxi
alexxy has joined #linux-sunxi
techn has joined #linux-sunxi
anarsoul has joined #linux-sunxi
maz has joined #linux-sunxi
martinayotte has joined #linux-sunxi
paulk-leonov has joined #linux-sunxi
ijc_ has joined #linux-sunxi
ynezz has joined #linux-sunxi
colona has joined #linux-sunxi
libv has joined #linux-sunxi
samueldr has joined #linux-sunxi
hanetzer has joined #linux-sunxi
samueldr has quit [Excess Flood]
florian has joined #linux-sunxi
vagrantc has quit [*.net *.split]
tuxd3v has quit [*.net *.split]
fevv8[m] has quit [*.net *.split]
hpagseddy[m] has quit [*.net *.split]
Jeremy_Rand_Talo has quit [*.net *.split]
mru has quit [*.net *.split]
aliosa27 has quit [*.net *.split]
longsleep has quit [*.net *.split]
jeandet has quit [*.net *.split]
rtp has quit [*.net *.split]
miasma has quit [*.net *.split]
Irenes[m] has quit [*.net *.split]
Ke has quit [*.net *.split]
psydruid has quit [*.net *.split]
MoeIcenowy has quit [*.net *.split]
steev has quit [*.net *.split]
willmore has quit [*.net *.split]
rzerres has quit [*.net *.split]
atsampson has quit [*.net *.split]
kelvan has quit [*.net *.split]
Turl has quit [*.net *.split]
huawei has quit [*.net *.split]
lynxis has quit [*.net *.split]
kilobyte has quit [*.net *.split]
flacks_ has quit [*.net *.split]
samueldr has joined #linux-sunxi
Irenes[m] has joined #linux-sunxi
psydruid has joined #linux-sunxi
fevv8[m] has joined #linux-sunxi
Jeremy_Rand_Talo has joined #linux-sunxi
tuxd3v has joined #linux-sunxi
vagrantc has joined #linux-sunxi
flacks_ has joined #linux-sunxi
rzerres has joined #linux-sunxi
kelvan has joined #linux-sunxi
kilobyte has joined #linux-sunxi
miasma has joined #linux-sunxi
longsleep has joined #linux-sunxi
Ke has joined #linux-sunxi
hpagseddy[m] has joined #linux-sunxi
huawei has joined #linux-sunxi
atsampson has joined #linux-sunxi
willmore has joined #linux-sunxi
jeandet has joined #linux-sunxi
rtp has joined #linux-sunxi
lynxis has joined #linux-sunxi
Turl has joined #linux-sunxi
MoeIcenowy has joined #linux-sunxi
aliosa27 has joined #linux-sunxi
steev has joined #linux-sunxi
mru has joined #linux-sunxi
steev has quit [Max SendQ exceeded]
psydruid has quit [Max SendQ exceeded]
mauz555 has quit [*.net *.split]
The_Loko has quit [*.net *.split]
maccraft has quit [*.net *.split]
pmp-p has quit [*.net *.split]
bonbons has quit [*.net *.split]
gnarface has quit [*.net *.split]
pg12 has quit [*.net *.split]
jbrown has quit [*.net *.split]
parazyd has quit [*.net *.split]
\\Mr_C\\ has quit [*.net *.split]
Net147 has quit [*.net *.split]
veremitz has quit [*.net *.split]
random_yanek has quit [*.net *.split]
sunilmohan has quit [*.net *.split]
OnkelUlla has quit [*.net *.split]
jonkerj has quit [*.net *.split]
ec0 has quit [*.net *.split]
jo0nas has quit [*.net *.split]
lerc has quit [*.net *.split]
aib has quit [*.net *.split]
jelly has quit [*.net *.split]
black_ink has quit [*.net *.split]
cyrozap has quit [*.net *.split]
datagutt has quit [*.net *.split]
ddevault has quit [*.net *.split]
flacks_ has quit [Max SendQ exceeded]
aloo_shu has quit [Ping timeout: 268 seconds]
datagutt has joined #linux-sunxi
cyrozap has joined #linux-sunxi
ddevault has joined #linux-sunxi
jbrown has joined #linux-sunxi
The_Loko has joined #linux-sunxi
maccraft has joined #linux-sunxi
bonbons has joined #linux-sunxi
pmp-p has joined #linux-sunxi
pg12 has joined #linux-sunxi
gnarface has joined #linux-sunxi
mauz555 has joined #linux-sunxi
veremitz has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
Net147 has joined #linux-sunxi
parazyd has joined #linux-sunxi
jo0nas has joined #linux-sunxi
jelly has joined #linux-sunxi
aib has joined #linux-sunxi
lerc has joined #linux-sunxi
black_ink has joined #linux-sunxi
jonkerj has joined #linux-sunxi
OnkelUlla has joined #linux-sunxi
ec0 has joined #linux-sunxi
sunilmohan has joined #linux-sunxi
z3ntu_ has quit [*.net *.split]
tlwoerner has quit [*.net *.split]
indy has quit [*.net *.split]
ric96 has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
dlan has quit [*.net *.split]
NiteHawk has quit [*.net *.split]
bshah has quit [*.net *.split]
Ke has quit [Ping timeout: 248 seconds]
dlan has joined #linux-sunxi
hpagseddy[m] has quit [Ping timeout: 246 seconds]
veremitz has quit [Excess Flood]
maccraft has quit [Max SendQ exceeded]
mauz555 has quit [Max SendQ exceeded]
jelly has quit [Max SendQ exceeded]
dlan has quit [Changing host]
dlan has joined #linux-sunxi
rellla has quit [*.net *.split]
z3ntu has quit [Ping timeout: 256 seconds]
solderfumes has quit [Ping timeout: 258 seconds]
rellla has joined #linux-sunxi
tlwoerner has joined #linux-sunxi
MartijnBraam has quit [Ping timeout: 252 seconds]
ric96 has joined #linux-sunxi
tlwoerner has quit [Changing host]
tlwoerner has joined #linux-sunxi
Irenes[m] has quit [Ping timeout: 248 seconds]
t4h4[m] has quit [Ping timeout: 245 seconds]
mauz555 has joined #linux-sunxi
fevv8[m] has quit [Ping timeout: 246 seconds]
Jeremy_Rand_Talo has quit [Ping timeout: 246 seconds]
lvrp16 has joined #linux-sunxi
maccraft has joined #linux-sunxi
NiteHawk has joined #linux-sunxi
EmilKarlson has quit [Ping timeout: 260 seconds]
bshah has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
samueldr has quit [*.net *.split]
aalm has quit [*.net *.split]
night199uk has quit [*.net *.split]
wasutton3 has quit [*.net *.split]
fl_0 has quit [*.net *.split]
vbmithr_ has quit [*.net *.split]
Kwiboo has quit [*.net *.split]
micken has quit [*.net *.split]
pgreco has quit [*.net *.split]
embed-3d has quit [*.net *.split]
DuClare has quit [*.net *.split]
Wizzup has quit [*.net *.split]
luke-jr has quit [*.net *.split]
smaeul has quit [*.net *.split]
abordado has quit [*.net *.split]
Kamilion has quit [*.net *.split]
anarsoul|c has quit [*.net *.split]
ullbeking has quit [*.net *.split]
arnd has quit [*.net *.split]
karlp has quit [*.net *.split]
jernej has quit [*.net *.split]
Ultrasauce has quit [*.net *.split]
ccaione has quit [*.net *.split]
souther has quit [*.net *.split]
dhewg has quit [*.net *.split]
gumblex_ has quit [*.net *.split]
robogoat has quit [*.net *.split]
anarsoul|c has joined #linux-sunxi
arnd has joined #linux-sunxi
karlp has joined #linux-sunxi
Ultrasauce has joined #linux-sunxi
ullbeking has joined #linux-sunxi
ccaione has joined #linux-sunxi
jernej has joined #linux-sunxi
souther has joined #linux-sunxi
gumblex_ has joined #linux-sunxi
robogoat has joined #linux-sunxi
dhewg has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
ganbold has quit [*.net *.split]
juri_ has quit [*.net *.split]
specing has quit [*.net *.split]
fALSO has quit [*.net *.split]
igraltist has quit [*.net *.split]
mnemoc has quit [*.net *.split]
azend|vps has quit [*.net *.split]
tbueno has quit [*.net *.split]
forkbomb has quit [*.net *.split]
Ecco has quit [*.net *.split]
LargePrime has quit [*.net *.split]
Nakaori has quit [*.net *.split]
dev1990 has quit [*.net *.split]
dddddd has quit [*.net *.split]
lurchi__ has quit [*.net *.split]
jerbob92 has quit [*.net *.split]
DonkeyHotei has quit [*.net *.split]
wens has quit [*.net *.split]
tuxillo has quit [*.net *.split]
xes has quit [*.net *.split]
Asara has quit [*.net *.split]
DrFrankensteinUK has quit [*.net *.split]
diego71 has quit [*.net *.split]
Mikey_ has quit [*.net *.split]
aballier has quit [*.net *.split]
montjoie has quit [*.net *.split]
niceplace has quit [*.net *.split]
ElBarto has quit [*.net *.split]
Nemo_bis has quit [*.net *.split]
marble_visions has quit [*.net *.split]
ShadowJK has quit [*.net *.split]
ullbeking has quit [Max SendQ exceeded]
samueldr has joined #linux-sunxi
wasutton3 has joined #linux-sunxi
micken has joined #linux-sunxi
vbmithr_ has joined #linux-sunxi
pgreco has joined #linux-sunxi
fl_0 has joined #linux-sunxi
night199uk has joined #linux-sunxi
aalm has joined #linux-sunxi
Kwiboo has joined #linux-sunxi
Wizzup has joined #linux-sunxi
embed-3d has joined #linux-sunxi
luke-jr has joined #linux-sunxi
DuClare has joined #linux-sunxi
smaeul has joined #linux-sunxi
abordado has joined #linux-sunxi
Kamilion has joined #linux-sunxi
samueldr has quit [Excess Flood]
ganbold has joined #linux-sunxi
juri_ has joined #linux-sunxi
tbueno has joined #linux-sunxi
specing has joined #linux-sunxi
azend|vps has joined #linux-sunxi
Ecco has joined #linux-sunxi
igraltist has joined #linux-sunxi
mnemoc has joined #linux-sunxi
fALSO has joined #linux-sunxi
forkbomb has joined #linux-sunxi
samueldr_ has joined #linux-sunxi
indy has joined #linux-sunxi
return0e_ has quit [*.net *.split]
yann|work has quit [*.net *.split]
lkcl has quit [*.net *.split]
nashpa has quit [*.net *.split]
avph has quit [*.net *.split]
zumbi has quit [*.net *.split]
wigyori has quit [*.net *.split]
[TheBug] has quit [*.net *.split]
marvs has quit [*.net *.split]
tmlind has quit [*.net *.split]
egbert has quit [*.net *.split]
plaes has quit [*.net *.split]
merbanan has quit [*.net *.split]
uKibab has quit [*.net *.split]
duracrisis has quit [*.net *.split]
arnidg has quit [*.net *.split]
hell__ has quit [*.net *.split]
buZz has quit [*.net *.split]
thefloweringash has quit [Ping timeout: 240 seconds]
samueldr_ has left #linux-sunxi [#linux-sunxi]
ric96 has quit [Ping timeout: 240 seconds]
davidebeatrici1 has quit [Ping timeout: 256 seconds]
samueldr has joined #linux-sunxi
yann|work has joined #linux-sunxi
return0e_ has joined #linux-sunxi
nashpa has joined #linux-sunxi
zumbi has joined #linux-sunxi
lkcl has joined #linux-sunxi
avph has joined #linux-sunxi
[TheBug] has joined #linux-sunxi
tmlind has joined #linux-sunxi
wigyori has joined #linux-sunxi
marvs has joined #linux-sunxi
plaes has joined #linux-sunxi
hell__ has joined #linux-sunxi
egbert has joined #linux-sunxi
uKibab has joined #linux-sunxi
duracrisis has joined #linux-sunxi
buZz has joined #linux-sunxi
arnidg has joined #linux-sunxi
merbanan has joined #linux-sunxi
ccaione has quit [Ping timeout: 260 seconds]
djakov has quit [*.net *.split]
narmstrong has quit [*.net *.split]
ScrumpyJack has quit [*.net *.split]
quark_ has quit [*.net *.split]
KotCzarny has quit [*.net *.split]
rah has quit [*.net *.split]
jemk has quit [*.net *.split]
dev1990 has joined #linux-sunxi
jerbob92 has joined #linux-sunxi
tuxillo has joined #linux-sunxi
wens has joined #linux-sunxi
Mikey_ has joined #linux-sunxi
DrFrankensteinUK has joined #linux-sunxi
xes has joined #linux-sunxi
diego71 has joined #linux-sunxi
Asara has joined #linux-sunxi
montjoie has joined #linux-sunxi
aballier has joined #linux-sunxi
ElBarto has joined #linux-sunxi
niceplace has joined #linux-sunxi
ShadowJK has joined #linux-sunxi
Nemo_bis has joined #linux-sunxi
marble_visions has joined #linux-sunxi
DonkeyHotei has joined #linux-sunxi
dddddd has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
Nakaori has joined #linux-sunxi
LargePrime has joined #linux-sunxi
Harrier has quit [*.net *.split]
leio has quit [*.net *.split]
lennard has quit [*.net *.split]
jonasbits has quit [*.net *.split]
merlin1991 has quit [*.net *.split]
_0x5eb_ has quit [*.net *.split]
arti has quit [*.net *.split]
matteosilex has quit [*.net *.split]
Benjojo has quit [*.net *.split]
kevans91 has quit [*.net *.split]
mirko has quit [*.net *.split]
doppo has quit [*.net *.split]
niceplace has quit [Max SendQ exceeded]
Harrier has joined #linux-sunxi
ScrumpyJack has joined #linux-sunxi
KotCzarny has joined #linux-sunxi
djakov has joined #linux-sunxi
jemk has joined #linux-sunxi
rah has joined #linux-sunxi
narmstrong has joined #linux-sunxi
quark_ has joined #linux-sunxi
lennard has joined #linux-sunxi
leio has joined #linux-sunxi
jonasbits has joined #linux-sunxi
_0x5eb_ has joined #linux-sunxi
merlin1991 has joined #linux-sunxi
mirko has joined #linux-sunxi
arti has joined #linux-sunxi
matteosilex has joined #linux-sunxi
kevans91 has joined #linux-sunxi
Benjojo has joined #linux-sunxi
doppo has joined #linux-sunxi
arnd has quit [Ping timeout: 260 seconds]
niceplace has joined #linux-sunxi
ccaione has joined #linux-sunxi
ccaione has joined #linux-sunxi
ccaione has quit [Changing host]
steev has joined #linux-sunxi
ric96 has joined #linux-sunxi
Benjojo has quit [Ping timeout: 242 seconds]
veremitz has joined #linux-sunxi
ullbeking has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 246 seconds]
<megi> suni-next for 5.7 is still open up to about rc5
random_yanek has joined #linux-sunxi
ullbeking has quit [Excess Flood]
arnd has joined #linux-sunxi
<megi> so I guess about 4-5 weeks time to get stuff in
Benjojo has joined #linux-sunxi
ullbeking has joined #linux-sunxi
Benjojo has quit [Excess Flood]
Benjojo has joined #linux-sunxi
jelly-home has joined #linux-sunxi
ric96 has quit [Excess Flood]
bonbons has quit [Quit: Leaving]
ric96 has joined #linux-sunxi
ric96 has quit [Excess Flood]
ric96 has joined #linux-sunxi
The_Loko has quit [Remote host closed the connection]
lkcl has quit [Ping timeout: 240 seconds]
NeuroScr has joined #linux-sunxi
suprothunderbolt has joined #linux-sunxi
lurchi__ has quit [Read error: Connection reset by peer]
lurchi__ has joined #linux-sunxi
florian has quit [Ping timeout: 260 seconds]
LargePrime has quit [Ping timeout: 265 seconds]
tuxd3v has joined #linux-sunxi
pmp-p has quit [Ping timeout: 272 seconds]
pmp-p has joined #linux-sunxi
Xalius has quit [Remote host closed the connection]
lynxis has quit [Remote host closed the connection]
lynxis has joined #linux-sunxi
lynxis has quit [Remote host closed the connection]
Naka has joined #linux-sunxi
jerbob92_ has joined #linux-sunxi