คำตอบ:
Ubuntu ใช้gnomeและ gnome ใช้dconf (ฐานข้อมูล "เต็มรูปแบบของการตั้งค่า)
ทำอย่างไร:
sudo apt install dconf-editor
ผ่านทางเทอร์มินัลหรือDconf Editor
ในซอฟต์แวร์ Ubuntuorg
-> gnome
-> desktop
-> peripherals
->mouse
นี่คือการตั้งค่าเมาส์
คุณมีตัวเลือกเหล่านี้ในโปรไฟล์ accel :
หากต้องการปิดใช้งานการเร่งความเร็วเมาส์:
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 ตามความต้องการ
คำสั่งในคำตอบนี้ใช้ gsettings แทน dconf
สิ่งนี้ไม่ได้ช่วยฉัน (อาจเป็นเพราะ MATE) นี่เป็นอีกวิธีการหนึ่ง:
การตั้งค่ากราฟิกถูกทำให้เป็นหน่วย ย้ายทั้งการเร่งความเร็วและความไวไปยังระดับกลางแล้วคลิกปิด เปิดการตั้งค่าเมาส์อีกครั้งและปรับการเร่งความเร็วและความไวตามที่คุณต้องการ
การอ้างอิง: https://ubuntu-mate.community/t/mouse-too-fast-in-18-04-again-known-methods-stopped-working/18805