You are not logged in.
Pages: 1
Topic closed
I'm trying to make permanent changes to touchpad behaviour through conf file in xorg.conf.d using libinput driver.
The problem is that the changes seem to take no effect: I've tried changing "NaturalScrolling" option, naming the file 10-touchpad.conf, then 99-touchpad.conf. There is only one other file in xorg.conf.d - 40-libinput.conf; no xorg.conf file. And for some reason I have no Xorg log files when I run "Gnome on Xorg" through GDM.
I use GDM and Gnome Shell on Xorg.
I have tried disabling GDM and running "xinit gnome-session" as root: still xorg.conf.d makes no changes, though now I get Xorg.0.log file in /var/log and it shows that "NaturalScrolling" option is being recognized. I have also disabled wayland option through /etc/gdm/custom.conf
I have an option of using xinit, though I would prefer to use xorg conf files.
I'm new to arch linux.
99-touchpad.conf:
Section "InputClass"
Identifier "Touchpad"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "PalmDetect" "1"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
Option "TappingButtonMap" "lrm"
Option "NaturalScrolling" "false"
EndSection40-libinput.conf:
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
# Section "InputClass"
# Identifier "libinput touchpad catchall"
# MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
# Driver "libinput"
# EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSectionXorg log when running through xinit gnome-session as root:
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 495.435] X Protocol Version 11, Revision 0
[ 495.435] Build Operating System: Linux 4.9.11-1-ARCH x86_64
[ 495.436] Current Operating System: Linux ARCH_mac 4.11.6-3-ARCH #1 SMP PREEMPT Thu Jun 22 12:21:46 CEST 2017 x86_64
[ 495.436] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=46a5064b-e20c-419f-924c-a383aae5dab8 rw
[ 495.436] Build Date: 07 April 2017 05:42:48PM
[ 495.436]
[ 495.436] Current version of pixman: 0.34.0
[ 495.436] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 495.436] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 495.437] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 25 00:17:50 2017
[ 495.437] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 495.437] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 495.437] (==) No Layout section. Using the first Screen section.
[ 495.437] (==) No screen section available. Using defaults.
[ 495.437] (**) |-->Screen "Default Screen Section" (0)
[ 495.437] (**) | |-->Monitor "<default monitor>"
[ 495.437] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 495.437] (==) Automatically adding devices
[ 495.437] (==) Automatically enabling devices
[ 495.437] (==) Automatically adding GPU devices
[ 495.437] (==) Automatically binding GPU devices
[ 495.437] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 495.437] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 495.437] Entry deleted from font path.
[ 495.437] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 495.437] Entry deleted from font path.
[ 495.437] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 495.437] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 495.437] Entry deleted from font path.
[ 495.437] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 495.437] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 495.437] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 495.437] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 495.437] (II) Loader magic: 0x822d60
[ 495.437] (II) Module ABI versions:
[ 495.437] X.Org ANSI C Emulation: 0.4
[ 495.437] X.Org Video Driver: 23.0
[ 495.437] X.Org XInput driver : 24.1
[ 495.437] X.Org Server Extension : 10.0
[ 495.438] (--) using VT number 1
[ 495.438] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 495.438] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 495.448] (--) PCI:*(0:0:2:0) 8086:0a2e:106b:011a rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[ 495.448] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 495.448] (II) LoadModule: "glx"
[ 495.448] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 495.449] (II) Module glx: vendor="X.Org Foundation"
[ 495.449] compiled for 1.19.3, module version = 1.0.0
[ 495.449] ABI class: X.Org Server Extension, version 10.0
[ 495.449] (==) Matched intel as autoconfigured driver 0
[ 495.449] (==) Matched intel as autoconfigured driver 1
[ 495.449] (==) Matched modesetting as autoconfigured driver 2
[ 495.449] (==) Matched fbdev as autoconfigured driver 3
[ 495.449] (==) Matched vesa as autoconfigured driver 4
[ 495.449] (==) Assigned the driver to the xf86ConfigLayout
[ 495.449] (II) LoadModule: "intel"
[ 495.449] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 495.450] (II) Module intel: vendor="X.Org Foundation"
[ 495.450] compiled for 1.19.3, module version = 2.99.917
[ 495.450] Module class: X.Org Video Driver
[ 495.450] ABI class: X.Org Video Driver, version 23.0
[ 495.450] (II) LoadModule: "modesetting"
[ 495.450] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 495.450] (II) Module modesetting: vendor="X.Org Foundation"
[ 495.450] compiled for 1.19.3, module version = 1.19.3
[ 495.450] Module class: X.Org Video Driver
[ 495.450] ABI class: X.Org Video Driver, version 23.0
[ 495.450] (II) LoadModule: "fbdev"
[ 495.450] (WW) Warning, couldn't open module fbdev
[ 495.450] (II) UnloadModule: "fbdev"
[ 495.450] (II) Unloading fbdev
[ 495.450] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 495.450] (II) LoadModule: "vesa"
[ 495.450] (WW) Warning, couldn't open module vesa
[ 495.450] (II) UnloadModule: "vesa"
[ 495.450] (II) Unloading vesa
[ 495.450] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 495.450] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 495.450] (II) intel: Driver for Intel(R) HD Graphics
[ 495.450] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 495.450] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 495.450] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 495.475] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170123
[ 495.475] (II) intel(0): SNA compiled from 2.99.917-777-g6babcf15
[ 495.475] (WW) Falling back to old probe method for modesetting
[ 495.475] (--) intel(0): Integrated Graphics Chipset: Intel(R) Iris(TM) Graphics 5100
[ 495.475] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[ 495.475] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 495.475] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 495.475] (==) intel(0): RGB weight 888
[ 495.475] (==) intel(0): Default visual is TrueColor
[ 495.475] (II) intel(0): Output eDP1 has no monitor section
[ 495.475] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 495.475] (II) intel(0): Enabled output eDP1
[ 495.475] (II) intel(0): Output DP1 has no monitor section
[ 495.475] (II) intel(0): Enabled output DP1
[ 495.475] (II) intel(0): Output HDMI1 has no monitor section
[ 495.475] (II) intel(0): Enabled output HDMI1
[ 495.475] (II) intel(0): Output DP2 has no monitor section
[ 495.475] (II) intel(0): Enabled output DP2
[ 495.475] (II) intel(0): Output HDMI2 has no monitor section
[ 495.476] (II) intel(0): Enabled output HDMI2
[ 495.476] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 495.476] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 495.476] (II) intel(0): Enabled output VIRTUAL1
[ 495.476] (--) intel(0): Output eDP1 using initial mode 2560x1600 on pipe 0
[ 495.476] (==) intel(0): TearFree disabled
[ 495.476] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 495.476] (==) intel(0): DPI set to (96, 96)
[ 495.476] (II) Loading sub module "dri3"
[ 495.476] (II) LoadModule: "dri3"
[ 495.476] (II) Module "dri3" already built-in
[ 495.476] (II) Loading sub module "dri2"
[ 495.476] (II) LoadModule: "dri2"
[ 495.476] (II) Module "dri2" already built-in
[ 495.476] (II) Loading sub module "present"
[ 495.476] (II) LoadModule: "present"
[ 495.476] (II) Module "present" already built-in
[ 495.476] (II) UnloadModule: "modesetting"
[ 495.476] (II) Unloading modesetting
[ 495.476] (==) Depth 24 pixmap format is 32 bpp
[ 495.476] (II) intel(0): SNA initialized with Haswell (gen7.5, gt3) backend
[ 495.476] (==) intel(0): Backing store enabled
[ 495.476] (==) intel(0): Silken mouse enabled
[ 495.476] (II) intel(0): HW Cursor enabled
[ 495.476] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 495.476] (==) intel(0): DPMS enabled
[ 495.476] (==) intel(0): Display hotplug detection enabled
[ 495.476] (II) intel(0): [DRI2] Setup complete
[ 495.476] (II) intel(0): [DRI2] DRI driver: i965
[ 495.476] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 495.476] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 495.476] (II) intel(0): hardware support for Present enabled
[ 495.476] (--) RandR disabled
[ 495.484] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 495.484] (II) AIGLX: enabled GLX_ARB_create_context
[ 495.484] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 495.484] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 495.484] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 495.484] (II) AIGLX: enabled GLX_SGI_swap_control
[ 495.484] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 495.484] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 495.484] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 495.484] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 495.484] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 495.484] (II) AIGLX: Loaded and initialized i965
[ 495.484] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 495.487] (II) intel(0): switch to mode 2560x1600@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 495.496] (II) intel(0): Setting screen physical size to 677 x 423
[ 495.523] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 495.523] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 495.523] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 495.523] (II) LoadModule: "libinput"
[ 495.523] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 495.524] (II) Module libinput: vendor="X.Org Foundation"
[ 495.524] compiled for 1.19.3, module version = 0.25.1
[ 495.524] Module class: X.Org XInput Driver
[ 495.524] ABI class: X.Org XInput driver, version 24.1
[ 495.524] (II) Using input driver 'libinput' for 'Power Button'
[ 495.524] (**) Power Button: always reports core events
[ 495.524] (**) Option "Device" "/dev/input/event3"
[ 495.524] (**) Option "_source" "server/udev"
[ 495.524] (II) event3 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 495.524] (II) event3 - (II) Power Button: (II) device is a keyboard
[ 495.524] (II) event3 - (II) Power Button: (II) device removed
[ 495.550] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 495.550] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 495.550] (II) event3 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 495.550] (II) event3 - (II) Power Button: (II) device is a keyboard
[ 495.551] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 495.551] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 495.551] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 495.551] (II) Using input driver 'libinput' for 'Video Bus'
[ 495.551] (**) Video Bus: always reports core events
[ 495.551] (**) Option "Device" "/dev/input/event11"
[ 495.551] (**) Option "_source" "server/udev"
[ 495.551] (II) event11 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[ 495.551] (II) event11 - (II) Video Bus: (II) device is a keyboard
[ 495.551] (II) event11 - (II) Video Bus: (II) device removed
[ 495.566] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
[ 495.566] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 495.567] (II) event11 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[ 495.567] (II) event11 - (II) Video Bus: (II) device is a keyboard
[ 495.567] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 495.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 495.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 495.567] (II) Using input driver 'libinput' for 'Power Button'
[ 495.567] (**) Power Button: always reports core events
[ 495.567] (**) Option "Device" "/dev/input/event1"
[ 495.567] (**) Option "_source" "server/udev"
[ 495.568] (II) event1 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 495.568] (II) event1 - (II) Power Button: (II) device is a keyboard
[ 495.568] (II) event1 - (II) Power Button: (II) device removed
[ 495.586] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 495.586] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 495.587] (II) event1 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 495.587] (II) event1 - (II) Power Button: (II) device is a keyboard
[ 495.587] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 495.587] (II) No input driver specified, ignoring this device.
[ 495.587] (II) This device may have been added with another device file.
[ 495.588] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 495.588] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 495.588] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 495.588] (II) Using input driver 'libinput' for 'Sleep Button'
[ 495.588] (**) Sleep Button: always reports core events
[ 495.588] (**) Option "Device" "/dev/input/event2"
[ 495.588] (**) Option "_source" "server/udev"
[ 495.588] (II) event2 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 495.588] (II) event2 - (II) Sleep Button: (II) device is a keyboard
[ 495.588] (II) event2 - (II) Sleep Button: (II) device removed
[ 495.606] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 495.606] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 495.607] (II) event2 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 495.607] (II) event2 - (II) Sleep Button: (II) device is a keyboard
[ 495.608] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[ 495.608] (II) No input driver specified, ignoring this device.
[ 495.608] (II) This device may have been added with another device file.
[ 495.608] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[ 495.608] (II) No input driver specified, ignoring this device.
[ 495.608] (II) This device may have been added with another device file.
[ 495.608] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[ 495.608] (II) No input driver specified, ignoring this device.
[ 495.608] (II) This device may have been added with another device file.
[ 495.609] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[ 495.609] (II) No input driver specified, ignoring this device.
[ 495.609] (II) This device may have been added with another device file.
[ 495.609] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[ 495.609] (II) No input driver specified, ignoring this device.
[ 495.609] (II) This device may have been added with another device file.
[ 495.610] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event9)
[ 495.610] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[ 495.610] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[ 495.610] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[ 495.610] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[ 495.610] (**) Option "Device" "/dev/input/event9"
[ 495.610] (**) Option "_source" "server/udev"
[ 495.610] (II) event9 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) is tagged by udev as: Keyboard
[ 495.610] (II) event9 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device is a keyboard
[ 495.610] (II) event9 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device removed
[ 495.656] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:05AC:025A.0001/input/input9/event9"
[ 495.656] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[ 495.657] (II) event9 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) is tagged by udev as: Keyboard
[ 495.657] (II) event9 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device is a keyboard
[ 495.658] (II) config/udev: Adding input device bcm5974 (/dev/input/event5)
[ 495.658] (**) bcm5974: Applying InputClass "Touchpad"
[ 495.658] (II) Using input driver 'libinput' for 'bcm5974'
[ 495.658] (**) bcm5974: always reports core events
[ 495.658] (**) Option "Device" "/dev/input/event5"
[ 495.658] (**) Option "_source" "server/udev"
[ 495.659] (II) event5 - (II) bcm5974: (II) is tagged by udev as: Touchpad
[ 495.660] (II) event5 - (II) bcm5974: (II) device is a touchpad
[ 495.660] (II) event5 - (II) bcm5974: (II) device removed
[ 495.696] (**) Option "Tapping" "on"
[ 495.696] (**) Option "TappingButtonMap" "lrm"
[ 495.697] (**) Option "NaturalScrolling" "false"
[ 495.697] (**) Option "ClickMethod" "clickfinger"
[ 495.697] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input5/event5"
[ 495.697] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 11)
[ 495.698] (**) Option "AccelerationScheme" "none"
[ 495.698] (**) bcm5974: (accel) selected scheme none/0
[ 495.698] (**) bcm5974: (accel) acceleration factor: 2.000
[ 495.698] (**) bcm5974: (accel) acceleration threshold: 4
[ 495.699] (II) event5 - (II) bcm5974: (II) is tagged by udev as: Touchpad
[ 495.699] (II) event5 - (II) bcm5974: (II) device is a touchpad
[ 495.700] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[ 495.700] (II) No input driver specified, ignoring this device.
[ 495.700] (II) This device may have been added with another device file.
[ 495.700] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[ 495.700] (II) No input driver specified, ignoring this device.
[ 495.700] (II) This device may have been added with another device file.
[ 495.701] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[ 495.701] (II) No input driver specified, ignoring this device.
[ 495.701] (II) This device may have been added with another device file.
[ 495.701] (II) config/udev: Adding input device HDA Intel PCH SPDIF (/dev/input/event8)
[ 495.701] (II) No input driver specified, ignoring this device.
[ 495.701] (II) This device may have been added with another device file.
[ 495.702] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 495.702] (II) No input driver specified, ignoring this device.
[ 495.702] (II) This device may have been added with another device file.
[ 495.897] (II) intel(0): EDID vendor "APP", prod id 40984
[ 495.897] (II) intel(0): Printing DDC gathered Modelines:
[ 495.897] (II) intel(0): Modeline "2560x1600"x0.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz eP)
[ 503.512] (II) event3 - (II) Power Button: (II) device removed
[ 503.526] (II) event11 - (II) Video Bus: (II) device removed
[ 503.553] (II) event1 - (II) Power Button: (II) device removed
[ 503.573] (II) event2 - (II) Sleep Button: (II) device removed
[ 503.593] (II) event9 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device removed
[ 503.633] (II) event5 - (II) bcm5974: (II) device removed
[ 503.673] (II) UnloadModule: "libinput"
[ 503.674] (II) UnloadModule: "libinput"
[ 503.674] (II) UnloadModule: "libinput"
[ 503.674] (II) UnloadModule: "libinput"
[ 503.674] (II) UnloadModule: "libinput"
[ 503.674] (II) UnloadModule: "libinput"
[ 503.791] (II) Server terminated successfully (0). Closing log file.Last edited by Weater (2017-06-25 10:54:53)
Offline
GDM stores the xorg log in the journal, see https://wiki.archlinux.org/index.php/Xorg#General
Since the setting from the config is obviously applied, I'd say that the desktop environment (gnome) overrides it? Did you try this with another session (ideally a simple one like openbox)?
Offline
Yes, xorg.conf.d has an effect on openbox. What should I do if I want to use gnome?
Offline
xorg reads 40-libinput.conf before 99-touchpad.conf so you can try to delete this section on 40-libinput.conf so it don't conflict with 99-touchpad.conf
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSectionOffline
Actually 99-... has higher priority than 40-..., so it should not be an issue. However, I have fount that I can set the things I need through gnome settings, so the problem is kind of fixed. Thanks a lot for help, I didn't suppose that it was related to gnome itself
Last edited by Weater (2017-06-24 22:43:30)
Offline
Cool. Please always remember to mark a [SOLVED] thread and in this case maybe also edit the subject or first post (to reflect the actual problem)
Offline
Just had the same issue. I probably has a little bit different environment, but anyway. Firstly want to mention that xorg log files are not in the /var/log directory. At least for me they are in ~/.local/share/xorg.
And the issue itself appear really trivial in my case: I copied touchpad.conf from my old system and for some reason it had wrong permissions - 600 and owned by root, so only root had access to it. But it looks like xorg just ignored their existing at all and didn't log any errors with permissions.
Offline
Dmitry Gashko, welcome to the forum, but please pay attention to the dates on threads. A lot has changed in six years. Please do not necrobump.
Closing.
Offline
Pages: 1
Topic closed