libera/#maemo-leste/ Friday, 2022-12-23

bencohhmm, looks like firefox requires gles>=3.0 nowadays ...00:20
bencohI think at some point we had gles-accelerated firefox working, but not anymore :(00:21
WizzupI think it's just some silly hardcode they did, no?00:22
Wizzupwhat makes you think it needs gles 3.0 specifically?00:22
bencohvarious reports here and there00:22
bencohalthough when I look at the code it seems that they also check gles200:22
bencoh(we only have 1.4, right?)00:22
bencohhttps://hg.mozilla.org/mozilla-central/file/tip/toolkit/xre/glxtest.cpp#l555 looks like they check both00:23
bencohbut I'm not sure when that was merged00:23
bencohuuuh, this code is horrible00:25
bencoh#if defined(__aarch64__)00:25
bencoh  bool useGles = true;00:25
bencohseriously wtf00:25
bencoh  EGLenum api = useGles ? EGL_OPENGL_ES_API : EGL_OPENGL_API;00:26
bencohso ... 32b arm has no GLES support according to mozilla00:26
bencohriiight00:26
uvosmain problem is that modern firefox is impossibly slow on d400:27
uvoseven just to start up00:27
uvosnever mind rendering anything00:27
bencohuvos: I think that's the reason why00:28
uvoswhat is? gles00:28
uvosno ff 74 is fast00:28
uvosand it dosent use gles either00:28
bencohafair firefox works well on d4 1̃~2y ago00:28
bencohworked*00:28
uvosyes but it was never accelerated00:28
uvosits just got 10x slower00:28
bencohhmm00:29
bencohdowngrading firefox to 78, let's see00:32
Wizzupbencoh: yeah it's ridiculous, we really need to poke them about that code00:43
bencohWizzup: tbf I still fail to understand which API we really support00:45
Wizzupon sgx?00:46
bencohyeah00:46
WizzupI think we have gles 1 and gles 200:46
norayrWizzup: i guess the easylist repo wasn't created, maybe you forgot that.01:44
norayrand as soon as i have it, i'll tinker with rotation.01:44
bencohsilly question, should dist-upgrade from beowulf to chimaera work?09:52
Wizzupnorayr: ah10:38
Wizzupnorayr: done10:47
norayrWizzup: thanks!12:36
norayrand for Mussorgsky, let it remain yet, I may just rewrite it, or make another program which does the same but with different ui.12:36
norayrsometimes i think i need to port like 5 programs and only then tell you to open 5 repositories at once.12:37
Wizzupnorayr: know the feeling12:37
Wizzupnorayr: just do whatever is comfortable / you like12:37
* norayr nodding12:38
norayrvery stupid question: i remember marina theme, when i installed it and turned on, had a green background with vertical stripes.13:37
norayrnow it looks like the underwater with some sun rays coming from the up.13:38
norayram i mixing something up?13:38
norayrand i have a subjective feeling that under chimaera maemo works more responsive.13:38
norayraaand, pinephone doesn't have a chimaera image yet?13:43
norayri'll try to upgrade it13:43
Wizzupnorayr: I didn't change marine theme, just imported it13:50
norayrno no, i didn't say i remember how it was on n900, i mean how it was a couple of days ago. just i am afraid i messed up the settings and something changed. i liked that green background and have no idea where it went.13:53
norayreasylist is in repos already but i need to fix the rotation, it does not rotate.13:53
norayralso i just need a little time, maybe i'll write a better list app.13:54
Wizzupthe portrait is just a property13:55
Wizzupnorayr: there is:14:16
WizzupsetProperty("X-Maemo-Orientation", 0) - landscape iirc14:16
WizzupsetProperty("X-Maemo-Orientation", 1) portrait iirc14:16
WizzupsetProperty("X-Maemo-Orientation", 2) auto14:16
norayrgood, interesting, btw, how is it in gtk14:16
WizzupI'd have to check14:16
norayrif you can just remember the gtk app name, i might look there... or i'll search myself.14:17
norayrok i'll try to use this setProperty with easylist.14:17
Wizzuphildon_gtk_window_set_portrait_flags ?14:18
uvosforceing portrait is sotra broken tho14:35
uvossince it is ignored by keyboard slide, so you cant use it tell hildon that the window dosent work in landscape14:36
uvosalso hildon ignores x11 size and aspect ratio limits14:36
uvoswhich is also qutie broken14:36
Wizzupmhm14:50
buZzgee, leste is unhappy when ~something flooded the rootfs full :D21:57
buZz-rw-r-----  1 root  adm   14G Dec 23 21:57 messages22:00
buZz-rw-r-----  1 root  adm   14G Dec 23 21:57 syslog22:00
buZzlol22:00
Wizzupcheck what is in there?22:08
dsc_logs, most likely22:17
buZzi grabbed syslog, it was mostly kernel dumps/panics after i tried to setup blueman22:20
WizzupbuZz: please, can you at least -share- it?22:21
buZzyes, 1 moment , its 14GB :D22:21
Wizzuptail -n 20022:21
buZzyes, copied it compressed22:21
buZzneed to uncompress it to tail -_- , not the smartest move :D22:21
buZzhttps://paste.debian.net/plain/126509422:24
* buZz tries a > grep "] WARNING: CPU: 0" syslog | cut -b76- | sort | uniq22:28
dsc_there is `zcat`22:28
buZzWizzup: do you want the whole thing? or is that 1 example enough?22:28
buZzyou'd still need to read the whole file to do zcat bla.gz| tail -n 20022:29
buZzWizzup: ok, -all- these traces in my 14GB syslog file are > at drivers/bus/omap_l3_noc.c:139 l3_interrupt_handler+0x228/0x37422:29
dsc_I think you can first use `tail -c` directly on the file, then zcat22:29
dsc_-c <num_bytes>22:30
uvoshmm interesting23:21
WizzupbuZz: just copy a few full traces23:39
Wizzupit literally says 'cut here'23:39
WizzupbuZz: btw so is the same I see, where modem drops off23:39
buZzhere's more ; https://paste.debian.net/plain/126510623:48
WizzupbuZz: right and if you go to where it first starts you will see the modem drop off23:59
WizzupI also see a high correlation with BT23:59

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!