/Home

Tips

  • Complete Discord quests without playing the game here.
  • Polybar autostart script and GPU temp script both go in ~/.config/polybar.
  • Create a kitty config file by pressing Ctrl+Shift+F2.

openSUSE Tumbleweed

  • On openSUSE Tumbleweed, envycontrol can be ignored usually, instead use NVIDIA SUSE Prime.
  • On openSUSE Tumbleweed, use the Flatpak version of Discord instead of the package in the openSUSE repositories.

Sober

Performance

If you are running into issues relating to your graphics card memory, go into config.json and add these two fast flags:

"DFFlagTextureQualityOverrideEnabled": true,
"DFIntTextureQualityOverride": "1"

You can change the value from 0 to 3, which affects the texture quality of Sober. 0 sets textures to the lowest possible quality (not recommended) while 3 sets textures to the highest possible quality.

If you want to add more fast flags, take a look at the official allowlist to see which fast flags can be used.

Fix for X Error of failed request: BadMatch (invalid parameter attributes) related to NV-GLX

First, install Flatseal:

flatpak install flatseal

Then locate Applications > Sober > Environment inside of Flatseal. Next, add this as a variable and enter to save:

VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json VK_LAYER_PATH=/usr/share/vulkan/explicit_layer.d

Solution found here.

Powered by hosted.md