Home  >  Article  >  Hardware Tutorial  >  Check the graphics card model in ubuntu

Check the graphics card model in ubuntu

WBOY
WBOYforward
2024-02-20 21:09:21812browse

Check the graphics card model in ubuntu

How to check NVIDIA graphics card information under Linux

1. Let’s find out how to check gpu usage in Linux. Open the Linux system and right-click on a blank space on the Linux desktop. In the pop-up drop-down option, click to open the terminal. Enter the nvidia-smi command and press Enter to run it to display the GPU usage.

2. Check the graphics card information. Since the test environment uses NVIDIA graphics cards, you can directly query the specific graphics card information "00:00" through the lspci command. This parameter is the bus number, and the second is the plug-in number. The slot number, and the third one is the function number, they are all hexadecimal numbers.

3. First, use the command lspci | grep -i vga to check whether your graphics card is NVIDIA or Intel. For NVIDIA, just install the NVIDIA driver and check it out. There are tutorials on the Internet that won’t go into detail. For Intel graphics cards, the truth is actually the same, but there is no method.

4. You can use the shell command lspci. lspci displays all pci device information. pci is a bus, and the devices connected through the pci bus are pci devices. We only need to find the display device in the PCI bus.

2020-06-18 Check hardware and system information under ubuntu

1. The steps to check the computer configuration in ubuntu are as follows: First click the button, which is the icon with the wrench and gear on the left side of the screen . Then click on the other one inside.

2. Install hwinfo first, enter sudo apt-get install hwinfo. After installation, run hwinfo. The default output information is relatively long. You can use the --short option: hwinfo --short will tell you. Computer hardware configuration.

3. Open "System Monitor" and select "System" Ubuntu to view the version command lshw The lshw command displays detailed hardware information.

4. Press the shortcut key Ctrl Alt T to open the terminal and enter the command sudo lshw to view the model and detailed information of each hardware in the terminal.

5. Just enter hardinfo in the terminal to start the program. After starting, you can click to view various information.

ubuntu independent graphics card does not display

The first step to install the graphics driver under ubuntu: first check whether the graphics driver is installed, run glxinfo | head, if direct rendering: Yes is displayed, it has been installed .

: IGD: :Pwr indicates that the independent display is dynamically turned off and the integrated display is working. In fact, if you don't play games, the integrated graphics is enough, because 99% of the integrated graphics are Intel, it is open source, and there is no problem of performance degradation. It’s just that the adjustment software other than the driver is not as abundant as under win.

If the above content is not displayed, it means the system cannot recognize your monitor. This is because the external monitor uses your computer's independent graphics driver, while Ubuntu's built-in monitor uses the integrated graphics driver. If your computer does not have a discrete graphics card, there will be no recognition problems.

It is recommended that you recompile the kernel or reinstall your ubuntu system. But the wisest and fastest way is of course to reinstall the system. If there is no dedicated driver for your graphics card in Ubuntu, it will use the universal graphics card driver to help you use it correctly. Reinstall it. .

nvidia view license command

1. Replace the number after the hostid in license.dat with your network card number. Start the menu, click Run, and enter the command ipconfig in the dos black screen. All can be found by copying sys_cpt.dll to C:\altera\quartus50\bin\ to overwrite the file with the same name.

2. ServerPort=License server port (default is 7070) FeatureType=1 Restart the instance to make the License server configuration take effect. reboot to check whether the license is activated successfully. Remote connection instance. Check the license status.

3. We click to open the Device Manager, 35 Then, we right-click the graphics card, click to open properties, 45 Then, we click to open the driver tab above, 55 Finally, we click the Update Driver button directly , you can install the recommended driver.

4. License status of the switch. If the user wants to query the authorization information of Huawei switching, he needs to execute the displaylicensestate command to check the license status of the switch. There is authorization information in the status.

5, all command query). Then copy the newly generated license file (license.dat file) to the proeWildfire 0\flex\licensing directory - but the license.dat file cannot be found at all. Please give expert guidance.

How to check the GPU in ubuntu system

1. How to check the graphics card model in ubuntu: Enter: lspci in the command line to see the current graphics card model.

2. First, enter the ubuntu system desktop, click the "Search" option in the upper left corner, search for "driver", and then open the searched driver, as shown in the figure below, and then proceed to the next step. Secondly, after completing the above steps, wait for the system to scan the device driver information, as shown in the figure below, and then proceed to the next step.

3. Click System Settings from the left launcher bar and click "Details". In the next "Details" interface, there is a "Graphics" row, which displays the model of the currently used graphics card. As shown in the picture, the graphics card of this machine is the integrated graphics card of Intel Haswell Mobile.

4. You can check the graphics card model by downloading GPU-Z or Master Lu. To install the graphics card driver, you can download the corresponding driver installation from the graphics card official website, or you can download Master Lu or Driver Life to install it.

What should I do if Ubuntu has a black screen after updating the nVidia graphics driver?

1. Enter the options interface and select advanced mode (ubuntu advanced options). After entering, select an option with recoverymode in brackets. I chose the highest option. Then it automatically blacks out and the code appears, and then a selection box pops up, select root.

2. It is recommended to download and install from the graphics card official website or NVIDIA official website or AMD official website. First, enter safe mode to uninstall the driver, replace the driver version and install it, restart the computer, and keep pressing the F8 key until the system advanced startup menu appears. Then select Safe Mode to enter Safe Mode, right-click "Computer" Properties "Device Manager".

3. More and more people are inseparable from computers, but when we update the computer driver, the computer will have a black screen after updating the graphics card driver. When the screen is black, we can solve the problem through some settings. The method is as follows: before turning on the computer, press F8 to enter the advanced startup options - select safe mode, click Enter to enter, and click Enter to enter.

4. When the screen goes black with only one horizontal line after installing nvidia on ubuntu, it is caused by incompatibility between the driver and the system. Installation, a Chinese vocabulary, refers to fixing machinery or equipment in a certain position according to certain procedures and specifications. It also refers to fixing machinery or equipment in a certain place according to certain methods and specifications.

5. After rolling back the driver in safe mode, go to the official website of the corresponding graphics card and enter the corresponding model number to download and install the driver. Steps to roll back the driver in safe mode: Press F8 on boot to enter safe mode, and then enter Device Manager.

The above is the detailed content of Check the graphics card model in ubuntu. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:codercto.com. If there is any infringement, please contact admin@php.cn delete