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
overholts has quit [Quit: overholts]
overholts has joined #asahi
c10l has quit [Quit: Ping timeout (120 seconds)]
le0n has quit [Remote host closed the connection]
skipwich has quit [Ping timeout: 480 seconds]
c10l has joined #asahi
skipwich has joined #asahi
le0n has joined #asahi
Brainium has joined #asahi
rvalue has quit [Ping timeout: 480 seconds]
rvalue has joined #asahi
marvin24_ has joined #asahi
marvin24 has quit [Ping timeout: 480 seconds]
RoundDuckKira has joined #asahi
bruse has joined #asahi
bruse has quit [Ping timeout: 480 seconds]
shiggitay has joined #asahi
KxCORP has quit [Quit: Bye!]
KxCORP has joined #asahi
Brainium has quit [Quit: Konversation terminated!]
Bertrand___ has quit [Ping timeout: 480 seconds]
Bertrand___ has joined #asahi
denysonique3 has quit [Quit: .]
denysonique3 has joined #asahi
KxCORP has quit [Quit: Bye!]
KxCORP has joined #asahi
tel2 has quit [Remote host closed the connection]
tel2 has joined #asahi
RoundDuckKira has quit [Ping timeout: 480 seconds]
Bertrand___ has quit [Read error: Connection reset by peer]
Bertrand___ has joined #asahi
hspak41 has quit []
bruse has joined #asahi
JayBeeFOSS has quit [Ping timeout: 480 seconds]
JayBeeFOSS has joined #asahi
bruse has quit [Ping timeout: 480 seconds]
hspak41 has joined #asahi
marvin24 has joined #asahi
marvin24_ has quit [Ping timeout: 480 seconds]
eutny^ has joined #asahi
possiblemeatball has quit [Quit: Quit]
ahuar88 has quit [Remote host closed the connection]
ahuar88 has joined #asahi
<dylanchapell>
asahi-diagnose is saying my audio configuration is in an invalid state because the pro audio profile is present. I have gone through all the deleting files steps and it still says it. Is there a way to remove it? (i did not install audio early)
<dylanchapell>
ok I deleted wireplumber state again and the error is gone, but pro audio is still an option
Bertrand___ has quit [Remote host closed the connection]
Bertrand___ has joined #asahi
<dylanchapell>
i now understand that pro audio is supposed to be there. i no longer have issues.
Juest has quit [Ping timeout: 480 seconds]
Juest has joined #asahi
bruse has joined #asahi
mbilker has quit [Quit: Arch Linux Rules]
bruse has quit [Ping timeout: 480 seconds]
le0n_ has joined #asahi
john-cabaj has quit [Ping timeout: 480 seconds]
le0n has quit [Ping timeout: 480 seconds]
mbilker has joined #asahi
ciara has quit [Remote host closed the connection]
ciara has joined #asahi
Bertrand___ has quit [Ping timeout: 480 seconds]
Bertrand___ has joined #asahi
shiggitay has quit [Ping timeout: 480 seconds]
<chadmed>
j`ey: i was awake but at work :p
<chadmed>
could be something up with the equal loudness volume remapping thing wim added
<chadmed>
i dont really understand that code its a clusterfuck of a kludge and probably racy or something
<chadmed>
it basically just says when a client tries to change the volume of the sink, check if the volume controls are mapped to a plugin control port and pass the value to that
<chadmed>
the problem is it _also_ does change the channel volume but then reset it to 1.0 after its done
<chadmed>
i assume theres a race between resetting the volume to 1.0 and setting the plugin control ports
bruse has joined #asahi
bruse has quit [Ping timeout: 480 seconds]
entourloop has quit [Remote host closed the connection]
opticron has quit [Read error: Connection reset by peer]
entourloop has joined #asahi
opticron has joined #asahi
Juesto has joined #asahi
Juest has quit [Ping timeout: 480 seconds]
wizzard has joined #asahi
hightower2 has quit [Remote host closed the connection]
bruse has joined #asahi
kidplayer666 has joined #asahi
bruse has quit [Ping timeout: 480 seconds]
<j`ey>
chadmed: alright, Ill go on the pipewire irc
Dementor9 has quit [Remote host closed the connection]
bruse has joined #asahi
Dementor9 has joined #asahi
jelly has quit [autokilled: This host violated network policy. Mail support@oftc.net if you think this is in error. (2024-01-25 09:12:05)]
disaster1 has joined #asahi
bruse_ has joined #asahi
jelly has joined #asahi
disaster has quit [Ping timeout: 480 seconds]
disaster1 is now known as disaster
pent1ckel has quit [Remote host closed the connection]
pent1ckel has joined #asahi
bruse has quit [Ping timeout: 480 seconds]
OrngBug has joined #asahi
OrngBug has quit [Read error: Connection reset by peer]
OrngBug has joined #asahi
OrngBug has left #asahi [#asahi]
Takeshi has joined #asahi
kidplayer666 has quit [Quit: Connection closed for inactivity]
Takeshi1 has joined #asahi
Takeshi has quit [Ping timeout: 480 seconds]
Takeshi1 is now known as Takeshi
eutny^ has quit [Ping timeout: 480 seconds]
holiday has joined #asahi
Brainium has joined #asahi
Juesto has quit [Remote host closed the connection]
Juest has joined #asahi
bruse_ has quit [Ping timeout: 480 seconds]
matteo has joined #asahi
mkurz has quit [Ping timeout: 480 seconds]
mkurz has joined #asahi
Nefsen402 has quit [Remote host closed the connection]
Nefsen402 has joined #asahi
nimprod3l has joined #asahi
fossdd has quit [Remote host closed the connection]
Nefsen402 has quit [Remote host closed the connection]
Nefsen402 has joined #asahi
alex___ has joined #asahi
<alex___>
is there a way to turn off the screen from commandline? saving power?
<alex___>
i've tried setterm but -blank is not supported, -powerdown 1 has no effect. and vbetool is x86 only
<j`ey>
markan posted a way on reddit, let me see if I can find it
<alex___>
ohhhh i figured: .xsessionrc then xset dpms force off ; sleep 100000d
<alex___>
j`ey: waiting for your solution
nimprod3l has quit [Ping timeout: 480 seconds]
<j`ey>
echo 1 > /sys/class/graphics/fb0/blank
<j`ey>
but if dpms works that's fine
<PaulFertser>
alex___: you do not need sleep there, just xset command is enough. But it's Xorg-specific, won't work in pure wayland session.
<alex___>
PaulFertser: true, but when i leave the sleep away, i get to console right again after startx?
<alex___>
j`ey: thanks!
Nefsen402 has quit [Remote host closed the connection]
Nefsen402 has joined #asahi
bruse has joined #asahi
<PaulFertser>
alex___: I'm not following, how is startx involved, what is the sequence of your actions and events you observe?
<alex___>
PaulFertser: the .xsessionrc is only run when user logins i.e runs startx
<alex___>
and without x, xset will not work
<PaulFertser>
alex___: so what are you trying to do, to start X server but turn off the screen right away?
<alex___>
yes that's what i'm doing now
<alex___>
PaulFertser: because the laptop has a swiss german keyboard (=broken, when it's not us-american) i'm only using it remote, it's actually http://bananas.debian.net
<PaulFertser>
alex___: do you have any window manager started in .xsessionrc? Usually the last line in that file should be something like "exec xmonad"
<alex___>
nope
<alex___>
i know how it usually works :)
<PaulFertser>
Hm, how are you using an X server without a WM I wonder?
<alex___>
tried wmaker and amiwm, both work, but it's horrible with that keyboard and no f-keys , it has that led display f-keys
<alex___>
you just don't start the x window manager, and sleep forever before you'd start the window manager :)
<PaulFertser>
What's wrong with the keyboard though, is it not doing the right thing when you do "setxkbmap -layout dvorak" (or "us" for qwerty)? How is it broken I wonder.
<alex___>
PaulFertser: as said, the machine is not used locally
<alex___>
it has a swiss german layout and no function keys
<PaulFertser>
Why would you run an X server on it in the first place if you do not need its input and output? Now you've confused me for real :) X server only makes sense locally.
<alex___>
just to make the screen black and not just light black
<alex___>
it's too bight when not in power save, and i coudln't power save the screen without x
<PaulFertser>
Layout as in it generates wrong scancodes? It's not just the labels on the keycaps but some really broken hardware behaviour?
<alex___>
layout as in, i got used to us american keyboards
<alex___>
the machine is in mint condition but i don't like it, except for remote+linux
<PaulFertser>
Ah that, surely using /sys/class/graphics/fb0/blank is better than starting X just to turn off the screen :)
<PaulFertser>
What's different in German layout, just Enter key vertical instead of horizontal?
<alex___>
yes, and y z exchanged, also [ ] { } @ not at their usualy places
<PaulFertser>
You mean the keycap labels? Is this keyboard really not working just as expected by setting different layout?
<alex___>
i have no idea, it works, but that enter key being not vertical is way too annoying to me
<PaulFertser>
I prefer ANSI Enter too
<alex___>
i meanwhile use a keychron k8 pro
gig_ is now known as gig
Takeshi has quit [Ping timeout: 480 seconds]
Brainium has quit [Read error: Connection reset by peer]
Bertrand___ has quit [Read error: Connection reset by peer]
bruse has joined #asahi
Bertrand___ has joined #asahi
bruse has quit [Ping timeout: 480 seconds]
___nick___ has quit [Ping timeout: 480 seconds]
caeif^ has quit [Ping timeout: 480 seconds]
caeif^ has joined #asahi
georgemoody has joined #asahi
caeif^ has quit [Remote host closed the connection]
georgemoody has quit [Quit: Konversation terminated!]
<j`ey>
is double click for right click meant to work anywhere on the trackpad? it seems to only work in the bottom right for me
<joshheyse>
j`ey: do you mean 2 finger click?
<j`ey>
yeah
<joshheyse>
2 finger click works for me anywhere on the trackpad (M2 MBP)
<j`ey>
hm, I will have to play around more, because I kept clicking instead of right click
<joshheyse>
i just hand a similar problem on my x13s running ubuntu, i had to go into trackpad settings there is an option for 2 finger right click vs one of the corners
delsol has quit [Remote host closed the connection]
<joshheyse>
are you using kde or gnome?
<j`ey>
neither!
<j`ey>
so maybe I need to look into libinput settings