You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sober/Installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
The requirements to be able to run Sober are based on [Roblox's official minimum requirements for mobile](https://en.help.roblox.com/hc/en-us/articles/203625474).<br>
6
6
Other requirements include:
7
7
8
-
- Processor: x86-64 CPU **with SSE4.1+ support** (see [more info here](./FAQ/index.html#How-do-I-know-I-meet-the-requirements-to-run-Sober))
8
+
- Processor: x86-64 CPU **with SSE4.1+ support** (see [more info here](./FAQ/index.html#how-do-i-know-i-meet-the-requirements-to-run-sober))
9
9
- Graphics: Vulkan 1.0 or later, or OpenGL ES 3.0 or later
10
10
- Linux kernel 5.11
11
11
@@ -53,7 +53,7 @@ Once the APK is downloaded, select the APK from the file picker.
53
53
54
54
## Post-Install
55
55
56
-
You can configure Sober to do things like bringing back the old 'oof' sound, or enabling server location indicators. See our [configuration docs](../Configuration/index.md) for more info.
56
+
You can configure Sober to do things like changing the death sound, or enabling server location indicators. See our [configuration docs](../Configuration/index.md) for more info.
57
57
58
58
## Uninstalling Sober
59
59
To uninstall Sober, run the following command in your terminal:
Copy file name to clipboardExpand all lines: src/Sober/Troubleshooting.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
If there are any undocumented issues, feel free to [create an issue](https://github.com/vinegarhq/vinegarhq.github.io/issues/new/choose) to update the documentation!
4
4
5
-
---
6
5
7
6
## Obtaining logs
8
7
@@ -13,7 +12,6 @@ There are two ways of obtaining logs when running Sober:
13
12
- Run Sober on the terminal (`flatpak run org.vinegarhq.Sober`)
14
13
- Get the log file at `~/.var/app/org.vinegarhq.Sober/data/sober/sober_logs/`
15
14
16
-
---
17
15
18
16
## Known General Issues
19
17
@@ -53,14 +51,11 @@ Otherwise, we cannot give a definite answer.
53
51
54
52
55
53
#### Solution
56
-
If you are sure your primary language is set anything but English, launch Sober using this command:
Check the rest of this page to see if you can find a solution, or ask on our Discord server or make a GitHub issue if you can't find anything.
60
55
61
56
62
57
### It says Sober couldn't launch because my card does not support Vulkan
63
-
Please see question #4 on [the FAQ](./FAQ/index.html#is-my-gpu-compatible). Otherwise, you will have to use OpenGL.
58
+
Please see question #4 on [the FAQ](./FAQ/index.html#is-my-gpu-compatible).
64
59
65
60
66
61
@@ -76,7 +71,7 @@ Update your distro to a newer version by following a distro-specific guide.
76
71
GPUs using Mesa should be fine as long as it's recent. If you're using an NVIDIA card, the driver version installed on your system must match with the Flatpak NVIDIA drivers that is installed on the system. (For example, the installed 560 system drivers cannot run with NVIDIA Flatpak 555 drivers)
77
72
78
73
#### Solution
79
-
You can update by typing`flatpak update`on your terminal.
74
+
Update by running`flatpak update`in your terminal.
80
75
81
76
82
77
### Sober crashes on hybrid graphics with the following error: `vkGetPhysicalDeviceSurfacePresentModesKHR failed`
@@ -90,7 +85,7 @@ Run an application utilizing Vulkan (e.g. vkcube) in order to wake up the discre
90
85
91
86
### My FFlags are not applying!
92
87
93
-
This is due to security implications imposed by Roblox in order to combat cheating through Fast Flags, almost none of which are supposed to be used by regular users. Otherwise, make sure that the FFlag is a valid and whitelisted flag to use.
88
+
This is due to security implications imposed by Roblox in order to combat cheating through Fast Flags, almost none of which are supposed to be used by regular users. Make sure that the FFlag is a valid and whitelisted to use.
94
89
95
90
> The list of allowed Fast Flags can be found in the [DevForum announcement](https://devforum.roblox.com/t/allowlist-for-local-client-configuration-via-fast-flags/3966569/)
96
91
@@ -101,13 +96,13 @@ This is caused by zombie Sober processes that refused to close properly when clo
101
96
102
97
#### Solution
103
98
104
-
Launch your DE's built-in system monitor app or install [Mission Control](https://missioncenter.io/), search, and kill any remaining lingering Sober processes. Otherwise, restart your computer as instructed in the popup.
99
+
Run `flatpak kill org.vinegarhq.Sober` or launch your DE's built-in system monitor app (or a system monitor app like [Mission Center](https://missioncenter.io/)), search, and kill any remaining lingering Sober processes. Otherwise, restart your computer as instructed in the popup.
105
100
106
101
107
102
### I'm running a virtual machine, but I cannot launch Sober!
108
-
Virtual machines are not generally supported. Unless you can passthrough the GPU, it's advised against so to try and run Sober on a virtual machine.
103
+
Virtual machines are not supported, unless you can passthrough the GPU. We advise against trying to run Sober in a virtual machine.
109
104
110
-
> It kinda does have support, depending if the VM host you're running has OpenGL support, but you're going to get terrible performance out of it.
105
+
> It does have some degree of support, depending on if the VM host you're running has OpenGL support, but you're going to get terrible performance out of it.
111
106
112
107
113
108
@@ -284,4 +279,5 @@ If you want it at higher quality, append the following FFlags into the `"fflags"
284
279
```
285
280
286
281
287
-
> Please keep in mind that if you are using an NVIDIA card with VRAM capacity less than 4 GB, please be mindful of the [OutOfMemory crash](#rbxcrash-outofmemory-failed-to-allocate-memory-size--x-alignment--y) when attempting to play as it will render **all** textures at the highest quality possible. Proceed at your own risk.
282
+
283
+
> Please keep in mind that if you are using an NVIDIA card with VRAM capacity less than 4 GB, please be mindful of the [OutOfMemory crash](#rbxcrash-outofmemory-failed-to-allocate-memory-size--x-alignment--y) when attempting to play as it will render **all** textures at the highest quality possible. Proceed at your own risk.
0 commit comments