Upgraded to 7.6 - laptop keyboard no longer works

Issues related to hardware problems
User avatar
mdecheser
Posts: 6
Joined: 2019/03/01 14:34:12
Location: Philadelphia, PA

Upgraded to 7.6 - laptop keyboard no longer works

Post by mdecheser » 2019/03/12 00:38:08

Hello community, this is my first post to the forums. I've been finding solutions here for many years, and am surprised that I seem to be the first person to experience this issue. My apologies in advance if this has been asked and answered elsewhere.

I recently upgrade to CentOS 7.6 from 7.5 and am seeing that my laptop keyboard does not work after Gnome starts. The keyboard itself is fine; I'm able to even key in my LUKS password to decrypt and mount my OS partitions.

Other information which I feel may be useful:
  • HP EliteBook 1030 G1
    BIOS N86 v 01.05 0 11/01/2016 (old for sure)
    USB-attached keyboard works fine
    Keystrokes while booted and in Gnome do trigger the backlight feature

Code: Select all

[root@decheser ~]# hwinfo --short | grep -i keyboard
keyboard:
  /dev/input/event20   Tangtop HID Keyboard
  /dev/input/event3    AT Translated Set 2 keyboard
  /dev/input/mice      Tangtop HID Keyboard
                       Keyboard controller
[root@decheser ~]# hwinfo

[ SNIP ]

41: USB 00.0: 10800 Keyboard
  [Created at usb.122]
  Unique ID: BobO.gSYDclV0q5B
  Parent ID: ADDn.DFkaVl_rzX0
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0
  SysFS BusID: 1-1.2:1.0
  Hardware Class: keyboard
  Model: "Tangtop HID Keyboard"
  Hotplug: USB
  Vendor: usb 0x0d3d "Tangtop Technology Co., Ltd"
  Device: usb 0x0001 "HID Keyboard"
  Revision: "0.01"
  Driver: "usbhid"
  Driver Modules: "usbhid"
  Device File: /dev/input/event20
  Device Files: /dev/input/event20, /dev/input/by-id/usb-0d3d_USBPS2-event-kbd, /dev/input/by-path/pci-0000:00:14.0-usb-0:1.2:1.0-event-kbd
  Device Number: char 13:84
  Speed: 1.5 Mbps
  Module Alias: "usb:v0D3Dp0001d0001dc00dsc00dp00ic03isc01ip01in00"
  Driver Info #0:
    XkbRules: xfree86
    XkbModel: pc104
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #44 (Hub)
  
  [ SNIP ]
  
   53: PS/2 00.0: 10800 Keyboard
  [Created at input.226]
  Unique ID: 9ui9.+49ps10DtUF
  Hardware Class: keyboard
  Model: "AT Translated Set 2 keyboard"
  Vendor: 0x0001 
  Device: 0x0001 "AT Translated Set 2 keyboard"
  Compatible to: int 0x0211 0x0001
  Device File: /dev/input/event3
  Device Files: /dev/input/event3, /dev/input/by-path/platform-i8042-serio-0-event-kbd
  Device Number: char 13:67
  Driver Info #0:
    XkbRules: xfree86
    XkbModel: pc104
  Config Status: cfg=new, avail=yes, need=no, active=unknown 
In various other threads, I've seen people suggesting to install or upgrade Nvidia drivers. That did not resolve the issue for me. I've also tried downgrading various X11 packages, without success.

Code: Select all

Feb 26 09:42:33 Installed: xorg-x11-drv-mouse-1.9.2-2.el7.x86_64
Feb 26 09:45:12 Erased: kmod-nvidia-410.93-1.el7_6.elrepo.x86_64
Feb 26 09:46:28 Erased: nvidia-x11-drv-libs-410.93-1.el7_6.elrepo.x86_64
Feb 26 09:46:29 Erased: nvidia-x11-drv-410.93-1.el7_6.elrepo.x86_64
Feb 26 09:46:29 Erased: yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
Feb 28 21:51:48 Installed: xorg-x11-server-common-1.20.1-5.1.el7.x86_64
Feb 28 21:51:48 Installed: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
Feb 28 21:51:48 Installed: xorg-x11-drv-ati-18.0.1-1.el7.x86_64
Feb 28 22:09:49 Installed: libinput-1.10.7-2.el7.x86_64
Mar 01 09:05:30 Updated: xorg-x11-server-common-1.20.1-5.2.el7_6.x86_64
Mar 01 09:05:30 Updated: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64
Mar 01 09:05:30 Updated: xorg-x11-drv-ati-18.1.0-1.el7_6.x86_64
I've also seen threads where people are suggesting to downgrade libinput or xorg-x11-drv-libinput, but it seems to be failing for me:

Code: Select all

yum.log:Feb 28 22:09:49 Installed: libinput-1.10.7-2.el7.x86_64
yum.log-20190101:Jun 05 12:08:24 Installed: libinput-1.8.4-2.el7.x86_64
yum.log-20190226:Feb 22 09:44:25 Installed: xorg-x11-drv-libinput-0.27.1-2.el7.x86_64
yum.log-20190226:Feb 25 15:06:13 Updated: libinput-1.10.7-2.el7.x86_64
Any help would be most greatly appreciated.

Thanks!
MD

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by TrevorH » 2019/03/12 08:15:40

Is xorg-x11-drv-evdev installed? If not, does it work if you install it?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
mdecheser
Posts: 6
Joined: 2019/03/01 14:34:12
Location: Philadelphia, PA

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by mdecheser » 2019/03/12 13:31:44

TrevorH wrote:
2019/03/12 08:15:40
Is xorg-x11-drv-evdev installed? If not, does it work if you install it?
Hi TrevorH. Yes, it's installed.

Code: Select all

[root@decheser ~]# rpm -q xorg-x11-drv-evdev
xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
It looks like it was updated along with the rest of the 7.6 update. The downgrade operation fails because the package can't be found.

Code: Select all

[root@decheser ~]# grep xorg-x11-drv-evdev /var/log/yum.log*
/var/log/yum.log-20180102:Sep 16 13:06:08 Updated: xorg-x11-drv-evdev-2.10.5-2.1.el7.x86_64
/var/log/yum.log-20190226:Feb 25 15:09:45 Updated: xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
[root@decheser ~]# yum downgrade xorg-x11-drv-evdev
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                                                                        |  16 kB  00:00:00     
 * base: bay.uchicago.edu
 * elrepo: dfw.mirror.rackspace.com
 * epel: fedora-epel.mirror.lstn.net
 * extras: ftpmirror.your.org
 * nux-dextop: li.nux.ro
 * remi-safe: fr2.rpmfind.net
 * updates: centos.den.host-engine.com
