LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-13-2018, 05:10 AM   #1
YuGiOhJCJ
Member
 
Registered: Apr 2015
Posts: 53

Rep: Reputation: Disabled
Xorg does not set my keyboard layout correctly


Hello,

I am on an ASUS E200HA.
After I do "startx", the keyboard layout is QWERTY instead of AZERTY (fr).
That's weird because I added the following configuration file for Xorg:
Code:
$ cat /etc/X11/xorg.conf.d/90-keyboard-layout.conf 
Section "InputClass"
	Identifier "keyboard-all"
	MatchIsKeyboard "on"
	MatchDevicePath "/dev/input/event*"
	Driver "evdev"
	Option "XkbLayout" "fr"
	#Option "XkbVariant" ""
	Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
And we can see in the Xorg log that "fr" is selected as keyboard layout:
Code:
$ cat Xorg.0.log               
[  8977.044] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  8977.053] X Protocol Version 11, Revision 0
[  8977.056] Build Operating System: Linux 4.9.24-desktop x86_64 
[  8977.058] Current Operating System: Linux laptop 4.14.13-laptop #1 SMP Sat Jan 13 04:44:10 CET 2018 x86_64
[  8977.058] Kernel command line: BOOT_IMAGE=dev001:\EFI\SLACKWARE\vmlinuz  root=/dev/mmcblk0p2 vga=normal ro rootwait ro
[  8977.064] Build Date: 16 May 2017  07:59:17PM
[  8977.067]  
[  8977.069] Current version of pixman: 0.34.0
[  8977.075] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  8977.075] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8977.087] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 13 11:50:25 2018
[  8977.091] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  8977.094] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  8977.094] (==) No Layout section.  Using the first Screen section.
[  8977.094] (==) No screen section available. Using defaults.
[  8977.094] (**) |-->Screen "Default Screen Section" (0)
[  8977.094] (**) |   |-->Monitor "<default monitor>"
[  8977.094] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  8977.094] (==) Automatically adding devices
[  8977.094] (==) Automatically enabling devices
[  8977.094] (==) Automatically adding GPU devices
[  8977.095] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  8977.095] (==) FontPath set to:
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/OTF,
	/usr/share/fonts/X11/TTF,
	/usr/share/fonts/X11/Type1
[  8977.095] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  8977.095] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  8977.095] (II) Loader magic: 0x80bb80
[  8977.095] (II) Module ABI versions:
[  8977.095] 	X.Org ANSI C Emulation: 0.4
[  8977.095] 	X.Org Video Driver: 23.0
[  8977.095] 	X.Org XInput driver : 24.1
[  8977.095] 	X.Org Server Extension : 10.0
[  8977.098] (--) using VT number 7

