首页 > 程序 > 关于Ubuntu下手柄玩游戏
作者:ghostry 发布时间:2017-08-02 浏览: 4211
转载注明出处: https://blog.ghostry.cn/program/797.html首先是要装joystick,jstest-gtk。
装好后根据手柄型号装驱动。
比如xbox360手柄
sudo add-apt-repository ppa:grumbel/ppa
sudo apt-get update
sudo apt-get install xboxdrv
ps3手柄
sudo apt-get install joy2key
然后就可以玩了。
比如玩fc游戏可以装fceux。
玩psp可以装ppsspp(需要sudo add-apt-repository ppa:ppsspp/stable
)
还有steam可以玩。
下一篇: OpenWRT上使用haproxy对shadowsocks做负载均衡