base                                                                                                        | 3.6 kB  00:00:00     
elrepo                                                                                                      | 2.9 kB  00:00:00     
epel                                                                                                        | 4.7 kB  00:00:00     
extras                                                                                                      | 3.4 kB  00:00:00     
google-chrome                                                                                               | 1.3 kB  00:00:00     
nux-dextop                                                                                                  | 2.9 kB  00:00:00     
packages-microsoft-com-prod                                                                                 | 2.9 kB  00:00:00     
remi-safe                                                                                                   | 3.0 kB  00:00:00     
sublime-text                                                                                                | 2.9 kB  00:00:00     
telred-redhat-7                                                                                             | 2.9 kB  00:00:00     
updates                                                                                                     | 3.4 kB  00:00:00     
(1/3): epel/x86_64/updateinfo                                                                               | 961 kB  00:00:02     
(2/3): remi-safe/primary_db                                                                                 | 1.4 MB  00:00:02     
(3/3): epel/x86_64/primary_db                                                                               | 6.6 MB  00:00:10     
Nothing to do
[root@decheser ~]# yum info xorg-x11-drv-evdev
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: bay.uchicago.edu
 * elrepo: dfw.mirror.rackspace.com
 * epel: fedora-epel.mirror.lstn.net
 * extras: ftpmirror.your.org
 * nux-dextop: li.nux.ro
 * remi-safe: fr2.rpmfind.net
 * updates: centos.den.host-engine.com
Installed Packages
Name        : xorg-x11-drv-evdev
Arch        : x86_64
Version     : 2.10.6
Release     : 1.el7
Size        : 70 k
Repo        : installed
From repo   : base
Summary     : Xorg X11 evdev input driver
URL         : http://www.x.org
License     : MIT
Description : X.Org X11 evdev input driver.
[root@decheser ~]# yum repolist
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: bay.uchicago.edu
 * elrepo: dfw.mirror.rackspace.com
 * epel: fedora-epel.mirror.lstn.net
 * extras: ftpmirror.your.org
 * nux-dextop: li.nux.ro
 * remi-safe: fr2.rpmfind.net
 * updates: centos.den.host-engine.com
repo id                                        repo name                                                                     status
base/7/x86_64                                  CentOS-7 - Base                                                               10,019
elrepo                                         ELRepo.org Community Enterprise Linux Repository - el7                           105
epel/x86_64                                    Extra Packages for Enterprise Linux 7 - x86_64                                12,974
extras/7/x86_64                                CentOS-7 - Extras                                                                371
google-chrome                                  google-chrome                                                                      3
nux-dextop/x86_64                              Nux.Ro RPMs for general desktop use                                            2,698
packages-microsoft-com-prod                    packages-microsoft-com-prod                                                      284
remi-safe                                      Safe Remi's RPM repository for Enterprise Linux 7 - x86_64                     3,168
sublime-text                                   Sublime Text - x86_64 - Stable                                                     2
telred-redhat-7                                TEL.RED software repository for RedHat/CentOS 7                                    6
updates/7/x86_64                               CentOS-7 - Updates                                                             1,163
Am I missing the proper repo to find older version of 7.x packages?

Thanks for your help.
MD

Herve_Tlse
Posts: 1
Joined: 2019/03/13 14:50:54

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by Herve_Tlse » 2019/03/13 14:59:07

Hello,

Same issue today on a fresh install on a Zbook 17 G5.
USB keyboard ok
Laptop keyboard ko for gnome but ok on a terminal

I will reinstall on Centos 7.5 to see if the behaviour is the same.

Cheers
Herve

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by TrevorH » 2019/03/13 16:10:17

If you updated from 7.5 then you should still have the old 7.5 kernel installed and selectable from the grub menu at boot time. Check if using that fixes it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
mdecheser
Posts: 6
Joined: 2019/03/01 14:34:12
Location: Philadelphia, PA

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by mdecheser » 2019/03/14 14:03:32

TrevorH wrote:
2019/03/13 16:10:17
If you updated from 7.5 then you should still have the old 7.5 kernel installed and selectable from the grub menu at boot time. Check if using that fixes it.
I felt like I'd tried that before I opened this thread, so I just tried it again this morning and confirmed it does not resolve the issue.

Code: Select all

Linux decheser 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
I thought that if I was able to downgrade xorg-x11-drv-evdev and boot off the older kernel, that might workaround the issue for me. But as I mentioned above, I am unable to downgrade ... thus why I was inquiring about the process to uninstall or downgrade to CentOS packages from older releases.

I do appreciate your help!

MD

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by TrevorH » 2019/03/14 15:48:06

Sure. It's just that the kernel was one of the 2 most likely things for it to be.

Can you post your /var/log/Xorg.0.log to see if there is anything there that might show the problem.

You could try running yum --enablerepo=C7.5.1804-updates downgrade xorg\* though that's probably a very large set of packages. Save a copy of the log file above and if it works after downgrade, compare the two of them and see if anything stands out.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
mdecheser
Posts: 6
Joined: 2019/03/01 14:34:12
Location: Philadelphia, PA

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by mdecheser » 2019/03/16 15:34:07

TrevorH wrote:
2019/03/14 15:48:06
Can you post your /var/log/Xorg.0.log to see if there is anything there that might show the problem.
Here we go. Hoping this isn't too obnoxiously long for forum consumption. Happy to post followups to Pastebin or as files to a web server I manage.
I noticed an event of interest at timestamp 25.791.

Code: Select all

[    25.024] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[    25.024] Build Operating System:  3.10.0-693.17.1.el7.x86_64 
[    25.024] Current Operating System: Linux decheser 3.10.0-957.5.1.el7.x86_64 #1 SMP Fri Feb 1 14:54:57 UTC 2019 x86_64
[    25.024] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-957.5.1.el7.x86_64 root=/dev/mapper/luks-a380a294-4edc-41e0-b314-0a80d083d914 ro crashkernel=auto rd.luks.uuid=luks-a380a294-4edc-41e0-b314-0a80d083d914 rd.luks.uuid=luks-f2eb5fa8-0737-48d7-bf45-769c1fa671c4 rd.lvm.lv=rootvg/00 rd.lvm.lv=rootvg/swaplv rd.lvm.lv=rootvg/usrlv rhgb quiet LANG=en_US.UTF-8
[    25.024] Build Date: 15 November 2018  04:59:43PM
[    25.024] Build ID: xorg-x11-server 1.20.1-5.1.el7 
[    25.024] Current version of pixman: 0.34.0
[    25.024] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.024] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.024] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 16 11:13:00 2019
[    25.026] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.026] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.027] (==) No Layout section.  Using the first Screen section.
[    25.027] (==) No screen section available. Using defaults.
[    25.027] (**) |-->Screen "Default Screen Section" (0)
[    25.027] (**) |   |-->Monitor "<default monitor>"
[    25.028] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    25.028] (**) |   |-->Device "Intel Graphics"
[    25.028] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.028] (==) Automatically adding devices
[    25.028] (==) Automatically enabling devices
[    25.028] (==) Automatically adding GPU devices
[    25.028] (==) Automatically binding GPU devices
[    25.028] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.028] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[    25.028] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    25.028] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.028] (II) Loader magic: 0x5568232a5020
[    25.028] (II) Module ABI versions:
[    25.028] 	X.Org ANSI C Emulation: 0.4
[    25.028] 	X.Org Video Driver: 24.0
[    25.028] 	X.Org XInput driver : 24.1
[    25.028] 	X.Org Server Extension : 10.0
[    25.029] (II) xfree86: Adding drm device (/dev/dri/card0)
[    25.029] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    25.029] (II) Platform PCI device at pci:0000:00:02.0
[    25.437] (--) PCI:*(0@0:2:0) 8086:191e:103c:80fb rev 7, Mem @ 0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    25.437] (II) LoadModule: "glx"
[    25.440] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    25.452] (II) Module glx: vendor="X.Org Foundation"
[    25.452] 	compiled for 1.20.1, module version = 1.0.0
[    25.452] 	ABI class: X.Org Server Extension, version 10.0
[    25.452] (II) LoadModule: "modesetting"
[    25.452] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    25.452] (II) Module modesetting: vendor="X.Org Foundation"
[    25.452] 	compiled for 1.20.1, module version = 1.20.1
[    25.452] 	Module class: X.Org Video Driver
[    25.453] 	ABI class: X.Org Video Driver, version 24.0
[    25.453] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.453] (++) using VT number 1

