1. 程式人生 > >配置gpm通用滑鼠守護程序

配置gpm通用滑鼠守護程序

下載blfs指令碼檔案:http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/blfs-bootscripts-20180105.tar.xz

解壓指令碼

tar -xvf blfs-bootscripts-20180105.tar.xz 

進入指令碼進行安裝

cd  blfs-bootscripts-20180105

make install-gpm

設定預設配置檔案

cat > /etc/sysconfig/mouse << "EOF"
# Begin /etc/sysconfig/mouse

MDEVICE="
/dev/input/mice" PROTOCOL="imps2" GPMOPTS="<additional options>" # End /etc/sysconfig/mouse EOF