How to check whether the graphics driver has been successfully installed in Ubuntu

How to check whether the graphics driver has been successfully installed in Ubuntu

Run the command: glxinfo | grep rendering

If the result is "yes", it proves that the graphics driver has been successfully installed.

If there is a problem, it may be that mesa-utils is not installed in the system. Installation process: Enter the command in the terminal: sudo apt-get install mesa-utils

Then run the command: glxinfo | grep rendering

The above method to check whether the graphics card driver has been successfully installed under Ubuntu is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Install nvidia graphics driver under Ubuntu (simple installation method)
  • Detailed tutorial on installing nvidia driver + CUDA + cuDNN in Ubuntu 16.04
  • How to install RTX2080 Nvidia graphics card driver in Ubuntu18.04.2
  • Tutorial on installing Nvidia graphics card driver in Ubuntu 18.04 (with pictures and text)
  • Ubuntu installation graphics driver and cuda tutorial

<<:  How to create a trigger in MySQL

>>:  Detailed explanation of reduce fold unfold usage in JS

Recommend

MySQL quick recovery solution based on time point

The reason for writing such an article is that on...

Explanation of the execution priority of mySQL keywords

As shown below: from table where condition group ...

JavaScript to implement input box content prompt and hidden function

Sometimes the input box is small, and you want to...

JavaScript object built-in objects, value types and reference types explained

Table of contents Object Object Definition Iterat...

Tutorial on installing the unpacked version of mysql5.7 on CentOS 7

1. Unzip the mysql compressed package to the /usr...

A MySQL migration plan and practical record of pitfalls

Table of contents background Solution 1: Back up ...

MySQL replication table details and example code

MySQL replication table detailed explanation If w...

Vue realizes picture switching effect

This article example shares the specific code of ...

6 inheritance methods of JS advanced ES6

Table of contents 1. Prototype chain inheritance ...

Example code of layim integrating right-click menu in JavaScript

Table of contents 1. Effect Demonstration 2. Impl...

Detailed steps to install Nginx on Linux

1. Nginx installation steps 1.1 Official website ...

Detailed steps for quick installation of openshift

The fastest way to experience the latest version ...

Detailed explanation of the use and precautions of crontab under Linux

Crontab is a command used to set up periodic exec...

How to uninstall MySQL 8.0 version under Linux

1. Shut down MySQL [root@localhost /]# service my...

Analysis and solution of the problem that MySQL instance cannot be started

Table of contents Preface Scenario Analysis Summa...