Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set mouse sensitivity by linux

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "linux how to set mouse sensitivity", the content is easy to understand, clear, hope to help you solve doubts, the following let the editor lead you to study and learn "linux how to set mouse sensitivity" this article.

Linux under the mouse movement speed is too slow, want to reset the mouse sensitivity, how to set?

Method 1. Setting under the terminal (difficult)

1. In the terminal interface, the user can set the mouse speed through xinput. However, this application is not installed by default under deepin linux. So update the software first.

Sudo apt-get update

2. Then execute the following command to install xinput

Sudo apt-get install xinput

3. After installation, execute the following command to view the input device.

Xinput-list

Among them, Logitech G300s Optical Gaming Mouse is my mouse Logitech G300s.

4. You can check the speed of the mouse with the following command.

Xinput-list-props "pointer:Logitech G300s Optical Gaming Mouse"

You can see that the default speed is 0, and the current speed is 0.5 deceleration.

5. You can set xinput-- set-prop "pointer:Logitech G300s Optical Gaming Mouse"libinput Accel Speed" + 0.9 with the following command

Pay attention to pointer, because the above found two devices, to set the mouse I did not use id, but directly specify the mouse device. At this time, the mouse obviously feels a lot faster.

Method 2. Setting under the graphical interface (simple)

1. Click Control Center on the taskbar.

2. Click "Mouse" in the Control Center.

3, in the "mouse" setting, find the "pointer movement speed", as shown in the following figure, drag the slider to set the speed that suits you.

Mentioned above is the tutorial on setting mouse sensitivity in linux, which is different from windows system, but it is also easy to set up.

The above is all the contents of the article "how to set mouse sensitivity in linux". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report