답변:
Ubuntu는 gnome을 사용 하고 gnome은 dconf ( "데이터베이스"설정이 가득 함)를 사용합니다.
어떻게:
sudo apt install dconf-editor
터미널을 통해 또는Dconf Editor
우분투 소프트웨어에서 검색org
-> gnome
-> desktop
-> peripherals
->로 이동하십시오.mouse
마우스 설정은 다음과 같습니다.
accel-profile 에는 다음 옵션이 있습니다 .
마우스 가속을 비활성화하려면
Use default value
에off
Custom value
에flat
마우스 속도를 변경하려면
org/gnome/desktop/peripherals/mouse/speed
Use default value
에off
Custom value
에 맞는 숫자로 변경하십시오 gsettings
명령을 사용하여 터미널에서 직접 사용할 수있는 솔루션을 찾았습니다 .
# displays what this setting represents
gsettings describe org.gnome.desktop.peripherals.mouse accel-profile
# displays the values it accepts as input
gsettings range org.gnome.desktop.peripherals.mouse accel-profile
# sets the accelleration profile to 'flat'
gsettings set org.gnome.desktop.peripherals.mouse accel-profile 'flat'
https://developer.gnome.org/GSettings/#gsettings에서 우연히 만났기 때문에이 솔루션에 왔습니다 .
dconf 백엔드 스토리지 자체를 수정하려면 dconf 도구를 사용하십시오. 그러나 선호하는 방식으로 gsettings를 사용해야합니다.
이 답변의 명령은 dconf 대신 gsettings를 사용합니다.
이것은 나를 도울 수 없었습니다 (MATE로 인해). 여기에 다른 해결책이 있습니다.
그래픽 설정이 단일화됩니다. 가속도와 감도를 모두 중간으로 이동 한 다음 닫기를 클릭하십시오. 마우스 환경 설정을 다시 열고 필요에 따라 가속 및 감도를 조정하십시오.
참조 : https://ubuntu-mate.community/t/mouse-too-fast-in-18-04-again-known-methods-stopped-working/18805