摘要:
方法一:直接到官网去下载RPM格式的安装包,下载好后直接 用 rpm -ivh XXXX.rpm 来安装即可。方法二:到官网下载tar.gz格式的,自己配置安装:#wgethttp://fpdownload.macromedia.com/get/flashplayer/current/install... 阅读全文
摘要:
安装xorg-x11-apps包yum install xorg-x11-apps查看设备信息cd /dev/input/ls //找到触摸板信息xinput list //找到触摸板的id,这里以13为例禁用触摸板xinput set-int-prop 13 "Device Enabled" 8 ... 阅读全文