我嘗試nvidia
在我的 Arch Linux / Antergos 筆記型電腦上安裝驅動程序,因為我注意到它一直在使用內建的英特爾高清顯示卡。有問題的顯示卡是 NVIDIA GeForce 940MX。
以下是我嘗試讓事情順利進行時發生的情況:
sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils nvidia-settings
sudo nvidia-xconfig
(reboot right here)
(find that screen goes black and the backlight off when I switch to TTY7 / x)
(switch to tty2)
sudo modprobe nvidia
(no output, things still don't work)
sudo prime-select nvidia
(apparently prime-select doesn't exist on my system for some reason
despite having nvidia-settings)
sudo pacman -R nvidia
sudo mv /etc/X11/xorg.conf.nvidia-xconfig-original /etc/X11/xorg.conf
(reboot right here)
(back to normal, still on Intel Graphics Card)
有人可以告訴我如何製作這些驅動程式嗎工作?在此之前,我讓它們在 Ubuntu 上工作(作為上次我嘗試讓它們在 Arch/Antergos 上工作後的最後手段。)
編輯:我已經使用 optirun/primusrun 和 bumblebee 讓它工作,但我真的更喜歡將它用於所有事情,因為我更喜歡品質而不是電源管理。