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 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!