Skip to content

Commit 41e015f

Browse files
authored
change irrelevant information, oom section updated
1 parent 17055fb commit 41e015f

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

src/Sober/Troubleshooting/index.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ If it doesn't, append the following FFlags into the `"fflags"` section at `~/.va
4141

4242
If it doesn't work, set the `"DFIntTextureQualityOverride"` FFlag to `1` instead. Otherwise, you might be out of luck.
4343

44-
> Essentially, to avoid this problem without downscaling textures, you would need an NVIDIA GPU that has 4 GB or greater VRAM. Alternatively, you could also use a Mesa capable GPU (AMD/Intel).
44+
> Setting the override to `0` is not recommended, however this is the lowest possible setting textures are able to render. Only set to `0` at the last resort.
45+
46+
> Setting the texture override will not guarantee that all games will be playable. Essentially, to mostly avoid this problem without downscaling textures, you would need an NVIDIA GPU that has 4 GB or greater VRAM. Alternatively, you could also use a Mesa capable GPU (AMD/Intel).
4547
4648

4749
### I was kicked due to "Unexpected client behavior" (Error 268)
@@ -53,11 +55,7 @@ There has been recent reports after Sober was recently updated. (Commit `0.0.0-3
5355

5456

5557
### Sober just randomly crashes
56-
Depends on if the logs actually provided something useful.
57-
58-
59-
Chances are if you're using Linux in another primary language, Sober crashes since the locale for Sober is primarily English.
60-
58+
Depends on if the logs actually provided something useful.
6159

6260
Otherwise, we cannot give a definite answer.
6361

@@ -109,11 +107,11 @@ If you haven't logged into Sober, you should do it now. Afterwards you will be a
109107
110108

111109
### Automatic download isn't working (Long hang time; falls back to manual install)
112-
### Installing Sober gives me a 403 error
113-
- Three out of ten chances is that your ISP is blocking access to Google Play's APIs, which is what Sober is attempting to contact in order to download the correct APK file. Otherwise, either you should check your internet connection or the API is down.
114-
- Three out of ten chances is that your ISP is blocking access to Sober's repo server in Cloudflare, which is what Flatpak is attempting to contact in order to obtain the Flatpak remote in order to download Sober. Otherwise, two out of ten could be that since the repo is a private web page, it cannot be accessed either way.
115-
116-
> There have also been reports of being unable to copy the apk to a directory
110+
### The manifest could not be reached
111+
Several scenarios could happen:
112+
- Your ISP is blocking access to Google Play's APIs, which is what Sober is attempting to contact in order to download the correct APK file. Otherwise, either you should check your internet connection or the API is down.
113+
- Your ISP is blocking access to Sober's repo server in Cloudflare, which connection is required to get the manifest. The manifest determines if you need to update Sober to the next application version.
114+
- Otherwise, it could be that since the repo is a private web page, it cannot be accessed either way.
117115

118116
#### Solution
119117
Use a VPN
@@ -137,7 +135,7 @@ Either your DE does not know that it exists, Flatpak failed to create one when y
137135
#### Solution
138136
Wait for the DE to index the shortcut first.
139137

140-
If it doesn't index, make sure that there are both `.desktop` entries in `~/.local/share/flatpak/exports/share/applications` and `/home/[user]/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications`. If there isn't you should create one at `/home/[user]/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications` with the following:
138+
If it doesn't index, make sure that there are both `.desktop` entries in `~/.local/share/flatpak/exports/share/applications` and `/home/[user]/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications`. If there isn't you should create one at `~/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications` with the following:
141139
```
142140
[Desktop Entry]
143141
Type=Application

0 commit comments

Comments
 (0)