bottlesdevs / Bottles

Run Windows software and games on Linux
https://usebottles.com
GNU General Public License v3.0
6.29k stars 262 forks source link

[Bug]: I cannot select Post-Processing Effects #3432

Closed Hyphaed closed 3 months ago

Hyphaed commented 3 months ago

Describe the bug

I cannot select Post-Processing effects, yet I'm NVidia GPU user

I attach screenshot with actual configuration

Screenshot from 2024-07-13 10-13-56

To Reproduce

1 Select a bottle 2 Go to Settings 3 On Display section try to select Post-Processing Effects

Package

Flatpak from Flathub

Distribution

Ubuntu 24.04

Debugging Information

(base) ferran@z590i:~$ flatpak run --command=bottles-cli com.usebottles.bottles info health-check
F: Not sharing "/usr/share" with sandbox: Path "/usr" is reserved by Flatpak
F: Not sharing "/usr/share/themes" with sandbox: Path "/usr" is reserved by Flatpak
Official Package: true
Version: '51.13'
DE/WM: gnome-xorg
Display:
    X.org: true
    X.org (port): :1
    Wayland: false
Graphics:
    vendors:
        nvidia: &id002
            vendor: nvidia
            envs:
                __NV_PRIME_RENDER_OFFLOAD: '1'
                __GLX_VENDOR_LIBRARY_NAME: nvidia
                __VK_LAYER_NV_optimus: NVIDIA_only
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json
            nvngx_path: /usr/lib/x86_64-linux-gnu/GL/nvidia-555-52-04/extra/nvidia/wine
        intel: &id001
            vendor: intel
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/intel_icd.i686.json
    prime:
        integrated: *id001
        discrete: *id002
Kernel:
    Type: Linux
    Version: 6.9.9-tkg-custom
Disk:
    Total: 33575100416
    Free: 33574928384
RAM:
    MemTotal: 62.5GiB
    MemAvailable: 57.5GiB
Bottles_envs: null

Troubleshooting Logs

No response

Additional context

No response

D0735 commented 3 months ago

You need install org.freedesktop.Platform.VulkanLayer.vkBasalt//23.08.

Hyphaed commented 3 months ago

thanks, solved