Fedora 25에서는 xinput
입력장치의 속성을 인식하는데 문제가 있는 것 같습니다.
~에 따르면ThinkWiki, 다음과 같이 작동해야 합니다.
$ xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Profile" 2
property 'Device Accel Profile' doesn't exist, you need to specify its type and format
아래 설정 섹션의 출력을 보면 속성 이름이 변경된 것으로 보입니다. 불행하게도 새 속성 이름을 사용해도 동일한 결과가 생성됩니다.
$ xinput set-prop "TPPS/2 IBM TrackPoint" "Accel Speed" 0.75
property 'Accel Speed' doesn't exist, you need to specify its type and format
나는 또한 장치를 사용 id
하고 지정해 보았습니다. 동일한 결과가 나왔습니다.--type
--format
설정
Fedora 25, Xorg(Wayland 아님), i3wm, Thinkpad TrackPoint( TPPS/2 IBM TrackPoint
)
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=10 [slave pointer (2)]
...
$ xinput list-props 'TPPS/2 IBM TrackPoint'
Device 'TPPS/2 IBM TrackPoint':
Device Enabled (139): 1
Coordinate Transformation Matrix (141): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (276): 0.000000
libinput Accel Speed Default (277): 0.000000
libinput Accel Profiles Available (278): 1, 1
libinput Accel Profile Enabled (279): 1, 0
...
답변1
- 이 속성은
libinput Accel Speed
(참고라이브러리 입력구걸하는 동안). 다른 속성도 비슷합니다. - 입력 장치는 이제 Wayland 및 X.Org를 지원하는 라이브러리
libinput
(적어도 Fedora 25에서는)에 의해 처리됩니다. 불행하게도 이전 방식만큼 많은 옵션을 제공합니다(하지만! -급속 성장).
노트
나는 내 자신의 질문에 대답하고 있기 때문에 아마도 중요한 것을 놓쳤을 것입니다. 모든 의견에 감사드립니다.
편집하다이제 TrackPoint 스크롤이 기본적으로 작동한다는 점을 언급하는 것을 완전히 잊어버렸습니다. 정말 좋습니다. :)