The graphics card displays llvmpipe in the system message in ubuntu (LLVM 10.0.0, 256 bits)

This is a problem that occurred when I was using the ubuntu system. I found many solutions on the Internet. I just did it for a while, and then I saw this old man's post and solved it.

Collection of Linux / Ubuntu+win10 dual system installation records (2): Problems caused by AMD core display driver - In the previous article on Zhihu, we mentioned astroR2: Linux / Ubuntu+win10 dual system installation records (1) :A series of problems related to the graphics card driver occurred during the installation of Ubuntu. Let’s see how to solve them. 0. In one sentence, the solution in this article is to change [1] in /etc/default/grub. It is recommended to start from the beginning... https://zhuanlan.zhihu.com/p/397952249 In the previous article, we mentioned astroR2: Linux / Ubuntu+ Win10 dual system installation record (1): A series of problems related to the graphics card driver appeared during the Ubuntu installation. Let’s see how to solve them. 0. In one sentence, the solution in this article is to change [1] in /etc/default/grub. It is recommended to start from the beginning... https://zhuanlan.zhihu.com/p/397952249 In the previous article, we mentioned astroR2: Linux / Ubuntu+ Win10 dual system installation record (1): A series of problems related to the graphics card driver appeared during the Ubuntu installation. Let’s see how to solve them. 0. In one sentence, the solution in this article is to change [1] in /etc/default/grub. It is recommended to start from the beginning... https://zhuanlan.zhihu.com/p/397952249 In the previous article, we mentioned astroR2: Linux / Ubuntu+ Win10 dual system installation record (1): A series of problems related to the graphics card driver appeared during the Ubuntu installation. Let’s see how to solve them. 0. Summarize the solution in this article in one sentence. Change [1] in /etc/default/grub. It is recommended to start from the beginning... https://zhuanlan.zhihu.com/p/397952249In the previous article We mentioned astroR2: Linux/Ubuntu+win10 dual system installation record (1): A series of problems related to the graphics card driver appeared during the Ubuntu installation. Let’s see how to solve them. 0. Summarize the solution in this article in one sentence. Change [1] in /etc/default/grub. It is recommended to start from the beginning...icon-default.png?t=N7T8https://zhuanlan.zhihu.com/p/397952249 Specifically, there are only two steps.

1. Modify the /etc/default/grub file and execute the first line in the terminal. The second line is what needs to be modified. The third line needs to be updated. If the third line does not work, execute the fourth line and restart. It will be fine. .

sudo vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi= acpi_backlight=vendor"
sudo update-grub
sudo grub-mkconfig -o /boot/grub/grub.cfg

 that is good.

Guess you like

Origin blog.csdn.net/qq_43384629/article/details/133343471