[  8977.098] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  8977.099] (II) xfree86: Adding drm device (/dev/dri/card0)
[  8977.115] (--) PCI:*(0:0:2:0) 8086:22b0:1043:10b0 rev 54, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  8977.115] (II) Open ACPI successful (/var/run/acpid.socket)
[  8977.115] (II) LoadModule: "glx"
[  8977.116] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  8977.123] (II) Module glx: vendor="X.Org Foundation"
[  8977.124] 	compiled for 1.19.3, module version = 1.0.0
[  8977.124] 	ABI class: X.Org Server Extension, version 10.0
[  8977.124] (==) Matched intel as autoconfigured driver 0
[  8977.124] (==) Matched intel as autoconfigured driver 1
[  8977.124] (==) Matched modesetting as autoconfigured driver 2
[  8977.124] (==) Matched fbdev as autoconfigured driver 3
[  8977.124] (==) Matched vesa as autoconfigured driver 4
[  8977.124] (==) Assigned the driver to the xf86ConfigLayout
[  8977.124] (II) LoadModule: "intel"
[  8977.124] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[  8977.125] (II) Module intel: vendor="X.Org Foundation"
[  8977.125] 	compiled for 1.19.3, module version = 2.99.917
[  8977.125] 	Module class: X.Org Video Driver
[  8977.125] 	ABI class: X.Org Video Driver, version 23.0
[  8977.125] (II) LoadModule: "modesetting"
[  8977.126] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  8977.126] (II) Module modesetting: vendor="X.Org Foundation"
[  8977.126] 	compiled for 1.19.3, module version = 1.19.3
[  8977.126] 	Module class: X.Org Video Driver
[  8977.126] 	ABI class: X.Org Video Driver, version 23.0
[  8977.126] (II) LoadModule: "fbdev"
[  8977.127] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  8977.127] (II) Module fbdev: vendor="X.Org Foundation"
[  8977.127] 	compiled for 1.19.3, module version = 0.4.4
[  8977.127] 	Module class: X.Org Video Driver
[  8977.127] 	ABI class: X.Org Video Driver, version 23.0
[  8977.127] (II) LoadModule: "vesa"
[  8977.127] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  8977.127] (II) Module vesa: vendor="X.Org Foundation"
[  8977.128] 	compiled for 1.19.3, module version = 2.3.4
[  8977.128] 	Module class: X.Org Video Driver
[  8977.128] 	ABI class: X.Org Video Driver, version 23.0
[  8977.128] (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
[  8977.128] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[  8977.128] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[  8977.128] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[  8977.128] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  8977.128] (II) FBDEV: driver for framebuffer: fbdev
[  8977.128] (II) VESA: driver for VESA chipsets: vesa
[  8977.156] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170818
[  8977.171] (WW) Falling back to old probe method for modesetting
[  8977.172] (WW) Falling back to old probe method for fbdev
[  8977.172] (II) Loading sub module "fbdevhw"
[  8977.172] (II) LoadModule: "fbdevhw"
[  8977.174] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  8977.175] (II) Module fbdevhw: vendor="X.Org Foundation"
[  8977.175] 	compiled for 1.19.3, module version = 0.0.2
[  8977.175] 	ABI class: X.Org Video Driver, version 23.0
[  8977.175] (WW) Falling back to old probe method for vesa
[  8977.177] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[  8977.177] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 4 threads
[  8977.177] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  8977.177] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  8977.177] (==) intel(0): RGB weight 888
[  8977.177] (==) intel(0): Default visual is TrueColor
[  8977.180] (II) intel(0): Output eDP1 has no monitor section
[  8977.181] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[  8977.181] (II) intel(0): Enabled output eDP1
[  8977.181] (II) intel(0): Output DP1 has no monitor section
[  8977.181] (II) intel(0): Enabled output DP1
[  8977.181] (II) intel(0): Output HDMI1 has no monitor section
[  8977.181] (II) intel(0): Enabled output HDMI1
[  8977.181] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  8977.182] (II) intel(0): Output VIRTUAL1 has no monitor section
[  8977.182] (II) intel(0): Enabled output VIRTUAL1
[  8977.182] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[  8977.182] (==) intel(0): TearFree disabled
[  8977.182] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  8977.182] (==) intel(0): DPI set to (96, 96)
[  8977.182] (II) Loading sub module "dri2"
[  8977.182] (II) LoadModule: "dri2"
[  8977.182] (II) Module "dri2" already built-in
[  8977.182] (II) Loading sub module "present"
[  8977.182] (II) LoadModule: "present"
[  8977.182] (II) Module "present" already built-in
[  8977.182] (II) UnloadModule: "modesetting"
[  8977.182] (II) Unloading modesetting
[  8977.183] (II) UnloadModule: "fbdev"
[  8977.183] (II) Unloading fbdev
[  8977.183] (II) UnloadSubModule: "fbdevhw"
[  8977.183] (II) Unloading fbdevhw
[  8977.183] (II) UnloadModule: "vesa"
[  8977.183] (II) Unloading vesa
[  8977.183] (==) Depth 24 pixmap format is 32 bpp
[  8977.183] (II) intel(0): SNA initialized with Cherryview (gen8) backend
[  8977.183] (==) intel(0): Backing store enabled
[  8977.183] (==) intel(0): Silken mouse enabled
[  8977.183] (II) intel(0): HW Cursor enabled
[  8977.183] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  8977.184] (==) intel(0): DPMS enabled
[  8977.184] (==) intel(0): Display hotplug detection enabled
[  8977.184] (II) intel(0): [DRI2] Setup complete
[  8977.184] (II) intel(0): [DRI2]   DRI driver: i965
[  8977.184] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  8977.184] (II) intel(0): direct rendering: DRI2 enabled
[  8977.184] (II) intel(0): hardware support for Present enabled
[  8977.184] (--) RandR disabled
[  8977.214] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  8977.214] (II) AIGLX: enabled GLX_ARB_create_context
[  8977.214] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  8977.214] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  8977.214] (II) AIGLX: enabled GLX_INTEL_swap_event
[  8977.214] (II) AIGLX: enabled GLX_SGI_swap_control
[  8977.214] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  8977.214] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  8977.214] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[  8977.214] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  8977.214] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[  8977.214] (II) AIGLX: Loaded and initialized i965
[  8977.214] (II) GLX: Initialized DRI2 GL provider for screen 0
[  8977.220] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  8977.227] (II) intel(0): Setting screen physical size to 361 x 203
[  8977.433] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  8977.433] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  8977.433] (**) Power Button: Applying InputClass "keyboard-all"
[  8977.433] (II) LoadModule: "evdev"
[  8977.434] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  8977.435] (II) Module evdev: vendor="X.Org Foundation"
[  8977.435] 	compiled for 1.19.3, module version = 2.9.2
[  8977.435] 	Module class: X.Org XInput Driver
[  8977.435] 	ABI class: X.Org XInput driver, version 24.1
[  8977.435] (II) Using input driver 'evdev' for 'Power Button'
[  8977.435] (**) Power Button: always reports core events
[  8977.435] (**) evdev: Power Button: Device: "/dev/input/event4"
[  8977.435] (--) evdev: Power Button: Vendor 0 Product 0x1
[  8977.436] (--) evdev: Power Button: Found keys
[  8977.436] (II) evdev: Power Button: Configuring as keyboard
[  8977.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[  8977.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  8977.436] (**) Option "xkb_rules" "evdev"
[  8977.436] (**) Option "xkb_model" "pc104"
[  8977.436] (**) Option "xkb_layout" "fr"
[  8977.436] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.503] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  8977.503] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  8977.503] (**) Video Bus: Applying InputClass "keyboard-all"
[  8977.503] (II) Using input driver 'evdev' for 'Video Bus'
[  8977.503] (**) Video Bus: always reports core events
[  8977.503] (**) evdev: Video Bus: Device: "/dev/input/event5"
[  8977.503] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  8977.503] (--) evdev: Video Bus: Found keys
[  8977.503] (II) evdev: Video Bus: Configuring as keyboard
[  8977.504] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[  8977.504] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  8977.504] (**) Option "xkb_rules" "evdev"
[  8977.504] (**) Option "xkb_model" "pc104"
[  8977.504] (**) Option "xkb_layout" "fr"
[  8977.504] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.505] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  8977.505] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  8977.505] (**) Power Button: Applying InputClass "keyboard-all"
[  8977.505] (II) Using input driver 'evdev' for 'Power Button'
[  8977.505] (**) Power Button: always reports core events
[  8977.505] (**) evdev: Power Button: Device: "/dev/input/event1"
[  8977.506] (--) evdev: Power Button: Vendor 0 Product 0x1
[  8977.506] (--) evdev: Power Button: Found keys
[  8977.506] (II) evdev: Power Button: Configuring as keyboard
[  8977.506] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  8977.506] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  8977.506] (**) Option "xkb_rules" "evdev"
[  8977.506] (**) Option "xkb_model" "pc104"
[  8977.506] (**) Option "xkb_layout" "fr"
[  8977.506] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.507] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  8977.507] (II) No input driver specified, ignoring this device.
[  8977.508] (II) This device may have been added with another device file.
[  8977.508] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  8977.508] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  8977.508] (**) Sleep Button: Applying InputClass "keyboard-all"
[  8977.508] (II) Using input driver 'evdev' for 'Sleep Button'
[  8977.508] (**) Sleep Button: always reports core events
[  8977.508] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[  8977.509] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  8977.509] (--) evdev: Sleep Button: Found keys
[  8977.509] (II) evdev: Sleep Button: Configuring as keyboard
[  8977.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  8977.509] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  8977.509] (**) Option "xkb_rules" "evdev"
[  8977.509] (**) Option "xkb_model" "pc104"
[  8977.509] (**) Option "xkb_layout" "fr"
[  8977.509] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.511] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event9)
[  8977.511] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[  8977.511] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "keyboard-all"
[  8977.511] (II) Using input driver 'evdev' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[  8977.511] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[  8977.512] (**) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Device: "/dev/input/event9"
[  8977.512] (--) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Vendor 0xbda Product 0x57ed
[  8977.512] (--) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Found keys
[  8977.512] (II) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Configuring as keyboard
[  8977.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input9/event9"
[  8977.512] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 10)
[  8977.512] (**) Option "xkb_rules" "evdev"
[  8977.512] (**) Option "xkb_model" "pc104"
[  8977.512] (**) Option "xkb_layout" "fr"
[  8977.512] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.514] (II) config/udev: Adding input device PDEC3393:00 0B05:8585 (/dev/input/event7)
[  8977.514] (**) PDEC3393:00 0B05:8585: Applying InputClass "libinput keyboard catchall"
[  8977.514] (**) PDEC3393:00 0B05:8585: Applying InputClass "keyboard-all"
[  8977.514] (II) Using input driver 'evdev' for 'PDEC3393:00 0B05:8585'
[  8977.514] (**) PDEC3393:00 0B05:8585: always reports core events
[  8977.514] (**) evdev: PDEC3393:00 0B05:8585: Device: "/dev/input/event7"
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Vendor 0xb05 Product 0x8585
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Found 1 mouse buttons
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Found scroll wheel(s)
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Found relative axes
[  8977.515] (II) evdev: PDEC3393:00 0B05:8585: Forcing relative x/y axes to exist.
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Found absolute axes
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Found absolute multitouch axes
[  8977.515] (--) evdev: PDEC3393:00 0B05:8585: Found keys
[  8977.515] (II) evdev: PDEC3393:00 0B05:8585: Configuring as mouse
[  8977.515] (II) evdev: PDEC3393:00 0B05:8585: Configuring as keyboard
[  8977.515] (II) evdev: PDEC3393:00 0B05:8585: Adding scrollwheel support
[  8977.515] (**) evdev: PDEC3393:00 0B05:8585: YAxisMapping: buttons 4 and 5
[  8977.515] (**) evdev: PDEC3393:00 0B05:8585: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  8977.515] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input7/event7"
[  8977.515] (II) XINPUT: Adding extended input device "PDEC3393:00 0B05:8585" (type: KEYBOARD, id 11)
[  8977.515] (**) Option "xkb_rules" "evdev"
[  8977.515] (**) Option "xkb_model" "pc104"
[  8977.517] (**) Option "xkb_layout" "fr"
[  8977.517] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.517] (II) evdev: PDEC3393:00 0B05:8585: initialized for relative axes.
[  8977.517] (WW) evdev: PDEC3393:00 0B05:8585: ignoring absolute axes.
[  8977.517] (**) PDEC3393:00 0B05:8585: (accel) keeping acceleration scheme 1
[  8977.517] (**) PDEC3393:00 0B05:8585: (accel) acceleration profile 0
[  8977.517] (**) PDEC3393:00 0B05:8585: (accel) acceleration factor: 2.000
[  8977.517] (**) PDEC3393:00 0B05:8585: (accel) acceleration threshold: 4
[  8977.518] (II) config/udev: Adding input device FTE1000:00 0B05:0101 (/dev/input/event8)
[  8977.518] (**) FTE1000:00 0B05:0101: Applying InputClass "libinput pointer catchall"
[  8977.518] (II) LoadModule: "libinput"
[  8977.519] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[  8977.523] (II) Module libinput: vendor="X.Org Foundation"
[  8977.523] 	compiled for 1.19.3, module version = 0.25.0
[  8977.523] 	Module class: X.Org XInput Driver
[  8977.523] 	ABI class: X.Org XInput driver, version 24.1
[  8977.523] (II) Using input driver 'libinput' for 'FTE1000:00 0B05:0101'
[  8977.523] (**) FTE1000:00 0B05:0101: always reports core events
[  8977.523] (**) Option "Device" "/dev/input/event8"
[  8977.523] (**) Option "_source" "server/udev"
[  8977.527] (II) event8  - (II) FTE1000:00 0B05:0101: (II) is tagged by udev as: Mouse
[  8977.527] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device is a pointer
[  8977.527] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device removed
[  8977.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:02/i2c-10/i2c-FTE1000:00/0018:0B05:0101.0002/input/input8/event8"
[  8977.547] (II) XINPUT: Adding extended input device "FTE1000:00 0B05:0101" (type: MOUSE, id 12)
[  8977.550] (**) Option "AccelerationScheme" "none"
[  8977.550] (**) FTE1000:00 0B05:0101: (accel) selected scheme none/0
[  8977.550] (**) FTE1000:00 0B05:0101: (accel) acceleration factor: 2.000
[  8977.550] (**) FTE1000:00 0B05:0101: (accel) acceleration threshold: 4
[  8977.552] (II) event8  - (II) FTE1000:00 0B05:0101: (II) is tagged by udev as: Mouse
[  8977.552] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device is a pointer
[  8977.554] (II) config/udev: Adding input device FTE1000:00 0B05:0101 (/dev/input/mouse0)
[  8977.555] (II) No input driver specified, ignoring this device.
[  8977.555] (II) This device may have been added with another device file.
[  8977.556] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[  8977.556] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  8977.556] (**) Asus WMI hotkeys: Applying InputClass "keyboard-all"
[  8977.557] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[  8977.557] (**) Asus WMI hotkeys: always reports core events
[  8977.557] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event6"
[  8977.557] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[  8977.557] (--) evdev: Asus WMI hotkeys: Found keys
[  8977.557] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[  8977.557] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input6/event6"
[  8977.558] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[  8977.558] (**) Option "xkb_rules" "evdev"
[  8977.558] (**) Option "xkb_model" "pc104"
[  8977.558] (**) Option "xkb_layout" "fr"
[  8977.558] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8977.559] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[  8977.559] (**) Speakup: Applying InputClass "libinput keyboard catchall"
[  8977.559] (**) Speakup: Applying InputClass "keyboard-all"
[  8977.559] (II) Using input driver 'evdev' for 'Speakup'
[  8977.559] (**) Speakup: always reports core events
[  8977.559] (**) evdev: Speakup: Device: "/dev/input/event0"
[  8977.559] (--) evdev: Speakup: Vendor 0 Product 0
[  8977.559] (--) evdev: Speakup: Found keys
[  8977.559] (II) evdev: Speakup: Configuring as keyboard
[  8977.559] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[  8977.559] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 14)
[  8977.559] (**) Option "xkb_rules" "evdev"
[  8977.559] (**) Option "xkb_model" "pc104"
[  8977.559] (**) Option "xkb_layout" "fr"
[  8977.559] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  8978.109] (II) intel(0): EDID vendor "CMN", prod id 4400
[  8978.110] (II) intel(0): Printing DDC gathered Modelines:
[  8978.110] (II) intel(0): Modeline "1366x768"x0.0   76.00  1366 1436 1482 1599  768 771 776 792 -hsync -vsync (47.5 kHz eP)
[  8983.064] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device removed
[  8983.109] (II) evdev: Speakup: Close
[  8983.109] (II) UnloadModule: "evdev"
[  8983.109] (II) evdev: Asus WMI hotkeys: Close
[  8983.109] (II) UnloadModule: "evdev"
[  8983.110] (II) UnloadModule: "libinput"
[  8983.110] (II) evdev: PDEC3393:00 0B05:8585: Close
[  8983.110] (II) UnloadModule: "evdev"
[  8983.111] (II) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Close
[  8983.111] (II) UnloadModule: "evdev"
[  8983.111] (II) evdev: Sleep Button: Close
[  8983.111] (II) UnloadModule: "evdev"
[  8983.111] (II) evdev: Power Button: Close
[  8983.111] (II) UnloadModule: "evdev"
[  8983.112] (II) evdev: Video Bus: Close
[  8983.112] (II) UnloadModule: "evdev"
[  8983.112] (II) evdev: Power Button: Close
[  8983.112] (II) UnloadModule: "evdev"
[  8983.247] (II) Server terminated successfully (0). Closing log file.
I guess that my problem is related to these modules unloaded at the end of the log.
Do you know what happened?