[    25.454] (II) modeset(0): using drv /dev/dri/card0
[    25.454] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    25.454] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    25.454] (**) modeset(0): Option "AccelMethod" "none"
[    25.454] (==) modeset(0): RGB weight 888
[    25.454] (==) modeset(0): Default visual is TrueColor
[    25.454] (**) modeset(0): glamor disabled
[    25.454] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    25.454] (II) modeset(0): Double-buffered shadow updates: off
[    25.455] (II) modeset(0): Output eDP-1 has no monitor section
[    25.455] (II) modeset(0): Output DP-1 has no monitor section
[    25.459] (II) modeset(0): Output HDMI-1 has no monitor section
[    25.459] (II) modeset(0): Output DP-2 has no monitor section
[    25.462] (II) modeset(0): Output HDMI-2 has no monitor section
[    25.463] (II) modeset(0): EDID for output eDP-1
[    25.463] (II) modeset(0): Manufacturer: SHP  Model: 1464  Serial#: 0
[    25.463] (II) modeset(0): Year: 2016  Week: 6
[    25.463] (II) modeset(0): EDID Version: 1.4
[    25.463] (II) modeset(0): Digital Display Input
[    25.463] (II) modeset(0): 8 bits per channel
[    25.463] (II) modeset(0): Digital interface is DisplayPort
[    25.463] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[    25.463] (II) modeset(0): Gamma: 2.20
[    25.464] (II) modeset(0): No DPMS capabilities specified
[    25.464] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    25.464] (II) modeset(0): Default color space is primary color space
[    25.464] (II) modeset(0): First detailed timing is preferred mode
[    25.464] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    25.464] (II) modeset(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[    25.464] (II) modeset(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[    25.464] (II) modeset(0): Manufacturer's mask: 0
[    25.464] (II) modeset(0): Supported detailed timing:
[    25.464] (II) modeset(0): clock: 138.5 MHz   Image Size:  294 x 165 mm
[    25.464] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    25.464] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    25.464] (II) modeset(0): Supported detailed timing:
[    25.464] (II) modeset(0): clock: 92.3 MHz   Image Size:  294 x 165 mm
[    25.464] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    25.464] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    25.464] (II) modeset(0): Unknown vendor-specific block 2
[    25.464] (II) modeset(0): EDID (in hex):
[    25.464] (II) modeset(0): 	00ffffffffffff004d10641400000000
[    25.464] (II) modeset(0): 	061a0104a51d117806de50a3544c9926
[    25.464] (II) modeset(0): 	0f505400000001010101010101010101
[    25.464] (II) modeset(0): 	0101010101011a3680a070381f403020
[    25.464] (II) modeset(0): 	350026a510000018112480a070381f40
[    25.464] (II) modeset(0): 	3020350026a510000018000000000000
[    25.464] (II) modeset(0): 	00000000000000000000000000000002
[    25.464] (II) modeset(0): 	000c33fc0f3c96141a1c9b0000000002
[    25.464] (II) modeset(0): Printing probed modes for output eDP-1
[    25.464] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    25.464] (II) modeset(0): Modeline "1920x1080"x40.0   92.33  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (44.4 kHz e)
[    25.464] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    25.464] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    25.464] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    25.464] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    25.464] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    25.464] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    25.465] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    25.465] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    25.465] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    25.465] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    25.465] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    25.465] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    25.465] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    25.465] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    25.465] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    25.465] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    25.465] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    25.465] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    25.465] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    25.465] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    25.465] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    25.465] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    25.465] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    25.465] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    25.465] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    25.465] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    25.465] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    25.465] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    25.465] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    25.465] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    25.465] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    25.465] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    25.465] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    25.465] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    25.465] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    25.465] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    25.465] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    25.465] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    25.465] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    25.465] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    25.465] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    25.465] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    25.465] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    25.465] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    25.465] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    25.465] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    25.465] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    25.465] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    25.465] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    25.465] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    25.465] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    25.465] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    25.465] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    25.466] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    25.466] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    25.466] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    25.466] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    25.466] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    25.466] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    25.466] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    25.466] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    25.466] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    25.466] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    25.466] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    25.466] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    25.466] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    25.466] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    25.466] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    25.466] (II) modeset(0): EDID for output DP-1
[    25.469] (II) modeset(0): EDID for output HDMI-1
[    25.469] (II) modeset(0): EDID for output DP-2
[    25.473] (II) modeset(0): EDID for output HDMI-2
[    25.473] (II) modeset(0): Output eDP-1 connected
[    25.473] (II) modeset(0): Output DP-1 disconnected
[    25.473] (II) modeset(0): Output HDMI-1 disconnected
[    25.473] (II) modeset(0): Output DP-2 disconnected
[    25.473] (II) modeset(0): Output HDMI-2 disconnected
[    25.473] (II) modeset(0): Using exact sizes for initial modes
[    25.473] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    25.473] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    25.473] (==) modeset(0): DPI set to (96, 96)
[    25.473] (II) Loading sub module "fb"
[    25.473] (II) LoadModule: "fb"
[    25.474] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    25.474] (II) Module fb: vendor="X.Org Foundation"
[    25.474] 	compiled for 1.20.1, module version = 1.0.0
[    25.474] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    25.474] (II) Loading sub module "shadow"
[    25.474] (II) LoadModule: "shadow"
[    25.475] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    25.475] (II) Module shadow: vendor="X.Org Foundation"
[    25.475] 	compiled for 1.20.1, module version = 1.1.0
[    25.475] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    25.478] (==) modeset(0): Backing store enabled
[    25.478] (==) modeset(0): Silken mouse enabled
[    25.551] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    25.551] (==) modeset(0): DPMS enabled
[    25.551] (II) Initializing extension Generic Event Extension
[    25.552] (II) Initializing extension SHAPE
[    25.552] (II) Initializing extension MIT-SHM
[    25.553] (II) Initializing extension XInputExtension
[    25.554] (II) Initializing extension XTEST
[    25.555] (II) Initializing extension BIG-REQUESTS
[    25.555] (II) Initializing extension SYNC
[    25.556] (II) Initializing extension XKEYBOARD
[    25.556] (II) Initializing extension XC-MISC
[    25.556] (II) Initializing extension SECURITY
[    25.557] (II) Initializing extension XFIXES
[    25.557] (II) Initializing extension RENDER
[    25.558] (II) Initializing extension RANDR
[    25.559] (II) Initializing extension COMPOSITE
[    25.559] (II) Initializing extension DAMAGE
[    25.560] (II) Initializing extension MIT-SCREEN-SAVER
[    25.560] (II) Initializing extension DOUBLE-BUFFER
[    25.561] (II) Initializing extension RECORD
[    25.561] (II) Initializing extension DPMS
[    25.561] (II) Initializing extension Present
[    25.562] (II) Initializing extension DRI3
[    25.562] (II) Initializing extension X-Resource
[    25.562] (II) Initializing extension XVideo
[    25.562] (II) Initializing extension XVideo-MotionCompensation
[    25.562] (II) Initializing extension SELinux
[    25.563] (II) SELinux: Disabled by boolean
[    25.563] (II) Initializing extension GLX
[    25.564] (II) AIGLX: Screen 0 is not DRI2 capable
[    25.727] (II) IGLX: Loaded and initialized swrast
[    25.727] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    25.727] (II) Initializing extension XFree86-VidModeExtension
[    25.727] (II) Initializing extension XFree86-DGA
[    25.727] (II) Initializing extension XFree86-DRI
[    25.727] (II) Initializing extension DRI2
[    25.728] (II) modeset(0): Damage tracking initialized
[    25.728] (II) modeset(0): Setting screen physical size to 508 x 285
[    25.774] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    25.774] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.774] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    25.774] (**) Power Button: Applying InputClass "system-keyboard"
[    25.774] (II) LoadModule: "libinput"
[    25.775] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    25.779] (II) Module libinput: vendor="X.Org Foundation"
[    25.779] 	compiled for 1.20.1, module version = 0.27.1
[    25.779] 	Module class: X.Org XInput Driver
[    25.779] 	ABI class: X.Org XInput driver, version 24.1
[    25.779] (II) Using input driver 'libinput' for 'Power Button'
[    25.779] (**) Power Button: always reports core events
[    25.779] (**) Option "Device" "/dev/input/event2"
[    25.779] (**) Option "_source" "server/udev"
[    25.780] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    25.780] (II) event2  - Power Button: device is a keyboard
[    25.780] (II) event2  - Power Button: device removed
[    25.785] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    25.785] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.785] (**) Option "xkb_layout" "us"
[    25.785] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    25.785] (II) event2  - Power Button: device is a keyboard
[    25.786] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    25.786] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    25.786] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    25.786] (**) Video Bus: Applying InputClass "system-keyboard"
[    25.786] (II) Using input driver 'libinput' for 'Video Bus'
[    25.786] (**) Video Bus: always reports core events
[    25.786] (**) Option "Device" "/dev/input/event6"
[    25.786] (**) Option "_source" "server/udev"
[    25.786] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    25.786] (II) event6  - Video Bus: device is a keyboard
[    25.786] (II) event6  - Video Bus: device removed
[    25.791] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6"
[    25.791] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    25.791] (**) Option "xkb_layout" "us"
[    25.791] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    25.791] (II) event6  - Video Bus: device is a keyboard
[    25.792] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    25.792] (II) No input driver specified, ignoring this device.
[    25.792] (II) This device may have been added with another device file.
[    25.792] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    25.792] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    25.792] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    25.792] (**) Sleep Button: Applying InputClass "system-keyboard"
[    25.792] (II) Using input driver 'libinput' for 'Sleep Button'
[    25.792] (**) Sleep Button: always reports core events
[    25.792] (**) Option "Device" "/dev/input/event0"
[    25.792] (**) Option "_source" "server/udev"
[    25.792] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    25.792] (II) event0  - Sleep Button: device is a keyboard
[    25.792] (II) event0  - Sleep Button: device removed
[    25.799] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    25.799] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    25.799] (**) Option "xkb_layout" "us"
[    25.799] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    25.799] (II) event0  - Sleep Button: device is a keyboard
[    25.800] (II) config/udev: Adding input device HP HD Camera (/dev/input/event8)
[    25.800] (**) HP HD Camera: Applying InputClass "evdev keyboard catchall"
[    25.800] (**) HP HD Camera: Applying InputClass "libinput keyboard catchall"
[    25.800] (**) HP HD Camera: Applying InputClass "system-keyboard"
[    25.800] (II) Using input driver 'libinput' for 'HP HD Camera'
[    25.800] (**) HP HD Camera: always reports core events
[    25.800] (**) Option "Device" "/dev/input/event8"
[    25.800] (**) Option "_source" "server/udev"
[    25.800] (II) event8  - HP HD Camera: is tagged by udev as: Keyboard
[    25.800] (II) event8  - HP HD Camera: device is a keyboard
[    25.800] (II) event8  - HP HD Camera: device removed
[    25.812] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input8/event8"
[    25.812] (II) XINPUT: Adding extended input device "HP HD Camera" (type: KEYBOARD, id 9)
[    25.812] (**) Option "xkb_layout" "us"
[    25.812] (II) event8  - HP HD Camera: is tagged by udev as: Keyboard
[    25.812] (II) event8  - HP HD Camera: device is a keyboard
[    25.813] (II) config/udev: Adding input device ALP000E:00 044E:120C (/dev/input/event10)
[    25.813] (**) ALP000E:00 044E:120C: Applying InputClass "evdev pointer catchall"
[    25.813] (**) ALP000E:00 044E:120C: Applying InputClass "libinput pointer catchall"
[    25.813] (II) Using input driver 'libinput' for 'ALP000E:00 044E:120C'
[    25.813] (**) ALP000E:00 044E:120C: always reports core events
[    25.813] (**) Option "Device" "/dev/input/event10"
[    25.813] (**) Option "_source" "server/udev"
[    25.914] (II) event10 - ALP000E:00 044E:120C: is tagged by udev as: Mouse
[    25.914] (II) event10 - ALP000E:00 044E:120C: device is a pointer
[    25.915] (II) event10 - ALP000E:00 044E:120C: device removed
[    25.928] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-ALP000E:00/input/input10/event10"
[    25.928] (II) XINPUT: Adding extended input device "ALP000E:00 044E:120C" (type: MOUSE, id 10)
[    25.928] (**) Option "AccelerationScheme" "none"
[    25.928] (**) ALP000E:00 044E:120C: (accel) selected scheme none/0
[    25.928] (**) ALP000E:00 044E:120C: (accel) acceleration factor: 2.000
[    25.928] (**) ALP000E:00 044E:120C: (accel) acceleration threshold: 4
[    25.929] (II) event10 - ALP000E:00 044E:120C: is tagged by udev as: Mouse
[    25.929] (II) event10 - ALP000E:00 044E:120C: device is a pointer
[    25.929] (II) config/udev: Adding input device ALP000E:00 044E:120C (/dev/input/mouse2)
[    25.929] (II) No input driver specified, ignoring this device.
[    25.929] (II) This device may have been added with another device file.
[    25.930] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[    25.930] (II) No input driver specified, ignoring this device.
[    25.930] (II) This device may have been added with another device file.
[    25.930] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[    25.930] (II) No input driver specified, ignoring this device.
[    25.930] (II) This device may have been added with another device file.
[    25.930] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    25.930] (II) No input driver specified, ignoring this device.
[    25.930] (II) This device may have been added with another device file.
[    25.931] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    25.931] (II) No input driver specified, ignoring this device.
[    25.931] (II) This device may have been added with another device file.
[    25.931] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    25.931] (II) No input driver specified, ignoring this device.
[    25.931] (II) This device may have been added with another device file.
[    25.932] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[    25.932] (II) No input driver specified, ignoring this device.
[    25.932] (II) This device may have been added with another device file.
[    25.932] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[    25.932] (II) No input driver specified, ignoring this device.
[    25.932] (II) This device may have been added with another device file.
[    25.932] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    25.932] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    25.932] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    25.932] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    25.932] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    25.932] (**) AT Translated Set 2 keyboard: always reports core events
[    25.932] (**) Option "Device" "/dev/input/event3"
[    25.932] (**) Option "_source" "server/udev"
[    25.933] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    25.933] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    25.933] (II) event3  - AT Translated Set 2 keyboard: device removed
[    25.947] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    25.947] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    25.947] (**) Option "xkb_layout" "us"
[    25.947] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    25.947] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    25.948] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event4)
[    25.948] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[    25.948] (**) DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    25.948] (II) Using input driver 'libinput' for 'DualPoint Stick'
[    25.948] (**) DualPoint Stick: always reports core events
[    25.948] (**) Option "Device" "/dev/input/event4"
[    25.948] (**) Option "_source" "server/udev"
[    25.948] (II) event4  - DualPoint Stick: is tagged by udev as: Mouse
[    25.948] (II) event4  - DualPoint Stick: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.10.7/trackpoints.html
[    25.948] (II) event4  - DualPoint Stick: trackpoint device set to range 20
[    25.948] (II) event4  - DualPoint Stick: device is a pointer
[    25.948] (II) event4  - DualPoint Stick: device removed
[    25.960] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input4/event4"
[    25.960] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 12)
[    25.960] (**) Option "AccelerationScheme" "none"
[    25.960] (**) DualPoint Stick: (accel) selected scheme none/0
[    25.960] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[    25.960] (**) DualPoint Stick: (accel) acceleration threshold: 4
[    25.960] (II) event4  - DualPoint Stick: is tagged by udev as: Mouse
[    25.960] (II) event4  - DualPoint Stick: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.10.7/trackpoints.html
[    25.960] (II) event4  - DualPoint Stick: trackpoint device set to range 20
[    25.960] (II) event4  - DualPoint Stick: device is a pointer
[    25.961] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse0)
[    25.961] (II) No input driver specified, ignoring this device.
[    25.961] (II) This device may have been added with another device file.
[    25.961] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event5)
[    25.961] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[    25.961] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    25.961] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    25.961] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    25.961] (II) LoadModule: "synaptics"
[    25.961] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[    25.964] (II) Module synaptics: vendor="X.Org Foundation"
[    25.964] 	compiled for 1.20.1, module version = 1.9.0
[    25.964] 	Module class: X.Org XInput Driver
[    25.964] 	ABI class: X.Org XInput driver, version 24.1
[    25.964] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    25.964] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    25.964] (**) Option "Device" "/dev/input/event5"
[    25.976] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: found clickpad property
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 4095 (res 48)
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 2047 (res 37)
[    25.976] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report pressure, will use touch data.
[    25.976] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left double triple
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid pressure range.  defaulting to 0 - 255
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    25.976] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    25.976] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    25.976] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    25.989] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input5/event5"
[    25.989] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 13)
[    25.989] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    25.989] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
[    25.989] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.044
[    25.989] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    25.989] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    25.989] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    25.989] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    25.989] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    25.990] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[    25.990] (II) No input driver specified, ignoring this device.
[    25.990] (II) This device may have been added with another device file.
[    25.990] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    25.990] (II) No input driver specified, ignoring this device.
[    25.990] (II) This device may have been added with another device file.
[    25.991] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event18)
[    25.991] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    25.991] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    25.991] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    25.991] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    25.991] (**) HP WMI hotkeys: always reports core events
[    25.991] (**) Option "Device" "/dev/input/event18"
[    25.991] (**) Option "_source" "server/udev"
[    25.991] (II) event18 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    25.991] (II) event18 - HP WMI hotkeys: device is a keyboard
[    25.991] (II) event18 - HP WMI hotkeys: device is a switch device
[    26.018] (II) event18 - HP WMI hotkeys: device removed
[    26.030] (**) Option "config_info" "udev:/sys/devices/virtual/input/input18/event18"
[    26.030] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
[    26.030] (**) Option "xkb_layout" "us"
[    26.030] (II) event18 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    26.030] (II) event18 - HP WMI hotkeys: device is a keyboard
[    26.030] (II) event18 - HP WMI hotkeys: device is a switch device
[    26.031] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event7)
[    26.031] (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
[    26.031] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    26.031] (**) HP Wireless hotkeys: Applying InputClass "system-keyboard"
[    26.031] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    26.031] (**) HP Wireless hotkeys: always reports core events
[    26.031] (**) Option "Device" "/dev/input/event7"
[    26.031] (**) Option "_source" "server/udev"
[    26.031] (II) event7  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    26.031] (II) event7  - HP Wireless hotkeys: device is a keyboard
[    26.031] (II) event7  - HP Wireless hotkeys: device removed
[    26.046] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[    26.046] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 15)
[    26.046] (**) Option "xkb_layout" "us"
[    26.046] (II) event7  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    26.046] (II) event7  - HP Wireless hotkeys: device is a keyboard
[    26.153] AUDIT: Sat Mar 16 11:13:01 2019: 6063: client 1 connected from local host ( uid=0 gid=0 pid=6810 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.155] AUDIT: Sat Mar 16 11:13:01 2019: 6063: client 1 disconnected
[    26.158] AUDIT: Sat Mar 16 11:13:01 2019: 6063: client 1 connected from local host ( uid=0 gid=0 pid=6899 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.158] AUDIT: Sat Mar 16 11:13:01 2019: 6063: client 1 disconnected
[    26.162] AUDIT: Sat Mar 16 11:13:01 2019: 6063: client 1 connected from local host ( uid=0 gid=0 pid=5796 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.344] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 2 connected from local host ( uid=42 gid=42 pid=7026 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.375] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 3 connected from local host ( uid=42 gid=42 pid=7111 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.415] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 4 connected from local host ( uid=42 gid=42 pid=7162 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.509] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 connected from local host ( uid=42 gid=42 pid=7162 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.510] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 disconnected
[    26.516] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 connected from local host ( uid=42 gid=42 pid=7309 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.516] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 disconnected
[    26.529] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 connected from local host ( uid=42 gid=42 pid=7309 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.530] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 disconnected
[    26.538] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 connected from local host ( uid=42 gid=42 pid=7342 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.538] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 connected from local host ( uid=42 gid=42 pid=7339 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.539] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 disconnected
[    26.541] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 5 connected from local host ( uid=42 gid=42 pid=7339 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.623] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 disconnected
[    26.642] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 connected from local host ( uid=42 gid=42 pid=7457 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.649] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 7 connected from local host ( uid=42 gid=42 pid=7457 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.649] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 7 disconnected
[    26.743] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 disconnected
[    26.746] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 4 disconnected
[    26.891] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 4 connected from local host ( uid=42 gid=42 pid=7654 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.991] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 connected from local host ( uid=42 gid=42 pid=7654 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    26.991] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 disconnected
[    26.999] (II) modeset(0): EDID vendor "SHP", prod id 5220
[    26.999] (II) modeset(0): Printing DDC gathered Modelines:
[    26.999] (II) modeset(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    26.999] (II) modeset(0): Modeline "1920x1080"x0.0   92.33  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (44.4 kHz e)
[    27.086] (II) modeset(0): EDID vendor "SHP", prod id 5220
[    27.086] (II) modeset(0): Printing DDC gathered Modelines:
[    27.086] (II) modeset(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    27.086] (II) modeset(0): Modeline "1920x1080"x0.0   92.33  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (44.4 kHz e)
[    27.167] (II) modeset(0): EDID vendor "SHP", prod id 5220
[    27.167] (II) modeset(0): Printing DDC gathered Modelines:
[    27.167] (II) modeset(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    27.167] (II) modeset(0): Modeline "1920x1080"x0.0   92.33  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (44.4 kHz e)
[    27.215] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 6 connected from local host ( uid=42 gid=42 pid=7786 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    27.216] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 7 connected from local host ( uid=42 gid=42 pid=7786 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    27.217] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 8 connected from local host ( uid=42 gid=42 pid=7654 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    27.225] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 9 connected from local host ( uid=42 gid=42 pid=7654 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    27.225] AUDIT: Sat Mar 16 11:13:02 2019: 6063: client 9 disconnected
[    27.281] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 9 connected from local host ( uid=42 gid=42 pid=7654 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    27.282] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 9 disconnected
[    27.299] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 9 connected from local host ( uid=42 gid=42 pid=7787 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    27.299] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 9 disconnected
[    28.144] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 9 connected from local host ( uid=42 gid=42 pid=8221 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.157] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 10 connected from local host ( uid=42 gid=42 pid=8221 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.157] AUDIT: Sat Mar 16 11:13:03 2019: 6063: client 10 disconnected
[    28.475] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 10 connected from local host ( uid=42 gid=42 pid=7654 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.476] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 10 disconnected
[    28.645] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 10 connected from local host ( uid=42 gid=42 pid=8520 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.662] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 11 connected from local host ( uid=42 gid=42 pid=8526 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.663] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 12 connected from local host ( uid=42 gid=42 pid=8520 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.663] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 12 disconnected
[    28.680] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 12 connected from local host ( uid=42 gid=42 pid=8528 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.681] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 13 connected from local host ( uid=42 gid=42 pid=8526 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.682] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 13 disconnected
[    28.691] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 13 connected from local host ( uid=42 gid=42 pid=8535 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.693] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 14 connected from local host ( uid=42 gid=42 pid=8528 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.698] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 14 disconnected
[    28.710] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 14 connected from local host ( uid=42 gid=42 pid=8535 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.711] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 14 disconnected
[    28.725] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 14 connected from local host ( uid=42 gid=42 pid=8542 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.727] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 15 connected from local host ( uid=42 gid=42 pid=8549 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.747] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 connected from local host ( uid=42 gid=42 pid=8549 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.748] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 disconnected
[    28.765] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 connected from local host ( uid=42 gid=42 pid=8542 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.772] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 disconnected
[    28.784] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 connected from local host ( uid=42 gid=42 pid=8520 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.785] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 disconnected
[    28.800] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 16 connected from local host ( uid=42 gid=42 pid=8580 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.850] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 17 connected from local host ( uid=42 gid=42 pid=8580 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.856] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 17 disconnected
[    28.889] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 17 connected from local host ( uid=42 gid=42 pid=8542 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    28.890] AUDIT: Sat Mar 16 11:13:04 2019: 6063: client 17 disconnected
[    29.299] AUDIT: Sat Mar 16 11:13:05 2019: 6063: client 17 connected from local host ( uid=42 gid=42 pid=8520 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 892
[    29.301] AUDIT: Sat Mar 16 11:13:05 2019: 6063: client 17 disconnected
TrevorH wrote:
2019/03/14 15:48:06
You could try running yum --enablerepo=C7.5.1804-updates downgrade xorg\* though that's probably a very large set of packages. Save a copy of the log file above and if it works after downgrade, compare the two of them and see if anything stands out.
It looks like many of the packages were not found. Maybe I'm overlooking something.

Please note that I failed to follow your instructions explicitly. I downgraded the found packages in the below list before reviewing the Xorg.0.log. Let me know if you want me to upgrade back to the point I was at originally and replay the steps.

Code: Select all

[root@decheser ~]# yum --enablerepo=C7.5.1804-updates downgrade xorg\*
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: linux.cc.lehigh.edu
 * elrepo: dfw.mirror.rackspace.com
 * epel: archive.linux.duke.edu
 * extras: centos.host-engine.com
 * nux-dextop: li.nux.ro
 * remi-safe: fr2.rpmfind.net
 * updates: centos.den.host-engine.com
No Match for available package: xorg-sgml-doctools-1.10-5.el7.noarch
No Match for available package: xorg-x11-apps-7.7-7.el7.x86_64
No Match for available package: xorg-x11-docs-1.6-7.el7.noarch
No Match for available package: xorg-x11-drv-evdev-devel-2.10.6-1.el7.i686
No Match for available package: xorg-x11-drv-evdev-devel-2.10.6-1.el7.x86_64
No Match for available package: xorg-x11-drv-intel-devel-2.99.917-28.20180530.el7.i686
No Match for available package: xorg-x11-drv-intel-devel-2.99.917-28.20180530.el7.x86_64
No Match for available package: xorg-x11-drv-joystick-1.6.2-1.el7.elrepo.x86_64
No Match for available package: xorg-x11-drv-keyboard-1.9.0-1.el7.x86_64
No Match for available package: xorg-x11-drv-libinput-devel-0.27.1-2.el7.i686
No Match for available package: xorg-x11-drv-libinput-devel-0.27.1-2.el7.x86_64
No Match for available package: xorg-x11-drv-mouse-devel-1.9.2-2.el7.i686
No Match for available package: xorg-x11-drv-mouse-devel-1.9.2-2.el7.x86_64
No Match for available package: xorg-x11-drv-openchrome-0.5.0-3.el7.1.i686
No Match for available package: xorg-x11-drv-openchrome-0.5.0-3.el7.1.x86_64
No Match for available package: xorg-x11-drv-openchrome-devel-0.5.0-3.el7.1.i686
No Match for available package: xorg-x11-drv-openchrome-devel-0.5.0-3.el7.1.x86_64
No Match for available package: xorg-x11-drv-wacom-devel-0.34.2-5.el7.i686
No Match for available package: xorg-x11-drv-wacom-devel-0.34.2-5.el7.x86_64
No Match for available package: xorg-x11-fonts-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-1-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-14-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-14-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-15-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-15-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-2-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-2-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-9-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-9-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-cyrillic-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ethiopic-7.5-9.el7.noarch
No Match for available package: xorg-x11-proto-devel-2018.4-1.el7.noarch
No Match for available package: xorg-x11-resutils-7.5-8.el7.nux.x86_64
No Match for available package: xorg-x11-resutils-debuginfo-7.5-8.el7.nux.x86_64
No Match for available package: xorg-x11-server-Xdmx-1.19.5-5.1.el7_5.x86_64
No Match for available package: xorg-x11-server-Xephyr-1.19.5-5.1.el7_5.x86_64
No Match for available package: xorg-x11-server-Xnest-1.19.5-5.1.el7_5.x86_64
No Match for available package: xorg-x11-server-Xspice-0.1.5-4.el7.1.x86_64
No Match for available package: xorg-x11-server-Xvfb-1.19.5-5.1.el7_5.x86_64
No Match for available package: xorg-x11-server-Xwayland-1.19.5-5.1.el7_5.x86_64
No Match for available package: xorg-x11-server-devel-1.19.5-5.1.el7_5.i686
No Match for available package: xorg-x11-server-devel-1.19.5-5.1.el7_5.x86_64
No Match for available package: xorg-x11-server-source-1.19.5-5.1.el7_5.noarch
No Match for available package: xorg-x11-util-macros-1.19.0-3.el7.noarch
No Match for available package: xorg-x11-xbitmaps-1.1.1-6.el7.noarch
No Match for available package: xorg-x11-xinit-session-1.3.4-2.el7.x86_64
No Match for available package: xorg-x11-xkb-extras-7.7-14.el7.x86_64
No Match for available package: xorg-x11-xkb-utils-devel-7.7-14.el7.i686
No Match for available package: xors
No Match for available package: xorg-x11-xtrans-devel-1.3.5-1.el7.noarch
No Match for available package: xorgxrdp-0.2.9-1.el7.x86_64
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-drv-ati.x86_64 0:18.0.1-1.el7 will be a downgrade
---> Package xorg-x11-drv-ati.x86_64 0:18.1.0-1.el7_6 will be erased
---> Package xorg-x11-drv-wacom.x86_64 0:0.34.2-5.el7 will be a downgrade
---> Package xorg-x11-drv-wacom.x86_64 0:0.36.1-1.el7 will be erased
---> Package xorg-x11-server-Xorg.x86_64 0:1.20.1-5.1.el7 will be a downgrade
---> Package xorg-x11-server-Xorg.x86_64 0:1.20.1-5.2.el7_6 will be erased
---> Package xorg-x11-server-common.x86_64 0:1.20.1-5.1.el7 will be a downgrade
---> Package xorg-x11-server-common.x86_64 0:1.20.1-5.2.el7_6 will be erased
--> Finished Dependency Resolution

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by TrevorH » 2019/03/16 17:00:05

Try the downgrade again but this time use --enablerepo=C7.5.1804-{base,updates} and see if that makes any difference. You may also need --noplugins if you have set priority= in some of your repos.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
mdecheser
Posts: 6
Joined: 2019/03/01 14:34:12
Location: Philadelphia, PA

Re: Upgraded to 7.6 - laptop keyboard no longer works

Post by mdecheser » 2019/03/17 18:49:07

TrevorH wrote:
2019/03/16 17:00:05
Try the downgrade again but this time use --enablerepo=C7.5.1804-{base,updates} and see if that makes any difference. You may also need --noplugins if you have set priority= in some of your repos.
Hi again TrevorH. That resulted in a large number of unmatched packages as well as failed dependencies.

Code: Select all

[root@decheser ~]# yum --enablerepo=C7.5.1804-{base,updates} downgrade xorg\*
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                                                                                                                                                        |  15 kB  00:00:00     
 * base: centos.den.host-engine.com
 * elrepo: dfw.mirror.rackspace.com
 * epel: fedora-epel.mirrors.tds.net
 * extras: ftp.ussg.iu.edu
 * nux-dextop: li.nux.ro
 * remi-safe: fr2.rpmfind.net
 * updates: centos.vwtonline.net
C7.5.1804-base                                                                                                                                                                              | 3.6 kB  00:00:00     
C7.5.1804-updates                                                                                                                                                                           | 3.4 kB  00:00:00     
base                                                                                                                                                                                        | 3.6 kB  00:00:00     
elrepo                                                                                                                                                                                      | 2.9 kB  00:00:00     
epel                                                                                                                                                                                        | 4.7 kB  00:00:00     
extras                                                                                                                                                                                      | 3.4 kB  00:00:00     
google-chrome                                                                                                                                                                               | 1.3 kB  00:00:00     
nux-dextop                                                                                                                                                                                  | 2.9 kB  00:00:00     
packages-microsoft-com-prod                                                                                                                                                                 | 2.9 kB  00:00:00     
remi-safe                                                                                                                                                                                   | 3.0 kB  00:00:00     
sublime-text                                                                                                                                                                                | 2.9 kB  00:00:00     
telred-redhat-7                                                                                                                                                                             | 2.9 kB  00:00:00     
updates                                                                                                                                                                                     | 3.4 kB  00:00:00     
(1/4): C7.5.1804-base/x86_64/group_gz                                                                                                                                                       | 166 kB  00:00:01     
(2/4): epel/x86_64/updateinfo                                                                                                                                                               | 1.0 MB  00:00:02     
(3/4): C7.5.1804-base/x86_64/primary_db                                                                                                                                                     | 5.9 MB  00:00:08     
(4/4): epel/x86_64/primary_db                                                                                                                                                               | 6.6 MB  00:00:09     
No Match for available package: xorg-sgml-doctools-1.10-5.el7.noarch
No Match for available package: xorg-x11-apps-7.7-7.el7.x86_64
No Match for available package: xorg-x11-docs-1.6-7.el7.noarch
No Match for available package: xorg-x11-drv-evdev-devel-2.10.5-2.1.el7.i686
No Match for available package: xorg-x11-drv-evdev-devel-2.10.5-2.1.el7.x86_64
No Match for available package: xorg-x11-drv-intel-devel-2.99.917-27.20160929.el7.i686
No Match for available package: xorg-x11-drv-intel-devel-2.99.917-27.20160929.el7.x86_64
No Match for available package: xorg-x11-drv-joystick-1.6.2-1.el7.elrepo.x86_64
No Match for available package: xorg-x11-drv-keyboard-1.9.0-1.el7.x86_64
No Match for available package: xorg-x11-drv-libinput-devel-0.25.0-2.el7.i686
No Match for available package: xorg-x11-drv-libinput-devel-0.25.0-2.el7.x86_64
No Match for available package: xorg-x11-drv-mouse-devel-1.9.2-1.el7.i686
No Match for available package: xorg-x11-drv-mouse-devel-1.9.2-1.el7.x86_64
No Match for available package: xorg-x11-drv-openchrome-0.5.0-3.el7.i686
No Match for available package: xorg-x11-drv-openchrome-0.5.0-3.el7.x86_64
No Match for available package: xorg-x11-drv-openchrome-devel-0.5.0-3.el7.i686
No Match for available package: xorg-x11-drv-openchrome-devel-0.5.0-3.el7.x86_64
No Match for available package: xorg-x11-drv-wacom-devel-0.34.2-4.el7.i686
No Match for available package: xorg-x11-drv-wacom-devel-0.34.2-4.el7.x86_64
No Match for available package: xorg-x11-fonts-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-1-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-14-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-14-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-15-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-15-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-2-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-2-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-9-100dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ISO8859-9-75dpi-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-cyrillic-7.5-9.el7.noarch
No Match for available package: xorg-x11-fonts-ethiopic-7.5-9.el7.noarch
No Match for available package: xorg-x11-proto-devel-7.7-20.el7.noarch
No Match for available package: xorg-x11-resutils-7.5-8.el7.nux.x86_64
No Match for available package: xorg-x11-resutils-debuginfo-7.5-8.el7.nux.x86_64
No Match for available package: xorg-x11-server-Xdmx-1.19.5-5.el7.x86_64
No Match for available package: xorg-x11-server-Xephyr-1.19.5-5.el7.x86_64
No Match for available package: xorg-x11-server-Xnest-1.19.5-5.el7.x86_64
No Match for available package: xorg-x11-server-Xspice-0.1.5-3.el7.x86_64
No Match for available package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
No Match for available package: xorg-x11-server-Xwayland-1.19.5-5.el7.x86_64
No Match for available package: xorg-x11-server-devel-1.19.5-5.el7.i686
No Match for available package: xorg-x11-server-devel-1.19.5-5.el7.x86_64
No Match for available package: xorg-x11-server-source-1.19.5-5.el7.noarch
No Match for available package: xorg-x11-util-macros-1.19.0-3.el7.noarch
No Match for available package: xorg-x11-xbitmaps-1.1.1-6.el7.noarch
No Match for available package: xorg-x11-xinit-session-1.3.4-2.el7.x86_64
No Match for available package: xorg-x11-xkb-extras-7.7-12.el7.x86_64
No Match for available package: xorg-x11-xkb-utils-devel-7.7-12.el7.i686
No Match for available package: xorg-x11-xkb-utils-devel-7.7-12.el7.x86_64
No Match for available package: xorg-x11-xtrans-devel-1.3.5-1.el7.noarch
No Match for available package: xorgxrdp-0.2.9-1.el7.x86_64
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-drv-ati.x86_64 0:7.10.0-1.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-ati-7.10.0-1.el7.x86_64
---> Package xorg-x11-drv-ati.x86_64 0:18.0.1-1.el7 will be erased
---> Package xorg-x11-drv-dummy.x86_64 0:0.3.7-1.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-dummy-0.3.7-1.el7.x86_64
---> Package xorg-x11-drv-dummy.x86_64 0:0.3.7-1.el7.1 will be erased
---> Package xorg-x11-drv-evdev.x86_64 0:2.10.5-2.1.el7 will be a downgrade
---> Package xorg-x11-drv-evdev.x86_64 0:2.10.6-1.el7 will be erased
---> Package xorg-x11-drv-fbdev.x86_64 0:0.4.3-25.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-fbdev-0.4.3-25.el7.x86_64
---> Package xorg-x11-drv-fbdev.x86_64 0:0.5.0-1.el7 will be erased
---> Package xorg-x11-drv-intel.x86_64 0:2.99.917-27.20160929.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-intel-2.99.917-27.20160929.el7.x86_64
---> Package xorg-x11-drv-intel.x86_64 0:2.99.917-28.20180530.el7 will be erased
---> Package xorg-x11-drv-libinput.x86_64 0:0.25.0-2.el7 will be a downgrade
---> Package xorg-x11-drv-libinput.x86_64 0:0.27.1-2.el7 will be erased
---> Package xorg-x11-drv-mouse.x86_64 0:1.9.2-1.el7 will be a downgrade
---> Package xorg-x11-drv-mouse.x86_64 0:1.9.2-2.el7 will be erased
---> Package xorg-x11-drv-nouveau.x86_64 1:1.0.13-3.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: 1:xorg-x11-drv-nouveau-1.0.13-3.el7.x86_64
---> Package xorg-x11-drv-nouveau.x86_64 1:1.0.15-1.el7 will be erased
---> Package xorg-x11-drv-qxl.x86_64 0:0.1.5-3.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-qxl-0.1.5-3.el7.x86_64
---> Package xorg-x11-drv-qxl.x86_64 0:0.1.5-4.el7.1 will be erased
---> Package xorg-x11-drv-synaptics.x86_64 0:1.9.0-1.el7 will be a downgrade
---> Package xorg-x11-drv-synaptics.x86_64 0:1.9.0-2.el7 will be erased
---> Package xorg-x11-drv-synaptics-devel.x86_64 0:1.9.0-1.el7 will be a downgrade
---> Package xorg-x11-drv-synaptics-devel.x86_64 0:1.9.0-2.el7 will be erased
---> Package xorg-x11-drv-v4l.x86_64 0:0.2.0-47.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-v4l-0.2.0-47.el7.x86_64
---> Package xorg-x11-drv-v4l.x86_64 0:0.2.0-49.el7 will be erased
---> Package xorg-x11-drv-vesa.x86_64 0:2.3.2-25.1.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-vesa-2.3.2-25.1.el7.x86_64
---> Package xorg-x11-drv-vesa.x86_64 0:2.4.0-1.el7 will be erased
---> Package xorg-x11-drv-vmmouse.x86_64 0:13.1.0-1.el7 will be a downgrade
---> Package xorg-x11-drv-vmmouse.x86_64 0:13.1.0-1.el7.1 will be erased
---> Package xorg-x11-drv-vmware.x86_64 0:13.2.1-1.el7 will be a downgrade
--> Processing Dependency: xserver-abi(videodrv-23) >= 0 for package: xorg-x11-drv-vmware-13.2.1-1.el7.x86_64
---> Package xorg-x11-drv-vmware.x86_64 0:13.2.1-1.el7.1 will be erased
---> Package xorg-x11-drv-void.x86_64 0:1.4.1-2.el7 will be a downgrade
---> Package xorg-x11-drv-void.x86_64 0:1.4.1-2.el7.1 will be erased
---> Package xorg-x11-drv-wacom.x86_64 0:0.34.2-4.el7 will be a downgrade
---> Package xorg-x11-drv-wacom.x86_64 0:0.34.2-5.el7 will be erased
---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be a downgrade
---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be erased
---> Package xorg-x11-server-Xorg.x86_64 0:1.20.1-5.el7 will be a downgrade
---> Package xorg-x11-server-Xorg.x86_64 0:1.20.1-5.1.el7 will be erased
---> Package xorg-x11-server-common.x86_64 0:1.20.1-5.el7 will be a downgrade
---> Package xorg-x11-server-common.x86_64 0:1.20.1-5.1.el7 will be erased
---> Package xorg-x11-utils.x86_64 0:7.5-22.el7 will be a downgrade
---> Package xorg-x11-utils.x86_64 0:7.5-23.el7 will be erased
---> Package xorg-x11-xkb-utils.x86_64 0:7.7-12.el7 will be a downgrade
---> Package xorg-x11-xkb-utils.x86_64 0:7.7-14.el7 will be erased
--> Finished Dependency Resolution
Error: Package: xorg-x11-drv-qxl-0.1.5-3.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-fbdev-0.4.3-25.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-vesa-2.3.2-25.1.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-vmware-13.2.1-1.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-intel-2.99.917-27.20160929.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-v4l-0.2.0-47.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: 1:xorg-x11-drv-nouveau-1.0.13-3.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-ati-7.10.0-1.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
Error: Package: xorg-x11-drv-dummy-0.3.7-1.el7.x86_64 (C7.5.1804-base)
           Requires: xserver-abi(videodrv-23) >= 0
           Available: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 (C7.5.1804-base)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Available: xorg-x11-server-Xorg-1.19.5-5.1.el7_5.0.1.x86_64 (C7.5.1804-updates)
               xserver-abi(videodrv-23) = 0
           Removing: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 (@updates)
              ~xserver-abi(videodrv-24) = 0
           Downgraded By: xorg-x11-server-Xorg-1.20.1-5.el7.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-3.el7.x86_64 (base)
              ~xserver-abi(videodrv-24) = 0
           Available: xorg-x11-server-Xorg-1.20.1-5.2.el7_6.x86_64 (updates)
              ~xserver-abi(videodrv-24) = 0
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@decheser ~]# grep priority /etc/yum.repos.d/*
/etc/yum.repos.d/epel.repo:failovermethod=priority
/etc/yum.repos.d/epel.repo:failovermethod=priority
/etc/yum.repos.d/epel.repo:failovermethod=priority
/etc/yum.repos.d/epel-testing.repo:failovermethod=priority
/etc/yum.repos.d/epel-testing.repo:failovermethod=priority
/etc/yum.repos.d/epel-testing.repo:failovermethod=priority

Post Reply