Raindrac
Raindrac
UBUniversal Blue
Created by Raindrac on 3/9/2025 in #🛟bazzite-help
How do I prevent my audio output from defaulting to my Dualsense controller?
Self-solved! Create a folder named wireplumber in ~/.config and a sub-folder within that folder named wireplumber.conf.d. The result should be ~/config/wireplumber/wireplumber.conf.d. There, create a file named 51-dualsense-lower-priority.conf with the following contents:
monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.usb-Sony_Interactive_Entertainment_DualSense_Edge_Wireless_Controller-00.analog-surround-40"
}
]
actions = {
update-props = {
priority.driver = 100
priority.session = 100
}
}
}
]
monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.usb-Sony_Interactive_Entertainment_DualSense_Edge_Wireless_Controller-00.analog-surround-40"
}
]
actions = {
update-props = {
priority.driver = 100
priority.session = 100
}
}
}
]
The value under node.name, alsa_output.usb-Sony_Interactive_Entertainment_DualSense_Edge_Wireless_Controller-00.analog-surround-40, might be different on your machine. If this doesn't work, run pw-cli ls Node in the command line and scroll through the output until you find the node-name value of your Dualsense controller.
3 replies
UBUniversal Blue
Created by Raindrac on 1/2/2025 in #🛟bazzite-help
Issue with MelonDS runner on Lutris
So if anyone comes in here looking for a solution, I'd recommend that
8 replies
UBUniversal Blue
Created by Raindrac on 1/2/2025 in #🛟bazzite-help
Issue with MelonDS runner on Lutris
EmuDeck handled it all for me, nice and easy
8 replies
UBUniversal Blue
Created by Raindrac on 1/2/2025 in #🛟bazzite-help
Issue with MelonDS runner on Lutris
That wouldn't have worked, as I wanted to add games directly to Steam rather than adding the MelonDS itself. But that aside, what I really came in here to say was that my solution was to simply install EmuDeck
8 replies
UBUniversal Blue
Created by Raindrac on 1/2/2025 in #🛟bazzite-help
Issue with MelonDS runner on Lutris
Alright, I do have it installed, so I'll the flatpak a go. Lutris was my first choice since I'm going to add this game to Steam Gaming Mode, and having a button to do that automatically makes it pretty convenient
8 replies
UBUniversal Blue
Created by Rath on 11/23/2024 in #🛟bazzite-help
Caps Lock Delay Issue
This is an issue that affects almost all known Linux distros. I noticed on the first day of myself using Linux, actually! I used to use caps lock instead of shift, and when I installed my first Linux distro, Pop_OS!, I had to begin shift instead because of this caps lock delay issue. It was my first day of Linux, and wasn't technically adept enough to look into solutions, so I just gave up and switched to shift. Unfortunately, I don't have a solution, as I haven't tried to fix it myself. From a quick web search using the terms "linux caps lock delay issue", I did find a couple solutions, but they all relied on modifying files that are read-only on Bazzite. But there might be some solutions out there that would work, so I hope this helps guide you in the right direction
14 replies