ChanServ changed the topic of #ubuntu-asahi to: Ubuntu-Asahi development | Github: https://github.com/UbuntuAsahi | Logs: https://oftc.irclog.whitequark.org/ubuntu-asahi
tobhe_ has joined #ubuntu-asahi
tobhe has quit [Ping timeout: 480 seconds]
tobhe_ is now known as tobhe
ndom91 has joined #ubuntu-asahi
<ndom91> hey folks, just powered up my M1 (original without HDMI port) macbook pro in the first time in a while and wondering what the status is with upgrading to 24.04? Last I remember it wasn't quite ready yet and it was recommended to stay on 23.10. Is that still the case?
<ndom91> And if 24.04 is ready, do you recommend just doing the normal `dist-upgrade`, or something else?
<tobhe[m]> 24.04 is ready, 24.10 not yet
<tobhe[m]> normal dist-upgrade should work
<ndom91> Okay great, thanks for the quick response!
<tobhe[m]> oh wait, do-release-upgrade not manual dist-upgrade
<ndom91> It looks like the following packages have an apt-hold on them - grub-efi-arm64 grub-efi-arm64-bin grub-efi-arm64-signed. Does that ring a bell to you?
<ndom91> Ah do-release-upgrade doesn't seem to care though. It's going ahead wiht the 23.10 -> 24.04 upgrade, woohoo!
<tobhe[m]> or update-manager for a graphical update
<tobhe[m]> ah perfect 🙂
ndom91 has quit [Remote host closed the connection]
emil_ has joined #ubuntu-asahi
emil_ is now known as esz
<esz> Thank you for Ubuntu Asahi. Do you folks need help with packaging for 24.10? If so, how can I help?
<m3thos> anyone did tests comparing the energy consumption in changing the CPU power mode? I'm using `cpupower` and setting the performance governor + raising the minimum frequencies to the max vlues.. I use this for perf-testing/profiling code in Go, rust, C/C++
emil_ has joined #ubuntu-asahi
<m3thos> the odd thing is that I don't see signifficant perf differences in the simple tests I did so far.. I wonder if the arm governors (performance vs ondemand) don't make a difference
esz has quit [Ping timeout: 480 seconds]
emil_ has quit [Ping timeout: 480 seconds]
Vercas has quit [Ping timeout: 480 seconds]
<tobhe[m]> good question. I think our kernel should use schedutil by default, I have never actually tried using anything different
<tobhe[m]> it might even be that those don't actually change anything
<tobhe[m]> esz: thanks for offering help. We are currently only missing a mesa build and pipewire to properly enable oracular updates
<tobhe[m]> those aren't really a lot of work, they just have to be uploaded
<tobhe[m]> something I we could need help with is testing the new mesa/FEX stuff announced in https://asahilinux.org/2024/10/aaa-gaming-on-asahi-linux/
<tobhe[m]> we don't have most of those things packaged up nicely yet but it would be nice if we eventually could do that
<tobhe[m]> step 1 is probably getting it to run at all, building stuff locally from github
esz has joined #ubuntu-asahi
<esz> It appears that FEX has debian packages and PPA: https://github.com/FEX-Emu/FEX-ppa and https://launchpad.net/~fex-emu/+archive/ubuntu/fex
<esz> Do you think reusing their build process will work?