Skip to content

Commit

Permalink
Merge pull request #109 from vinegarhq/release-staging
Browse files Browse the repository at this point in the history
Update main to release 1.6.0
  • Loading branch information
jrelvas-ipc authored Dec 21, 2023
2 parents 592f7d5 + 8b16684 commit 1df1300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/Configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ If you're using the Flatpak, ensure that the path of the `wineroot` configuratio

| Section | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------- |
| `[global]` | The global binary configuration for both Player and Studio, either can override, but FFlags and Environment are appended. |
| `[player]` | Binary configuration for Player |
| `[studio]` | Binary configuration for Studio |
| `[env]` | Global environment, this is similar to `[global.env]`. |
| `[env]` | Global environment |
| `[splash]` | Configuraton for the loading screen of Vinegar |

### Binary Configuration

This section are the available options for the global, Studio or Player configurations, they are specified under their sections as listed above.
This section are the available options for the Studio and Player configurations, they are specified under their sections as listed above.

| Option | Description | Default |
| ------------------ | ------------------------------------------------------------------------------------------------ | ------------------ |
Expand Down Expand Up @@ -99,7 +98,7 @@ wineroot = "/home/meow/wine-ge"
[env]
WINEFSYNC = "1"

[global]
[player]
launcher = "gamemoderun"
dxvk = false
renderer = "Vulkan"
Expand Down
4 changes: 2 additions & 2 deletions src/Troubleshooting/winehq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vinegar can be configured to help you determine whether a bug/issue is caused by
To begin, create a new toml configuration file in an appropriate location, with the following content:

```toml
# Written for Vinegar v1.5.9.
# Written for Vinegar v1.6.0.

# WARNING: This should be left empty if your system has WineHQ packages installed (https://wiki.winehq.org/Download).
# Otherwise, either install WineHQ packages or set wineroot to a staging/development wine's path.
Expand All @@ -26,7 +26,7 @@ sanitize_env = false # (X)
[splash]
enabled = false # (X)

[global.env]
[env]
WINEDEBUG = "" # (?): Use this to increase Wine log verbosity.
MESA_GL_VERSION_OVERRIDE = "" # (?): OpenGL debugging
__GL_THREADED_OPTIMIZATIONS = "" # (?): OpenGL debugging
Expand Down

0 comments on commit 1df1300

Please sign in to comment.