Home  >  Article  >  Operation and Maintenance  >  How to solve the problem that centos cannot see the mouse

How to solve the problem that centos cannot see the mouse

藏色散人
藏色散人Original
2022-01-28 14:59:438205browse

Solution to the problem that centos cannot see the mouse: 1. Enter the command line; 2. Execute the "yum install gpm* service gpm start systemctl enable" command.

How to solve the problem that centos cannot see the mouse

The operating environment of this article: CentOS 7 system, virtualBox5.2.8, DELL G3 computer

How to solve centos invisible Mouse problem?

virtual box can’t see the mouse on the centos page

While learning virtualbox, I can’t see the mouse on the centos page. After searching for information all morning, I finally solved this problem. Question, write it down now and record it to prevent yourself from forgetting next time!

First enter the command line and enter the following three commands:

 yum install gpm*
 service gpm start
 systemctl enable

These three statements mean to install, start, and start the gpm service automatically after booting up

Recommendation: "centos usage tutorial"

The above is the detailed content of How to solve the problem that centos cannot see the mouse. 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