Thank you.
Best regards.
 
Old 01-13-2018, 02:02 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Since it appears that you're running slackware....

Quote:
There are several settings which more or less are independent from each other. The keyboard-layout for the console can be chosen during installation, but is independent from the keyboard-layout when X11 is running. Unicode-support (UTF-8) extends the normal ASCII table and helps to display characters which are not contained in the English language.
The environment-variable $LANG can be set system wide or “per user”. Basically, this variable defines the language that applications will use when they interact with the user.
Also it is important to distinguish if the computer boots to run level 3 (console) or run level 4 (graphical X-Window login).
https://docs.slackware.com/slackware:localization
 
Old 01-13-2018, 02:07 PM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
I also meant to ask which desktop environment you're using, as that can impact as well. From the same reference...

Quote:
X11 keyboard setup

The keyboard layout for the X-Window system is independent from the keyboard layout of the textual console. The following settings are desktop agnostic.

Keep in mind: some desktop environments might use their own layout settings, practically overriding these settings. Most notable example is KDE.
 
Old 01-13-2018, 02:29 PM   #4
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
For deb based distros you can generally run

$ sudo dpkg-reconfigure --keyboard-configuration

Although it might not take until a reboot. Otherwise there's xmodmap to change things after boot. Or /etc/default/keyboard to change things manually.

