Skip to content

Commit

Permalink
Merge pull request #1 from serhii-nakon/serhii-nakon-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
serhii-nakon authored May 10, 2024
2 parents 664bae3 + e5a885c commit 4abbacc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ PS: Please remove mesa-vdpau because it will crash applications that use it (lik
To uninstall:
1) Remove environment variables from /etc/environment
2) Remove Mesa from /opt/ - `rm -rf /opt/mesa32 /opt/mesa64`

To fix flatpak packages (it can crash startup):
1) `sudo flatpak override --unset-env=LD_LIBRARY_PATH`
2) `sudo flatpak override --unset-env=LIBGL_DRIVERS_PATH`
3) `sudo flatpak override --unset-env=VK_LAYER_PATH`
4) `sudo flatpak override --unset-env=VK_ICD_FILENAMES`
5) `sudo flatpak override --unset-env=LIBVA_DRIVERS_PATH`

0 comments on commit 4abbacc

Please sign in to comment.