Skip to content

Commit

Permalink
Improve vulkan detection
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 16, 2024
1 parent c4f0ccc commit 1b6c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biglinux-improve-compatibility/usr/local/bin/libreoffice
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ $XDG_CURRENT_DESKTOP = "KDE" ]]; then
# fi
# fi

if [[ $XDG_CURRENT_DESKTOP = "wayland" ]]; then
if [[ $XDG_CURRENT_DESKTOP = "wayland" ]] && [[ $Vulkan_Supported = "1" ]]; then
# Temporary fix, force nvidia to use opengl over vulkan with zink
if lsmod | grep -q nvidia_drm; then

Expand Down

0 comments on commit 1b6c6e3

Please sign in to comment.