How to solve the problem that centos cannot see the mouse

藏色散人
Release: 2022-01-28 14:59:43
Original
8174 people have browsed it

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

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!