cockroach has joined #maemo-leste
uvos has quit [Ping timeout: 252 seconds]
Pali has quit [Ping timeout: 252 seconds]
cockroach has quit [Quit: leaving]
<dsc_> Wizzup: thx @ n900
<dsc_> I have 10/10 faith in PowerVR SGX530 GPU running my application without a problem (lie)
<dreamer> which application is that? :)
<dreamer> ah, neat :)
<dsc_> (ga naar bed :D)
<dreamer> (zelluf!)
<dsc_> net wakker :P
<dreamer> oh, mogge
<dsc_> moggel
* dreamer wel zo crashen ja
<dsc_> :P
xmn has quit [Ping timeout: 256 seconds]
joerg has quit [Ping timeout: 256 seconds]
joerg has joined #maemo-leste
mardy has joined #maemo-leste
avoidr has quit [Ping timeout: 252 seconds]
Pali has joined #maemo-leste
avoidr has joined #maemo-leste
_inky has quit [Ping timeout: 256 seconds]
inky_ has quit [Ping timeout: 252 seconds]
inky_ has joined #maemo-leste
_inky has joined #maemo-leste
pere has quit [Ping timeout: 256 seconds]
mardy has quit [Read error: Connection reset by peer]
mardy has joined #maemo-leste
pere has joined #maemo-leste
Danct12 has quit [Ping timeout: 252 seconds]
inky_ has quit [Ping timeout: 252 seconds]
inky_ has joined #maemo-leste
uvos has joined #maemo-leste
<Wizzup> uvos: iiirc tmlind mentioned the bridge
<Wizzup> not sure what wasn't working though :)
<Wizzup> freemangordon: where does osso-abook store contacts? in eds right, and that stores it where?
_inky has quit [Ping timeout: 256 seconds]
_inky has joined #maemo-leste
Danct12 has joined #maemo-leste
inky_ has quit [Ping timeout: 256 seconds]
inky_ has joined #maemo-leste
inky_ has quit [Remote host closed the connection]
inky_ has joined #maemo-leste
inky has joined #maemo-leste
inky_ has quit [Ping timeout: 256 seconds]
_inky has quit [Ping timeout: 252 seconds]
<mighty17[m]> <uvos> "clk rate mismatch: 170666667 !=..." <- It's 3x, so I should try 170666667/2?
_inky has joined #maemo-leste
pere has quit [Ping timeout: 256 seconds]
inky has quit [Ping timeout: 256 seconds]
inky has joined #maemo-leste
<Wizzup> wondering if we should ask the nemomobile folks for help with audio
<Wizzup> they seem active and might be more willing to help somehow - https://blog.mlich.cz/2021/12/nemomobile-in-december-2021/
<uvos> Wizzup: yes i know, i was hopping this was the problem, but seemingly omapdrm refuses to even try and activate the dsi signal with the bridge as the endpoint
<uvos> dont know why atm
<uvos> mighty17[m]: sure but really you should try and find out where 170666667 comes from
<uvos> mighty17[m]: its proubly something its caluclating from your pannel timeings or something like that
<uvos> just trace it backwards
<mighty17[m]> So you're saying that I'll have to patch things in kernel possibly?
<uvos> maybe not, could be something in your dts if you have the timeings there - or your pannel driver if you have one (you should)
<uvos> point is idk where it gets the rate from - i think it calculates it from the timeings, so to figure out where it comes from you have to read the code in the backtrace
<uvos> (thats whats its for after all)
<mighty17[m]> uvos: It's simple panel, maybe I need to upstream the original one?
<uvos> no simple pannel should work in theory (but a pannel driver is perferd afaik) but idk how often im supposed to say it, read the code to the functions in the backtrace to figure out where the rate comes from....
<uvos> or run the pannel at the "correct" rate
<uvos> where it dosent work
<uvos> and compear the reigster state with android
<uvos> to figure out whats wrong
<mighty17[m]> Yea yes, I get the part about backtrace, it's just that I'm being lazy at times for it :(
<uvos> then you can go backwards from there
<uvos> yeah i mean theres no free lunch im afraid
<mighty17[m]> uvos: Rwmem right?
<uvos> yeah
<uvos> rwmem can ready any register if you know the address to it
<mighty17[m]> i dunno the address in android tho
<uvos> the TRM tells you
<uvos> and ofc the registers addresses are the same on any os
inky has quit [Ping timeout: 256 seconds]
_inky has quit [Ping timeout: 256 seconds]
<uvos> you can download the omap4's trm easy on google
<uvos> yeah but your pannel dosent work at the correct rate @60Hz
<uvos> so you should understand the warning no?
inky has joined #maemo-leste
<mighty17[m]> uvos: https://www.ti.com/pdfs/wtbu/OMAP4430_ES2.0_Public_TRM_vJ.pdf yeah i need it for pinmuxing
<mighty17[m]> uvos: yeah, its at 30Hz if i use /2 value, but anyways i'll try to understand backtrace
<uvos> mighty17[m]: right @trm i would dump the entire range starting at 0x48040000
<uvos> and compear
<uvos> it will be vastly the same most likely
<uvos> letting you find differences hopfully easily
<mighty17[m]> neat! thats something i can do currently
<uvos> and then for those registers that are different read what they do and see i fany makes sese
<mighty17[m]> uvos: omap4-l4 would also give that right?
<uvos> but i would read the backtrace code first
<uvos> since thats less work
<mighty17[m]> uvos: thats what im doin :D
<uvos> idk what omap4-l4 is
<mighty17[m]> the dtsi
<uvos> ok
<mighty17[m]> rwmem will compile in android?
inky has quit [Remote host closed the connection]
<uvos> mighty17[m]: sure do what i explain here for cpacprw https://github.com/IMbackK/cpcaprw
<mighty17[m]> thanks!
_inky has joined #maemo-leste
<mighty17[m]> <uvos> "mighty17: right @trm i would..." <- `-ash: ./rwmem: Permission denied`
<mighty17[m]> even as sude
<mighty17[m]> sudo*
<uvos> on mainline?
<mighty17[m]> yeah
<uvos> theres a kernel config option that resetrcs access to /dev/mem to certain addresses iirc
<mighty17[m]> hm will check
<mighty17[m]> uvos: regarding android, does it need busybox and stuff to run? or just TWRP will be fine?
<mighty17[m]> also `make_standalone_toolchain.py --arch arm --force --api 21 --stl gnustl --install-dir=$(SOME_PATH)` api matters here? as in will i have to use api21 rom on device as well
<mighty17[m]> `export CROSS_COMPILE=$(SOME_PATH)/binary` binary doesnt exist in `$(SOME_PATH)`
<Wizzup> so thumb2 builds are not possible with omap2plus_defconfig since armv6/omap2 doesn't do thumb, let's disable it for our builds
<uvos> we allreday disable omap2
<Wizzup> maybe, not in the droid4-linux that I have atm
<Wizzup> sre seems to be MIA mostly btw, he was usually so quick to respond :)
<uvos> mighty17[m]: the $(SOME_PATH) isent to be taken literally ofc
<uvos> he as allways been MIA for as long as i have been around at least
<uvos> wrt response speed
<Wizzup> that is not enough
<Wizzup> it also needs to remove ...MULTI_v6=y
<uvos> we should do that then
<Wizzup> yes, I am
<uvos> idk if we want thumb kernel tho
<uvos> dosent omap3 have semi broken thumb?
<Wizzup> well it's the last resort for me to see if I can get the n900 to boot/work reliably :)
<uvos> is that worked around in kernel?
<Wizzup> everything else I tried failed
<Wizzup> yes, the errata is worked around
<uvos> well thumb should not help
<uvos> if it dose its just maksing something
<Wizzup> if it is masking something, then that is progress
<Wizzup> our stable 5.1 n900 kernel is thumb2
ruleh has joined #maemo-leste
<Wizzup> tmlind: with thumb2 kernel the problem is still there on the n900, so I'm pretty sure it's a regression
<Wizzup> maybe I should build plain 5.15 and see if it also occurs - maybe our droid4 patches cause problems somehow?
<uvos> sure yeah its possible
pere has joined #maemo-leste
<mighty17[m]> <uvos> "mighty17: the $(SOME_PATH) isent..." <- i know, but that build dir doesnt have binary
<uvos> did i make a slight typo maybe
<uvos> ?
<uvos> could be binarys
<uvos> or bin
<mighty17[m]> bin
<uvos> regarding the api version
<uvos> no you just need an andoroid with api >21
<mighty17[m]> coolio!
<mighty17[m]> <uvos> "or bin" <- `make: error while loading shared libraries: libffi.so.8: cannot open shared object file: No such file or directory`
Niklas[m] has joined #maemo-leste
<Niklas[m]> Hello,is there also a x86 build of Maemo Leste?I'd like to try it on a small tablet which has not enough memory for Arch+Gnome.
<buZz> well, kinda
<buZz> there's maemo-leste-1.0-amd64-20211031.qcow2.xz
<buZz> for running in qemu, or a .vdi for doing the same in vmware/virtualbox , iirc
<buZz> not completely sure how far that would get you
<uvos> thats one option
<buZz> Niklas[m]: but i'd love to hear how far you can get :D
<uvos> the option i would reccomend is install devuan normaly, add our repos to your sources and install hildon-meta
<buZz> ah, yes good point
<Niklas[m]> And if I convert them to a ISO,can I boot them on real hardware?Does it support UEFI (this stupid thing has no legacy boot -.-)
<buZz> but are there x86 packages in repo then?
<uvos> buZz: yes
<buZz> you cant convert a .vdi to .iso
<uvos> amd64
<buZz> uvos: sweet
<buZz> Niklas[m]: so grab a devuan iso , install distro with uefi or whatever you want
<uvos> we dont build x86-32 tho
<uvos> so depends on how old his tablet is
<buZz> then add repo and install hildon-meta
<buZz> 32bit only would be >15yo, i guess?
<Niklas[m]> The CPU supports 64bit,but the UEFI is 32bit-only
<uvos> some atom processors where pretty recent
<buZz> Niklas[m]: ah one of -those-
<buZz> lol
<uvos> your uefi dosent support bios emulation?
<Niklas[m]> Nope
<buZz> those are quite a hell to work with :P
<uvos> great
<uvos> :P
<buZz> i know fedora actively supports this 32bit-uefi-64bit-rootfs setup
<buZz> or used to at least, i think fedora is over
<Niklas[m]> I mean,it has like a dozen times more settings than the BIOS of my laptop,but legacy boot is not among them :/
<Niklas[m]> I have Arch Linux installed currently.It supports 32bit UEFI with 64bit OS just fine,but since some updates ago I haven't been able to use a GUI because desktop environments getting more and more bloated and 1GB of RAM (not upgradeable) is too few for them
<Niklas[m]> And it never ran smoothly.I hope Maemo can do better,as it still supports the Nokia N900 for example which has even less
<buZz> Niklas[m]: why not just install fluxbox , openbox , blackbox , windowmaker , whatever
<uvos> i mean if you get away from kde/gnome arch has no issues with 1gb on lxqt or something like i3, sway
<buZz> any of the <10MB ram using window managers
<buZz> twm , dwm
<Niklas[m]> Yeah,but this thing has no hardware keyboard.GNOME is the only one which works quite well with touchscreen-only and a 7 inch screen
<uvos> the benifit i gues is that we have a touch frendly ui
<uvos> oh 7 inches
<uvos> that bearly a tablet at all :P
<buZz> my biggest tablet is a 8" omap4330
<buZz> oh, omap4460 perhaps?
<buZz> seems postmarket supports it nowadays :P https://wiki.postmarketos.org/wiki/Archos_80_G9_(archos-a80)
<buZz> ah, no it doesnt
<Niklas[m]> Which Devuan release should I download now to add the Maemo repos later?
<buZz> i -think- maemo leste is still on beowulf?
<buZz> > Maemo Leste is based on Devuan Beowulf (Debian Buster) and all the "supported" devices ship with recent Linux (mainline-based) kernels.
<buZz> yes
<Niklas[m]> Thanks,I'll try that
<freemangordon> Niklas[m]: beware that hildon-desktop requires 3D acceleration
<Niklas[m]> If GNOME worked before,that should be supported,right?
<freemangordon> umm, not sure
<freemangordon> does gnome require 3D?
<Niklas[m]> I don't know,I normally don't use GNOME if I don't have to :D
<freemangordon> well, I use it all the time, however, I never been interested if it requires 3d or not. But I doubt it does
<freemangordon> anyway, what is the GPU in the thingie you want leste on?
<Niklas[m]> It's some dual-core Intel Atom cpu with integrated graphics
<Niklas[m]> Intel HD Graphics probably?
<freemangordon> oh, you should have drivers then
_inky has quit [Ping timeout: 256 seconds]
<Niklas[m]> That's good but I didn't have luck with booting another OS so far,will try again in a few days.
uvos has quit [Ping timeout: 256 seconds]
_inky has joined #maemo-leste
<Wizzup> freemangordon: old gnome didn't, new gnome most likely does
<Wizzup> i.e. gnome 14.04 can't be compared to modern gnome
_inky has quit [Ping timeout: 256 seconds]
uvos has joined #maemo-leste
<uvos> gnome has required 3d accell since gnome3 with gnome-shell
<Wizzup> right
<uvos> gnome3 is older than 2014 i think
<uvos> so even fmgs gnome needs accel
<uvos> unless he uses gnome-legacy? or classic? idk
<uvos> there was some fallback mode for a while i think
ungeskriptet has joined #maemo-leste
<freemangordon> gnome-session-flashback
<freemangordon> :)
<Niklas[m]> I used the normal Gnome 3.Maybe it was even updated to Gnome 40,I don't remember.
<freemangordon> yeah, given the GOU is intel you shouldn;t have issues
<freemangordon> *GPU
<uvos> Niklas[m]: yes you did the falback thing was dropped a long time ago
<uvos> not sure when exactly but 3+ years at least
<Niklas[m]> Graphics acceleration really shouldn't be a problem and never was.Booting a 64bit OS on 32bit UEFI is,however.
<uvos> yeah
<uvos> fun
<Niklas[m]> Maybe I can start the Devuan USB stick using the GRUB which is already installed on internal storage.
_inky has joined #maemo-leste
<uvos> yeah sure once you have grub its easy
ungeskriptet has quit [Quit: ungeskriptet]
mardy has quit [Quit: WeeChat 2.8]
Wikiwide_ has quit [Ping timeout: 252 seconds]
xmn has joined #maemo-leste
ruleh has quit [Quit: Client closed]