marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | "Does XXX work yet?": https://alx.sh/fs | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-alt #asahi-stream #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
thansen has quit [Read error: No route to host]
thansen has joined #asahi
cylm_ has joined #asahi
cylm__ has joined #asahi
cylm has quit [Ping timeout: 480 seconds]
cylm_ has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
KxCORP5894 has quit [Quit: Bye!]
KxCORP5894 has joined #asahi
Araza has quit [Quit: WeeChat 4.3.1]
pb17 has joined #asahi
Brainium has quit [Quit: Konversation terminated!]
hightower3 has joined #asahi
KxCORP5894 has quit [Quit: Bye!]
KxCORP5894 has joined #asahi
hightower2 has quit [Ping timeout: 480 seconds]
ten15723774324630506 has quit [Remote host closed the connection]
ten15723774324630506 has joined #asahi
Brainium has joined #asahi
pb17 has quit [Ping timeout: 480 seconds]
cylm__ has quit [Ping timeout: 480 seconds]
JayBeeFOSS has quit [Remote host closed the connection]
JayBeeFOSS has joined #asahi
<runxiyu> Is there a way to enable framebuffer support?
<runxiyu> I see CONFIG_FRAMEBUFFER_CONSOLE=y
marvin24_ has joined #asahi
<runxiyu> Ah... apparently FRAMEBUFFER_CONSOLE is not FB; I suppose I could try setting CONFIG_FB_UVESA=m?
<nicolas17> "uvesafb should work with any video card that has a Video BIOS compliant with the VBE 2.0 standard."
<nicolas17> I doubt it :P
<runxiyu> oops nevermind
marvin24 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi
ten15723774324630506 has quit [Remote host closed the connection]
ten15723774324630506 has joined #asahi
Brainium has quit [Quit: Konversation terminated!]
cutestress has joined #asahi
possiblemeatball has quit [Remote host closed the connection]
cutestress has quit [Quit: leaving]
cutestress has joined #asahi
possiblemeatball has joined #asahi
cutestress has quit [Quit: leaving]
possiblemeatball has quit [Remote host closed the connection]
possiblemeatball has joined #asahi
possiblemeatball1 has joined #asahi
possiblemeatball has quit [Read error: Connection reset by peer]
possiblemeatball has joined #asahi
possiblemeatball1 has quit [Read error: Connection reset by peer]
nicolas17 has quit [Ping timeout: 480 seconds]
possiblemeatball has quit [Remote host closed the connection]
possiblemeatball has joined #asahi
possiblemeatball has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi
ten15723774324630506 has quit [Remote host closed the connection]
ten15723774324630506 has joined #asahi
<PaulFertser> runxiyu: doesn't Asahi has CONFIG_DRM_FBDEV_EMULATION enabled?
<PaulFertser> runxiyu: I mean there's a proper KMS driver so you can have framebuffer there if you want to, sure, why not, what's the problem?
<runxiyu> yes... though I'm not sure what that really means
<runxiyu> I kinda just know that /dev/fb* doesn't exist
<PaulFertser> runxiyu: is that symbol enabled in your kernel config?
<runxiyu> PaulFertser: Yes
<PaulFertser> runxiyu: and can you pastebin full dmesg please?
<runxiyu> Alright, lemme reboot because the system has been running for ages and the dmesg at boot was overwritten
<PaulFertser> You have it in the log normally.
<PaulFertser> No need to reboot for just that.
<runxiyu> (I rebooted anyways)
<PaulFertser> And your kernel .config too please.
pb17 has quit [Ping timeout: 480 seconds]
<runxiyu> PaulFertser: Before reboot, dmesg | head was at 80000 seconds or something
<PaulFertser> [ 0.505312] simple-framebuffer 9e20e4000.framebuffer: [drm] fb0: simpledrmdrmfb frame buffer device
<runxiyu> I saw that indeed
<runxiyu> and [ 4.095163] apple-drm soc:display-subsystem: [drm] fb0: appledrmfb frame buffer device
<runxiyu> but /dev/fb* doesn't exist
<PaulFertser> So there is framebuffer just no legacy fbdev device node, ok.
<PaulFertser> # CONFIG_FB_DEVICE is not set
<PaulFertser> runxiyu: so if you need that device you need to recompile the kernel with that.
<runxiyu> Ah, thanks
<PaulFertser> runxiyu: probably you want to take this opportunity to learn new non-legacy ways https://embear.ch/blog/drm-framebuffer
<runxiyu> thanks, I'll see
rstdaa^ has joined #asahi
pb17 has joined #asahi
<runxiyu> Is there any guidance on compiling a minimal-ish kernel for Asahi systems?
<runxiyu> The default config shipped with the package manager's version seems to include e.g. amdgpu, which I definitely don't need
<PaulFertser> runxiyu: what distro are you using?
<runxiyu> PaulFertser: Asahi Fedora
<PaulFertser> runxiyu: I would suggest you just use existing .config and change only what you need there, for the sake of simplicity.
<runxiyu> PaulFertser: It takes way too long to compile
<PaulFertser> runxiyu: how long is too long btw?
<runxiyu> PaulFertser: More than 40 minutes
<PaulFertser> :)
<PaulFertser> You'll spend more time figuring out how to make config minimal I guess.
<PaulFertser> runxiyu: also, minimal configs are nice but when you do not have all the drivers for USB compiled as modules or some networking features then one time you'll have to recompile when you suddenly get a hardware that needs it.
<runxiyu> PaulFertser: I mean, at least I don't want to compile nvidia/amdgpu/intel-related things that my Asahi installation is never going to use
<runxiyu> Anything about removable devices I'll leave in
<PaulFertser> runxiyu: ok but I think those drivers all take less than 5 minutes of compile time combined.
<runxiyu> alright... uhhh
rstdaa^ has quit [Remote host closed the connection]
<PaulFertser> runxiyu: btw, if if you're into minimal things, consider Gentoo. But I suggest you refrain from per-package use flags as much as possible and prefer global USE flags. Also updates are much easier when you do not mix stable and testing on one system. And when you emerge world regularly enough (e.g. once a month).
<runxiyu> PaulFertser: I used to use Gentoo on my other laptop but it was a bit too slow to compile everything with
<runxiyu> PaulFertser: I've been a bit reluctent to use Gentoo on this M1 because I'm not that sure how well-supported it is, but I'll certainlly take a look
<PaulFertser> runxiyu: there're enough active very competent devs who run Gentoo on Apple Silicon.
Szadek5925420419 has quit []
pb17 has quit [Ping timeout: 480 seconds]
jeffmiw has joined #asahi
Szadek5925420419 has joined #asahi
pb17 has joined #asahi
schroes has quit [Ping timeout: 480 seconds]
schroes has joined #asahi
fgcrl has joined #asahi
jeffmiw has quit [Ping timeout: 480 seconds]
u154ss has joined #asahi
<u154ss> @all a puzzle for me.. Using an M2 Mini running a 6.9.x kernel happily with a USB hub plugged into the usb 3.1 port - all peripherals working. Just recompiled the kernel (6.9.3) using the same .config (unchanged) I used with the previous kernel and the USB hub has stopped working. Of course plugging the keyboard/mouse into the USB-A ports works. Anyone any bright ideas?
u154ss has quit [Remote host closed the connection]
pb17 has quit [Ping timeout: 480 seconds]
u154ss has joined #asahi
<chadmed> runxiyu: head over to #asahi-alt for gentoo stuff, but we're generally either in sync with or a couple of days max behind fedora
<runxiyu> alright, thanks!
<u154ss> Answering my own question.. I copied the config from /boot of the previous kernel (6.9.x) to the 6.9.3 environment, recompiled and now things are working again. Strange..
<u154ss> Back to sleep...
Brainium has joined #asahi
pb17 has joined #asahi
Brainium_ has joined #asahi
Brainium_ has quit []
jacksonchen666 has joined #asahi
Brainium has quit [Ping timeout: 480 seconds]
jacksonchen666 has quit [Quit: WeeChat 4.3.1]
hightower2 has joined #asahi
hightower3 has quit [Ping timeout: 480 seconds]
cylm has joined #asahi
jeffmiw has joined #asahi
u154ss has quit [Remote host closed the connection]
bdju_ has joined #asahi
bdju has quit [Ping timeout: 480 seconds]
bdju_ has quit []
bdju has joined #asahi
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi
jeffmiw has quit [Ping timeout: 480 seconds]
vx has quit [Quit: G-Line: User has been permanently banned from this network.]
vx has joined #asahi
Juest has quit [Ping timeout: 480 seconds]
jeffmiw has joined #asahi
melonai has quit []
JayBeeFOSS has quit [Remote host closed the connection]
Brainium has joined #asahi
JayBeeFOSS has joined #asahi
<mort_> I talked about bluetooth audio issues here yesterday
<mort_> They just returned, and lo: I'm connected to 2.4GHz WiFi for whatever reason!
aaronsh_ has quit [Quit: Connection closed for inactivity]
Juest has joined #asahi
pb17 has quit [Ping timeout: 480 seconds]
possiblemeatball has joined #asahi
pb17 has joined #asahi
ChaiTRex has joined #asahi
sprokkel has joined #asahi
<sprokkel> Question, after the latest update on my mac mini m1 my network card is seen as a 100Mbit card instead of 1Gbit. Throughput (e.g. via ssh) is limited to 10MByte/s. What happened? It used to be 30MByte/s just a week a go with ssh.
<sprokkel> Could this be networkmanager related because that was updated some days ago i think.
melonai has joined #asahi
<jannau> sprokkel: have you tried re-plugging the network cable at both end or replacing the cable
<sprokkel> @jannau: I'll give that a try.
<sprokkel> @jannau: Uh, Oke, that worked! It's back to 1000Mbit now.
<sprokkel> wth
<sprokkel> @jannau: thanks for the quick fix! appreciated.
ds0 has joined #asahi
kdb424 has quit [Quit: The Lounge - https://thelounge.chat]
kdb424 has joined #asahi
<ds0> Greetings! Thanks to all for your work on this project. Is this an appropriate place to ask for technical support, or am I better off in another channel / another medium like the subreddit?
Brainium has quit [Quit: Konversation terminated!]
kdb424 has quit [Read error: Connection reset by peer]
Brainium has joined #asahi
possiblemeatball has quit [Remote host closed the connection]
<runxiyu> ds0: this is the appropriate channel
possiblemeatball has joined #asahi
kdb424 has joined #asahi
kdb424 has quit []
<ds0> Cheers. I'm interested in adjusting color temperature outside of KDE Plasma, specifically on Sway instead, but it seems like outside of KDE there is nothing working out-of-the-box for me. Do any of you have luck with alternative wayland tools for this if you're not running KDE?
sprokkel2 has joined #asahi
kdb424 has joined #asahi
sprokkel has quit [Ping timeout: 480 seconds]
sprokkel2 has quit [Ping timeout: 480 seconds]
<jannau> ds0: the wayland compositor (Sway in your case) has full control over the drm/kms display device. there is no way around it. either the compositor need to add support for kms CTM (color transformation matrix) or the driver has to support gamma tables (major reverse engineering effort)
<ds0> I see. Thanks for the clarification. Conversely, this means KDE Plasma does, in fact support kms CTM, right?
<jannau> yes
Brainium has quit [Remote host closed the connection]
Brainium has joined #asahi
ds0 has quit [Quit: WeeChat 4.3.0]
Brainium has quit [Ping timeout: 480 seconds]
Brainium has joined #asahi
opticron has quit [Remote host closed the connection]
opticron has joined #asahi
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi
nopjmp has quit []
nopjmp has joined #asahi
nopjmp has quit []
nopjmp has joined #asahi
glem has quit [Quit: bye.]
glem has joined #asahi
amarioguy has joined #asahi
sprokkel has joined #asahi
checkfoc_us has quit []
checkfoc_us has joined #asahi
Brainium has quit [Quit: Konversation terminated!]
Brainium has joined #asahi
jadesoturi has quit [Ping timeout: 480 seconds]
jadesoturi has joined #asahi
pb17 has quit [Ping timeout: 480 seconds]
jeffmiw has quit [Ping timeout: 480 seconds]
alice has quit [Remote host closed the connection]
pb17 has joined #asahi
aissen_ has joined #asahi
aissen has quit [Ping timeout: 480 seconds]
pjakobsson has quit [Ping timeout: 480 seconds]
rvalue has quit [Ping timeout: 480 seconds]
gspbirel56 has quit [Quit: see you soon!]
gspbirel56 has joined #asahi
birate17 has joined #asahi
rvalue has joined #asahi
pb17 has quit [Remote host closed the connection]
sprokkel has quit [Quit: WeeChat 4.3.0]
vx has quit [Quit: G-Line: User has been permanently banned from this network.]
vx has joined #asahi
mkurz has quit [Quit: Konversation terminated!]
pb17 has joined #asahi
andriislavinskyi has joined #asahi
andriislavinskyi is now known as most12
most12 has quit []
nicolas17 has joined #asahi
nitro has joined #asahi
<nitro> Is there a way to easily use Microsoft Excel, Word, etc on KDE Plasma Hyprland? I have school accounts on it
birate17 has quit [Remote host closed the connection]
opticron has quit [Read error: Connection reset by peer]
opticron has joined #asahi
<ellyq> in the web browser
pb17 has quit [Ping timeout: 480 seconds]
buroa23 has joined #asahi
ddxtanx has joined #asahi
ddxtanx has quit [Remote host closed the connection]
pb17 has joined #asahi