$ export KMAP="/usr/share/keymaps/i386/azerty/fr-x11.kmap.gz"

Never used that one, but man keyboard seems to suggest it will work. With package console-data in debian to have that file. YMMV (as you're probably not using debian).
 
Old 01-14-2018, 01:48 AM   #5
YuGiOhJCJ
Member
 
Registered: Apr 2015
Posts: 53

Original Poster
Rep: Reputation: Disabled
Indeed I am using Slackware64 14.2.
This is what I try to do:
https://docs.slackware.com/slackware...keyboard_setup

My window manager is openbox.
Of course, it is possible to add "setxkbmap fr" to the "~/.config/openbox/autostart.sh" file.
But my goal is to configure my keyboard through the "/etc/X11/xorg.conf.d/" directory with the file available in my previous post.

I really think that there is a problem with Xorg because there is an other problem: Only the left click of my touchpad is working (no scrolling with two fingers, no right and middle click with two and three fingers) whereas the configuration is here:
Code:
$ cat /etc/X11/xorg.conf.d/50-synaptics.conf 
Section "InputClass"
	Identifier "touchpad"
	Driver "synaptics"
	MatchIsTouchpad "on"
	Option "TapButton1" "1"
	Option "TapButton2" "2"
	Option "TapButton3" "3"
	Option "VertTwoFingerScroll" "on"
	Option "HorizTwoFingerScroll" "on"
EndSection
With the same operating system, the same configuration files but an laptop other machine, it worked fine for both keyboard and touchpad.
That's why it's weird.

Also, if I connect an USB keyboard and an USB touchpad to my laptop, they are correctly configured.
Moreover, after connecting this external keyboard and typing something, if I try the embedded one, then the layout is well configured too.
That's strange isn't it?

Last edited by YuGiOhJCJ; 01-14-2018 at 03:34 AM.
 
Old 01-14-2018, 03:19 AM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Kernel version? When I first got my hp stream 11 (2014), it did weird stuff when I clicked (like completely messing up the X session). Upgrading to 3.19.x fixed that for the most part. Eventually backported to debians 3.16.x kernel. Plus xinput, udev, and other libinput changes to X in recent history. The joys of new hardware relative to the relative age of your distro.

For the most part the xorg.conf is deprecated, lots of auto configuration stuff that will override your settings by default. Where depends on distro, /etc/X11/xorg.conf.d/ or /etc/X11/Xsession.d/ and such.

Do you have the same issues if you go with one of the user hand holding wm/de's like gnome?
 
Old 01-14-2018, 03:26 AM   #7
YuGiOhJCJ
Member
 
Registered: Apr 2015
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Shadow_7 View Post
Kernel version?
Here is my Kernel version:
Code:
$ uname -a
Linux laptop 4.14.13-laptop #1 SMP Sat Jan 13 04:44:10 CET 2018 x86_64 Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz GenuineIntel GNU/Linux
So it is a recent version, this is the latest stable: https://www.kernel.org/

Quote:
Originally Posted by Shadow_7 View Post
For the most part the xorg.conf is deprecated, lots of auto configuration stuff that will override your settings by default. Where depends on distro, /etc/X11/xorg.conf.d/ or /etc/X11/Xsession.d/ and such.
That's why I am currently trying to use "/etc/X11/xorg.conf.d/" for my Xorg configuration and I am not using xorg.conf.
 
Old 01-14-2018, 03:46 AM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
The Xorg log shows that the synaptics driver is not in use. Currently the libinput driver appears to be handling your touchpad device...
Code:
[  8977.523] (II) Using input driver 'libinput' for 'FTE1000:00 0B05:0101'
[  8977.523] (**) FTE1000:00 0B05:0101: always reports core events
[  8977.523] (**) Option "Device" "/dev/input/event8"
[  8977.523] (**) Option "_source" "server/udev"
[  8977.527] (II) event8  - (II) FTE1000:00 0B05:0101: (II) is tagged by udev as: Mouse
[  8977.527] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device is a pointer
[  8977.527] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device removed
[  8977.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:02/i2c-10/i2c-FTE1000:00/0018:0B05:0101.0002/input/input8/event8"
[  8977.547] (II) XINPUT: Adding extended input device "FTE1000:00 0B05:0101" (type: MOUSE, id 12)
[  8977.550] (**) Option "AccelerationScheme" "none"
[  8977.550] (**) FTE1000:00 0B05:0101: (accel) selected scheme none/0
[  8977.550] (**) FTE1000:00 0B05:0101: (accel) acceleration factor: 2.000
[  8977.550] (**) FTE1000:00 0B05:0101: (accel) acceleration threshold: 4
[  8977.552] (II) event8  - (II) FTE1000:00 0B05:0101: (II) is tagged by udev as: Mouse
[  8977.552] (II) event8  - (II) FTE1000:00 0B05:0101: (II) device is a pointer
[  8977.554] (II) config/udev: Adding input device FTE1000:00 0B05:0101 (/dev/input/mouse0)
Quickly grepped with...
Code:
grep "Using input driver" /var/log/Xorg.0.log
 
Old 01-14-2018, 03:52 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by YuGiOhJCJ View Post
But my goal is to configure my keyboard through the "/etc/X11/xorg.conf.d/" directory with the file available in my previous post.

I really think that there is a problem with Xorg because there is an other problem
permissions on those files created?
other conflicting files in the same dir, or ../xorg.conf?
 
Old 01-14-2018, 03:55 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Actually, manual Xorg configuration will override automatic configuration, whether the snippets are in /etc/X11/xorg.conf.d/ or the legacy /etc/X11/xorg.conf file. For more info...
Code:
man xorg.conf
 
Old 01-14-2018, 03:48 PM   #11
YuGiOhJCJ
Member
 
Registered: Apr 2015
Posts: 53

Original Poster
Rep: Reputation: Disabled
OK fixed!
The solution was:
  1. Rebuild and install the Linux kernel by enabling this module:
    Code:
    CONFIG_HID_ASUS=m
  2. Rebuild and install the last version of synaptics
Now, the embedded keyboard and touchpad are working correctly:
Code:
$ cat /var/log/Xorg.0.log          
[  2214.955] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  2214.964] X Protocol Version 11, Revision 0
[  2214.967] Build Operating System: Linux 4.9.24-desktop x86_64 
[  2214.970] Current Operating System: Linux laptop 4.14.13-laptop #1 SMP Sun Jan 14 11:25:51 CET 2018 x86_64
[  2214.970] Kernel command line: BOOT_IMAGE=dev000:\EFI\Slackware\vmlinuz  root=/dev/mmcblk0p2 vga=normal ro rootwait ro
[  2214.976] Build Date: 16 May 2017  07:59:17PM
[  2214.979]  
[  2214.982] Current version of pixman: 0.34.0
[  2214.987] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2214.988] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2215.000] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 14 21:41:24 2018
[  2215.003] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2215.006] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2215.007] (==) No Layout section.  Using the first Screen section.
[  2215.007] (==) No screen section available. Using defaults.
[  2215.007] (**) |-->Screen "Default Screen Section" (0)
[  2215.007] (**) |   |-->Monitor "<default monitor>"
[  2215.007] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2215.007] (==) Automatically adding devices
[  2215.007] (==) Automatically enabling devices
[  2215.007] (==) Automatically adding GPU devices
[  2215.007] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2215.007] (==) FontPath set to:
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/OTF,
	/usr/share/fonts/X11/TTF,
	/usr/share/fonts/X11/Type1
