Downloads
Forum
Cheatsheet
- Update system:
yay -Syu
- Install a package:
yay -S PACKAGE
or +sudo pacman -S PACKAGE
Install an .appimage and configure KDE Plasma shortcut
- Download your
.appimage
- Create a
.desktop
like:sudo vim /usr/share/applications/PACKAGE.desktop
- Inside of it put something like:
- Download a proper icon and save it in the same path declared before:
/path/to/PACKAGE-ICON.png
ERRORS
External monitors not working
Credits to https://discovery.endeavouros.com
Important
Nvidia drivers are not compatible with Wayland, you must use Xorg or similar
- Check the graphics car you are using:
glxinfo | grep "OpenGL renderer"
- Check if they are even detected:
xrandr --listmonitors
- If they are just go to: wiki.archlinux.org and follow the steps
- Otherwise:
- Identify your GPU:
lspci | grep -E "VGA|3D"
- NVIDIA:
sudo pacman -Syu nvidia nvidia-utils nvidia-settings
- AMD:
sudo pacman -Syu
- Intel:
sudo pacman -Syu
- NVIDIA:
- Reboot:
sudo reboot now
- Identify your GPU:
Tip
Try to plug the external monitors via Thunderbolt instead of HDMI
Enabling Nvidia GPU
I created the following Topic at the official forum, which dealed to the solution: https://forum.endeavouros.com/t/nvidia-geforce-3060-rtx-mobile-not-working/59686/6
BTW, just do the following:
- First I removedย
optimus-manager-qt-git
ย andยoptimus-manager-git
- Then I installedย
envy-control
:
- Now get the path to execute the script:
- It is imperative to reboot for the changes to take effect:ย
sudo reboot now
Icon Task manager bug (disappearing icons)
Credits to https://forum.endeavouros.com/t/bug-on-my-icon-only-task-manager/58990/6
Install nvidia drivers
- Run:
nvidia-inst