啟動系統,按ESC鍵,進入GRUB頁面,進入到命令行
1. Start up your computer and when you see the Grub screen, do the following:
2. In the Grub menu press the ‘e’ key to edit Grub’s boot options.
3. Using your arrow keys, move the typing cursor to the end of the ‘linux’ (kernel) line and append a ‘3’ at the end of the line (with a space before it).
4. Then press CTRL+X or F10 to save the changes for this bootup session and to boot the system into a console.
That’s it. You will now boot into a console where you can log in with your username and password.
在有linux字符的那一行末尾加一個數字"3"
檢查顯卡
mhwd -l -d
刪除顯卡
sudo mhwd -r pci video-virtualmachine
重新安裝顯卡
sudo mhwd -a pci nonfree 0300
或者
sudo mhwd -a pci free 0300
參考網頁:
https://wiki.manjaro.org/Configure_Graphics_Cards#Removing_an_Installed_Driver