Bonjour à tous,
Je suis passé à Ubuntu 20.04 en début de semaine, et je me heurte encore et toujours à un problème.
Après l'installation je n'arrivais plus à booter en mode "normal" (écran noir juste après grub), mais uniquement en mode recovery.
Dans ce mode recovery, tout fonctionne plutôt bien si ce n'est que lorsque j'utilise mon jeu favori sous "playonlinux", dès que l'affichage devient complexe, le PC rame fortement et ça devient injouable.
En bricolant le /etc/default/grub, j'ai réussi à démarrer sans problème et à jouer sans aucun souci (mais 1 et une seule fois, c'était mardi).
Depuis, chaque boot se passe en mode graphique dégradé, que ce soit en mode "normal" ou en recovery.
Comment faire pour récupérer l'intégralité de mes moyens graphiques SVP ?
D'avance merci,
Romain
Mon /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
#GRUB_CMDLINE_LINUX_DEFAULT="nomodeset `acpi=off`"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
#GRUB_CMDLINE_LINUX_DEFAULT=""
#GRUB_CMDLINE_LINUX_DEFAULT="nomodeset dis_ucode_ldr"
#GRUB_CMDLINE_LINUX=""
#GRUB_CMDLINE_LINUX="amdgpu.exp_hw_support=1 amd_iommu=off"
GRUB_CMDLINE_LINUX="amdgpu.exp_hw_support=1"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Mon /var/log/Xorg.0.log
[ 15.238] (--) Log file renamed from "/var/log/Xorg.pid-1008.log" to "/var/log/Xorg.0.log"
[ 15.238]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 15.238] Build Operating System: Linux 4.15.0-115-generic x86_64 Ubuntu
[ 15.238] Current Operating System: Linux romain-Precision-3540 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64
[ 15.238] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-48-generic root=UUID=16739351-2994-405a-9223-bda0d730c65a ro amdgpu.exp_hw_support=1 nomodeset
[ 15.238] Build Date: 04 September 2020 01:34:27PM
[ 15.238] xorg-server 2:1.20.8-2ubuntu2.4 (For technical support please see http://www.ubuntu.com/support)
[ 15.238] Current version of pixman: 0.38.4
[ 15.238] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 15.238] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15.238] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 1 19:18:07 2020
[ 15.239] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15.240] (==) No Layout section. Using the first Screen section.
[ 15.240] (==) No screen section available. Using defaults.
[ 15.240] (**) |-->Screen "Default Screen Section" (0)
[ 15.240] (**) | |-->Monitor "<default monitor>"
[ 15.240] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 15.240] (==) Automatically adding devices
[ 15.240] (==) Automatically enabling devices
[ 15.240] (==) Automatically adding GPU devices
[ 15.240] (==) Automatically binding GPU devices
[ 15.240] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 15.242] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 15.242] Entry deleted from font path.
[ 15.242] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 15.242] Entry deleted from font path.
[ 15.242] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 15.242] Entry deleted from font path.
[ 15.242] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 15.242] Entry deleted from font path.
[ 15.242] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 15.242] Entry deleted from font path.
[ 15.242] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 15.242] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15.242] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15.242] (II) Loader magic: 0x55ec3986d020
[ 15.242] (II) Module ABI versions:
[ 15.242] X.Org ANSI C Emulation: 0.4
[ 15.242] X.Org Video Driver: 24.1
[ 15.242] X.Org XInput driver : 24.1
[ 15.242] X.Org Server Extension : 10.0
[ 15.242] (++) using VT number 2
[ 15.243] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 15.247] (--) PCI:*(0@0:2:0) 8086:3ea0:1028:08ba rev 2, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 15.247] (--) PCI: (59@0:0:0) 1002:6985:1028:08ba rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xec200000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 15.247] (II) LoadModule: "glx"
[ 15.247] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15.255] (II) Module glx: vendor="X.Org Foundation"
[ 15.255] compiled for 1.20.8, module version = 1.0.0
[ 15.255] ABI class: X.Org Server Extension, version 10.0
[ 15.255] (==) Matched modesetting as autoconfigured driver 0
[ 15.255] (==) Matched fbdev as autoconfigured driver 1
[ 15.255] (==) Matched vesa as autoconfigured driver 2
[ 15.255] (==) Assigned the driver to the xf86ConfigLayout
[ 15.255] (II) LoadModule: "modesetting"
[ 15.256] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 15.257] (II) Module modesetting: vendor="X.Org Foundation"
[ 15.257] compiled for 1.20.8, module version = 1.20.8
[ 15.257] Module class: X.Org Video Driver
[ 15.257] ABI class: X.Org Video Driver, version 24.1
[ 15.257] (II) LoadModule: "fbdev"
[ 15.257] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 15.257] (II) Module fbdev: vendor="X.Org Foundation"
[ 15.257] compiled for 1.20.1, module version = 0.5.0
[ 15.257] Module class: X.Org Video Driver
[ 15.257] ABI class: X.Org Video Driver, version 24.0
[ 15.257] (II) LoadModule: "vesa"
[ 15.257] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 15.258] (II) Module vesa: vendor="X.Org Foundation"
[ 15.258] compiled for 1.20.4, module version = 2.4.0
[ 15.258] Module class: X.Org Video Driver
[ 15.258] ABI class: X.Org Video Driver, version 24.0
[ 15.258] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 15.258] (II) FBDEV: driver for framebuffer: fbdev
[ 15.258] (II) VESA: driver for VESA chipsets: vesa
[ 15.258] (EE) open /dev/dri/card0: No such file or directory
[ 15.258] (WW) Falling back to old probe method for modesetting
[ 15.258] (EE) open /dev/dri/card0: No such file or directory
[ 15.258] (II) Loading sub module "fbdevhw"
[ 15.258] (II) LoadModule: "fbdevhw"
[ 15.258] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 15.259] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 15.259] compiled for 1.20.8, module version = 0.0.2
[ 15.259] ABI class: X.Org Video Driver, version 24.1
[ 15.259] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[ 15.259] (II) FBDEV(1): using default device
[ 15.259] (EE) Screen 0 deleted because of no matching config section.
[ 15.259] (II) UnloadModule: "modesetting"
[ 15.259] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 15.259] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 15.259] (==) FBDEV(0): RGB weight 888
[ 15.259] (==) FBDEV(0): Default visual is TrueColor
[ 15.259] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15.259] (II) FBDEV(0): hardware: EFI VGA (video memory: 8100kB)
[ 15.259] (II) FBDEV(0): checking modes against framebuffer device...
[ 15.259] (II) FBDEV(0): checking modes against monitor...
[ 15.259] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[ 15.259] (**) FBDEV(0): Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[ 15.259] (II) FBDEV(0): Modeline "current"x0.0 207.38 1920 1952 2192 2432 1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[ 15.259] (==) FBDEV(0): DPI set to (96, 96)
[ 15.259] (II) Loading sub module "fb"
[ 15.259] (II) LoadModule: "fb"
[ 15.259] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.260] (II) Module fb: vendor="X.Org Foundation"
[ 15.260] compiled for 1.20.8, module version = 1.0.0
[ 15.260] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.260] (**) FBDEV(0): using shadow framebuffer
[ 15.260] (II) Loading sub module "shadow"
[ 15.260] (II) LoadModule: "shadow"
[ 15.260] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 15.261] (II) Module shadow: vendor="X.Org Foundation"
[ 15.261] compiled for 1.20.8, module version = 1.1.0
[ 15.261] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.261] (II) UnloadModule: "vesa"
[ 15.261] (II) Unloading vesa
[ 15.261] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[ 15.263] (==) FBDEV(0): Backing store enabled
[ 15.264] (==) FBDEV(0): DPMS enabled
[ 15.264] (II) Initializing extension Generic Event Extension
[ 15.264] (II) Initializing extension SHAPE
[ 15.264] (II) Initializing extension MIT-SHM
[ 15.264] (II) Initializing extension XInputExtension
[ 15.265] (II) Initializing extension XTEST
[ 15.265] (II) Initializing extension BIG-REQUESTS
[ 15.265] (II) Initializing extension SYNC
[ 15.265] (II) Initializing extension XKEYBOARD
[ 15.265] (II) Initializing extension XC-MISC
[ 15.265] (II) Initializing extension SECURITY
[ 15.265] (II) Initializing extension XFIXES
[ 15.265] (II) Initializing extension RENDER
[ 15.265] (II) Initializing extension RANDR
[ 15.266] (II) Initializing extension COMPOSITE
[ 15.266] (II) Initializing extension DAMAGE
[ 15.266] (II) Initializing extension MIT-SCREEN-SAVER
[ 15.266] (II) Initializing extension DOUBLE-BUFFER
[ 15.266] (II) Initializing extension RECORD
[ 15.266] (II) Initializing extension DPMS
[ 15.266] (II) Initializing extension Present
[ 15.266] (II) Initializing extension DRI3
[ 15.266] (II) Initializing extension X-Resource
[ 15.266] (II) Initializing extension XVideo
[ 15.267] (II) Initializing extension XVideo-MotionCompensation
[ 15.267] (II) Initializing extension SELinux
[ 15.267] (II) SELinux: Disabled on system
[ 15.267] (II) Initializing extension GLX
[ 15.267] (II) AIGLX: Screen 0 is not DRI2 capable
[ 15.386] (II) IGLX: Loaded and initialized swrast
[ 15.386] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 15.386] (II) Initializing extension XFree86-VidModeExtension
[ 15.387] (II) Initializing extension XFree86-DGA
[ 15.387] (II) Initializing extension XFree86-DRI
[ 15.387] (II) Initializing extension DRI2
[ 15.437] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.437] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.437] (II) LoadModule: "libinput"
[ 15.438] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 15.440] (II) Module libinput: vendor="X.Org Foundation"
[ 15.440] compiled for 1.20.4, module version = 0.29.0
[ 15.440] Module class: X.Org XInput Driver
[ 15.440] ABI class: X.Org XInput driver, version 24.1
[ 15.440] (II) Using input driver 'libinput' for 'Power Button'
[ 15.441] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[ 15.441] (**) Power Button: always reports core events
[ 15.441] (**) Option "Device" "/dev/input/event1"
[ 15.441] (**) Option "_source" "server/udev"
[ 15.444] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.444] (II) event1 - Power Button: device is a keyboard
[ 15.444] (II) event1 - Power Button: device removed
[ 15.444] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 15.444] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.444] (**) Option "xkb_model" "pc105"
[ 15.444] (**) Option "xkb_layout" "fr"
[ 15.457] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.457] (II) event1 - Power Button: device is a keyboard
[ 15.457] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 15.457] (II) No input driver specified, ignoring this device.
[ 15.457] (II) This device may have been added with another device file.
[ 15.457] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 15.457] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 15.457] (II) Using input driver 'libinput' for 'Sleep Button'
[ 15.458] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 15.458] (**) Sleep Button: always reports core events
[ 15.458] (**) Option "Device" "/dev/input/event2"
[ 15.458] (**) Option "_source" "server/udev"
[ 15.458] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 15.458] (II) event2 - Sleep Button: device is a keyboard
[ 15.458] (II) event2 - Sleep Button: device removed
[ 15.458] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 15.458] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[ 15.458] (**) Option "xkb_model" "pc105"
[ 15.458] (**) Option "xkb_layout" "fr"
[ 15.459] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 15.459] (II) event2 - Sleep Button: device is a keyboard
[ 15.459] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event8)
[ 15.459] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[ 15.459] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[ 15.460] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 26 paused 0
[ 15.460] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[ 15.460] (**) Option "Device" "/dev/input/event8"
[ 15.460] (**) Option "_source" "server/udev"
[ 15.461] (II) event8 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[ 15.461] (II) event8 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[ 15.461] (II) event8 - MOSART Semi. 2.4G Keyboard Mouse: device removed
[ 15.461] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:062A:5918.0002/input/input9/event8"
[ 15.461] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 8)
[ 15.461] (**) Option "xkb_model" "pc105"
[ 15.461] (**) Option "xkb_layout" "fr"
[ 15.462] (II) event8 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[ 15.462] (II) event8 - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[ 15.462] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event9)
[ 15.462] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 15.462] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[ 15.463] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 27 paused 0
[ 15.463] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[ 15.463] (**) Option "Device" "/dev/input/event9"
[ 15.463] (**) Option "_source" "server/udev"
[ 15.464] (II) event9 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[ 15.464] (II) event9 - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[ 15.464] (II) event9 - MOSART Semi. 2.4G Keyboard Mouse: device removed
[ 15.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:5918.0003/input/input10/event9"
[ 15.464] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 9)
[ 15.464] (**) Option "AccelerationScheme" "none"
[ 15.464] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[ 15.464] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[ 15.464] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[ 15.465] (II) event9 - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[ 15.465] (II) event9 - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[ 15.465] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse3)
[ 15.465] (II) No input driver specified, ignoring this device.
[ 15.465] (II) This device may have been added with another device file.
[ 15.466] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event10)
[ 15.466] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15.466] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[ 15.466] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 28 paused 0
[ 15.466] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[ 15.466] (**) Option "Device" "/dev/input/event10"
[ 15.466] (**) Option "_source" "server/udev"
[ 15.467] (II) event10 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[ 15.468] (II) event10 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[ 15.468] (II) event10 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[ 15.469] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[ 15.469] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:5918.0003/input/input11/event10"
[ 15.469] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 10)
[ 15.469] (**) Option "AccelerationScheme" "none"
[ 15.469] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[ 15.469] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[ 15.469] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[ 15.470] (II) event10 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[ 15.470] (II) event10 - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[ 15.471] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event11)
[ 15.471] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[ 15.471] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[ 15.475] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 29 paused 0
[ 15.475] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[ 15.475] (**) Option "Device" "/dev/input/event11"
[ 15.475] (**) Option "_source" "server/udev"
[ 15.476] (II) event11 - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[ 15.477] (II) event11 - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[ 15.477] (II) event11 - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[ 15.477] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:5918.0003/input/input12/event11"
[ 15.477] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 11)
[ 15.477] (**) Option "xkb_model" "pc105"
[ 15.477] (**) Option "xkb_layout" "fr"
[ 15.478] (II) event11 - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[ 15.478] (II) event11 - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[ 15.479] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event12)
[ 15.479] (II) No input driver specified, ignoring this device.
[ 15.479] (II) This device may have been added with another device file.
[ 15.480] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event4)
[ 15.480] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 15.480] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 15.480] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[ 15.480] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 15.480] (**) Option "Device" "/dev/input/event4"
[ 15.480] (**) Option "_source" "server/udev"
[ 15.481] (II) event4 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 15.481] (II) event4 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 15.481] (II) event4 - Integrated_Webcam_HD: Integrate: device removed
[ 15.481] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input16/event4"
[ 15.481] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 12)
[ 15.481] (**) Option "xkb_model" "pc105"
[ 15.481] (**) Option "xkb_layout" "fr"
[ 15.482] (II) event4 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 15.482] (II) event4 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 15.482] (II) config/udev: Adding input device DELL08BA:00 0488:121F Mouse (/dev/input/event6)
[ 15.482] (**) DELL08BA:00 0488:121F Mouse: Applying InputClass "libinput pointer catchall"
[ 15.482] (II) Using input driver 'libinput' for 'DELL08BA:00 0488:121F Mouse'
[ 15.483] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[ 15.483] (**) DELL08BA:00 0488:121F Mouse: always reports core events
[ 15.483] (**) Option "Device" "/dev/input/event6"
[ 15.483] (**) Option "_source" "server/udev"
[ 15.484] (II) event6 - DELL08BA:00 0488:121F Mouse: is tagged by udev as: Mouse Pointingstick
[ 15.484] (II) event6 - DELL08BA:00 0488:121F Mouse: device is a pointer
[ 15.485] (II) event6 - DELL08BA:00 0488:121F Mouse: device removed
[ 15.485] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08BA:00/0018:0488:121F.0001/input/input18/event6"
[ 15.485] (II) XINPUT: Adding extended input device "DELL08BA:00 0488:121F Mouse" (type: MOUSE, id 13)
[ 15.485] (**) Option "AccelerationScheme" "none"
[ 15.485] (**) DELL08BA:00 0488:121F Mouse: (accel) selected scheme none/0
[ 15.485] (**) DELL08BA:00 0488:121F Mouse: (accel) acceleration factor: 2.000
[ 15.485] (**) DELL08BA:00 0488:121F Mouse: (accel) acceleration threshold: 4
[ 15.486] (II) event6 - DELL08BA:00 0488:121F Mouse: is tagged by udev as: Mouse Pointingstick
[ 15.486] (II) event6 - DELL08BA:00 0488:121F Mouse: device is a pointer
[ 15.487] (II) config/udev: Adding input device DELL08BA:00 0488:121F Mouse (/dev/input/mouse0)
[ 15.487] (II) No input driver specified, ignoring this device.
[ 15.487] (II) This device may have been added with another device file.
[ 15.488] (II) config/udev: Adding input device DELL08BA:00 0488:121F Touchpad (/dev/input/event15)
[ 15.488] (**) DELL08BA:00 0488:121F Touchpad: Applying InputClass "libinput touchpad catchall"
[ 15.488] (II) Using input driver 'libinput' for 'DELL08BA:00 0488:121F Touchpad'
[ 15.488] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 32 paused 0
[ 15.488] (**) DELL08BA:00 0488:121F Touchpad: always reports core events
[ 15.488] (**) Option "Device" "/dev/input/event15"
[ 15.488] (**) Option "_source" "server/udev"
[ 15.489] (II) event15 - DELL08BA:00 0488:121F Touchpad: is tagged by udev as: Touchpad
[ 15.490] (II) event15 - DELL08BA:00 0488:121F Touchpad: device is a touchpad
[ 15.490] (II) event15 - DELL08BA:00 0488:121F Touchpad: device removed
[ 15.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08BA:00/0018:0488:121F.0001/input/input19/event15"
[ 15.490] (II) XINPUT: Adding extended input device "DELL08BA:00 0488:121F Touchpad" (type: TOUCHPAD, id 14)
[ 15.490] (**) Option "AccelerationScheme" "none"
[ 15.490] (**) DELL08BA:00 0488:121F Touchpad: (accel) selected scheme none/0
[ 15.490] (**) DELL08BA:00 0488:121F Touchpad: (accel) acceleration factor: 2.000
[ 15.490] (**) DELL08BA:00 0488:121F Touchpad: (accel) acceleration threshold: 4
[ 15.491] (II) event15 - DELL08BA:00 0488:121F Touchpad: is tagged by udev as: Touchpad
[ 15.492] (II) event15 - DELL08BA:00 0488:121F Touchpad: device is a touchpad
[ 15.493] (II) config/udev: Adding input device DELL08BA:00 0488:121F Touchpad (/dev/input/mouse1)
[ 15.493] (II) No input driver specified, ignoring this device.
[ 15.493] (II) This device may have been added with another device file.
[ 15.493] (II) config/udev: Adding input device DELL08BA:00 0488:121F UNKNOWN (/dev/input/event16)
[ 15.493] (**) DELL08BA:00 0488:121F UNKNOWN: Applying InputClass "libinput keyboard catchall"
[ 15.493] (II) Using input driver 'libinput' for 'DELL08BA:00 0488:121F UNKNOWN'
[ 15.493] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[ 15.493] (**) DELL08BA:00 0488:121F UNKNOWN: always reports core events
[ 15.493] (**) Option "Device" "/dev/input/event16"
[ 15.493] (**) Option "_source" "server/udev"
[ 15.494] (II) event16 - DELL08BA:00 0488:121F UNKNOWN: is tagged by udev as: Keyboard
[ 15.494] (II) event16 - DELL08BA:00 0488:121F UNKNOWN: device is a keyboard
[ 15.494] (II) event16 - DELL08BA:00 0488:121F UNKNOWN: device removed
[ 15.494] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08BA:00/0018:0488:121F.0001/input/input20/event16"
[ 15.494] (II) XINPUT: Adding extended input device "DELL08BA:00 0488:121F UNKNOWN" (type: KEYBOARD, id 15)
[ 15.494] (**) Option "xkb_model" "pc105"
[ 15.494] (**) Option "xkb_layout" "fr"
[ 15.495] (II) event16 - DELL08BA:00 0488:121F UNKNOWN: is tagged by udev as: Keyboard
[ 15.495] (II) event16 - DELL08BA:00 0488:121F UNKNOWN: device is a keyboard
[ 15.495] (II) config/udev: Adding input device Intel HID events (/dev/input/event13)
[ 15.495] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 15.495] (II) Using input driver 'libinput' for 'Intel HID events'
[ 15.496] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 34 paused 0
[ 15.496] (**) Intel HID events: always reports core events
[ 15.496] (**) Option "Device" "/dev/input/event13"
[ 15.496] (**) Option "_source" "server/udev"
[ 15.496] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[ 15.496] (II) event13 - Intel HID events: device is a keyboard
[ 15.496] (II) event13 - Intel HID events: device removed
[ 15.496] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input14/event13"
[ 15.496] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[ 15.496] (**) Option "xkb_model" "pc105"
[ 15.496] (**) Option "xkb_layout" "fr"
[ 15.497] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[ 15.497] (II) event13 - Intel HID events: device is a keyboard
[ 15.497] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event14)
[ 15.497] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 15.497] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 15.497] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 35 paused 0
[ 15.497] (**) Intel HID 5 button array: always reports core events
[ 15.497] (**) Option "Device" "/dev/input/event14"
[ 15.497] (**) Option "_source" "server/udev"
[ 15.498] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 15.498] (II) event14 - Intel HID 5 button array: device is a keyboard
[ 15.498] (II) event14 - Intel HID 5 button array: device removed
[ 15.498] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input15/event14"
[ 15.498] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 17)
[ 15.498] (**) Option "xkb_model" "pc105"
[ 15.498] (**) Option "xkb_layout" "fr"
[ 15.498] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 15.498] (II) event14 - Intel HID 5 button array: device is a keyboard
[ 15.499] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
[ 15.499] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 15.499] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 15.499] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[ 15.499] (**) Dell WMI hotkeys: always reports core events
[ 15.499] (**) Option "Device" "/dev/input/event5"
[ 15.499] (**) Option "_source" "server/udev"
[ 15.500] (II) event5 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 15.500] (II) event5 - Dell WMI hotkeys: device is a keyboard
[ 15.500] (II) event5 - Dell WMI hotkeys: device removed
[ 15.500] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input17/event5"
[ 15.500] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 18)
[ 15.500] (**) Option "xkb_model" "pc105"
[ 15.500] (**) Option "xkb_layout" "fr"
[ 15.501] (II) event5 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 15.501] (II) event5 - Dell WMI hotkeys: device is a keyboard
[ 15.501] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 15.501] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 15.501] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 15.502] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[ 15.502] (**) AT Translated Set 2 keyboard: always reports core events
[ 15.502] (**) Option "Device" "/dev/input/event3"
[ 15.502] (**) Option "_source" "server/udev"
[ 15.502] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15.502] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 15.503] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 15.503] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 15.503] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[ 15.503] (**) Option "xkb_model" "pc105"
[ 15.503] (**) Option "xkb_layout" "fr"
[ 15.503] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15.503] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 15.504] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event7)
[ 15.504] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 15.504] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 15.504] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 38 paused 0
[ 15.504] (**) PS/2 Generic Mouse: always reports core events
[ 15.504] (**) Option "Device" "/dev/input/event7"
[ 15.504] (**) Option "_source" "server/udev"
[ 15.505] (II) event7 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 15.505] (II) event7 - PS/2 Generic Mouse: device is a pointer
[ 15.505] (II) event7 - PS/2 Generic Mouse: device removed
[ 15.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event7"
[ 15.505] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 20)
[ 15.505] (**) Option "AccelerationScheme" "none"
[ 15.505] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 15.505] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 15.505] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 15.505] (II) event7 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 15.506] (II) event7 - PS/2 Generic Mouse: device is a pointer
[ 15.506] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 15.506] (II) No input driver specified, ignoring this device.
[ 15.506] (II) This device may have been added with another device file.
[ 15.509] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15.509] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[ 15.509] (II) systemd-logind: returning pre-existing fd for /dev/input/event10 13:74
[ 15.509] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[ 15.509] (**) Option "Device" "/dev/input/event10"
[ 15.509] (**) Option "_source" "_driver/libinput"
[ 15.509] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is a virtual subdevice
[ 15.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:5918.0003/input/input11/event10"
[ 15.509] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: KEYBOARD, id 21)
[ 15.509] (**) Option "xkb_model" "pc105"
[ 15.509] (**) Option "xkb_layout" "fr"
[ 64.785] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event17)
[ 64.785] (II) No input driver specified, ignoring this device.
[ 64.785] (II) This device may have been added with another device file.