CentOS7安装后无法使用鼠标选中,复制问题解决

Posted xiohao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7安装后无法使用鼠标选中,复制问题解决相关的知识,希望对你有一定的参考价值。

出现这种情况,一般是没有安装linux的鼠标服务器gpm

gpm命令 是Linux的虚拟控制台下的鼠标服务器,用于在虚拟控制台下实现鼠标复制和粘贴文本的功能。

具体操作:

运行命令:yum install gpm*  安装gpm

启动gpm服务:
service gpm start

运行systemctl enable gpm.servicere 添加到后台服务。

 

备注:CentOS7服务使用方法

服务使用方法
systemctl start [服务文件名]
systemctl restart [服务文件名]
systemctl stop [服务文件名]
systemctl status [服务文件名]
设置开机启动
systemctl enable [服务文件名]

systemctl disable [服务文件名]

 

参考链接: 

http://blog.csdn.net/zhldt2008/article/details/52621423

https://blog.csdn.net/qq_25900743/article/details/79488022

 

以上是关于CentOS7安装后无法使用鼠标选中,复制问题解决的主要内容,如果未能解决你的问题,请参考以下文章

securecrt 鼠标选中及复制选中就换行怎么解决

codeblocks鼠标无法选中

虚拟机重复安装多次centos结果黑屏只有鼠标怎么解决?

在html中如何将鼠标选中文字功能禁止,出现不能选中复制的效果

swiper中解决文字不能复制

如何解决centos7安装完后无法进入图形界面