50-synaptics.config 파일의 변경 사항은 적용되지 않습니다. 덮어쓰고 있나요?

50-synaptics.config 파일의 변경 사항은 적용되지 않습니다. 덮어쓰고 있나요?

파일을 변경해도 50-synaptics.config아무런 영향이 없습니다. 해상도를 변경하고 싶습니다. 나는 추가했다

Option "VertResolution" "20"
Option "HorizResolution" "20"

로그 파일을 확인해 보세요. 어쩌면 누군가가 문제를 찾는 데 도움을 줄 수 있을 것입니다. 변경 사항은 /var/log/xorg.0.log로 표시된 파일 에 표시됩니다 -->.

무엇으로 덮어쓰고 있나요?

[     7.331] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint         (/dev/input/event5)
[     7.331] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[     7.331] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchscreen catchall"
[     7.331] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad"
[     7.331] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[     7.331] (II) LoadModule: "synaptics"
[     7.332] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.332] (II) Module synaptics: vendor="X.Org Foundation"
[     7.332]    compiled for 1.18.4, module version = 1.8.3
[     7.332]    Module class: X.Org XInput Driver
[     7.332]    ABI class: X.Org XInput driver, version 22.1
[     7.332] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[     7.332] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[     7.332] (**) Option "Device" "/dev/input/event5"
[     7.396] (II) synaptics: AlpsPS/2 ALPS GlidePoint: found clickpad property
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 4095 (res 40)
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 2047 (res 71)
[     7.396] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report pressure, will use touch data.
[     7.396] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left double triple
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid pressure range.  defaulting to 0 - 255
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
-->[     7.396] (**) Option "HorizResolution" "20"
-->[     7.396] (**) Option "VertResolution" "20"**
[     7.396] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.396] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[     7.396] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[     7.428] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[     7.428] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 12)
[     7.428] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[     7.428] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
[     7.428] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.044
[     7.428] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[     7.428] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[     7.428] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[     7.428] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[     7.428] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[     7.428] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[     7.428] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"

답변1

어떤 버전의 Ubuntu를 실행하고 있나요? 지난 몇 개의 Ubuntu 릴리스 evdev에서는 libinput.

따라서 다음에서 제공하는 조언을 따를 수도 있습니다.https://askubuntu.com/a/864746/32664. 해당 권장 사항은 터치패드 구성을 /usr/share/X11/xorg.conf.d/90-libinput.conf.

메모:해당 링크에서 제공되는 솔루션은 16.04용입니다. 내 상자에서는 Ubuntu GNOME 17.04를 실행하고 있으며 동일한 conf 파일 이름은 /usr/share/X11/xorg.conf.d/40-libinput.conf.

부자

관련 정보