Skip to content

Commit

Permalink
updated md documents
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Sep 26, 2024
1 parent ad285e4 commit 7f34a44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ An app behaves unexpectedly | Make sure your system is properly updated (use ter
Description of the issue | Possible remedy
:---- | :----
Wired (ethernet) connection does not<br>work properly | If you have a Realtek `8168` ethernet card, either uninstall the `r8168` package, or reinstall it. Then reboot.<br>Note at 2024-Jun: package `r8168` has been moved to the AUR.
Boot failure with new Nvidia cards (30xx and 40xx) | As a temporary workaround, add kernel parameter `ibt=off`.<br>2024-Jan: this should no more be needed.
Boot failure with new Nvidia cards (30xx and 40xx) | <strike>As a temporary workaround, add kernel parameter `ibt=off`.</strike><br>2024-Jan: this should no more be needed.
On nvidia system, after<br>system update the next boot<br>stops at a blank screen | Typically, on a kernel update the corresponding nvidia driver package should be updated as well.<br>Sometimes that doesn't happen, which can lead to this problem.<br>Remedy1: use the *dkms* version of the Nvidia driver (like `nvidia-dkms`). This is recommended.<br>Remedy2: use apps `eos-update` for updating the system, because they can detect such a problem and let you decide what to do.<br>Plain `pacman` or `yay` do not detect this.
5 changes: 0 additions & 5 deletions tips-for-eos-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ EOS_AUTORANK_TIMEOUT=5 # allows max 5 seconds for each mirror
## eos-pacdiff

To disable the initial warning window when starting `eos-pacdiff`, modify the value of variable `EOS_PACDIFF_WARNING` to `"no"` in file `/etc/eos-script-lib-yad.conf`.

## UpdateInTerminal

If you want to make sure keyrings will be OK when updating the system, set `EOS_UPDATE_ARCH_KEYRING_FIRST=yes` in file<br>`/etc/eos-script-lib-yad.conf`. This setting enables updating *both* Arch and EndeavourOS keyrings before updating other packages.<br>
Note that the `archlinux-keyring-wkd-sync` service should handle the Arch keyring when enabled.

0 comments on commit 7f34a44

Please sign in to comment.