[  2215.007] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  2215.007] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2215.007] (II) Loader magic: 0x80bb80
[  2215.008] (II) Module ABI versions:
[  2215.008] 	X.Org ANSI C Emulation: 0.4
[  2215.008] 	X.Org Video Driver: 23.0
[  2215.008] 	X.Org XInput driver : 24.1
[  2215.008] 	X.Org Server Extension : 10.0
[  2215.011] (--) using VT number 7

[  2215.012] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2215.015] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2215.036] (--) PCI:*(0:0:2:0) 8086:22b0:1043:10b0 rev 54, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  2215.037] (II) Open ACPI successful (/var/run/acpid.socket)
[  2215.037] (II) LoadModule: "glx"
[  2215.038] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  2215.042] (II) Module glx: vendor="X.Org Foundation"
[  2215.042] 	compiled for 1.19.3, module version = 1.0.0
[  2215.042] 	ABI class: X.Org Server Extension, version 10.0
[  2215.042] (==) Matched intel as autoconfigured driver 0
[  2215.043] (==) Matched intel as autoconfigured driver 1
[  2215.043] (==) Matched modesetting as autoconfigured driver 2
[  2215.043] (==) Matched fbdev as autoconfigured driver 3
[  2215.043] (==) Matched vesa as autoconfigured driver 4
[  2215.043] (==) Assigned the driver to the xf86ConfigLayout
[  2215.043] (II) LoadModule: "intel"
[  2215.043] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[  2215.044] (II) Module intel: vendor="X.Org Foundation"
[  2215.044] 	compiled for 1.19.3, module version = 2.99.917
[  2215.044] 	Module class: X.Org Video Driver
[  2215.044] 	ABI class: X.Org Video Driver, version 23.0
[  2215.044] (II) LoadModule: "modesetting"
[  2215.045] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  2215.045] (II) Module modesetting: vendor="X.Org Foundation"
[  2215.045] 	compiled for 1.19.3, module version = 1.19.3
[  2215.045] 	Module class: X.Org Video Driver
[  2215.045] 	ABI class: X.Org Video Driver, version 23.0
[  2215.045] (II) LoadModule: "fbdev"
[  2215.046] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  2215.046] (II) Module fbdev: vendor="X.Org Foundation"
[  2215.046] 	compiled for 1.19.3, module version = 0.4.4
[  2215.046] 	Module class: X.Org Video Driver
[  2215.046] 	ABI class: X.Org Video Driver, version 23.0
[  2215.046] (II) LoadModule: "vesa"
[  2215.047] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  2215.047] (II) Module vesa: vendor="X.Org Foundation"
[  2215.047] 	compiled for 1.19.3, module version = 2.3.4
[  2215.047] 	Module class: X.Org Video Driver
[  2215.047] 	ABI class: X.Org Video Driver, version 23.0
[  2215.047] (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
[  2215.048] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[  2215.048] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[  2215.048] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[  2215.048] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2215.048] (II) FBDEV: driver for framebuffer: fbdev
[  2215.048] (II) VESA: driver for VESA chipsets: vesa
[  2215.074] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170818
[  2215.089] (WW) Falling back to old probe method for modesetting
[  2215.090] (WW) Falling back to old probe method for fbdev
[  2215.090] (II) Loading sub module "fbdevhw"
[  2215.090] (II) LoadModule: "fbdevhw"
[  2215.091] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  2215.092] (II) Module fbdevhw: vendor="X.Org Foundation"
[  2215.092] 	compiled for 1.19.3, module version = 0.0.2
[  2215.092] 	ABI class: X.Org Video Driver, version 23.0
[  2215.092] (WW) Falling back to old probe method for vesa
[  2215.093] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[  2215.093] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 4 threads
[  2215.094] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2215.094] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  2215.094] (==) intel(0): RGB weight 888
[  2215.094] (==) intel(0): Default visual is TrueColor
[  2215.098] (II) intel(0): Output eDP1 has no monitor section
[  2215.099] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[  2215.099] (II) intel(0): Enabled output eDP1
[  2215.099] (II) intel(0): Output DP1 has no monitor section
[  2215.099] (II) intel(0): Enabled output DP1
[  2215.099] (II) intel(0): Output HDMI1 has no monitor section
[  2215.099] (II) intel(0): Enabled output HDMI1
[  2215.099] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  2215.099] (II) intel(0): Output VIRTUAL1 has no monitor section
[  2215.099] (II) intel(0): Enabled output VIRTUAL1
[  2215.099] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[  2215.099] (==) intel(0): TearFree disabled
[  2215.100] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  2215.100] (==) intel(0): DPI set to (96, 96)
[  2215.100] (II) Loading sub module "dri2"
[  2215.100] (II) LoadModule: "dri2"
[  2215.100] (II) Module "dri2" already built-in
[  2215.100] (II) Loading sub module "present"
[  2215.100] (II) LoadModule: "present"
[  2215.100] (II) Module "present" already built-in
[  2215.100] (II) UnloadModule: "modesetting"
[  2215.100] (II) Unloading modesetting
[  2215.100] (II) UnloadModule: "fbdev"
[  2215.100] (II) Unloading fbdev
[  2215.100] (II) UnloadSubModule: "fbdevhw"
[  2215.100] (II) Unloading fbdevhw
[  2215.100] (II) UnloadModule: "vesa"
[  2215.100] (II) Unloading vesa
[  2215.100] (==) Depth 24 pixmap format is 32 bpp
[  2215.101] (II) intel(0): SNA initialized with Cherryview (gen8) backend
[  2215.101] (==) intel(0): Backing store enabled
[  2215.101] (==) intel(0): Silken mouse enabled
[  2215.101] (II) intel(0): HW Cursor enabled
[  2215.101] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2215.101] (==) intel(0): DPMS enabled
[  2215.102] (==) intel(0): Display hotplug detection enabled
[  2215.102] (II) intel(0): [DRI2] Setup complete
[  2215.102] (II) intel(0): [DRI2]   DRI driver: i965
[  2215.102] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  2215.102] (II) intel(0): direct rendering: DRI2 enabled
[  2215.102] (II) intel(0): hardware support for Present enabled
[  2215.102] (--) RandR disabled
[  2215.131] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  2215.131] (II) AIGLX: enabled GLX_ARB_create_context
[  2215.132] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  2215.132] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  2215.132] (II) AIGLX: enabled GLX_INTEL_swap_event
[  2215.132] (II) AIGLX: enabled GLX_SGI_swap_control
[  2215.132] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  2215.132] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  2215.132] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[  2215.132] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  2215.132] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[  2215.132] (II) AIGLX: Loaded and initialized i965
[  2215.132] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2215.137] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  2215.144] (II) intel(0): Setting screen physical size to 361 x 203
[  2215.345] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  2215.345] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2215.345] (**) Power Button: Applying InputClass "keyboard-all"
[  2215.345] (II) LoadModule: "evdev"
[  2215.346] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  2215.347] (II) Module evdev: vendor="X.Org Foundation"
[  2215.347] 	compiled for 1.19.3, module version = 2.9.2
[  2215.347] 	Module class: X.Org XInput Driver
[  2215.347] 	ABI class: X.Org XInput driver, version 24.1
[  2215.347] (II) Using input driver 'evdev' for 'Power Button'
[  2215.347] (**) Power Button: always reports core events
[  2215.347] (**) evdev: Power Button: Device: "/dev/input/event4"
[  2215.347] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2215.348] (--) evdev: Power Button: Found keys
[  2215.348] (II) evdev: Power Button: Configuring as keyboard
[  2215.348] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[  2215.348] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2215.348] (**) Option "xkb_rules" "evdev"
[  2215.348] (**) Option "xkb_model" "pc104"
[  2215.348] (**) Option "xkb_layout" "fr"
[  2215.348] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.416] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  2215.416] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2215.417] (**) Video Bus: Applying InputClass "keyboard-all"
[  2215.417] (II) Using input driver 'evdev' for 'Video Bus'
[  2215.417] (**) Video Bus: always reports core events
[  2215.417] (**) evdev: Video Bus: Device: "/dev/input/event5"
[  2215.417] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  2215.417] (--) evdev: Video Bus: Found keys
[  2215.417] (II) evdev: Video Bus: Configuring as keyboard
[  2215.417] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[  2215.417] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2215.417] (**) Option "xkb_rules" "evdev"
[  2215.417] (**) Option "xkb_model" "pc104"
[  2215.417] (**) Option "xkb_layout" "fr"
[  2215.417] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.420] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2215.420] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2215.420] (**) Power Button: Applying InputClass "keyboard-all"
[  2215.420] (II) Using input driver 'evdev' for 'Power Button'
[  2215.420] (**) Power Button: always reports core events
[  2215.420] (**) evdev: Power Button: Device: "/dev/input/event1"
[  2215.420] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2215.420] (--) evdev: Power Button: Found keys
[  2215.420] (II) evdev: Power Button: Configuring as keyboard
[  2215.420] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  2215.420] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  2215.420] (**) Option "xkb_rules" "evdev"
[  2215.420] (**) Option "xkb_model" "pc104"
[  2215.421] (**) Option "xkb_layout" "fr"
[  2215.421] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.422] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  2215.423] (II) No input driver specified, ignoring this device.
[  2215.423] (II) This device may have been added with another device file.
[  2215.423] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  2215.423] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2215.424] (**) Sleep Button: Applying InputClass "keyboard-all"
[  2215.424] (II) Using input driver 'evdev' for 'Sleep Button'
[  2215.424] (**) Sleep Button: always reports core events
[  2215.424] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[  2215.424] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  2215.424] (--) evdev: Sleep Button: Found keys
[  2215.424] (II) evdev: Sleep Button: Configuring as keyboard
[  2215.424] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  2215.424] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  2215.424] (**) Option "xkb_rules" "evdev"
[  2215.424] (**) Option "xkb_model" "pc104"
[  2215.424] (**) Option "xkb_layout" "fr"
[  2215.424] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.427] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event9)
[  2215.427] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[  2215.427] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "keyboard-all"
[  2215.427] (II) Using input driver 'evdev' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[  2215.427] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[  2215.427] (**) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Device: "/dev/input/event9"
[  2215.427] (--) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Vendor 0xbda Product 0x57ed
[  2215.427] (--) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Found keys
[  2215.427] (II) evdev: USB2.0 VGA UVC WebCam: USB2.0 V: Configuring as keyboard
[  2215.427] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input9/event9"
[  2215.427] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 10)
[  2215.427] (**) Option "xkb_rules" "evdev"
[  2215.427] (**) Option "xkb_model" "pc104"
[  2215.427] (**) Option "xkb_layout" "fr"
[  2215.427] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.428] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event7)
[  2215.428] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[  2215.428] (**) Asus Keyboard: Applying InputClass "keyboard-all"
[  2215.428] (II) Using input driver 'evdev' for 'Asus Keyboard'
[  2215.428] (**) Asus Keyboard: always reports core events
[  2215.428] (**) evdev: Asus Keyboard: Device: "/dev/input/event7"
[  2215.428] (--) evdev: Asus Keyboard: Vendor 0xb05 Product 0x8585
[  2215.429] (--) evdev: Asus Keyboard: Found keys
[  2215.429] (II) evdev: Asus Keyboard: Configuring as keyboard
[  2215.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input7/event7"
[  2215.429] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[  2215.429] (**) Option "xkb_rules" "evdev"
[  2215.429] (**) Option "xkb_model" "pc104"
[  2215.429] (**) Option "xkb_layout" "fr"
[  2215.429] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.430] (II) config/udev: Adding input device Asus TouchPad (/dev/input/event8)
[  2215.430] (**) Asus TouchPad: Applying InputClass "libinput touchpad catchall"
[  2215.430] (**) Asus TouchPad: Applying InputClass "touchpad catchall"
[  2215.430] (**) Asus TouchPad: Applying InputClass "Default clickpad buttons"
[  2215.430] (**) Asus TouchPad: Applying InputClass "touchpad"
[  2215.430] (II) LoadModule: "synaptics"
[  2215.430] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[  2215.431] (II) Module synaptics: vendor="X.Org Foundation"
[  2215.431] 	compiled for 1.19.3, module version = 1.9.0
[  2215.431] 	Module class: X.Org XInput Driver
[  2215.431] 	ABI class: X.Org XInput driver, version 24.1
[  2215.431] (II) Using input driver 'synaptics' for 'Asus TouchPad'
[  2215.431] (**) Asus TouchPad: always reports core events
[  2215.431] (**) Option "Device" "/dev/input/event8"
[  2215.449] (II) synaptics: Asus TouchPad: found clickpad property
[  2215.449] (--) synaptics: Asus TouchPad: x-axis range 0 - 2794 (res 0)
[  2215.449] (--) synaptics: Asus TouchPad: y-axis range 0 - 1758 (res 0)
[  2215.449] (--) synaptics: Asus TouchPad: pressure range 0 - 128
[  2215.449] (--) synaptics: Asus TouchPad: finger width range 0 - 8
[  2215.449] (--) synaptics: Asus TouchPad: buttons: left double triple
[  2215.449] (--) synaptics: Asus TouchPad: Vendor 0xb05 Product 0x101
[  2215.450] (**) Option "VertTwoFingerScroll" "on"
[  2215.450] (**) Option "HorizTwoFingerScroll" "on"
[  2215.450] (**) Option "TapButton1" "1"
[  2215.450] (**) Option "TapButton2" "2"
[  2215.450] (**) Option "TapButton3" "3"
[  2215.450] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  2215.451] (--) synaptics: Asus TouchPad: touchpad found
[  2215.451] (**) Asus TouchPad: always reports core events
[  2215.469] (**) Option "config_info" "udev:/sys/devices/pci0000:00/808622C1:02/i2c-2/i2c-FTE1000:00/0018:0B05:0101.0002/input/input8/event8"
[  2215.469] (II) XINPUT: Adding extended input device "Asus TouchPad" (type: TOUCHPAD, id 12)
[  2215.469] (**) synaptics: Asus TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  2215.469] (**) synaptics: Asus TouchPad: (accel) MaxSpeed is now 1.75
[  2215.469] (**) synaptics: Asus TouchPad: (accel) AccelFactor is now 0.061
[  2215.471] (**) Asus TouchPad: (accel) keeping acceleration scheme 1
[  2215.471] (**) Asus TouchPad: (accel) acceleration profile 1
[  2215.472] (**) Asus TouchPad: (accel) acceleration factor: 2.000
[  2215.472] (**) Asus TouchPad: (accel) acceleration threshold: 4
[  2215.472] (--) synaptics: Asus TouchPad: touchpad found
[  2215.474] (II) config/udev: Adding input device Asus TouchPad (/dev/input/mouse0)
[  2215.474] (**) Asus TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  2215.475] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[  2215.475] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  2215.475] (**) Asus WMI hotkeys: Applying InputClass "keyboard-all"
[  2215.475] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[  2215.475] (**) Asus WMI hotkeys: always reports core events
[  2215.475] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event6"
[  2215.475] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[  2215.475] (--) evdev: Asus WMI hotkeys: Found keys
[  2215.475] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[  2215.476] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input6/event6"
[  2215.476] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[  2215.476] (**) Option "xkb_rules" "evdev"
[  2215.476] (**) Option "xkb_model" "pc104"
[  2215.476] (**) Option "xkb_layout" "fr"
[  2215.476] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2215.478] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[  2215.478] (**) Speakup: Applying InputClass "libinput keyboard catchall"
[  2215.478] (**) Speakup: Applying InputClass "keyboard-all"
[  2215.478] (II) Using input driver 'evdev' for 'Speakup'
[  2215.478] (**) Speakup: always reports core events
[  2215.478] (**) evdev: Speakup: Device: "/dev/input/event0"
[  2215.479] (--) evdev: Speakup: Vendor 0 Product 0
[  2215.479] (--) evdev: Speakup: Found keys
[  2215.479] (II) evdev: Speakup: Configuring as keyboard
[  2215.479] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[  2215.479] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 14)
[  2215.479] (**) Option "xkb_rules" "evdev"
[  2215.479] (**) Option "xkb_model" "pc104"
[  2215.479] (**) Option "xkb_layout" "fr"
[  2215.479] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2216.080] (II) intel(0): EDID vendor "CMN", prod id 4400
[  2216.080] (II) intel(0): Printing DDC gathered Modelines:
[  2216.080] (II) intel(0): Modeline "1366x768"x0.0   76.00  1366 1436 1482 1599  768 771 776 792 -hsync -vsync (47.5 kHz eP)
Problem solved, thanks to all participants in this thread.

Last edited by YuGiOhJCJ; 01-14-2018 at 03:51 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XOrg keyboard layout does not work joakim12 Linux From Scratch 3 09-23-2017 11:05 AM
Solution to Xorg recent keyboard layout problem rg3 Slackware 28 08-09-2009 05:29 PM
xorg.conf does not control keyboard layout foxy123 Linux - Software 2 07-23-2006 07:39 AM
Xorg.conf, using en_GB keyboard layout kxHGB Linux - General 5 10-15-2004 03:07 AM
choosing default keyboard layout in KDE or how to switch languages correctly sensovision Linux - General 3 05-23-2004 04:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration