vercingetorx
vercingetorx
Question: Is it enough to be able to choose the GPU Bottles uses or do you guys actually need/want the ability to choose the Vulkan ICD loader?
This doesn't look like a Bottles issue.
Yes, there is a [fix](https://github.com/bottlesdevs/dependencies/pull/204) waiting to get merged.
I believe this is a Flatpak [issue](https://github.com/flatpak/flatpak/issues/2200) and a symptom of how Fedora Kinoite works.
It _may_ be related to the way multiple GPUs are handled: ``` @staticmethod def assume_discrete(vendors: list): if "nvidia" in vendors and "amd" in vendors: return {"integrated": "amd", "discrete": "nvidia"} if...
You're right, I tested a couple out and Bottles is not respecting these environment variables. Most likely a separate bug... I don't know there is an easy fix without that...
No not really. The only other thing you might try if you haven't already is setting environment variables within a specific bottle's settings rather than for Bottles itself. Also, I...
> My AMD GPU is not CPU integrated graphics. I have two dedicated graphics cards. Correct, but: ```bash prime: integrated: *id001 discrete: *id002 ``` Anyway, good luck.
Hi, I am still looking into this. Would you mind running ```flatpak run --command=sh com.usebottles.bottles``` and then ```ls /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/``` and post the output. Also want to confirm you are using...
Thanks for providing that information. Can you please provide the Bottles debug information as well? Are you using a single Nvidia GPU? Which drivers are you using?