码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-01-29 10:53:20      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:top   操作   虚拟   mct   ble   参考   csdn   cer   服务   

出现这种情况,一般是没有安装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安装后无法使用鼠标选中,复制问题解决

标签:top   操作   虚拟   mct   ble   参考   csdn   cer   服务   

原文地址:https://www.cnblogs.com/xiohao/p/12239546.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!