ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel driver has landed in mainline, userspace driver is part of mesa - Logs at https://oftc.irclog.whitequark.org/lima/
Danct12 has joined #lima
yuq825 has joined #lima
Danct12 has quit [Quit: WeeChat 4.0.2]
Danct12 has joined #lima
<gamiee>
anarsoul: great, thanks for info
chewitt has joined #lima
_whitelogger has joined #lima
Danct12 has quit [Quit: WeeChat 4.0.2]
yuq825 has left #lima [#lima]
chewitt has quit [Quit: Zzz..]
<anarsoul|2>
gamiee: if you need to run X, you want to use a compositor (e.g. xcompmgr or built-in in kwin). And yet it's not really friendly to tilers like mali
<anarsoul|2>
but I'd suggest using any wayland session. gnome-shell used to work quite well on Mali4x0. However I haven't really tried it in a while :)
<anarsoul|2>
kwin should be OK
<gamiee>
anarsoul: I use empty Xorg just to render my app or anything what pops up. On Wayland I would just use cage.
<anarsoul|2>
gamiee: yeah, use wayland if it's a single-app environment
<anarsoul|2>
you'd get better performance
<gamiee>
I hope porting will go fine, I have no idea how much buildroot supports wayland and wayland support in SDL2.
<anarsoul|2>
I'm not sure either :) I haven't tried buildroot in ages
<anarsoul|2>
assuming you have enough storage on your SD card you may as well use a regular distro
<anarsoul|2>
debian or archlinux should work fine
<gamiee>
I am using this in product, where updates are done via OTA, so update packages must be as small as possible, and also it needs to be stable. The eMMC Is splitted into multiple partitions, all read only, with exception of user data partition, since users (sadly) most of the times turn off the device by cutting off the power.
<gamiee>
So far, I had good experiences with buildroot, also it is quite up-to-date
<anarsoul|2>
I see
<anarsoul|2>
personally, I don't use buildroot anymore. Modern SBCs are powerful enough to use a regular distro, so it's easier to setup (and to develop)
<gamiee>
Yeah, I totally agree, although, I am not much fan of deploying regular distro to embedded product. Too many things which can get wrong.