Skip to content

Commit 83020d3

Browse files
authored
Merge pull request #236 from effectsbot/nvidia-offload-fix
Add additional troubleshooting entry to Vinegar section
2 parents 078f092 + 59b082e commit 83020d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/Vinegar/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This can vary from system to system. The most important factor in Wine's performance is the renderer. If your graphics card supports Vulkan, it's recommended to use either DXVK or Vulkan.
66

7-
It is also recommended to enable the NTSync kernel driver if your Linux kernel supports it (see [System Requirements](https://vinegarhq.org/Vinegar/Installation/index.html)).
7+
It is also recommended to enable the NTSync kernel driver if your Linux kernel supports it (see [System Requirements](./Installation/index.md)).
88

99
Vinegar also changes the Wineprefix version. While this does not increase performance, it increases compatibility.
1010

src/Vinegar/Troubleshooting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,12 @@ Make sure your drivers are installed correctly, if that doesn't help you can:
8686
### No Roblox desktop entries/shortcuts
8787

8888
This issue has no known cause, but appears to be more frequent with the Vinegar Flatpak. Rebooting your system should fix it.
89+
90+
### Studio not working when offloaded to an Nvidia GPU (hybrid graphics)
91+
92+
This appears to be an issue with both the Nvidia drivers and Flatpak.
93+
94+
To solve this, either run the following command or switch to a non-Flatpak package of Vinegar.
95+
```
96+
flatpak --user override --nosocket=wayland org.vinegarhq.Vinegar
97+
```

0 commit comments

Comments
 (0)