Raevenant
Raevenant
UBUniversal Blue
Created by Raevenant on 1/16/2025 in #🛟bazzite-help
Adding script before Steam game execution crashes game
I've attached the output when running steam from the cli to get the logs. There is one [Error], and I also see that for some reason my integrated GPU appears to have been selected?? I don't know if this is accurate though, because the game does not run better without gamescope, so I assume it switches back later in the process. Here is the script I'm attempting to run:
#!/usr/bin/env bash
reset_policy() {
kscreen-doctor output.2.vrrpolicy.automatic
notify-send "VRR Policy set to Automatic"
}
trap reset_policy EXIT
kscreen-doctor output.2.vrrpolicy.never
notify-send "VRR Policy set to Never"
$@
#!/usr/bin/env bash
reset_policy() {
kscreen-doctor output.2.vrrpolicy.automatic
notify-send "VRR Policy set to Automatic"
}
trap reset_policy EXIT
kscreen-doctor output.2.vrrpolicy.never
notify-send "VRR Policy set to Never"
$@
This script does work with vkcube so it has something specifically to do with Steam for whatever reason
2 replies
UBUniversal Blue
Created by Raevenant on 1/9/2025 in #🛟bazzite-help
[Resolved] virt-manager cannot create VMs: permission denied
Unable to complete install: 'can't connect to virtlogd: Unable to open file: /var/log/libvirt/qemu/linux2022.log: Permission denied'

Traceback (most recent call last):
File "/app/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/app/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
installer.start_install(guest, meter=meter)
File "/app/share/virt-manager/virtinst/install/installer.py", line 726, in start_install
domain = self._create_guest(
^^^^^^^^^^^^^^^^^^^
File "/app/share/virt-manager/virtinst/install/installer.py", line 667, in _create_guest
domain = self.conn.createXML(initial_xml or final_xml, 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.12/site-packages/libvirt.py", line 4545, in createXML
raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: can't connect to virtlogd: Unable to open file: /var/log/libvirt/qemu/linux2022.log: Permission denied
Unable to complete install: 'can't connect to virtlogd: Unable to open file: /var/log/libvirt/qemu/linux2022.log: Permission denied'

Traceback (most recent call last):
File "/app/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/app/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
installer.start_install(guest, meter=meter)
File "/app/share/virt-manager/virtinst/install/installer.py", line 726, in start_install
domain = self._create_guest(
^^^^^^^^^^^^^^^^^^^
File "/app/share/virt-manager/virtinst/install/installer.py", line 667, in _create_guest
domain = self.conn.createXML(initial_xml or final_xml, 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.12/site-packages/libvirt.py", line 4545, in createXML
raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: can't connect to virtlogd: Unable to open file: /var/log/libvirt/qemu/linux2022.log: Permission denied
140 replies
UBUniversal Blue
Created by Raevenant on 1/9/2025 in #🛟bazzite-help
[No Longer Issue: Unknown resolution] Opening links opens them cached instead of live
No description
37 replies
UBUniversal Blue
Created by Raevenant on 1/6/2025 in #🛟bazzite-help
Distrobox failing to start box
I've uploaded the distrobox enter parrot-os -v log. Here's the distrobox.ini file:
[parrot-os]
image=parrotsec/security:latest
pull=true
replace=true
start_now=false
home=/home/nathaniel/boxes/parrotos
[parrot-os]
image=parrotsec/security:latest
pull=true
replace=true
start_now=false
home=/home/nathaniel/boxes/parrotos
127 replies
UBUniversal Blue
Created by Raevenant on 1/5/2025 in #🛟bazzite-help
[No Longer Issue: unknown resolution] "Scaled by System" is not working
No description
21 replies
UBUniversal Blue
Created by Raevenant on 12/16/2024 in #🛟bazzite-help
AMD CPU heats up when locking PC or changing TTY
- Locked with Windows + L - Game is Path of Exile 1 - changing TTY to view with bpytop does not affect the fans, they're still running fast, and the CPU is hot
169 replies
UBUniversal Blue
Created by Raevenant on 11/28/2024 in #🛟bazzite-help
Help installing fw-fanctrl
There isn't an RPM, so I'll need to move the files, binaries, and services around manually. I got stuck, can someone help me?
92 replies
UBUniversal Blue
Created by Raevenant on 11/19/2024 in #🛟bazzite-help
QMK device doesn't update unless I reboot
I have a QMK trackball mouse (ploopy adept), and I've been trying to flash firmware onto it. When a new firmware is flashed onto the device I must reboot in order for VIAL to recognize it, even though I have udev rules that should be allowing it to see the device. Since nobody else on the ploopy discord seems to have this issue, I assume this is somehow Bazzite related
16 replies
UBUniversal Blue
Created by Raevenant on 10/16/2024 in #🛟bazzite-help
[RESOLVED] Tuned power manager tunes too low
When I updated yesterday, powerprofilesctl was replaced with tuned. I typically run my laptop on power saver, but I noticed that when I do so, my PC grinds to a halt. KDE hangs when trying to do anything at all, including pressing meta to open the application menu. Balanced power mode is not much better. I can only reasonably use my PC when set to performance
30 replies
UBUniversal Blue
Created by Raevenant on 10/2/2024 in #🛟bazzite-help
Nintendo Pro Controller disconnects quickly after attempt
When trying to connect my Pro controller, it disconnects after sevearl seconds. My joycons do not appear to have this issue. Each time I attempt to re-connect the pro controller, the "player" lights increment. So on the 5th connection attempt, the controller thinks that it's player 5.
8 replies
UBUniversal Blue
Created by Raevenant on 9/11/2024 in #🛟bazzite-help
[WORKAROUND FOUND] Full System Crash (Cannot Alt+F3 to change tty)
Please help if you're able, I've been fighting this for months on other distros, and it was working on Bazzite until 20 min ago, so I don't know what happened 😭 I believe it's a KDE bug, but since it was working until only 20 min ago, it has to be some configuration of some kind.
428 replies
UBUniversal Blue
Created by Raevenant on 9/11/2024 in #🛟bazzite-help
[SOLVED] 1Password on Bazzite
In the past, I've been able to get 1Password browser integration with Vivaldi by following this post here: https://forum.vivaldi.net/topic/91288/1password-extension-doesn-t-unlock-in-step-w-the-1password-desktop-application which outlines adding the file /etc/1password/custom_allowed_browsers and putting vivaldi-bin into the file. This has not worked for me yet in Bazzite. Both 1Password and Vivaldi are installed with layering, so they should be able to communicate properly, as there's no sandboxing. Can anyone help me understand what's going on?
27 replies
UBUniversal Blue
Created by Raevenant on 9/11/2024 in #🛟bazzite-help
How would I install `fw-fanctrl`?
https://github.com/TamtamHero/fw-fanctrl?tab=readme-ov-file#documentation It uses ectool and needs to add service files. I've tried a few configurations, and it seems like this should be possible, but I'm super new to read-only-root, so any help would be appreciated 🙏
3 replies