码迷,mamicode.com
首页 > 系统相关 > 详细

Linux gpm下console中使用鼠标

时间:2017-01-12 16:15:51      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:gpm

1、安装gpm服务并查看gpm的信息

[root@a1 ~]# yum -y install gpm
[root@a1 ~]# yum info gpm
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Installed Packages
Name       : gpm
Arch       : i386
Version    : 1.20.1
Release    : 74.1
Size       : 306 k
Repo       : installed
Summary    : A mouse server for the Linux console.
License    : GPL
Description: Gpm provides mouse support to text-based Linux applications like
           : the Emacs editor and the Midnight Commander file management system.
           :  Gpm also provides console cut-and-paste operations using the mouse
           : and includes a program to allow pop-up menus to appear at the click
           : of a mouse button.
Name       : gpm
Arch       : x86_64
Version    : 1.20.1
Release    : 74.1
Size       : 334 k
Repo       : installed
Summary    : A mouse server for the Linux console.
License    : GPL
Description: Gpm provides mouse support to text-based Linux applications like
           : the Emacs editor and the Midnight Commander file management system.
           :  Gpm also provides console cut-and-paste operations using the mouse
           : and includes a program to allow pop-up menus to appear at the click
           : of a mouse button.

2、启动gpm服务:    

[root@a1 ~]# /etc/init.d/gpm restart
Shutting down console mouse services: [  OK  ]
Starting console mouse services: [  OK  ]


本文出自 “冰冻vs西瓜” 博客,请务必保留此出处http://molewan.blog.51cto.com/287340/1891378

Linux gpm下console中使用鼠标

标签:gpm

原文地址:http://molewan.blog.51cto.com/287340/1891378

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