Updating default config
See original GitHub issueI was thinking if we should modify the default configuration in some ways. I’d like to hear your opinions and comments on this subject. I will list the changes that could be made. Please tell if there are more changes you would like to propose.
- Hidraw mode as default (#88)
- The raw / direct bluetooth mode is the default because back in the early days there was no kernel support for the controllers, so it was the only possible mode. However, modern distributions have newer versions of Linux kernel and Bluez, so hidraw works.
- I think hidraw mode is fundamentally better and with the latest commits and pending pull requests it will support all features in ds4drv. It also supports USB mode.
- This is breaking change for people that do not specify the hidraw mode in their current configuration. And it might be that hidraw doesn’t work for everybody, and some people may prefer the temporary connection to actually pairing the controllers.
- I will definitely want to everybody’s opinion on this one. Do you prefer to use hidraw or raw bluetooth?
- Trackpad mouse enabled on controller 1
- I think most people would prefer if trackpad mouse was enabled by default on the first controller. It can be disabled in the configuration.
- Battery flash by default
- Battery flash could be enabled on all controllers by default.
- Emulate xpad by default
- Most games are made for the Xbox 360 controller and seems that
emulate-xpad
works with most games as intended. - However, some games might actually support DualShock 4, and this could break that support.
- The original DS4 mode could be a default profile in the default configuration.
- Most games are made for the Xbox 360 controller and seems that
- Mouse sensitivity 0.8 (#87)
- This is just a matter of preference, but I think mouse sensitivity
0.8
is better than0.6
.
- This is just a matter of preference, but I think mouse sensitivity
- Mouse deadzone 4
- The current default mouse deadzone is
5
, and it may be the best value. For my controller I think4
also works without problems. However, some controllers might have issues with the value4
. I’d like to hear if4
works for you, or if the default5
should be kept.
- The current default mouse deadzone is
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Change the default settings for new documents
Open the template or a document based on the template whose default settings you want to change. · On the Format menu, click...
Read more >How to change the default configuration in Git? - Tutorialspoint
The configuration file can be opened for editing using −e flag with the git config command. $ git config −−local −e. The above...
Read more >How to Change Default Apps and Settings in Windows 10
Go to Settings > Apps. · Click Default apps in the pane on the left. · Click an app to see others installed...
Read more >Changing Default Configuration Settings - IBM Cognos Analytics
When you install IBM® Cognos® components, the installation uses default configuration settings. If you have any reason not to use these default values, ......
Read more >How to Change These Default Settings and Be Happier With ...
Change These Default Settings and Be Happier With Your Tech. Simple steps can make your smartphone, computer and TV work better for you....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should definitely have
hidraw
enabled by default andxpad/xboxdrv
enabled by default. Having trouble myself getting the controller to work with anything other than Steam Big Picture (no games) - https://github.com/chrippa/ds4drv/issues/97.All I had to do with
hidraw
was pair the controller in my systems bluetooth manager and it connected and was recognized.Also definitely have the touchpad enabled by default. Pretty awesome feature.