mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-17 19:10:33 +00:00
feat: Allow VkBasalt config on all flatpaks automatically
This commit is contained in:
parent
668eb07187
commit
221f8cb56b
@ -62,7 +62,8 @@ flatpak override \
|
||||
|
||||
# Allow MangoHUD config for Flatpaks
|
||||
flatpak override \
|
||||
--filesystem=xdg-config/Mangohud:ro
|
||||
--filesystem=xdg-config/Mangohud:ro \
|
||||
--filesystem=xdg-config/vkBasalt:ro
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user