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

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

时间: 2024-08-30 09:44:07

CentOS7安装后无法使用鼠标选中,复制问题解决的相关文章

CentOS7安装后无法使用鼠标选中

运行命令:yum install gpm*  安装gpm 启动gpm服务:service gpm start 运行systemctl enable gpm.servicere 添加到后台服务. 备注:CentOS7服务使用方法 服务使用方法systemctl start [服务文件名]systemctl restart [服务文件名]systemctl stop [服务文件名]systemctl status [服务文件名]设置开机启动systemctl enable [服务文件名]system

centos7 安装后,意外出现Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]

安装完成centos7后出现如下提示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License information (no user will be created) (license not accepted) Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]: 解决方案: 输入[1],

安装后,鼠标闪烁

现象: 安装完成后,鼠标闪烁.且部分区域鼠标偶尔不可见. 原因: 电脑上识别出两个显示器(“内置显示器”和“未知显示器”) 解决: 关闭未知显示器 步骤: 设置->显示->关闭未知显示器 深度原因: 未知

oracle 11g sql developer安装后无法使用

oracle11g安装后出现 再去官网单独下来个sql developer安装 sql developer需要jre支持

centos7安装后恢复windows系统入口

现象描述: ================================================================================ 安装centos7后,原来的win7或win8没有进入系统的菜单 出错原因: ================================================================================ 一般我们都会先安装windows,在windows下分出硬盘空间来安装centos7:

Visual Studio扩展与更新中插件被禁用,安装后无法使用

在Visual Studio中的扩展与更新中安装插件后,显示[禁用],重新安装后仍然不能使用,但是VS默认安装的扩展却可以正常使用. 这里需要注意下方显示“当前不允许加载每用户扩展”,点击“启用每用户拓展的加载”,显示如下窗体: 勾选以管理员身份加载每用户扩展,然后重新启动VS,问题解决.

CentOS7安装后系统配置及优化

配置国内源和epel源 cd /etc/yum.repos.d/mkdir repo_bakmv *.repo repo_bak/#基础源文件wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/Centos-7.repo#epel源文件 wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo#重新生成yum缓存yum clean a

centos7安装后的优化

涉及内容: 1.DNS 2.网络yum源 3.epel源 4.同步时间 5.安装vim 6.设置最大打开文件描述符数 7.禁用selinux 8.关闭防火墙 9.优化ssh连接速度 10.内核参数优化 11.设置vim退格键删除最后一个字符类型 12.更新内核 脚本如下: #!/bin/bash #author yundd by #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ $platform

CentOS7安装后没网络的解决方法

目录 1.没有ifconfig命令 2.试试ip addr命令 3.修改网卡的配置文件 4.重启network服务 5.用ping验证 6.文章版权 CentOS 7最小化安装成功后缺省是不启动网卡的,处理步骤如下: 以root用户登录. 1.没有ifconfig命令 执行ifconfig命令查看网络参数,如下: 根本没有ifconfig命令. 2.试试ip addr命令 用ip addr命令查看网络参数. ens33是网卡,但是没有IP地址. 3.修改网卡的配置文件 打开ens33网卡的配置文