ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
Dementor has quit [Read error: Connection reset by peer]
Dementor has joined #asahi-dev
roxfan2 has joined #asahi-dev
roxfan has quit [Ping timeout: 480 seconds]
iaguis has joined #asahi-dev
midou has quit [Ping timeout: 480 seconds]
midou has joined #asahi-dev
iaguis has quit [Ping timeout: 480 seconds]
flatz has joined #asahi-dev
ChaosPrincess has quit [Quit: WeeChat 3.8]
ChaosPrincess has joined #asahi-dev
iaguis has joined #asahi-dev
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
mkurz has joined #asahi-dev
flatz has quit []
nicolas17 has quit [Ping timeout: 480 seconds]
iaguis has quit [Quit: leaving]
nicolas17 has joined #asahi-dev
mkurz has quit [Ping timeout: 480 seconds]
cylm has quit [Ping timeout: 480 seconds]
gladiac has joined #asahi-dev
kujeger has joined #asahi-dev
___nick___ has joined #asahi-dev
___nick___ has quit []
___nick___ has joined #asahi-dev
leitao has quit [Ping timeout: 480 seconds]
WindowPain has quit [Ping timeout: 480 seconds]
flatz has joined #asahi-dev
leitao has joined #asahi-dev
mattip has quit [Quit: Leaving]
WindowPain has joined #asahi-dev
rhysmdnz has quit [Quit: Bridge terminating on SIGTERM]
enick_149 has quit [Quit: Bridge terminating on SIGTERM]
WindowPain has quit [Ping timeout: 480 seconds]
Jamie has joined #asahi-dev
rhysmdnz has joined #asahi-dev
Jamie is now known as Guest4474
WindowPain has joined #asahi-dev
nehsou^ has joined #asahi-dev
leitao has quit [Ping timeout: 480 seconds]
karpouzi has joined #asahi-dev
<karpouzi>
i have an 8GB RAM M1 mac mini machine running a slightly tweaked asahi-edge (CONFIG_USB_8DEV is set on) and am finding that kwin_wayland is substantially more laggy than kwin_x11. has anyone else experienced this?
<karpouzi>
the display is a 1920x1080 60Hz monitor running over HDMI, for clarity
<karpouzi>
not sure i have any quantitative proof of this unfortunately
<jannau>
with display and gpu driver? if not that's expected
<karpouzi>
this is on I guess ordinary mesa with no gpu driver
<bluetail>
karpouzi I kinda gave up on my 8GB model and ordered the 16GB one even without asahi context. Turned out my 8gb m1 mac mini model kernel panicked due to memory issues or something like that.
<bluetail>
About 'laggy'... I havent experienced it no. But I only use it headless since
<karpouzi>
screenfetch says the GPU is llvmpipe
<karpouzi>
`pacman -Q | grep gpu` returns nothing
<bluetail>
are you up to date?
<karpouzi>
i do indeed have some issues with certain apps going oom and dying, but that's not asahi or a kernel panic issue
<karpouzi>
bluetail: i'm on the latest asahi-edge per git
mkurz has joined #asahi-dev
<karpouzi>
not a major problem, to be clear
<karpouzi>
i've gotten a lot of productive work done on the 8gb even :)
<karpouzi>
jannau: appreciated the reply!
<jannau>
karpouzi: without gpu driver wayland is slower, especially with the display (dcp, apple drm) driver
<karpouzi>
right, makes sense. i just realized I had wayland running the monitor at 144hz while x11 was set to 60hz
<karpouzi>
dragging a single firefox window (nothing else open) drops the kwin reported framerate from ~140 to 24
<karpouzi>
anyway no need for me to continue harping on it. thanks for the help
<ar>
karpouzi: do you have any desktop effects involving animations enabled? IIRC plasma has a long-standing bug with them actually rendering too fast on x11
<karpouzi>
wait, actually I do have mesa-asahi-edge 23.2.0_pre20230615-1 installed
<jannau>
but do you have the kernel driver?
<karpouzi>
unclear. what is it called?
<karpouzi>
ar: i disabled all animations in Desktop Effects, behavior is the same
<j`ey>
DRM_ASAHI in Kconfig
<jannau>
asahi
<karpouzi>
DRM_ASAHI is not set, so there we go
rootbeerdan1 has joined #asahi-dev
<karpouzi>
huh, why can't i find either the asahi GPU driver or the rust support items in menuconfig
<karpouzi>
xconfig to the rescue perhaps
<jannau>
try `make rustavailable` first
<karpouzi>
thank you! looks like i'm missing bindgen
rootbeerdan has quit [Ping timeout: 480 seconds]
rootbeerdan1 is now known as rootbeerdan
<karpouzi>
needed aur/rust-bindgen-git
<karpouzi>
`Source code for the 'core' standard library could not be found`
<karpouzi>
unclear what this means; i installed 1.66.0 versions of rustc, rust-std, etc
<karpouzi>
ah, no, this is a bindgen complaint; it wants bindgen 0.56.0
<karpouzi>
but aur/rust-bindgen-git provides 0.66.1
<psykose>
you have to patch the version checks
<psykose>
you also don't need rust-bindgen-git
<karpouzi>
gotcha
<psykose>
just rust-bindge
<karpouzi>
apparently that's what i ended up with anyway despite installing the -git
<karpouzi>
perplexed
<karpouzi>
only issue now is the `'core' standard library missing` claim
<karpouzi>
oh, that's just rust-src
<karpouzi>
looks like i have to patch the --blocklist-type tag as well