Bug 50015 - Не запускается из-за дубля настроек
Summary: Не запускается из-за дубля настроек
Status: RESOLVED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ds4drv (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Денис Назаров
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-13 08:01 MSK by Sergey V Turchin
Modified: 2024-04-24 21:51 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V Turchin 2024-04-13 08:01:53 MSK
Не запускается из-за дублирующихся опций REL_WHEELUP и REL_WHEELDOWN в /etc/ds4drv.conf , о чём он ругается при запуске.

Надо
-REL_WHEELUP = button_l1
-REL_WHEELDOWN = button_r1
+#REL_WHEELUP = button_l1
+#REL_WHEELDOWN = button_r1
Comment 1 Repository Robot 2024-04-24 21:51:04 MSK
ds4drv-0.5.1-alt3.gitbe7327f -> sisyphus:

 Wed Apr 24 2024 Nazarov Denis <nenderus@altlinux> 0.5.1-alt3.gitbe7327f
 - Update to git be7327f
 - Fix double setting in conf (ALT #50015)