我的目标是改变我的鼠标 DPI。因此,也欢迎任何不那么令人沮丧的解决方案。
我试图让这个程序工作,我正在关注它的自述文件:http : //bues.ch/cms/hacking/razercfg.html
我现在需要使用以下命令:
systemctl start razerd
Run Code Online (Sandbox Code Playgroud)
尝试使用上面的命令导致我需要安装 systemd。尝试安装 systemd 最终会出现以下错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package systemd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
systemd-services systemd-services:i386
E: Package 'systemd' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
所以我安装了 systemd-services。现在systemctl start razerd命令的结果是:
wico@wico-System-Product-Name ~/razer/build …Run Code Online (Sandbox Code Playgroud)