如何解決centos安裝后無法使用鼠標(biāo)選中?
CentOS安裝后無法使用鼠標(biāo)選中問題解決:
運(yùn)行命令:
yum?install?gpm*
安裝gpm
啟動(dòng)gpm服務(wù):
service?gpm?start
運(yùn)行systemctl enable gpm.servicere?添加到后臺(tái)服務(wù)。
備注:CentOS7服務(wù)使用方法服務(wù)使用方法systemctl start [服務(wù)文件名]systemctl restart [服務(wù)文件名]systemctl stop [服務(wù)文件名]systemctl status [服務(wù)文件名]設(shè)置開機(jī)啟動(dòng)systemctl enable [服務(wù)文件名]systemctl disable [服務(wù)文件名]
相關(guān)參考:centOS教程
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載。
THE END