<buZz> hahaha lol
<buZz> [INFO @radicale] @radicale/radicalecal: adding "unnamed"
<buZz> [ERROR @radicale] @radicale/radicalecal: error code from SyncEvolution remote, status 400: PUT: bad HTTP status: <status 1.0, code 400, class 4, Bad Request>
<buZz> radicale isnt allowing me to upload unnamed events :P
<buZz> hmmz, ok , deleting it fixed it , but GUI sync seems to fault while commandline sync goes fine
<buZz> ahh, same thing on contacts with a 'nickname' but no real name :P
<buZz> ahhh! that fixes the gui sync aswell :P
<buZz> started trying this stuff; https://paste.debian.net/plain/1256503
<buZz> sidetracked , made a stand to hold 3 phones ; https://i.imgur.com/ZoDpQca.png
<buZz> tea, and bed :)
kona has left #maemo-leste [#maemo-leste]
joerg has quit [Ping timeout: 252 seconds]
joerg has joined #maemo-leste
<freemangordon> sicelo: just send that to the ML, it seems like something simple to be fixed, I just lack the knowledge to do it
Twig has joined #maemo-leste
ceene has joined #maemo-leste
mardy has joined #maemo-leste
<sicelo> freemangordon: yes, thanks. i came to that conclusion too. at least now i have better logs to share
<freemangordon> :nod:
xmn has quit [Ping timeout: 268 seconds]
Twig has quit [Remote host closed the connection]
alex1216 has joined #maemo-leste
akossh has joined #maemo-leste
<Wizzup> buZz: nice @ stand
pere has quit [Ping timeout: 260 seconds]
dev has left #maemo-leste [Disconnected: Replaced by new connection]
dev has joined #maemo-leste
uvos__ has joined #maemo-leste
<uvos__> sdl_compat dosent work with hildon for several reasons
<uvos__> one is that it fights with hildon over the window size (if the window is not the right size it just resizes its own window in a tight loop) pretty terrible behavior
<uvos__> it also fails to init gl when glx is not avaialble
<uvos__> so rn it would require some work for it work on leste at all
<uvos__> never mind edge cases
<uvos__> with createive sdl1 usage
<Wizzup> aha
<uvos__> we used to need patched sdl2 beacuse of brokenness in hildon
<uvos__> wrt fullscreen
<uvos__> this was fixed
<uvos__> so afaik now we should be able to use devuan sdl2
<uvos__> i think we might be doing so
<uvos__> and the repo is just old
<uvos__> but its something to check
<Wizzup> mhm
<uvos__> buZz: the power button thing
<uvos__> we might really want to report
<uvos__> i had to hack around that in charging_sdl
pere has joined #maemo-leste
dev has left #maemo-leste [Disconnected: closed]
dev has joined #maemo-leste
<buZz> & mornin'
<Wizzup> yeah
<Wizzup> cute :D
<buZz> :) i should finish that other phone stand i was making, that uses the maemo leste logo
<buZz> but ah well, it would be a lot bigger for just a single phone
<buZz> ~someday
<freemangordon> uvos__: seems compositing in xorg driver is related to fonts rendering
<freemangordon> uvos__: TBH I don;t think the issues we have with scrolling speed are related to h-d compositing
<Wizzup> the gtk patch you linked seemed promising
<freemangordon> doesn;t help much
<Wizzup> hm
<freemangordon> we gain 1-2 fps, but not a decider
<buZz> whats that in % ?
<freemangordon> 30 vs 31, for example
<freemangordon> I don;t have hard nublers
<buZz> ok, so ~5%
<freemangordon> it is really hard to get those
<buZz> yeah i guess
<freemangordon> gtkperf does not help much
<freemangordon> also, it seems there is but in xorg driver that leads to pvr sometimes hang the rendering
<freemangordon> with gtkperf that is
<Wizzup> maybe some profiling tools can suggest where the times goes, but that might be quite hard
<freemangordon> yeah
<Wizzup> ah
<freemangordon> *bug
<buZz> i can get pvr to hang sometime on droid4 , never really sure why/how
<freemangordon> well, it hangs for a second or so, but that breaks the results
<buZz> usually during a fade of the powermenu
<freemangordon> hang == timeout
<uvos__> freemangordon: its useless the
<uvos__> then
<freemangordon> which one?
<uvos__> nothing renders fonts trough x anymore
<buZz> freemangordon: oh, no, unless its >1 minute?
<uvos__> except stuff like xterm
<freemangordon> gtk2 seems do does it
<buZz> might be hitting something else, not sute
<freemangordon> *to do
<buZz> sure*
<uvos__> x font rendering?
<uvos__> no it pushes pixmaps
<freemangordon> uvos__: or, it does something else through x compositing
<uvos__> the core font stuff dosent even suport hinting or antiallising
<uvos__> nothing uses it
<buZz> https://github.com/spinal84/hildon-desktop <- this mentions something about compositing in the readme
<uvos__> but sure it might be used in a different way
<freemangordon> but, if I do compositing in the driver noop, GtkTextView gtkperf bench time gets halved
<freemangordon> buZz: better use leste h-d repo for reference
<uvos__> sure but this is not core x font rendering, it its like qt it uses truetype fonts and pushes the rendered pixmaps of the chars to x
<buZz> right, oh, yes, that has the same txt
<uvos__> then those pixmaps might be compsoed by x
<uvos__> so maybe
<freemangordon> uvos__: yes, but maybe it does alpha blending or something
<freemangordon> yeah, right
<freemangordon> so it still makes sense to finish HW accelerated compositing
<freemangordon> but, unfortunately tehre are no more low-hanging fruits
<uvos__> freemangordon: ok
<freemangordon> actually there is one more patch in gdk-pixmaps I will test later on
<uvos__> ok
<uvos__> still its unfortionate hildon costs so mutch for gl applications
<uvos__> that wont be helped by messing with gdk ofc
<uvos__> but also the performance on d4 is at least okish so maybe it makes more sesne to focus on features first.
<uvos__> buZz: this composiitng is not that compositing, thats about compositing windows while freemangordon was working on x'es internal rendering
<uvos__> (wich composes pixmaps and the like)
<buZz> ah, so not the opengl using compositing of the windows and animations?
<uvos__> no thats stuff thats rendered in h-d
<uvos__> to its own buffers
<buZz> i thought that was clutter (called by/through h-d)
<uvos__> sure its libclutter
<buZz> but ok, just trying to understand :)
<uvos__> i mean the h-d process
<uvos__> as oposed to the xorg process
<Wizzup> freemangordon: btw I see 'No name' contacts in the address book when they are added through telepathy quite often
<buZz> Wizzup: those break the sync
<buZz> https://leste.maemo.org/Sync#Known_Issues <- i added that last night after getting it all to work
<Wizzup> ah
<Wizzup> good to know
<uvos__> btw you can specify that the gui plain dosent work for setting up an account atm
<uvos__> it throws lots of errors on the comand line
<uvos__> and nothing is created eds wise
<Wizzup> ah, I didn't test that, but I noted that we don't use it for the set up
<uvos__> yeah
<uvos__> im just saying its somehting to fix
<uvos__> i think theres a bug allready
<uvos__> on git
<uvos__> hub
<buZz> when i made the sync through the commandlines of Wizzup , i had gnome key manager pop up
<Wizzup> yeah, uvos had some no keyring thing
<Wizzup> I didn't have this problem fwiw
<buZz> and the GUI sync didnt do anything
<buZz> i then added syncurl (again?) and user&pass through the GUI to the config
<buZz> and gnome keyring didnt appear anymore, i assume its now stored in plain txt somewhere or something :P
<Wizzup> another issue I could not debug is that it refused to accept the cert chain of my nextcloud instance
<Wizzup> but nothing else complains, just syncevo
<Wizzup> and only a subprocess of it
<Wizzup> btw I don't think syncevolution frontend has an extras page yet
<Wizzup> :D
<buZz> :D
<buZz> kinda funny how many sync manuals we now have :P
<uvos__> its messy stuff
<buZz> hehe
<buZz> well :) at least it shows activity
<buZz> even if not fully coherent
<Wizzup> buZz: I merged most did I not
<buZz> yes you did
<uvos__> also the clients are in great fllux
<buZz> here's one still ; https://leste.maemo.org/Calendar
<buZz> with uvos__' script
<Wizzup> yes the calendar one has uvos script
<Wizzup> I didn't know where to move it exactly
<buZz> yeah, i think , uvos' script does almost the same as your seperate commands?
<Wizzup> he has the keyring thing there I think
<buZz> keyring=no
<buZz> ah yeah
<uvos__> it sais alot about that script that it has just as manny contributors as effective lines of code :P
<buZz> :D
<uvos__> (idk why kering=no is in there)
<buZz> maybe to not use gnome's keyring? :P
<uvos__> right
<uvos__> but ikd why that would be a problem
<buZz> its kinda breaking out of the maemo experience too, to get such a default gnome window suddenly
<Wizzup> uvos__: almost like some unix' version of /bin/true that was nothing but a comment with the license? :D
<uvos__> ok sure
<buZz> also, if you want to auto-sync, it wouldnt work if you need to unlock the keyring each time :D
<uvos__> Wizzup: :D
<uvos__> we should create our own
<uvos__> fontend for the keyring
<buZz> oh that would be cool
<uvos__> also for askpass
<buZz> would be coolest if we could shoehorn 'gnu pass' in between it somehow , imho :P
<Wizzup> uvos__: btw, so you didn't see any chain validation issues in syncevo?
<Wizzup> (using https)
<uvos__> no
<Wizzup> weird...
<uvos__> i have my ca auth cert installed globaly on the device
<Wizzup> oh, self signed?
<Wizzup> I use LE
<uvos__> self signed and i have my own ca are not the same thing
<uvos__> but yes
<Wizzup> you have your own self-signed ca ;)
<uvos__> right :)
<uvos__> true
<norayr> this all talk was about pvr, which means proprietary drivers, right? there is no open driver.
<Wizzup> depends on the device, but yes
<buZz> do any of our devices support the open pvr driver?
<Wizzup> as far as we know, there is no working one
<buZz> ah sad
<buZz> maybe someday
<Wizzup> we have lima on the pinephone and other devices
<buZz> like allwinner tablets ..
<Wizzup> I will show off an A20 LIME2 with 800x480 display at openfest :)
<Wizzup> and 4g/lte modem over usb
<Wizzup> :p
<n00mann[m]> How open is the n900 guys?
<Wizzup> that's a rather open question
<buZz> come to think of it, i should still have a A13 tablet somewhere
<buZz> n00mann[m]: open-ish
<buZz> lol
<n00mann[m]> Are all the firmware hackable?
<Wizzup> buZz: yeah I also have an A33 tablet here, which we had working at some point
<buZz> hackable how?
<Wizzup> iirc freemangordon also has one of those still
<n00mann[m]> Like disregard loicensing stuff
<buZz> Wizzup: allwinners are kinda nice in that 'always boot SD first' method
<buZz> n00mann[m]: i dont think i follow
<uvos__> everything is hackable
<uvos__> xD
<buZz> n00mann[m]: you are asking if you can disregard a license from nokia?
<Wizzup> freemangordon: come to think of it, np if not, but it might be fun to show the A33 tablet at openfest
<buZz> i bet you can totally -not- load a pvr driver on n900 , and get working video ? just slow
<uvos__> yes ofc
<buZz> not sure what that has to do with a license though
<uvos__> that works fine with just omapdrm
<uvos__> its just the userspace gl librarly thats closed soruce
<buZz> hmhm
<Wizzup> n900: there are no 'license issues', but not all firmware is open, and the lowest bootloader level is locked, and the gpu driver is not foss
<uvos__> the kernel driver and everything else is open
<uvos__> video hw wise
<Wizzup> uvos__: not wireless fw for example
<Wizzup> but yeah
<buZz> n00mann[m]: maybe you can tell us what license you want to disregard?
<uvos__> Wizzup: right i was awnsering buZz
<Wizzup> :)
<uvos__> wrt pvr on n900
<buZz> you could get around the wifi fw requirement, by using a blobfree wifi card over USB
<buZz> like prism2 iirc?
<Wizzup> buZz: yes, the technoethical people will show that
<Wizzup> (at openfest)
<uvos__> you could use gprs
<buZz> Wizzup: which 'that' ?
<Wizzup> usb wifi dongle
<uvos__> since for some reason closed firmware on a seperate flash chip is fine
<Wizzup> ryf approved
<Wizzup> uvos__: yeah hehe
<buZz> ah, cool, a new one?
<uvos__> (imo makes no sense)
<Wizzup> uvos__: I tend to agree
<buZz> uvos__: well, many socs/cpus have some ROM inside too
<Wizzup> but I'm buddies with the guy who runs it, and I think they do a nice job over all
<buZz> is that then also not open/free ?
<Wizzup> but usb wifi for phones doesn't make much sense to me
<Wizzup> also power wise
<buZz> true
<Wizzup> as in physical usb plugs
<buZz> just nice to see such a option
<uvos__> buZz: it is acorrding to fsf
<uvos__> if its in rom or external flash
<buZz> for blanket questions like 'blobfree' or something
<Wizzup> i'm hoping they might do some support + shipping for maemo phones in the future or something :D
<Wizzup> since they're already in the business of flashing refurbished stuff (thinkpads, etc)
<n00mann[m]> buZz: For example apple got very shitty practices with their ios and doesn’t permit the use of ios/macos on other devices
<Wizzup> but we're not ryf, so yeah...
<buZz> n00mann[m]: correct, ios is nearly 100% proprietary, no sources available for most stuff
<buZz> macos i dont think is a thing, there's darwin?
<uvos__> its also the licence he is talking about
<buZz> macos is the frontend, isnt it?
<uvos__> google android (as opposed to asop) is also propriatary
<buZz> hmhm
<uvos__> but you can install it on different devices
<Wizzup> I'm going to make some stickers for these propaganda images, any preferences?
<buZz> i could write a helloworld.c right now and declare it proprietary, just give you binaries and no source
<uvos__> you cant with macos leagaly
<buZz> Wizzup: yes!
<Wizzup> I was thinking 1,4,5
<uvos__> (even though you can practicly make hakintoshes)
<buZz> Wizzup: i'm for 1,3,5
<uvos__> buZz: sure 2 different concepts, closed source and restricted execution
<Wizzup> maybe I don't get the 3 meme, but I guess it has a url which is good
<uvos__> macos is closed source and has restriceted execution
<uvos__> your binary is just closed source
<buZz> oh indeed, 1 misses the url :(
<uvos__> most fw is closed source, but dose not have restricted execution
<buZz> Wizzup: maybe i can make a fresh one , lets see
<uvos__> the ti wifi fw for instance allows anyone to execute it for any purpose
<Wizzup> buZz: ok, how much time do you think you'll need?
<uvos__> the nvidia gpu fw dosent
<uvos__> i think thats what n00mann[m] is on about
<Wizzup> buZz: I would love one with the logo too, but then with title/url added
<n00mann[m]> <Wizzup> "n900: there are no 'license..." <- So more closed than say the pine phone right?
<buZz> :P
<Wizzup> not quite sticker worthy imho :p
<buZz> yeah ok ;)
<Wizzup> n00mann[m]: the pinephone also has wifi fw, but the gpu driver is open
<buZz> i'm just trying to trigger 'i know that meme!'
<uvos__> n00mann[m]: the pinephone also has fw
<Wizzup> buZz: imho aestetically pleasing is better
<uvos__> buZz: idk if memes are the right pr
<uvos__> but what do i know
<buZz> hehe ok, i'm not aesthetic today :P
<buZz> how about just https://i.imgur.com/2yBXy2F.png
<buZz> or similar
<Wizzup> right, but some text/url to know ... what it is... would be useful imho
<buZz> yes yes, totally
<buZz> but 'text/url' isnt what comes to mind with 'aesthetics' for me :P
<Wizzup> so there's memes
<buZz> hehe
<Wizzup> and then there's a sticker with our logo + url/text
<Wizzup> I see those as different things
<buZz> maybe some devuan/dyne stickers/logos aswell?
<Wizzup> I don't have time to print all of that and worry about it tbh
<buZz> right, no worries
<Wizzup> plus we're not (directly) supported by dyne
<buZz> they host our ML
<buZz> :D
<Wizzup> which nobody uses :)
<buZz> i signed up finally!
<buZz> :D
<buZz> freemangordon: i kinda forget, what did you do to get youtube smooth-ish on d4?
<buZz> iirc at least install uBlock origin?
<buZz> Wizzup: i wonder how rights free that video/pic with the two hands is, of nokia ;)
<Wizzup> not very
<buZz> :)
<Wizzup> I think the freedom is a right one is maybe too low res
<n00mann[m]> buZz: You are streaming right?
<buZz> i am?
<n00mann[m]> For older devices injust download it locally
<buZz> what do you refer to?
<n00mann[m]> My thinkpad shit the bed when i stream youtube too
<n00mann[m]> * For older devices i just download it locally
<buZz> oh, yeah , i'm not looking for local playback
<buZz> Wizzup: lol whats this, some old nokia ad? https://nitishkumar.files.wordpress.com/2010/02/maemoraisedthebar.png
<Wizzup> heh
<Wizzup> I am throwing dont-slave into bigjpg.com, let's see
<buZz> :) nice
<Wizzup> this worked quite well
<buZz> hahahah
<Wizzup> the raised the bar one is funny btw
<buZz> yes, very nice
<n00mann[m]> Do you know some do img to vectors which contains lots of text?
<buZz> n00mann[m]: sure, inkscape , 'trace bitmap'
<n00mann[m]> I tried some and results are very mushy
<buZz> usually works best to remove the txt though, and just type it in ;)
<Wizzup> buZz: you up for modifying the logo svg/png to add a url/text with similar colour/theme?
<buZz> Wizzup: maybe like ; https://i.imgur.com/9cltjbN.png
<buZz> :D
<buZz> lol
<buZz> that was so fast, 1 second!
<Wizzup> com1c s4ns y3s
<buZz> :D
<buZz> we dont have to be superfancy all the time, some comicsans can be cool :P
<buZz> brb moar coffee
<n00mann[m]> I love this sticker
<buZz> n00mann[m]: can you modify it really quick to be maemo leste? :P
<buZz> imho we could do stuff like https://i.imgur.com/m9k4myg.png
<buZz> ( that was made with https://www.festisite.com/ )
<buZz> lololol
<buZz> i liked this sticker, found on a TRS-80 Model 102 ; https://i.imgur.com/Tw9VY7j.jpg
<buZz> (sorry, its dutch, just something about liability waived and demo versions offered)
<buZz> Wizzup: something i made a while ago ; https://i.imgur.com/UzNE7XC.jpg
<Wizzup> buZz: do you haave a render of this?
<Wizzup> I mean
<Wizzup> I suppose I need to change the text up anyway
<Wizzup> since we'd be showing off a n900, droid 4, bionic, droid 3 (maybe), pinephone, pinetab, maybe other tablets, etc
<buZz> not sure i have the original still
<buZz> hmmmm , maybe on my chromebook *digs*
<buZz> ah yez!
<buZz> at least the layout. not the txt, i think
<Wizzup> well I suppose I can send the sticker stuff in tomorrow when I'm in sofia
<Wizzup> although I guess this is not a sticker
<Wizzup> is it a4, or?
<buZz> i printed em on A4 yeah
<Wizzup> ok
<buZz> just to display next to projects on a openday of the space
<Wizzup> for the maemo leste sticker, I suppose a circular text around the logo makes the most sense
<Wizzup> although it may not be a round sticker, m..
<buZz> that second one is kinda nice :P
<Wizzup> lol
<buZz> but well, heavy meme-y
<Wizzup> I like both
<buZz> i do think these kind of stickers 'ring' in people's minds longer than the propaganda posters
<Wizzup> got a higher res?
<buZz> not yet, you can make these with festisite.com
<Wizzup> sure but the propaganda ones go onto my laptop :P
<buZz> it has a 'high res' checkbox, and you could bigjpg em later still
<buZz> man i wish all my portable devices had as nice a battery as my chromebook , ~5 days of not using it on standby, still ~75% battery
<buZz> btw, i noticed 'calcurse' also has 'experimental' caldav support nowadays
<buZz> i used to use calcurse on the Zipit Z2 , as its so amazingly minimal
<buZz> gonna try to see if i can sync it to my radicale
<n00mann[m]> How’s your n900 battery life
<n00mann[m]> I heard some gor 2 days battery
<freemangordon> buZz: uBlock origin and user agent changer, to iphone6
<n00mann[m]> For a mobile phone these day that is exceptionally well
<n00mann[m]> s/day/days/
<buZz> i havent been paying attention to -my- n900's battery life, but on my droid 4 with ~10yo battery, its ~28-32 hrs standby
<buZz> and some people in here have been modifying new batteries to fit inside, to get even longer
<buZz> afaik they still make new n900 batteries?
<n00mann[m]> The Chinese still make it
<n00mann[m]> Nokia battery is so versatile
<buZz> the 'polarcell' ones are made in germany afaik
<buZz> oh, guess they make em in china, but have their lab in germany? not sure
<buZz> but afaik , those polarcells are about the best you can get for a n900 nowadays
uvos__ has quit [Ping timeout: 265 seconds]
uvos__ has joined #maemo-leste
dev has quit [Ping timeout: 252 seconds]
ravelo has joined #maemo-leste
dev has joined #maemo-leste
dev has left #maemo-leste [Disconnected: closed]
dev has joined #maemo-leste
sunshavi has quit [Ping timeout: 252 seconds]
uvos__ has quit [Ping timeout: 252 seconds]
uvos__ has joined #maemo-leste
xmn has joined #maemo-leste
ceene has quit [Remote host closed the connection]
<l_bratch> Hello! Has the mailing list been broken lately, or just very quiet? I got some emails from it today for the first time since May this year!
<buZz> hi
<buZz> its the archive of the ML
<sicelo> yes, nokia batteries tend to be ubiquitous, especially the BL series.
<sicelo> bl-5*
<sicelo> I've seen variations of them in unexpected places, e.g. no name mifi devices
<buZz> :) i have a external BT GPS module that uses some BL5C iirc as battery
<buZz> very handy , back in the day when i just carried a bunch of those along for my phone at the time
<buZz> so i could always just swap around to get the GPS working, -or- use the GPS as external batterycharger :P
<sicelo> l_bratch: ml definitely working, just many of us forget it when emails get used, unfortunately
<buZz> sicelo: you mean 'reply to' doesnt automagically add the ML?
<buZz> that could be fixed in config, if so
<sicelo> i mean ... when we compose mails, we tend to forget including the ml
<l_bratch> ah I see, thanks :) it is a shame since I often forget about the project without getting the email digests! no worries though
<buZz> l_bratch: we'll make sure to send more mail in the future
<buZz> ;)
<l_bratch> hooray! :D
<sicelo> e.g. it's not my first time writing to linux-omap, but i do recall i haven't cc'd leste in previous times
pere has quit [Ping timeout: 252 seconds]
sunshavi has joined #maemo-leste
sunshavi has quit [Ping timeout: 260 seconds]
sunshavi has joined #maemo-leste
alex1216 has quit [Quit: WeeChat 2.3]
uvos__ has quit [Ping timeout: 264 seconds]
pere has joined #maemo-leste
pere has quit [Ping timeout: 246 seconds]
Twig has joined #maemo-leste
Guest224 has joined #maemo-leste
<Guest224> random crashes lately, could be this the reason: https://blog.segger.com/c-pitfalls-memory-allocation-from-interrupts/
<Guest224> although I am not good talking about C++ and C programming, because I can only assembler (not arm).
<buZz> anything is possible :P
<Wizzup> crashes in what
Twig has quit [Ping timeout: 260 seconds]
<Guest224> anywhere? example default apps: Clock-app when changing time, User Guide-app when starting.
<Wizzup> the guide app works for you?
<Guest224> No, but it is not important for me.
<Wizzup> it's a shortcut that doesn't work in general
<Wizzup> the clock segfaulting, how does that happen
<Wizzup> when
<Guest224> when you try change right time manually with Clock-app
Twig has joined #maemo-leste
pere has joined #maemo-leste
uvos__ has joined #maemo-leste
Guest224 has quit [Quit: Client closed]
uvos has joined #maemo-leste
akossh has quit [Read error: Connection reset by peer]
akossh has joined #maemo-leste
norayr has left #maemo-leste [Error from remote client]
<sicelo> Wizzup: ,freemangordon , uvos ,tmlind .... haven't read it yet, but maybe it's something? https://garnet.codeberg.page/posts/gpu-reversing/
<sicelo> that refers to SGX540
<sicelo> got link from one of the postmarketOS rooms
norayr has joined #maemo-leste
<Wizzup> are we allowed to open it?
<buZz> ooo cool, Galaxy Tab 2.0 7.0 is a OMAP4430 aswell!
<buZz> ~50 eu on ebay :P
<buZz> even has a 3G modem :P
pere has quit [Ping timeout: 250 seconds]
<Wizzup> it's not a mapphone, unlike the xyboard tablets
<sicelo> Wizzup: it's not a leak. evidently pure RE
<Wizzup> let's hope he manages to take it somewhere :)
* buZz lights a candle
<buZz> :)
<Wizzup> lol
<n00mann[m]> This is a bit off topic but somewhat unix related so i think you guys can offer a help
<n00mann[m]> I try to compile calcurse on my jailbroken ios14 phone
<sicelo> buZz: mighty17[m] is the maintainer for the galaxy tab 2 in postmarketOS
<buZz> cool :D
<buZz> mighty17[m]: why not maemo leste on that GT-P3110 !
<buZz> :D
<sicelo> phosh runs great on it, fwiw
<buZz> nice :) still havent even seen phosh (beside videos)
<n00mann[m]> Is autoconf differ from autoconf-archive guys?
<n00mann[m]> s/Is/Does/
<n00mann[m]> sicelo: my n900 arrived in the mail yesterday
<n00mann[m]> Turn out it has a broken ribbon cable lol
<n00mann[m]> Returned in a heart beat
<n00mann[m]> Buying legacy phone is such a gamble nowadays
<buZz> n00mann[m]: apt install build-essential
<buZz> oh eh , 'autoconf-archive' is probably a old version?
<buZz> aclocal is a different package though
<buZz> and automake too
<sicelo> n00mann[m]: sorry, that sucks
<n00mann[m]> buZz: I am on a jailbroken iphone so that package kinda not exsists
<buZz> yeah i gather
<buZz> you dont need to run autogen btw
<buZz> you already have a configure script :P
<n00mann[m]> Aw that script is a partial one generated after autogen failed
<buZz> aw
<buZz> and in the tarball?
<buZz> i cant remember having run autogen to build it
<n00mann[m]> The tarball only contains configure.ac
<buZz> aw :(
<buZz> maybe just crosscompile then? :)
<buZz> n00mann[m]: huh?
<buZz> there's a configure script in my tarball of 4.8.0
<n00mann[m]> Wow noway thanks
<n00mann[m]> I got mine from github
<sicelo> n00mann[m]: btw, nowadays buying an n900 is not exactly advisable, due to the device's age and lack of resources (RAM in particular), unless perhaps one is an ex-n900 owner, in which case there may be other reasons at play :-)
Twig has quit [Ping timeout: 265 seconds]
<sicelo> in general, maemo leste actively promotes the motorola droid 4, and there are good reasons for that. if willing to put in the work to port and/or improve other devices, there are other more recent devices to choose from, which are much faster
<buZz> i hope we can find some nice armv8 with full qwerty someday
<buZz> the 'gemini' looked a bit promissing, but not really that ergonomic
<buZz> sicelo: would you call pinephone a more recent device?
<n00mann[m]> The rf functionality of n900 is pretty cool
<sicelo> n00mann[m]: yeah i still love n900, even though i have droid 4. runtime stability-wise - seems unbeatable :)
<n00mann[m]> A universal remote turning appliances in the house
* sicelo is expecting to get two mint N900 in a few weeks
<sicelo> buZz: tbh, i think pp is a great device
<buZz> n00mann[m]: rf? IR :)
<buZz> unless you ment the FM transmitter
<buZz> sicelo: i like those armv7 allwinners, but i dont think its 'great' really
<buZz> its great fun though :)
<buZz> but it feels more like a pi2 with a fancy case & screen & battery & some sensors
<buZz> than a actual phone
<buZz> even though formfactor is totally phone
<buZz> for some application that wants OpenGL , could i wrap gl4es inside the package?
<sicelo> buZz: maybe n00mann[m] meant *both* fmtx and ir :-P
<buZz> so i dont have to do it systemwide like 'apt install gl4es' does
<buZz> sicelo: hehe , then still IR isnt RF
<buZz> unless perhaps in the 'everything is waves' idea :P
<sicelo> although ir is broken in mainline for a while now ... insta-oops
<buZz> aw
<sicelo> buZz: IR is RF, if we're being pedantic ;-)
<freemangordon> sicelo: good reading
<buZz> :)
pere has joined #maemo-leste
<buZz> fmtx is such a nice feature though
<sicelo> freemangordon: yeah, i also finally found some time to read it. seems a good start. just hoping it isn't too late (when other SoC's have taken the mobile linux world by storm)
<freemangordon> yeah, I wonder how useful it would be
mcafeeshred has joined #maemo-leste
mardy has quit [Quit: WeeChat 3.5]
<uvos> ir is deffinatly not rf
<uvos> rf is radio frequency
<uvos> ir might be electromagnetic radation
<uvos> but in the radio frequency band it is not
<uvos> there thats sufficantly pedantic now :P
<buZz> ^_^
<buZz> cookies for everybody
norayr has left #maemo-leste [Disconnected: Replaced by new connection]
norayr has joined #maemo-leste
<uvos> sicelo: yeah i saw that
<uvos> sicelo: its neat, if he keeps at it maybe eventually usefull. that said idk if basing a new driver for just sgx on the old pvrkm + blobs is the best approch vs helping the img guys add sgx support to the mesa driver they are writeing for series6, they dident seem opposed to adding sgx suppot in the mesa ml, it was just not something that makes sense for them finacially.
<uvos> so maybe you could even get some documentation out of them if you seam serious.
<freemangordon> uvos: I doubt they will open anything series5, I have the feeling they have contracts that stops them from doing so
<uvos> then again the guy in the blog is just messing around trying to figure out the instrcution set
<uvos> so maybe this is his goal even
<uvos> freemangordon: maybe idk
MartijnBraam[m] has joined #maemo-leste
<freemangordon> and yeah, they have absolutely no reason to do it, from the financial POV
<uvos> that aside, for sure they have contractual issues with the code in thair closed driver
<freemangordon> mhm
<uvos> they arnt rewriteing the series6 driver from scratch for fun
<freemangordon> keep in mind that SGX was used in apple devices
<uvos> i know
<freemangordon> so I would bet on that one :)
<uvos> they totaly shot themselves in the foot with that
<freemangordon> looks like
<freemangordon> are they still relevant BTW?
<uvos> no
<uvos> they have very few design wins
<freemangordon> like, besides Ti, nobody is using IMG stuff, no?
<uvos> mediatek
<uvos> used it some times
<freemangordon> well, I mean nowadays
<uvos> yeah nowadays, some reasonably recent chips i think
<freemangordon> ok
<uvos> like 2018 recent
<freemangordon> well, that's relatively new
<uvos> so still sbc/industrial relevent
<uvos> sure
<freemangordon> mhm
<uvos> but not smartphone relevant
<MartijnBraam[m]> allwinner has IMG gpus in some socs :(
<uvos> right them too
<freemangordon> old ones I guess
<MartijnBraam[m]> rockchip has it in the "high performance" parts
<uvos> still its very much fallen of a cliff compeard to sgx times
akossh has quit [Quit: Leaving.]
<Wizzup> don't those allwinner chips work with the closed driver that we have working?
<uvos> Wizzup: sure yeah the chromeos driver is for one
<freemangordon> it has hardcoded 'omapdrm" in it, so I doubt
<sicelo> well the writer of that blog seems to know at least some part of what they're doing, on short chat with them in a postmarketOS room
<uvos> we also have the blobs for the chomeos driver
<uvos> btw
<freemangordon> sicelo: sure the guy looks smart and knowledgeable, the point is - what will be the use of series5 driver in mease in 2 years from now?
<freemangordon> *mesa
<uvos> its for some series6 part
<freemangordon> there won;t be any functioning hardware left by then
<sicelo> freemangordon: yes, agreed at the usefulness in that sense (hence i earlier mentioned that it might be too late)
<MartijnBraam[m]> isn't most of the maemo leste hardware support on sgx530 and sgx540? :D
<freemangordon> yes, but we don't have much issues with the blobs
<freemangordon> if ay
<freemangordon> *if any
<freemangordon> like, I would prefer foss driver but well, not end of the world either
<freemangordon> as we have more serious issues than that
<buZz> the panfrost stuff looks nice
<buZz> i'd like some system with one of their supported malis
<buZz> i guess thats what we use on pinephone eh :P
<Wizzup> no, that is lima
<MartijnBraam[m]> panfrost for the pinephone pro
<buZz> ah ok, because its older generation?
<buZz> do we have a mainline for pinephone pro yet then? :P
<freemangordon> buZz: was that you that said taht n900 outperforms PP in compiling something?
<buZz> well, in perception , i can measure now
<freemangordon> is that braveheart?
<buZz> eh, the 3GB model i think
<freemangordon> hmm. ok
<buZz> yeah the 3GB one, and it was single threaded compile btw
<buZz> want me to measure it?
<MartijnBraam[m]> huh the n900 shouldn't outperform a pinephone
<MartijnBraam[m]> even single threaded
<buZz> i'll go measure, maybe i was just seeing things
<sicelo> yeah, i'm quite sure there was something else involved there
<freemangordon> not sure it makes sense, my question was in regard to https://github.com/maemo-leste/pine64-kernel/issues/7
<freemangordon> MartijnBraam[m]: agree, unless he hits the same issue I have on braveheart
<buZz> at least 'cmake' finishes faster on pinephone :P
<freemangordon> MartijnBraam[m]: ever heard of something like that?
<MartijnBraam[m]> I know the pinephone starts doing weird things when you load it heavily
<MartijnBraam[m]> mostly the gpu driver crapping out when it can't hit timings anymore
<buZz> they are both on usb power for >24hrs
<xmn> I would think it possible if the n900 is well optimized, no?
<MartijnBraam[m]> at least that's better on the ppp
<MartijnBraam[m]> but the ppp development is still a mess
<buZz> screen is off , doing stuff over ssh
<freemangordon> xmn: no way, it is 600 MHz a8
PureTryOut[m] has joined #maemo-leste
<freemangordon> vs 1.3GHz a52?
<buZz> a53
<freemangordon> yeah, a53
<xmn> haha, I know. But you can get it too 1.1.
<MartijnBraam[m]> on my benchmarks the n900 a lot slower than the a64
<freemangordon> which makes sense
<xmn> but I agree that my PP feel mostly faster then my n900.
<MartijnBraam[m]> hmm I don't think I saved the single thread test results
<freemangordon> unless you bench the GPUs
<sicelo> xmn: n900 is slower than everything nowadays :-)
<xmn> and a lot fast in many case
<buZz> its no issue to do this , i'll let em both compile devilutionX again, singlethreaded
<freemangordon> I am not sure which one is slower :)
<MartijnBraam[m]> but it's 52 cpumark points for the pp and 1300 for the a64
<sicelo> freemangordon: its the sgx540 that gives pp's mali competition. not the 530
<MartijnBraam[m]> buZz: no it's allwinner a64 with a cortex-a53
<MartijnBraam[m]> to make naming more confusing
<xmn> yeah, it hurts sometime. I don't do web browser on it anymore. But cmdln and specific apps are still fantastic for my use case.
<buZz> MartijnBraam[m]: ? yes i know
<buZz> it was 'a8 vs a52' , i corrected it to a53 ;)
<freemangordon> :nod:
<xmn> It's like a horse race, were do we place our bets
<MartijnBraam[m]> huh I lost a message
<sicelo> xmn: yes, i still love it too. i love that it's stable and predictable for my use cases too (unlike droid 4, unfortunately)
<buZz> MartijnBraam[m]: probably the superior almost-irc you're using ;)
<xmn> oh interesting. Never got the D4.
<MartijnBraam[m]> bleh
<xmn> lol
<freemangordon> sicelo: huh? d4 is still not stable enough?
<sicelo> not for me, unfortunately
<buZz> it is for me
<freemangordon> ah, the battery I guess
<buZz> oh yeah
<buZz> it can be better :D
<freemangordon> anyway, zzz
<freemangordon> night!
<buZz> i really want some of those flexpcbs made soonish, and source some fitting new batteries
<buZz> nn freemangordon
<sicelo> ever since i disabled charge mode, at least powering up from empty has been better ...
<buZz> :)
<buZz> i have a love/hate relationship with it too
<buZz> its complex
uvos has quit [Remote host closed the connection]
<sicelo> droid4 modem isn't (currently?) as reliable as the n900's, whether you use modemmanager or ofono. additionally, my isp's make heavy use of 'session' type ussd calls, which droid can't do well, even under android
<buZz> i can do ~24hr connection to gprs with mosh running quite well
<buZz> as long as i keep battery >30% or something
<sicelo> i.e. *xxx#, then you get a response, and you reply back, etc. d4 just fails
<sicelo> works fine for ussd one-shot requests though (android)
<sicelo> buZz: will test gprs again then :-)
<buZz> :)
uvos has joined #maemo-leste
<buZz> a friend of mine has LTE hardware and can spoof a celltower, he's thinking he might be able to do the '4G' the droid4 supports :P
<sicelo> last i used it, would work fine first time, then next time starts acting up in different ways (that's why i even looked at modemmanager)
<uvos> buZz: yeah i knda get the fealing that the d4 is less stable at low voltages too
<uvos> like if it hangs - wd reboots
<buZz> hmhm, either the cpu, or the modem
<buZz> or something else
<uvos> its allways when the battery is quite low
<uvos> it seams
<uvos> maybe there is some hw errata we fail to account for
<buZz> yeah perhaps, or just something we forget to do on voltage drop, like limitting current even more?
<buZz> i dont know
<uvos> the lte thing would be interesting
<uvos> would be good to know if the lte modem is locked to verizon or not
<buZz> well, he can spoof being verizon :P
<uvos> sure but he can also spoof it not being verizon
<uvos> which is more interesting
<buZz> it wont work ~5cm from the radio (without legal implications)
<buZz> but, he can document i guess, i'll ask him about progress soonish
<Wizzup> sicelo: for my the modem has been super reliable since fmg's fixes
<Wizzup> but iirc you need ussd or something
<buZz> afaik ofono does expose some ussd stuff?
<Wizzup> yes but it likely doesn't work atm.
<sicelo> yes i definitely need ussd, e.g. to check balance, convert credit into data allocation, etc. seems in many countries this can be done via web sites. no such convenience here
<sicelo> buZz: yes, ofono has very good ussd support, which works beautifully on n900. as mentioned, the ussd issue on d4 exists even under android, at least when it's the request-response type of ussd session
<buZz> oh ok
<uvos> i still find this wierd since ussd stuff worked absoulty fine when i was using prepaied
<buZz> yeah *101# on AH Mobiel to check balance :P
<uvos> but i gues the modem somehow trips over sicelo's operators implementation
<sicelo> buZz: one shot works fine for me on android too. the problem is with 'session' ... i think those aren't used in US/EU much
<buZz> sad :(
<sicelo> here they're used for almost everything, because - feature phones ;-)
<sicelo> but nice to know gprs is stable now. i'm already thinking of some extra use for the droid4
<sicelo> 's gprs ;-)
<buZz> :)
<buZz> i bet with a decent usb powersource you can run it as server for ages
<buZz> add wireguard or one of the other vpn methods we have
<sicelo> heh, i would only use broken phones as servers ... why waste a useful phone ;-)
<buZz> ¯\_(ツ)_/¯
<sicelo> someday hope to get a better battery for it (d4)
dev has left #maemo-leste [Disconnected: Replaced by new connection]
dev has joined #maemo-leste
dev has left #maemo-leste [#maemo-leste]
dev has joined #maemo-leste
sunshavi has quit [Ping timeout: 252 seconds]
<buZz> yeah some 1w battery :)
<Wizzup> off mode will contribute more than a battery
<buZz> lets hope :)
<buZz> does d4 have offmode too?
<Wizzup> the hw, yes
<buZz> i thought that was only n900
<buZz> ah
<buZz> cool :)
<buZz> either way, 1w without charging would be bliss
elastic_dog has quit [Ping timeout: 264 seconds]
elastic_dog has joined #maemo-leste
<uvos> my bionic usualy gets 1w
<uvos> well more like 5 days
<uvos> bit its fairly close
<Wizzup> you have a special battery :)
<Wizzup> my worn bionic gets me 2 days max
<buZz> ok guess i was seeing things ; PP real 31m51 user 28m1 sys 2m24 , n900 real 76m50 user 65m23 sys 6m16
<buZz> even the ratios seem to align :P
<sicelo> poor n900 :p
<buZz> still , just ~2x faster , not 20x like cpumark said
<uvos> thats compileing?
<uvos> probubly io bound
<uvos> raw cpu perf should be way more than 2x
<uvos> d4 is allready around 3x on just one core
<buZz> yeah , make -j1
<uvos> ok
<uvos> yeah the n900's cpu is pittifully slow
<uvos> but the other devices arnt slow but as mutch of a ratio
<uvos> s/but/by
<uvos> ie ram/gpu/io
<buZz> still, imho quite impressive for n900 vs pp
<buZz> i'll try d4 later
uvos__ has quit [Ping timeout: 260 seconds]
uvos has quit [Ping timeout: 265 seconds]
<Wizzup> buZz: I mean this comparison isn't too interesting no?
<buZz> i'm just doing it cause freemangordon asked
<buZz> was*
<buZz> the d4 is now just fascination by me
<buZz> would it be ~40m or ~60m :P
<buZz> Wizzup: this isnt really work :P its just 'time make -j1' alt-tab back to series
<Wizzup> ;p
<buZz> i mean, would be funny if its faster than pp :P
<buZz> d4 real 29m user 18m sys 2m7 , omg, it -is- faster than pp
<Wizzup> i/o matters a lot here
<buZz> totally, but io matters a lot for user experience too
<Wizzup> what I am getting is that it could be kernel related
<buZz> oh, yeah can be, its just 'current state' i guess
sunshavi has joined #maemo-leste