mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 18:32:48 +00:00
fix: Enable dri permission for XIV Launcher by default
This commit is contained in:
parent
bd4d24a574
commit
19e6a93ce8
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# SCRIPT VERSION
|
# SCRIPT VERSION
|
||||||
VER=17
|
VER=18
|
||||||
VER_FILE="/etc/bazzite/flatpak_manager_version"
|
VER_FILE="/etc/bazzite/flatpak_manager_version"
|
||||||
VER_RAN=$(cat $VER_FILE)
|
VER_RAN=$(cat $VER_FILE)
|
||||||
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
||||||
@ -65,6 +65,11 @@ flatpak override \
|
|||||||
--filesystem=xdg-config/Mangohud:ro \
|
--filesystem=xdg-config/Mangohud:ro \
|
||||||
--filesystem=xdg-config/vkBasalt:ro
|
--filesystem=xdg-config/vkBasalt:ro
|
||||||
|
|
||||||
|
# Fix permissions for XIV Launcher
|
||||||
|
flatpak override \
|
||||||
|
--device=dri \
|
||||||
|
dev.goats.xivlauncher
|
||||||
|
|
||||||
# Params needed for HW accelerated video on Nvidia (Ignoring hybrid systems)
|
# Params needed for HW accelerated video on Nvidia (Ignoring hybrid systems)
|
||||||
if [[ $IMAGE_FLAVOR =~ "nvidia" ]] && [ $(grep -o "\-display" <<< $(lshw -C display) | wc -l) -le 1 ] && grep -q "vendor: NVIDIA Corporation" <<< $(lshw -C display); then
|
if [[ $IMAGE_FLAVOR =~ "nvidia" ]] && [ $(grep -o "\-display" <<< $(lshw -C display) | wc -l) -le 1 ] && grep -q "vendor: NVIDIA Corporation" <<< $(lshw -C display); then
|
||||||
flatpak override \
|
flatpak override \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user