Home  >  Article  >  Operation and Maintenance  >  How to solve the problem that CentOS cannot be selected using the mouse after installation

How to solve the problem that CentOS cannot be selected using the mouse after installation

WJ
WJOriginal
2020-06-06 17:13:374495browse

How to solve the problem that CentOS cannot be selected using the mouse after installation

How to solve the problem of being unable to use the mouse to select after CentOS installation?

Solution to the problem of being unable to use the mouse to select after CentOS installation:

Run the command:

yum install gpm*

Install gpm

Start the gpm service:

service gpm start

Run systemctl enable gpm.servicere to add to the background service.

Note: CentOS7 service usage method

Service usage method
systemctl start [service file name]
systemctl restart [service file name]
systemctl stop [ Service file name]
systemctl status [Service file name]
Set up startup
systemctl enable [Service file name]

systemctl disable [Service file name]

Related references:centOS tutorial

The above is the detailed content of How to solve the problem that CentOS cannot be selected using the mouse after installation. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn