Home > Operation and Maintenance > CentOS > 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
Release: 2020-06-06 17:13:37
Original
4517 people have browsed it

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*
Copy after login

Install gpm

Start the gpm service:

service gpm start
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template