ChanServ changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
kidplayer666 has joined #asahi-alt
opticron has joined #asahi-alt
opticron has quit [Read error: Connection reset by peer]
opticron has joined #asahi-alt
kdb4246 has joined #asahi-alt
kdb424 has quit [Quit: The Lounge - https://thelounge.chat]
kdb4246 is now known as kdb424
JayBeeFOSS has quit [Ping timeout: 480 seconds]
JayBeeFOSS has joined #asahi-alt
kidplayer666 has quit [Quit: Connection closed for inactivity]
u154ss has joined #asahi-alt
<u154ss> @sven thanks for the information.
possiblemeatball has quit [Quit: Quit]
u154ss has quit [Remote host closed the connection]
u154ss has joined #asahi-alt
<u154ss> M2-Mini again, as reported already, Fedora 39 with Plasma KDE works, however, Debian with KDE Plasma has the same problem(s) as XFCE - libunwind/OsLookupColor.
Juest has quit [Ping timeout: 480 seconds]
<j`ey> u154ss: boot with arm64.nobti on the kernel command line
<u154ss> @j`ey will give it a try. Thanks.
<j`ey> I havent been following, but thats worth a try
<u154ss> @j`ey with arm64.nobti - same result, no change. Same error message/backtrace etc.
u154ss has quit [Remote host closed the connection]
u154ss has joined #asahi-alt
enick_78 has joined #asahi-alt
rhysmdnz has joined #asahi-alt
u154ss has quit [Remote host closed the connection]
u154ss has joined #asahi-alt
kidplayer666 has joined #asahi-alt
jacksonchen666 has quit [Quit: WeeChat 4.1.2]
jacksonchen666 has joined #asahi-alt
RoundDuckKira has quit [Quit: Konversation terminated!]
u154ss has quit [Remote host closed the connection]
possiblemeatball has joined #asahi-alt
hightower2 has quit [Ping timeout: 480 seconds]
hightower2 has joined #asahi-alt
jacksonchen666 is now known as Guest14081
jacksonchen666 has joined #asahi-alt
Juest has joined #asahi-alt
jacksonchen666 has quit [Remote host closed the connection]
jacksonchen666 has joined #asahi-alt
Guest14081 has quit [Ping timeout: 480 seconds]
MichaelLong has quit []
MichaelLong has joined #asahi-alt
jacksonchen666 has quit [Quit: WeeChat 4.1.2]
RoundDuckKira has joined #asahi-alt
<RoundDuckKira> is there fedora specific settings in the Linux compile config for Fedora Asahi
<RoundDuckKira> I want to know about this because I'm interested in porting the Asahi kernel to void linux
<j`ey> RoundDuckKira: kinda? you should start with the void config and add all the asahi related options
<RoundDuckKira> got it
asp has joined #asahi-alt
aspargas2 has quit [Ping timeout: 480 seconds]
sefidel has quit [Remote host closed the connection]
sefidel has joined #asahi-alt
<RoundDuckKira> looking at the kernel from the asahi linux git project, it's called 6.6.0 internally despite being the 14th revision
<RoundDuckKira> what's going on there
<RoundDuckKira> what's the meaning of these revisions
<RoundDuckKira> :/
<j`ey> asahi-6.6-14 is asahi based on upstream v6.6
<j`ey> the -14 is the asahi version
<RoundDuckKira> ah, but no point release updates?
<RoundDuckKira> that stinks
<RoundDuckKira> what does fedora asahi pull from j`ey
<RoundDuckKira> I am trying to read the .spec file but yeah I am pretty new to rpm packaging and that's not what I want to mess with
<RoundDuckKira> I just want to figure out the repo so I can pull from that and get the kernel Fedora has so I can compile and repackage it for Void
<RoundDuckKira> with Void's configs except for the Asahi bits ofc
<j`ey> no point releases indeed
<RoundDuckKira> so where does 6.6.3 that Fedora uses come from
<j`ey> fedora takes the patches and applies them on top of the fedora kernel instead
vadorovsky has joined #asahi-alt
<RoundDuckKira> like how does it work
<RoundDuckKira> oh
<RoundDuckKira> ooooh
<RoundDuckKira> wait
sefidel has quit [Remote host closed the connection]
<RoundDuckKira> is there a list of asahi patches
<RoundDuckKira> I wonder where
<j`ey> well it's generated from the asahi-6.6-14 tag
sefidel has joined #asahi-alt
<j`ey> I mean you can just look at the commits from v6.6
<RoundDuckKira> oh wait you make a diff patch of asahi's changes to 6.6 and apply them to any 6.6.x version?
<j`ey> something like that
<RoundDuckKira> I wonder how without like accidently regressing a kernel to 6.6.0
<RoundDuckKira> like just asahi patches
<RoundDuckKira> ah
<j`ey> the fedora way seems quite complex tbh
<RoundDuckKira> yeah... but this looks simpler
<RoundDuckKira> like taking this as like just a mere linux source tree and compiling it
<j`ey> you can do that with the asahi tags
<RoundDuckKira> will have the least needed modifications to preexisting void scripts
<RoundDuckKira> will have the least needed modifications to preexisting void scripts
<j`ey> (but theyre on 6.6 of course..)
<RoundDuckKira> crap I forget I am not on discord ofc
<j`ey> I dont know what other patches this kernel has
<j`ey> (as in, that link contains other fedora changes)
<RoundDuckKira> well lemme see if I can normally build the kernel
kidplayer666 has quit [Quit: Connection closed for inactivity]
kidplayer666 has joined #asahi-alt
<RoundDuckKira> j`ey I realized you can make diffs from the asahi repo and add them to any 6.6.x version
<RoundDuckKira> nice
<RoundDuckKira> well actually more like a friend did
<j`ey> RoundDuckKira: you said that an hour ago too!
aead has quit [Remote host closed the connection]
aead has joined #asahi-alt
kdb424 has quit [Ping timeout: 480 seconds]
kdb424 has joined #asahi-alt
Dementor98 has joined #asahi-alt
aead has quit [Remote host closed the connection]
<RoundDuckKira> j`ey, yeah I did but like friend said that I could use git esp since asahi's vx.x kernels are vanilla kernels
<RoundDuckKira> but yeah true RIP
<RoundDuckKira> but yeah I didn't realize that and it gave a pretty easy diff that I could use
<RoundDuckKira> I am a moron lol
<j`ey> RoundDuckKira: good luck with the build!
Dementor9 has quit [Ping timeout: 480 seconds]
Dementor98 is now known as Dementor9
aead has joined #asahi-alt
aead has quit [Remote host closed the connection]
wille-io has quit [Quit: bye!]
RoundDuckKira has quit [Quit: Konversation terminated!]
eslerm has quit [Remote host closed the connection]
eslerm has joined #asahi-alt
eslerm has quit [Remote host closed the connection]
eslerm has joined #asahi-alt
eslerm has quit [Remote host closed the connection]
eslerm has joined #asahi-alt
eslerm has quit [Remote host closed the connection]
eslerm has joined #asahi-alt
psykose has quit [Remote host closed the connection]