Getting GTX 900 / 10 series cards gaming (for now)
Until driver autodetect handles pre-Turing NVIDIA cards, they fall back to software rendering and games crawl. Here is the manual fix that gets real frames on Maxwell/Pascal today.
Why it happens: autodetect installs the NVIDIA open modules, which only support Turing (GTX 16 / RTX 20) and newer. Pascal and Maxwell need the legacy 580 branch instead. Background: Supported hardware.
Steps:
- Open a terminal.
- Install the legacy driver:
sudo pacman -S nvidia-580xx-dkms(it is in chaotic-aur, which GlouOS ships). - Reboot.
- Check it took:
nvidia-smiandvulkaninfo | grep deviceName.
That is it, you should be back to full performance. When the official autodetect fix lands you will not need this anymore.
♥ 5
▼ 0