You are not logged in.

#1 2017-09-18 22:29:07

linux4me
Member
Registered: 2017-01-31
Posts: 12

[SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

I feel like I should post this in the Newbie Forum, because I'm over my head and feel like I'm missing something obvious, but I suspect it may save some time for others if I share some of the issues I've faced getting Arch installed to this point on this particular Dell product. First, the hardware included is as follows:

  • Intel i7-7700HQ processor

  • Nvidia GTX 1050Ti video

  • Intel 3165 wireless

I took the original 5400 RPM SATA drive out and put in a clean WD Black SATA drive to do a single-boot with Arch.

BIOS Changes
The BIOS the machine came with was dated 03/03/2017, and booting into a live session of Arch, I saw a number of machine check errors and other firmware warnings, so I flashed the BIOS to the most recent version (01.00.07). It didn't get rid of them, but it was worth a try.

In BIOS setup, System Configuration -> SATA Operation, I switched the SATA mode to AHCI from RAID. In Secure Boot -> Secure Boot Enable, I turned Secure Boot off. I left the boot sequence set to UEFI. With those changes, I was able to get the live session of Arch to start, though I saw the "Flat Panel Table Invalid" errors described here. Unfortunately, this particular laptop is set up to use Nvidia Optimus, and there is no BIOS setting to disable the integrated Intel graphics or the Nvidia GPU.

The Install
I did a full-disk encryption install with LVM on LUKS as described in the Wiki. I disabled nouveau by adding

modprobe.blacklist=nouveau

as a GRUB kernel parameter. The latter got rid of the "Flat Panel Table Invalid" error and allowed me to reboot to a login prompt after unlocking the disk.

I installed nvidia, nvidia-utils, xorg, lightdm, lightdm-gtk-greeter, and cinnamon. I used

# nvidia-xconfig

to generate a basic /etc/X11/xorg.conf file, and then followed the directions here to modify my /etc/X11/xorg.conf. Since I want to use lightdm, I skipped the ~/.xinitrc section and used the section for lightdm to create and run an /etc/lightdm/display_setup.sh script.

The Problem
I rebooted, and lightdm started. The problem is that the display is only 640 x 480. I've done a lot of searching, but apparently I'm not using the correct search terms because all I'm finding are older articles that I'm not sure are applicable to this Nvidia/Optimus setup. There is a section on the Nvidia Optimus Wiki page for Resolution, screen scan wrong. EDID errors in Xorg.log which I attempted to follow as you will see from my /etc/X11/xorg.conf, but I'm still getting the 640 x 480 resolution.

xrandr:

# xrandr -q
Screen 0: minimum 8 x 8, current 640 x 480, maximum 32767 x 32767
HDMI-0 disconnected (normal left inverted right x axis y axis)
eDP-1-1 connected primary 640x480+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   640x480       59.94* 
   320x240       60.05  
DP-1-1 disconnected (normal left inverted right x axis y axis)

/etc/X11/xorg.conf:

# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.69  (buildmeister@swio-display-x86-rhel47-06)  Wed Aug 16 20:57:01 PDT 2017

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Module"
    Load	   "modesetting"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID	   "PCI:1:0:0"
    Option	   "AllowEmptyInitialConfiguration"
    # You added the following because lightdm started in 640 x 480.
    Option	   "ConnectedMonitor" "Monitor0"
    Option	   "CustomEDID" "Monitor0:/sys/class/drm/card0-DP-1/edid"
    Option	   "IgnoreEDID" "false"
    Option	   "UseEDID" "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

/var/log/Xorg.0.log:

# cat /var/log/Xorg.0.log
[    46.687] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    46.687] X Protocol Version 11, Revision 0
[    46.687] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[    46.687] Current Operating System: Linux Inspiron15 4.12.13-1-ARCH #1 SMP PREEMPT Fri Sep 15 06:36:43 UTC 2017 x86_64
[    46.688] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/MyVol-root rw cryptdevice=UUID=c02a24d6-0aec-4db4-9618-31c793644f05:cryptolvm quiet modprobe.blacklist=nouveau
[    46.688] Build Date: 13 August 2017  09:37:50PM
[    46.688]  
[    46.688] Current version of pixman: 0.34.0
[    46.688] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    46.688] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.688] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 18 14:23:10 2017
[    46.806] (==) Using config file: "/etc/X11/xorg.conf"
[    46.806] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    46.830] (==) ServerLayout "Layout0"
[    46.830] (**) |-->Screen "Screen0" (0)
[    46.830] (**) |   |-->Monitor "Monitor0"
[    46.831] (**) |   |-->Device "Device0"
[    46.831] (**) |-->Input Device "Keyboard0"
[    46.831] (**) |-->Input Device "Mouse0"
[    46.831] (==) Automatically adding devices
[    46.831] (==) Automatically enabling devices
[    46.831] (==) Automatically adding GPU devices
[    46.831] (==) Automatically binding GPU devices
[    46.831] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    46.839] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    46.839] 	Entry deleted from font path.
[    46.851] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    46.851] (==) ModulePath set to "/usr/lib/xorg/modules"
[    46.851] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    46.851] (WW) Disabling Keyboard0
[    46.851] (WW) Disabling Mouse0
[    46.851] (II) Loader magic: 0x55ea21564d40
[    46.851] (II) Module ABI versions:
[    46.851] 	X.Org ANSI C Emulation: 0.4
[    46.851] 	X.Org Video Driver: 23.0
[    46.851] 	X.Org XInput driver : 24.1
[    46.851] 	X.Org Server Extension : 10.0
[    46.853] (++) using VT number 7

[    46.853] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    46.854] (II) xfree86: Adding drm device (/dev/dri/card1)
[    46.854] (II) xfree86: Adding drm device (/dev/dri/card0)
[    46.871] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    46.871] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    46.873] (--) PCI: (0:0:2:0) 8086:591b:1028:0798 rev 4, Mem @ 0xd4000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    46.873] (--) PCI:*(0:1:0:0) 10de:1c8c:1028:0798 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    46.873] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    46.873] (II) "glx" will be loaded by default.
[    46.873] (II) LoadModule: "modesetting"
[    46.893] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    46.894] (II) Module modesetting: vendor="X.Org Foundation"
[    46.894] 	compiled for 1.19.3, module version = 1.19.3
[    46.894] 	Module class: X.Org Video Driver
[    46.894] 	ABI class: X.Org Video Driver, version 23.0
[    46.894] (II) LoadModule: "glx"
[    46.894] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    47.469] (II) Module glx: vendor="NVIDIA Corporation"
[    47.469] 	compiled for 4.0.2, module version = 1.0.0
[    47.469] 	Module class: X.Org Server Extension
[    47.477] (II) NVIDIA GLX Module  384.69  Wed Aug 16 19:34:06 PDT 2017
[    47.478] (II) LoadModule: "nvidia"
[    47.478] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    47.543] (II) Module nvidia: vendor="NVIDIA Corporation"
[    47.543] 	compiled for 4.0.2, module version = 1.0.0
[    47.543] 	Module class: X.Org Video Driver
[    47.548] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    47.548] (II) NVIDIA dlloader X Driver  384.69  Wed Aug 16 19:07:09 PDT 2017
[    47.548] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    47.558] (WW) Falling back to old probe method for modesetting
[    47.559] (II) Loading sub module "fb"
[    47.559] (II) LoadModule: "fb"
[    47.559] (II) Loading /usr/lib/xorg/modules/libfb.so
[    47.585] (II) Module fb: vendor="X.Org Foundation"
[    47.585] 	compiled for 1.19.3, module version = 1.0.0
[    47.585] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    47.585] (II) Loading sub module "wfb"
[    47.585] (II) LoadModule: "wfb"
[    47.585] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    47.586] (II) Module wfb: vendor="X.Org Foundation"
[    47.586] 	compiled for 1.19.3, module version = 1.0.0
[    47.586] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    47.586] (II) Loading sub module "ramdac"
[    47.586] (II) LoadModule: "ramdac"
[    47.586] (II) Module "ramdac" already built-in
[    47.602] (II) modeset(G0): using drv /dev/dri/card0
[    47.603] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    47.603] (==) NVIDIA(0): RGB weight 888
[    47.603] (==) NVIDIA(0): Default visual is TrueColor
[    47.603] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    47.606] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    47.606] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    47.606] (**) NVIDIA(0): Option "UseEDID" "true"
[    47.606] (**) NVIDIA(0): Option "ConnectedMonitor" "Monitor0"
[    47.606] (**) NVIDIA(0): Option "CustomEDID" "Monitor0:/sys/class/drm/card0-DP-1/edid"
[    47.606] (**) NVIDIA(0): Enabling 2D acceleration
[    47.606] (**) NVIDIA(0): ConnectedMonitor string: "Monitor0"
[    48.235] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    48.235] (--) NVIDIA(0):     DFP-0
[    48.236] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[    48.236] (--) NVIDIA(0): Memory: 4194304 kBytes
[    48.236] (--) NVIDIA(0): VideoBIOS: 86.07.3c.00.60
[    48.236] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    48.236] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    48.236] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    48.236] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    48.236] (--) NVIDIA(GPU-0): 
[    48.236] (==) NVIDIA(0): 
[    48.236] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    48.236] (==) NVIDIA(0):     will be used as the requested mode.
[    48.236] (==) NVIDIA(0): 
[    48.236] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    48.236] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    48.236] (II) NVIDIA(0): Validated MetaModes:
[    48.236] (II) NVIDIA(0):     "NULL"
[    48.236] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    48.236] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    48.236] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    48.236] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[    48.236] (==) modeset(G0): RGB weight 888
[    48.236] (==) modeset(G0): Default visual is TrueColor
[    48.237] (II) Loading sub module "glamoregl"
[    48.237] (II) LoadModule: "glamoregl"
[    48.237] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    48.323] (II) Module glamoregl: vendor="X.Org Foundation"
[    48.323] 	compiled for 1.19.3, module version = 1.0.0
[    48.323] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.323] (II) glamor: OpenGL accelerated X.org driver based.
[    48.612] (II) glamor: EGL version 1.4 (DRI2):
[    48.704] (II) modeset(G0): glamor initialized
[    48.706] (II) modeset(G0): Output eDP-1-1 using monitor section Monitor0
[    48.708] (II) modeset(G0): Output DP-1-1 has no monitor section
[    48.709] (II) modeset(G0): EDID for output eDP-1-1
[    48.709] (II) modeset(G0): Manufacturer: LGD  Model: 53f  Serial#: 0
[    48.709] (II) modeset(G0): Year: 2016  Week: 0
[    48.709] (II) modeset(G0): EDID Version: 1.4
[    48.709] (II) modeset(G0): Digital Display Input
[    48.709] (II) modeset(G0): 6 bits per channel
[    48.709] (II) modeset(G0): Digital interface is DisplayPort
[    48.709] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    48.709] (II) modeset(G0): Gamma: 2.20
[    48.709] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[    48.709] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    48.709] (II) modeset(G0): First detailed timing is preferred mode
[    48.709] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    48.709] (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
[    48.709] (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[    48.709] (II) modeset(G0): Manufacturer's mask: 0
[    48.709] (II) modeset(G0): Supported detailed timing:
[    48.709] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    48.709] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    48.709] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    48.710] (II) modeset(G0): Supported detailed timing:
[    48.710] (II) modeset(G0): clock: 111.0 MHz   Image Size:  344 x 194 mm
[    48.710] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    48.710] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    48.710] (II) modeset(G0):  4XK13€156WF6
[    48.710] (II) modeset(G0): Unknown vendor-specific block 0
[    48.710] (II) modeset(G0): EDID (in hex):
[    48.710] (II) modeset(G0): 	00ffffffffffff0030e43f0500000000
[    48.710] (II) modeset(G0): 	001a010495221378eaa1c59459578f27
[    48.710] (II) modeset(G0): 	20505400000001010101010101010101
[    48.710] (II) modeset(G0): 	0101010101012e3680a070381f403020
[    48.710] (II) modeset(G0): 	350058c21000001a5c2b80a070381f40
[    48.710] (II) modeset(G0): 	3020350058c21000001a000000fe0034
[    48.710] (II) modeset(G0): 	584b3133803135365746360a00000000
[    48.710] (II) modeset(G0): 	0000413196001000000a010a202000c5
[    48.710] (II) modeset(G0): Not using mode "1920x1080" (hsync out of range)
[    48.710] (II) modeset(G0): Not using mode "1920x1080" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "800x600" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "400x300" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "800x600" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "400x300" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "1024x768" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "512x384" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "1280x960" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "640x480" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "1280x1024" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "640x512" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "800x600" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "896x672" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "928x696" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "960x720" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "1400x1050" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "700x525" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "1024x768" (hsync out of range)
[    48.710] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    48.710] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    48.710] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    48.712] (II) modeset(G0): EDID for output DP-1-1
[    48.712] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    48.712] (==) modeset(G0): DPI set to (96, 96)
[    48.712] (II) Loading sub module "fb"
[    48.712] (II) LoadModule: "fb"
[    48.712] (II) Loading /usr/lib/xorg/modules/libfb.so
[    48.712] (II) Module fb: vendor="X.Org Foundation"
[    48.712] 	compiled for 1.19.3, module version = 1.0.0
[    48.713] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.713] (--) Depth 24 pixmap format is 32 bpp
[    48.823] (==) modeset(G0): Backing store enabled
[    48.823] (==) modeset(G0): Silken mouse enabled
[    48.833] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    48.841] (**) modeset(G0): DPMS enabled
[    48.841] (II) modeset(G0): [DRI2] Setup complete
[    48.841] (II) modeset(G0): [DRI2]   DRI driver: i965
[    48.841] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    48.841] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[    48.841] (II) NVIDIA:     access.
[    48.848] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    48.848] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    48.848] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    48.848] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    48.848] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    48.848] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    48.848] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    48.848] (II) NVIDIA(0):     Config Options in the README.
[    48.871] (II) NVIDIA(0): Setting mode "NULL"
[    48.885] (==) NVIDIA(0): Disabling shared memory pixmaps
[    48.885] (==) NVIDIA(0): Backing store enabled
[    48.885] (==) NVIDIA(0): Silken mouse enabled
[    48.886] (**) NVIDIA(0): DPMS enabled
[    48.886] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    48.886] (WW) NVIDIA(0): Option "IgnoreEDID" is not used
[    48.886] (II) Loading sub module "dri2"
[    48.886] (II) LoadModule: "dri2"
[    48.886] (II) Module "dri2" already built-in
[    48.886] (II) NVIDIA(0): [DRI2] Setup complete
[    48.886] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    48.886] (--) RandR disabled
[    48.889] (II) Initializing extension GLX
[    48.889] (II) Indirect GLX disabled.
[    49.167] (II) modeset(G0): Damage tracking initialized
[    49.565] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[    49.565] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    49.565] (II) LoadModule: "libinput"
[    49.565] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    49.601] (II) Module libinput: vendor="X.Org Foundation"
[    49.601] 	compiled for 1.19.3, module version = 0.26.0
[    49.601] 	Module class: X.Org XInput Driver
[    49.601] 	ABI class: X.Org XInput driver, version 24.1
[    49.601] (II) Using input driver 'libinput' for 'Power Button'
[    49.601] (**) Power Button: always reports core events
[    49.601] (**) Option "Device" "/dev/input/event7"
[    49.601] (**) Option "_source" "server/udev"
[    49.601] (II) event7  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    49.601] (II) event7  - (II) Power Button: (II) device is a keyboard
[    49.601] (II) event7  - (II) Power Button: (II) device removed
[    49.623] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event7"
[    49.623] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    49.624] (II) event7  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    49.624] (II) event7  - (II) Power Button: (II) device is a keyboard
[    49.625] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    49.625] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    49.625] (II) Using input driver 'libinput' for 'Video Bus'
[    49.625] (**) Video Bus: always reports core events
[    49.625] (**) Option "Device" "/dev/input/event10"
[    49.625] (**) Option "_source" "server/udev"
[    49.625] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    49.625] (II) event10 - (II) Video Bus: (II) device is a keyboard
[    49.625] (II) event10 - (II) Video Bus: (II) device removed
[    49.663] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event10"
[    49.663] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    49.664] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    49.664] (II) event10 - (II) Video Bus: (II) device is a keyboard
[    49.665] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    49.665] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    49.665] (II) Using input driver 'libinput' for 'Video Bus'
[    49.665] (**) Video Bus: always reports core events
[    49.665] (**) Option "Device" "/dev/input/event11"
[    49.665] (**) Option "_source" "server/udev"
[    49.665] (II) event11 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    49.665] (II) event11 - (II) Video Bus: (II) device is a keyboard
[    49.666] (II) event11 - (II) Video Bus: (II) device removed
[    49.706] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input15/event11"
[    49.706] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    49.707] (II) event11 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    49.707] (II) event11 - (II) Video Bus: (II) device is a keyboard
[    49.708] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    49.708] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    49.708] (II) Using input driver 'libinput' for 'Power Button'
[    49.708] (**) Power Button: always reports core events
[    49.708] (**) Option "Device" "/dev/input/event5"
[    49.708] (**) Option "_source" "server/udev"
[    49.709] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    49.709] (II) event5  - (II) Power Button: (II) device is a keyboard
[    49.709] (II) event5  - (II) Power Button: (II) device removed
[    49.726] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event5"
[    49.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    49.727] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    49.727] (II) event5  - (II) Power Button: (II) device is a keyboard
[    49.728] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    49.728] (II) No input driver specified, ignoring this device.
[    49.728] (II) This device may have been added with another device file.
[    49.728] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    49.728] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    49.728] (II) Using input driver 'libinput' for 'Sleep Button'
[    49.729] (**) Sleep Button: always reports core events
[    49.729] (**) Option "Device" "/dev/input/event6"
[    49.729] (**) Option "_source" "server/udev"
[    49.729] (II) event6  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    49.729] (II) event6  - (II) Sleep Button: (II) device is a keyboard
[    49.729] (II) event6  - (II) Sleep Button: (II) device removed
[    49.760] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event6"
[    49.760] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    49.761] (II) event6  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    49.761] (II) event6  - (II) Sleep Button: (II) device is a keyboard
[    49.763] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event1)
[    49.763] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[    49.763] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[    49.763] (**) Logitech USB Laser Mouse: always reports core events
[    49.763] (**) Option "Device" "/dev/input/event1"
[    49.763] (**) Option "_source" "server/udev"
[    49.820] (II) event1  - (II) Logitech USB Laser Mouse: (II) is tagged by udev as: Mouse
[    49.820] (II) event1  - (II) Logitech USB Laser Mouse: (II) device set to 1000 DPI
[    49.820] (II) event1  - (II) Logitech USB Laser Mouse: (II) device is a pointer
[    49.820] (II) event1  - (II) Logitech USB Laser Mouse: (II) device removed
[    49.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C069.0001/input/input2/event1"
[    49.863] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 11)
[    49.863] (**) Option "AccelerationScheme" "none"
[    49.863] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[    49.863] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    49.863] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    49.920] (II) event1  - (II) Logitech USB Laser Mouse: (II) is tagged by udev as: Mouse
[    49.920] (II) event1  - (II) Logitech USB Laser Mouse: (II) device set to 1000 DPI
[    49.920] (II) event1  - (II) Logitech USB Laser Mouse: (II) device is a pointer
[    49.921] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[    49.921] (II) No input driver specified, ignoring this device.
[    49.921] (II) This device may have been added with another device file.
[    49.922] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/event12)
[    49.922] (**) DLL0798:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    49.922] (II) Using input driver 'libinput' for 'DLL0798:00 06CB:7E92 Touchpad'
[    49.922] (**) DLL0798:00 06CB:7E92 Touchpad: always reports core events
[    49.922] (**) Option "Device" "/dev/input/event12"
[    49.922] (**) Option "_source" "server/udev"
[    50.031] (II) event12 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) is tagged by udev as: Touchpad
[    50.031] (II) event12 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device is a touchpad
[    50.031] (II) event12 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device removed
[    50.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DLL0798:00/0018:06CB:7E92.0002/input/input17/event12"
[    50.066] (II) XINPUT: Adding extended input device "DLL0798:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 12)
[    50.067] (**) Option "AccelerationScheme" "none"
[    50.067] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[    50.067] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[    50.067] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[    50.068] (II) event12 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) is tagged by udev as: Touchpad
[    50.068] (II) event12 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device is a touchpad
[    50.069] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/mouse1)
[    50.069] (II) No input driver specified, ignoring this device.
[    50.069] (II) This device may have been added with another device file.
[    50.070] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[    50.070] (II) No input driver specified, ignoring this device.
[    50.070] (II) This device may have been added with another device file.
[    50.070] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event14)
[    50.070] (II) No input driver specified, ignoring this device.
[    50.070] (II) This device may have been added with another device file.
[    50.071] (II) config/udev: Adding input device Intel HID events (/dev/input/event2)
[    50.071] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    50.071] (II) Using input driver 'libinput' for 'Intel HID events'
[    50.071] (**) Intel HID events: always reports core events
[    50.071] (**) Option "Device" "/dev/input/event2"
[    50.071] (**) Option "_source" "server/udev"
[    50.071] (II) event2  - (II) Intel HID events: (II) is tagged by udev as: Keyboard
[    50.071] (II) event2  - (II) Intel HID events: (II) device is a keyboard
[    50.071] (II) event2  - (II) Intel HID events: (II) device removed
[    50.086] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event2"
[    50.086] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[    50.087] (II) event2  - (II) Intel HID events: (II) is tagged by udev as: Keyboard
[    50.087] (II) event2  - (II) Intel HID events: (II) device is a keyboard
[    50.088] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event3)
[    50.088] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    50.088] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    50.088] (**) Intel HID 5 button array: always reports core events
[    50.088] (**) Option "Device" "/dev/input/event3"
[    50.088] (**) Option "_source" "server/udev"
[    50.089] (II) event3  - (II) Intel HID 5 button array: (II) is tagged by udev as: Keyboard Switch
[    50.089] (II) event3  - (II) Intel HID 5 button array: (II) device is a keyboard
[    50.089] (II) event3  - (II) Intel HID 5 button array: (II) device removed
[    50.106] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event3"
[    50.106] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[    50.107] (II) event3  - (II) Intel HID 5 button array: (II) is tagged by udev as: Keyboard Switch
[    50.107] (II) event3  - (II) Intel HID 5 button array: (II) device is a keyboard
[    50.108] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    50.108] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    50.108] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    50.108] (**) AT Translated Set 2 keyboard: always reports core events
[    50.108] (**) Option "Device" "/dev/input/event0"
[    50.108] (**) Option "_source" "server/udev"
[    50.109] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    50.109] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    50.109] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    50.126] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    50.127] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    50.128] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    50.128] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    50.128] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event15)
[    50.128] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[    50.129] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[    50.129] (**) PS/2 Synaptics TouchPad: always reports core events
[    50.129] (**) Option "Device" "/dev/input/event15"
[    50.129] (**) Option "_source" "server/udev"
[    50.129] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    50.129] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    50.129] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device removed
[    50.166] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event15"
[    50.166] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 16)
[    50.167] (**) Option "AccelerationScheme" "none"
[    50.167] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    50.167] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    50.167] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    50.168] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    50.168] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    50.168] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[    50.168] (II) No input driver specified, ignoring this device.
[    50.168] (II) This device may have been added with another device file.
[    50.169] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    50.169] (II) No input driver specified, ignoring this device.
[    50.169] (II) This device may have been added with another device file.
[    50.169] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[    50.170] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    50.170] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    50.170] (**) Dell WMI hotkeys: always reports core events
[    50.170] (**) Option "Device" "/dev/input/event9"
[    50.170] (**) Option "_source" "server/udev"
[    50.170] (II) event9  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    50.170] (II) event9  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    50.170] (II) event9  - (II) Dell WMI hotkeys: (II) device removed
[    50.206] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event9"
[    50.206] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
[    50.207] (II) event9  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    50.207] (II) event9  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    50.213] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[    50.213] (II) No input driver specified, ignoring this device.
[    50.213] (II) This device may have been added with another device file.
[    50.213] (II) config/udev: removing device PS/2 Synaptics TouchPad
[    50.214] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device removed
[    50.260] (II) UnloadModule: "libinput"
[    50.260] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event15)
[    50.260] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[    50.260] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[    50.260] (**) PS/2 Synaptics TouchPad: always reports core events
[    50.260] (**) Option "Device" "/dev/input/event15"
[    50.260] (**) Option "_source" "server/udev"
[    50.261] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    50.261] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    50.261] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device removed
[    50.300] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event15"
[    50.300] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 16)
[    50.300] (**) Option "AccelerationScheme" "none"
[    50.300] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    50.300] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    50.300] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    50.301] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    50.301] (II) event15 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    50.418] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    50.418] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    50.419] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    50.419] (--) NVIDIA(GPU-0): 
[    50.424] randr: falling back to unsynchronized pixmap sharing
[    61.054] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    61.054] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    61.054] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    61.054] (--) NVIDIA(GPU-0): 
[    61.055] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    61.055] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    61.055] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    61.055] (--) NVIDIA(GPU-0): 
[    62.760] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    62.760] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    62.760] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    62.760] (--) NVIDIA(GPU-0): 
[    62.760] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    62.760] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    62.760] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    62.760] (--) NVIDIA(GPU-0): 
[    62.788] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    62.788] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    62.788] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    62.788] (--) NVIDIA(GPU-0): 
[    62.788] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    62.788] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    62.788] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    62.788] (--) NVIDIA(GPU-0): 
[    62.796] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    62.796] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    62.796] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    62.796] (--) NVIDIA(GPU-0): 
[    62.796] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    62.796] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    62.796] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    62.796] (--) NVIDIA(GPU-0): 
[    63.640] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    63.640] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    63.640] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    63.640] (--) NVIDIA(GPU-0): 
[    63.640] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    63.640] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    63.640] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    63.640] (--) NVIDIA(GPU-0): 
[    65.372] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    65.372] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    65.372] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    65.372] (--) NVIDIA(GPU-0): 
[    65.372] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    65.372] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    65.372] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    65.372] (--) NVIDIA(GPU-0): 
[    88.438] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    88.438] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    88.438] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    88.438] (--) NVIDIA(GPU-0): 
[    88.438] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    88.438] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    88.438] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    88.438] (--) NVIDIA(GPU-0): 
[   127.575] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   127.575] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   127.575] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   127.575] (--) NVIDIA(GPU-0): 
[   127.575] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   127.575] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   127.575] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   127.575] (--) NVIDIA(GPU-0): 
[   164.219] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   164.219] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   164.219] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   164.219] (--) NVIDIA(GPU-0): 
[   164.219] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   164.219] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   164.219] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   164.219] (--) NVIDIA(GPU-0): 

/var/log/lightdm/lightdm.log:

# cat /var/log/lightdm/lightdm.log
[+0.03s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.03s] DEBUG: Starting Light Display Manager 1.22.0, UID=0 PID=443
[+0.03s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.03s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.03s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.03s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.03s] DEBUG: Registered seat module local
[+0.03s] DEBUG: Registered seat module xremote
[+0.03s] DEBUG: Registered seat module unity
[+0.03s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.04s] DEBUG: Monitoring logind for seats
[+0.04s] DEBUG: New seat added from logind: seat0
[+0.04s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.04s] DEBUG: Seat seat0: Starting
[+0.04s] DEBUG: Seat seat0: Creating greeter session
[+0.05s] DEBUG: Seat seat0: Creating display server of type x
[+0.06s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.06s] DEBUG: Using VT 7
[+0.06s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.06s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.06s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.06s] DEBUG: XServer 0: Launching X Server
[+0.06s] DEBUG: Launching process 451: /usr/sbin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.06s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.06s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.06s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.71s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.71s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+4.20s] DEBUG: Got signal 10 from process 451
[+4.20s] DEBUG: XServer 0: Got signal from X server :0
[+4.20s] DEBUG: XServer 0: Connecting to XServer :0
[+4.29s] DEBUG: Launching process 520: /etc/lightdm/display_setup.sh
[+4.66s] DEBUG: Process 520 exited with return value 0
[+4.66s] DEBUG: Seat seat0: Exit status of /etc/lightdm/display_setup.sh: 0
[+4.66s] CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[+4.66s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+4.66s] DEBUG: Session pid=524: Started with service 'lightdm-greeter', username 'lightdm'
[+4.74s] DEBUG: Session pid=524: Authentication complete with return value 0: Success
[+4.74s] DEBUG: Seat seat0: Session authenticated, running command
[+4.74s] DEBUG: Session pid=524: Running command /usr/sbin/lightdm-gtk-greeter
[+4.74s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+4.74s] DEBUG: Session pid=524: Logging to /var/log/lightdm/seat0-greeter.log
[+4.97s] DEBUG: Activating VT 7
[+4.97s] DEBUG: Activating login1 session c1
[+4.97s] DEBUG: Seat seat0 changes active session to c1
[+4.97s] DEBUG: Session c1 is already active
[+6.07s] DEBUG: Greeter connected version=1.22.0 api=1 resettable=false
[+6.92s] DEBUG: Greeter start authentication for jay
[+6.92s] DEBUG: Session pid=566: Started with service 'lightdm', username 'jay'
[+7.06s] DEBUG: Session pid=566: Got 1 message(s) from PAM
[+7.06s] DEBUG: Prompt greeter with 1 message(s)
[+13.40s] DEBUG: Continue authentication
[+13.41s] DEBUG: Session pid=566: Authentication complete with return value 0: Success
[+13.41s] DEBUG: Authenticate result for user jay: Success
[+13.41s] DEBUG: User jay authorized
[+13.41s] DEBUG: Greeter sets language en_US.utf8
[+13.50s] DEBUG: Greeter requests session cinnamon
[+13.50s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+13.50s] DEBUG: Terminating login1 session c1
[+13.50s] DEBUG: Session pid=524: Sending SIGTERM
[+13.59s] DEBUG: Greeter closed communication channel
[+13.59s] DEBUG: Session pid=524: Exited with return value 0
[+13.59s] DEBUG: Seat seat0: Session stopped
[+13.59s] DEBUG: Seat seat0: Greeter stopped, running session
[+13.59s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+13.59s] CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[+13.59s] DEBUG: Session pid=566: Running command /etc/lightdm/Xsession cinnamon-session-cinnamon
[+13.59s] DEBUG: Creating shared data directory /var/lib/lightdm-data/jay
[+13.59s] DEBUG: Session pid=566: Logging to .xsession-errors
[+13.71s] DEBUG: Activating VT 7
[+13.71s] DEBUG: Activating login1 session c2
[+13.71s] DEBUG: Seat seat0 changes active session to 
[+13.71s] DEBUG: Seat seat0 changes active session to c2
[+13.71s] DEBUG: Session c2 is already active

Is there some way to make sure that I have the correct EDID file in my /etc/X11/xorg.conf file from the logs? If so, with this setup, what is the best way to set the resolution? The laptop's default resolution is supposed to be 1920 x 1080, but I suspect things will be too tiny at that resolution, so I would like the option of using a little bit lower resolution too, if that's possible.

Last edited by linux4me (2017-09-19 20:29:27)

Offline

#2 2017-09-19 20:28:31

linux4me
Member
Registered: 2017-01-31
Posts: 12

Re: [SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

One of the things I like about Linux is that it usually gives you the information to fix a problem. In this case, the relevant part of /var/log/Xorg.0.log was this:

[    48.710] (II) modeset(G0): Not using mode "1920x1080" (hsync out of range)
[    48.710] (II) modeset(G0): Not using default mode "1024x768" (hsync out of range)
... snipped
[    48.710] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    48.710] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    48.710] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)

I had used nvidia-xconfig to generate my /etc/X11/xorg.conf, and it had set default horizontal sync and vertical refresh rates for the laptop panel:

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

The default range for HorizSync wouldn't allow any resolution higher than 640x480.

I commented out the lines for HorizSync and VertRefresh, rebooted, and I got lightdm-gtk-greeter and Cinnamon to load in the laptop's default resolution of 1920x1080.

Offline

#3 2017-09-20 13:16:10

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

Don't use nvidia-xconfig -- ever. It doesn't help. In fact, are you sure you even need an xorg.conf? Most systems nowadays don't need that file explicitly configured.

Last edited by mrunion (2017-09-20 13:16:20)


Matt

"It is very difficult to educate the educated."

Offline

#4 2017-09-20 16:11:11

linux4me
Member
Registered: 2017-01-31
Posts: 12

Re: [SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

mrunion wrote:

Don't use nvidia-xconfig -- ever. It doesn't help. In fact, are you sure you even need an xorg.conf? Most systems nowadays don't need that file explicitly configured.

I haven't used an xorg.conf in years, but in order to get this Optimus-enabled laptop to work, I followed the instructions in the Wiki for Nvidia Optimus, which does say to use an xorg.conf, indicating the following should be added:

/etc/X11/xorg.conf

Section "Module"
    Load "modesetting"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "<BusID for NVIDIA device here>"
    Option "AllowEmptyInitialConfiguration"
EndSection

I actually was following the instructions for installing the nvidia driver when I ran nvidia-xconfig. I have always used nouveau, and this is my first attempt at using the Nvidia driver, too. Maybe I should only have added the section above to an otherwise empty xorg.conf and never had the monitor section that caused the resolution problem?

Last edited by linux4me (2017-09-20 16:12:38)

Offline

#5 2017-09-20 16:31:47

linux4me
Member
Registered: 2017-01-31
Posts: 12

Re: [SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

I tried deleting everything in my /etc/X11/xorg.conf except the following:

Section "Module"
    Load	   "modesetting"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID	   "PCI:1:0:0"
    Option	   "AllowEmptyInitialConfiguration"
    Option	   "ConnectedMonitor" "Monitor0"
    Option	   "CustomEDID" "Monitor0:/sys/class/drm/card0-DP-1/edid"
    Option	   "IgnoreEDID" "false"
    Option	   "UseEDID" "true"
EndSection

I still got the correct resolution when I rebooted, and so far, things seem to be working. Here's the Xorg.0.log with this xorg.conf:

[    36.107] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    36.107] X Protocol Version 11, Revision 0
[    36.107] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[    36.107] Current Operating System: Linux Inspiron15 4.12.13-1-ARCH #1 SMP PREEMPT Fri Sep 15 06:36:43 UTC 2017 x86_64
[    36.107] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/MyVol-root rw cryptdevice=UUID=c02a24d6-0aec-4db4-9618-31c793644f05:cryptolvm quiet modprobe.blacklist=nouveau
[    36.107] Build Date: 13 August 2017  09:37:50PM
[    36.107]  
[    36.107] Current version of pixman: 0.34.0
[    36.107] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    36.107] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    36.108] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 20 09:18:12 2017
[    36.150] (==) Using config file: "/etc/X11/xorg.conf"
[    36.150] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    36.171] (==) No Layout section.  Using the first Screen section.
[    36.171] (==) No screen section available. Using defaults.
[    36.171] (**) |-->Screen "Default Screen Section" (0)
[    36.171] (**) |   |-->Monitor "<default monitor>"
[    36.172] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    36.172] (**) |   |-->Device "Device0"
[    36.172] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    36.172] (==) Automatically adding devices
[    36.172] (==) Automatically enabling devices
[    36.172] (==) Automatically adding GPU devices
[    36.172] (==) Automatically binding GPU devices
[    36.172] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    36.184] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    36.184] 	Entry deleted from font path.
[    36.196] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    36.196] (==) ModulePath set to "/usr/lib/xorg/modules"
[    36.196] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    36.196] (II) Loader magic: 0x55c2b38cad40
[    36.196] (II) Module ABI versions:
[    36.196] 	X.Org ANSI C Emulation: 0.4
[    36.196] 	X.Org Video Driver: 23.0
[    36.196] 	X.Org XInput driver : 24.1
[    36.196] 	X.Org Server Extension : 10.0
[    36.197] (++) using VT number 7

[    36.197] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    36.198] (II) xfree86: Adding drm device (/dev/dri/card1)
[    36.199] (II) xfree86: Adding drm device (/dev/dri/card0)
[    36.203] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    36.203] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    36.205] (--) PCI: (0:0:2:0) 8086:591b:1028:0798 rev 4, Mem @ 0xd4000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    36.205] (--) PCI:*(0:1:0:0) 10de:1c8c:1028:0798 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    36.205] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    36.205] (II) "glx" will be loaded by default.
[    36.205] (II) LoadModule: "modesetting"
[    36.246] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    36.247] (II) Module modesetting: vendor="X.Org Foundation"
[    36.247] 	compiled for 1.19.3, module version = 1.19.3
[    36.247] 	Module class: X.Org Video Driver
[    36.247] 	ABI class: X.Org Video Driver, version 23.0
[    36.247] (II) LoadModule: "glx"
[    36.247] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    37.106] (II) Module glx: vendor="NVIDIA Corporation"
[    37.106] 	compiled for 4.0.2, module version = 1.0.0
[    37.106] 	Module class: X.Org Server Extension
[    37.113] (II) NVIDIA GLX Module  384.69  Wed Aug 16 19:34:06 PDT 2017
[    37.114] (II) LoadModule: "nvidia"
[    37.114] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    37.188] (II) Module nvidia: vendor="NVIDIA Corporation"
[    37.188] 	compiled for 4.0.2, module version = 1.0.0
[    37.188] 	Module class: X.Org Video Driver
[    37.210] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    37.210] (II) NVIDIA dlloader X Driver  384.69  Wed Aug 16 19:07:09 PDT 2017
[    37.210] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    37.224] (WW) Falling back to old probe method for modesetting
[    37.225] (II) Loading sub module "fb"
[    37.225] (II) LoadModule: "fb"
[    37.225] (II) Loading /usr/lib/xorg/modules/libfb.so
[    37.238] (II) Module fb: vendor="X.Org Foundation"
[    37.238] 	compiled for 1.19.3, module version = 1.0.0
[    37.238] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.238] (II) Loading sub module "wfb"
[    37.238] (II) LoadModule: "wfb"
[    37.238] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    37.239] (II) Module wfb: vendor="X.Org Foundation"
[    37.239] 	compiled for 1.19.3, module version = 1.0.0
[    37.239] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.239] (II) Loading sub module "ramdac"
[    37.239] (II) LoadModule: "ramdac"
[    37.239] (II) Module "ramdac" already built-in
[    37.268] (II) modeset(G0): using drv /dev/dri/card0
[    37.268] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    37.268] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    37.268] (==) NVIDIA(0): RGB weight 888
[    37.268] (==) NVIDIA(0): Default visual is TrueColor
[    37.268] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    37.269] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    37.269] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    37.269] (**) NVIDIA(0): Option "UseEDID" "true"
[    37.270] (**) NVIDIA(0): Option "ConnectedMonitor" "Monitor0"
[    37.270] (**) NVIDIA(0): Option "CustomEDID" "Monitor0:/sys/class/drm/card0-DP-1/edid"
[    37.270] (**) NVIDIA(0): Enabling 2D acceleration
[    37.270] (**) NVIDIA(0): ConnectedMonitor string: "Monitor0"
[    37.872] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    37.872] (--) NVIDIA(0):     DFP-0
[    37.873] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[    37.873] (--) NVIDIA(0): Memory: 4194304 kBytes
[    37.873] (--) NVIDIA(0): VideoBIOS: 86.07.3c.00.60
[    37.873] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    37.873] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    37.873] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    37.873] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    37.873] (--) NVIDIA(GPU-0): 
[    37.873] (==) NVIDIA(0): 
[    37.873] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    37.873] (==) NVIDIA(0):     will be used as the requested mode.
[    37.873] (==) NVIDIA(0): 
[    37.873] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    37.873] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    37.874] (II) NVIDIA(0): Validated MetaModes:
[    37.874] (II) NVIDIA(0):     "NULL"
[    37.874] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    37.874] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    37.874] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    37.874] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    37.874] (==) modeset(G0): RGB weight 888
[    37.874] (==) modeset(G0): Default visual is TrueColor
[    37.874] (II) Loading sub module "glamoregl"
[    37.874] (II) LoadModule: "glamoregl"
[    37.874] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    37.976] (II) Module glamoregl: vendor="X.Org Foundation"
[    37.976] 	compiled for 1.19.3, module version = 1.0.0
[    37.976] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.976] (II) glamor: OpenGL accelerated X.org driver based.
[    38.273] (II) glamor: EGL version 1.4 (DRI2):
[    38.407] (II) modeset(G0): glamor initialized
[    38.409] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    38.411] (II) modeset(G0): Output DP-1-1 has no monitor section
[    38.413] (II) modeset(G0): EDID for output eDP-1-1
[    38.413] (II) modeset(G0): Manufacturer: LGD  Model: 53f  Serial#: 0
[    38.413] (II) modeset(G0): Year: 2016  Week: 0
[    38.413] (II) modeset(G0): EDID Version: 1.4
[    38.413] (II) modeset(G0): Digital Display Input
[    38.413] (II) modeset(G0): 6 bits per channel
[    38.413] (II) modeset(G0): Digital interface is DisplayPort
[    38.413] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    38.413] (II) modeset(G0): Gamma: 2.20
[    38.413] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[    38.413] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    38.413] (II) modeset(G0): First detailed timing is preferred mode
[    38.413] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    38.413] (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
[    38.413] (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[    38.413] (II) modeset(G0): Manufacturer's mask: 0
[    38.413] (II) modeset(G0): Supported detailed timing:
[    38.413] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    38.413] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    38.413] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    38.413] (II) modeset(G0): Supported detailed timing:
[    38.413] (II) modeset(G0): clock: 111.0 MHz   Image Size:  344 x 194 mm
[    38.413] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    38.413] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    38.413] (II) modeset(G0):  4XK13\80156WF6
[    38.413] (II) modeset(G0): Unknown vendor-specific block 0
[    38.413] (II) modeset(G0): EDID (in hex):
[    38.413] (II) modeset(G0): 	00ffffffffffff0030e43f0500000000
[    38.413] (II) modeset(G0): 	001a010495221378eaa1c59459578f27
[    38.413] (II) modeset(G0): 	20505400000001010101010101010101
[    38.413] (II) modeset(G0): 	0101010101012e3680a070381f403020
[    38.413] (II) modeset(G0): 	350058c21000001a5c2b80a070381f40
[    38.413] (II) modeset(G0): 	3020350058c21000001a000000fe0034
[    38.413] (II) modeset(G0): 	584b3133803135365746360a00000000
[    38.413] (II) modeset(G0): 	0000413196001000000a010a202000c5
[    38.413] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    38.413] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    38.413] (II) modeset(G0): Modeline "1920x1080"x48.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    38.413] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    38.413] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    38.413] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    38.413] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    38.413] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    38.413] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    38.413] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    38.413] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    38.413] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    38.414] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    38.414] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    38.414] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    38.414] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    38.414] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    38.414] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    38.414] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    38.414] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    38.414] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    38.414] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    38.416] (II) modeset(G0): EDID for output DP-1-1
[    38.416] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    38.416] (==) modeset(G0): DPI set to (96, 96)
[    38.416] (II) Loading sub module "fb"
[    38.416] (II) LoadModule: "fb"
[    38.416] (II) Loading /usr/lib/xorg/modules/libfb.so
[    38.416] (II) Module fb: vendor="X.Org Foundation"
[    38.416] 	compiled for 1.19.3, module version = 1.0.0
[    38.416] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    38.416] (--) Depth 24 pixmap format is 32 bpp
[    38.548] (==) modeset(G0): Backing store enabled
[    38.548] (==) modeset(G0): Silken mouse enabled
[    38.548] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    38.560] (==) modeset(G0): DPMS enabled
[    38.560] (II) modeset(G0): [DRI2] Setup complete
[    38.560] (II) modeset(G0): [DRI2]   DRI driver: i965
[    38.560] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    38.561] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[    38.561] (II) NVIDIA:     access.
[    38.566] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    38.566] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    38.566] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    38.566] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    38.566] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    38.566] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    38.566] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    38.566] (II) NVIDIA(0):     Config Options in the README.
[    38.591] (II) NVIDIA(0): Setting mode "NULL"
[    38.605] (==) NVIDIA(0): Disabling shared memory pixmaps
[    38.605] (==) NVIDIA(0): Backing store enabled
[    38.605] (==) NVIDIA(0): Silken mouse enabled
[    38.605] (==) NVIDIA(0): DPMS enabled
[    38.605] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    38.605] (WW) NVIDIA(0): Option "IgnoreEDID" is not used
[    38.605] (II) Loading sub module "dri2"
[    38.605] (II) LoadModule: "dri2"
[    38.605] (II) Module "dri2" already built-in
[    38.605] (II) NVIDIA(0): [DRI2] Setup complete
[    38.605] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    38.605] (--) RandR disabled
[    38.608] (II) Initializing extension GLX
[    38.608] (II) Indirect GLX disabled.
[    38.887] (II) modeset(G0): Damage tracking initialized
[    39.311] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[    39.311] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    39.311] (II) LoadModule: "libinput"
[    39.311] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    39.336] (II) Module libinput: vendor="X.Org Foundation"
[    39.336] 	compiled for 1.19.3, module version = 0.26.0
[    39.336] 	Module class: X.Org XInput Driver
[    39.337] 	ABI class: X.Org XInput driver, version 24.1
[    39.337] (II) Using input driver 'libinput' for 'Power Button'
[    39.337] (**) Power Button: always reports core events
[    39.337] (**) Option "Device" "/dev/input/event7"
[    39.337] (**) Option "_source" "server/udev"
[    39.337] (II) event7  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    39.337] (II) event7  - (II) Power Button: (II) device is a keyboard
[    39.337] (II) event7  - (II) Power Button: (II) device removed
[    39.360] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event7"
[    39.360] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    39.360] (II) event7  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    39.360] (II) event7  - (II) Power Button: (II) device is a keyboard
[    39.360] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    39.360] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    39.360] (II) Using input driver 'libinput' for 'Video Bus'
[    39.360] (**) Video Bus: always reports core events
[    39.360] (**) Option "Device" "/dev/input/event12"
[    39.360] (**) Option "_source" "server/udev"
[    39.361] (II) event12 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    39.361] (II) event12 - (II) Video Bus: (II) device is a keyboard
[    39.361] (II) event12 - (II) Video Bus: (II) device removed
[    39.400] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21/event12"
[    39.400] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    39.401] (II) event12 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    39.401] (II) event12 - (II) Video Bus: (II) device is a keyboard
[    39.402] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    39.402] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    39.402] (II) Using input driver 'libinput' for 'Video Bus'
[    39.402] (**) Video Bus: always reports core events
[    39.402] (**) Option "Device" "/dev/input/event13"
[    39.402] (**) Option "_source" "server/udev"
[    39.402] (II) event13 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    39.402] (II) event13 - (II) Video Bus: (II) device is a keyboard
[    39.402] (II) event13 - (II) Video Bus: (II) device removed
[    39.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input22/event13"
[    39.440] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    39.441] (II) event13 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    39.441] (II) event13 - (II) Video Bus: (II) device is a keyboard
[    39.442] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    39.442] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    39.442] (II) Using input driver 'libinput' for 'Power Button'
[    39.442] (**) Power Button: always reports core events
[    39.442] (**) Option "Device" "/dev/input/event5"
[    39.442] (**) Option "_source" "server/udev"
[    39.442] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    39.442] (II) event5  - (II) Power Button: (II) device is a keyboard
[    39.442] (II) event5  - (II) Power Button: (II) device removed
[    39.460] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event5"
[    39.460] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    39.461] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    39.461] (II) event5  - (II) Power Button: (II) device is a keyboard
[    39.462] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    39.462] (II) No input driver specified, ignoring this device.
[    39.462] (II) This device may have been added with another device file.
[    39.462] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    39.462] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    39.462] (II) Using input driver 'libinput' for 'Sleep Button'
[    39.462] (**) Sleep Button: always reports core events
[    39.462] (**) Option "Device" "/dev/input/event6"
[    39.462] (**) Option "_source" "server/udev"
[    39.463] (II) event6  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    39.463] (II) event6  - (II) Sleep Button: (II) device is a keyboard
[    39.463] (II) event6  - (II) Sleep Button: (II) device removed
[    39.490] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event6"
[    39.490] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    39.491] (II) event6  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    39.491] (II) event6  - (II) Sleep Button: (II) device is a keyboard
[    39.492] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event1)
[    39.492] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[    39.492] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[    39.492] (**) Logitech USB Laser Mouse: always reports core events
[    39.492] (**) Option "Device" "/dev/input/event1"
[    39.493] (**) Option "_source" "server/udev"
[    39.547] (II) event1  - (II) Logitech USB Laser Mouse: (II) is tagged by udev as: Mouse
[    39.547] (II) event1  - (II) Logitech USB Laser Mouse: (II) device set to 1000 DPI
[    39.547] (II) event1  - (II) Logitech USB Laser Mouse: (II) device is a pointer
[    39.547] (II) event1  - (II) Logitech USB Laser Mouse: (II) device removed
[    39.583] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C069.0001/input/input2/event1"
[    39.583] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 11)
[    39.583] (**) Option "AccelerationScheme" "none"
[    39.583] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[    39.583] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    39.583] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    39.640] (II) event1  - (II) Logitech USB Laser Mouse: (II) is tagged by udev as: Mouse
[    39.640] (II) event1  - (II) Logitech USB Laser Mouse: (II) device set to 1000 DPI
[    39.640] (II) event1  - (II) Logitech USB Laser Mouse: (II) device is a pointer
[    39.641] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[    39.641] (II) No input driver specified, ignoring this device.
[    39.641] (II) This device may have been added with another device file.
[    39.642] (II) config/udev: Adding input device Logitech K270 (/dev/input/event14)
[    39.643] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    39.643] (II) Using input driver 'libinput' for 'Logitech K270'
[    39.643] (**) Logitech K270: always reports core events
[    39.643] (**) Option "Device" "/dev/input/event14"
[    39.643] (**) Option "_source" "server/udev"
[    39.644] (II) event14 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    39.644] (II) event14 - (II) Logitech K270: (II) device is a keyboard
[    39.644] (II) event14 - (II) Logitech K270: (II) device removed
[    39.666] (II) libinput: Logitech K270: needs a virtual subdevice
[    39.667] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0007/input/input23/event14"
[    39.667] (II) XINPUT: Adding extended input device "Logitech K270" (type: MOUSE, id 12)
[    39.667] (**) Option "AccelerationScheme" "none"
[    39.667] (**) Logitech K270: (accel) selected scheme none/0
[    39.667] (**) Logitech K270: (accel) acceleration factor: 2.000
[    39.667] (**) Logitech K270: (accel) acceleration threshold: 4
[    39.668] (II) event14 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    39.668] (II) event14 - (II) Logitech K270: (II) device is a keyboard
[    39.669] (II) config/udev: Adding input device Logitech M185 (/dev/input/event11)
[    39.669] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    39.669] (II) Using input driver 'libinput' for 'Logitech M185'
[    39.669] (**) Logitech M185: always reports core events
[    39.669] (**) Option "Device" "/dev/input/event11"
[    39.669] (**) Option "_source" "server/udev"
[    39.670] (II) event11 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    39.670] (II) event11 - (II) Logitech M185: (II) device set to 800 DPI
[    39.670] (II) event11 - (II) Logitech M185: (II) device is a pointer
[    39.670] (II) event11 - (II) Logitech M185: (II) device removed
[    39.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4008.0006/input/input20/event11"
[    39.716] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 13)
[    39.717] (**) Option "AccelerationScheme" "none"
[    39.717] (**) Logitech M185: (accel) selected scheme none/0
[    39.717] (**) Logitech M185: (accel) acceleration factor: 2.000
[    39.717] (**) Logitech M185: (accel) acceleration threshold: 4
[    39.718] (II) event11 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    39.718] (II) event11 - (II) Logitech M185: (II) device set to 800 DPI
[    39.718] (II) event11 - (II) Logitech M185: (II) device is a pointer
[    39.719] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse2)
[    39.719] (II) No input driver specified, ignoring this device.
[    39.719] (II) This device may have been added with another device file.
[    39.720] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/event10)
[    39.720] (**) DLL0798:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    39.720] (II) Using input driver 'libinput' for 'DLL0798:00 06CB:7E92 Touchpad'
[    39.720] (**) DLL0798:00 06CB:7E92 Touchpad: always reports core events
[    39.720] (**) Option "Device" "/dev/input/event10"
[    39.720] (**) Option "_source" "server/udev"
[    39.827] (II) event10 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) is tagged by udev as: Touchpad
[    39.827] (II) event10 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device is a touchpad
[    39.828] (II) event10 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device removed
[    39.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0005/input/input15/event10"
[    39.863] (II) XINPUT: Adding extended input device "DLL0798:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 14)
[    39.863] (**) Option "AccelerationScheme" "none"
[    39.864] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[    39.864] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[    39.864] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[    39.865] (II) event10 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) is tagged by udev as: Touchpad
[    39.865] (II) event10 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device is a touchpad
[    39.866] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/mouse1)
[    39.866] (II) No input driver specified, ignoring this device.
[    39.866] (II) This device may have been added with another device file.
[    39.866] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event15)
[    39.866] (II) No input driver specified, ignoring this device.
[    39.866] (II) This device may have been added with another device file.
[    39.867] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event16)
[    39.867] (II) No input driver specified, ignoring this device.
[    39.867] (II) This device may have been added with another device file.
[    39.867] (II) config/udev: Adding input device Intel HID events (/dev/input/event2)
[    39.867] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    39.867] (II) Using input driver 'libinput' for 'Intel HID events'
[    39.867] (**) Intel HID events: always reports core events
[    39.868] (**) Option "Device" "/dev/input/event2"
[    39.868] (**) Option "_source" "server/udev"
[    39.868] (II) event2  - (II) Intel HID events: (II) is tagged by udev as: Keyboard
[    39.868] (II) event2  - (II) Intel HID events: (II) device is a keyboard
[    39.868] (II) event2  - (II) Intel HID events: (II) device removed
[    39.903] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event2"
[    39.903] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[    39.904] (II) event2  - (II) Intel HID events: (II) is tagged by udev as: Keyboard
[    39.904] (II) event2  - (II) Intel HID events: (II) device is a keyboard
[    39.905] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event3)
[    39.905] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    39.905] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    39.905] (**) Intel HID 5 button array: always reports core events
[    39.905] (**) Option "Device" "/dev/input/event3"
[    39.905] (**) Option "_source" "server/udev"
[    39.905] (II) event3  - (II) Intel HID 5 button array: (II) is tagged by udev as: Keyboard Switch
[    39.906] (II) event3  - (II) Intel HID 5 button array: (II) device is a keyboard
[    39.906] (II) event3  - (II) Intel HID 5 button array: (II) device removed
[    39.923] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event3"
[    39.923] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[    39.924] (II) event3  - (II) Intel HID 5 button array: (II) is tagged by udev as: Keyboard Switch
[    39.924] (II) event3  - (II) Intel HID 5 button array: (II) device is a keyboard
[    39.925] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    39.925] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    39.925] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    39.925] (**) AT Translated Set 2 keyboard: always reports core events
[    39.925] (**) Option "Device" "/dev/input/event0"
[    39.925] (**) Option "_source" "server/udev"
[    39.926] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    39.926] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    39.926] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    39.943] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    39.943] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    39.944] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    39.944] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    39.945] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event17)
[    39.945] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[    39.945] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[    39.945] (**) PS/2 Synaptics TouchPad: always reports core events
[    39.945] (**) Option "Device" "/dev/input/event17"
[    39.945] (**) Option "_source" "server/udev"
[    39.946] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    39.946] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    39.946] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device removed
[    39.983] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event17"
[    39.983] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 18)
[    39.983] (**) Option "AccelerationScheme" "none"
[    39.983] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    39.983] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    39.983] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    39.984] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    39.984] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    39.985] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse3)
[    39.985] (II) No input driver specified, ignoring this device.
[    39.985] (II) This device may have been added with another device file.
[    39.985] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    39.985] (II) No input driver specified, ignoring this device.
[    39.985] (II) This device may have been added with another device file.
[    39.986] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[    39.986] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    39.986] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    39.986] (**) Dell WMI hotkeys: always reports core events
[    39.986] (**) Option "Device" "/dev/input/event9"
[    39.986] (**) Option "_source" "server/udev"
[    39.987] (II) event9  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    39.987] (II) event9  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    39.987] (II) event9  - (II) Dell WMI hotkeys: (II) device removed
[    40.033] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event9"
[    40.033] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 19)
[    40.034] (II) event9  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    40.034] (II) event9  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    40.039] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    40.039] (II) Using input driver 'libinput' for 'Logitech K270'
[    40.039] (**) Logitech K270: always reports core events
[    40.039] (**) Option "Device" "/dev/input/event14"
[    40.039] (**) Option "_source" "_driver/libinput"
[    40.039] (II) libinput: Logitech K270: is a virtual subdevice
[    40.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0007/input/input23/event14"
[    40.039] (II) XINPUT: Adding extended input device "Logitech K270" (type: KEYBOARD, id 20)
[    40.039] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse2)
[    40.039] (II) No input driver specified, ignoring this device.
[    40.039] (II) This device may have been added with another device file.
[    40.039] (II) config/udev: removing device Logitech K270
[    40.040] (II) UnloadModule: "libinput"
[    40.040] (II) config/udev: removing device Logitech K270
[    40.040] (II) event14 - (II) Logitech K270: (II) device removed
[    40.073] (II) UnloadModule: "libinput"
[    40.074] (II) config/udev: Adding input device Logitech K270 (/dev/input/event14)
[    40.074] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    40.074] (II) Using input driver 'libinput' for 'Logitech K270'
[    40.074] (**) Logitech K270: always reports core events
[    40.074] (**) Option "Device" "/dev/input/event14"
[    40.074] (**) Option "_source" "server/udev"
[    40.074] (II) event14 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    40.074] (II) event14 - (II) Logitech K270: (II) device is a keyboard
[    40.074] (II) event14 - (II) Logitech K270: (II) device removed
[    40.096] (II) libinput: Logitech K270: needs a virtual subdevice
[    40.096] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0007/input/input23/event14"
[    40.097] (II) XINPUT: Adding extended input device "Logitech K270" (type: MOUSE, id 12)
[    40.097] (**) Option "AccelerationScheme" "none"
[    40.097] (**) Logitech K270: (accel) selected scheme none/0
[    40.097] (**) Logitech K270: (accel) acceleration factor: 2.000
[    40.097] (**) Logitech K270: (accel) acceleration threshold: 4
[    40.098] (II) event14 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    40.098] (II) event14 - (II) Logitech K270: (II) device is a keyboard
[    40.098] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    40.098] (II) Using input driver 'libinput' for 'Logitech K270'
[    40.098] (**) Logitech K270: always reports core events
[    40.098] (**) Option "Device" "/dev/input/event14"
[    40.098] (**) Option "_source" "_driver/libinput"
[    40.098] (II) libinput: Logitech K270: is a virtual subdevice
[    40.098] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0007/input/input23/event14"
[    40.098] (II) XINPUT: Adding extended input device "Logitech K270" (type: KEYBOARD, id 20)
[    40.099] (II) config/udev: removing device Logitech M185
[    40.099] (II) event11 - (II) Logitech M185: (II) device removed
[    40.136] (II) UnloadModule: "libinput"
[    40.137] (II) config/udev: Adding input device Logitech M185 (/dev/input/event11)
[    40.137] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    40.137] (II) Using input driver 'libinput' for 'Logitech M185'
[    40.137] (**) Logitech M185: always reports core events
[    40.137] (**) Option "Device" "/dev/input/event11"
[    40.137] (**) Option "_source" "server/udev"
[    40.138] (II) event11 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    40.138] (II) event11 - (II) Logitech M185: (II) device set to 800 DPI
[    40.138] (II) event11 - (II) Logitech M185: (II) device is a pointer
[    40.138] (II) event11 - (II) Logitech M185: (II) device removed
[    40.176] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4008.0006/input/input20/event11"
[    40.176] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 13)
[    40.177] (**) Option "AccelerationScheme" "none"
[    40.177] (**) Logitech M185: (accel) selected scheme none/0
[    40.177] (**) Logitech M185: (accel) acceleration factor: 2.000
[    40.177] (**) Logitech M185: (accel) acceleration threshold: 4
[    40.178] (II) event11 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    40.178] (II) event11 - (II) Logitech M185: (II) device set to 800 DPI
[    40.178] (II) event11 - (II) Logitech M185: (II) device is a pointer
[    40.179] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse3)
[    40.179] (II) No input driver specified, ignoring this device.
[    40.179] (II) This device may have been added with another device file.
[    40.179] (II) config/udev: removing device PS/2 Synaptics TouchPad
[    40.179] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device removed
[    40.216] (II) UnloadModule: "libinput"
[    40.217] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event17)
[    40.217] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[    40.217] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[    40.217] (**) PS/2 Synaptics TouchPad: always reports core events
[    40.217] (**) Option "Device" "/dev/input/event17"
[    40.217] (**) Option "_source" "server/udev"
[    40.218] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    40.218] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    40.218] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device removed
[    40.256] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event17"
[    40.256] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 18)
[    40.257] (**) Option "AccelerationScheme" "none"
[    40.257] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    40.257] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    40.257] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    40.257] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) is tagged by udev as: Mouse
[    40.257] (II) event17 - (II) PS/2 Synaptics TouchPad: (II) device is a pointer
[    40.280] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    40.280] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    40.280] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    40.280] (--) NVIDIA(GPU-0): 
[    40.290] randr: falling back to unsynchronized pixmap sharing
[    54.515] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.515] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.515] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.515] (--) NVIDIA(GPU-0): 
[    54.516] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.516] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.516] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.516] (--) NVIDIA(GPU-0): 
[    54.520] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.520] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.520] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.520] (--) NVIDIA(GPU-0): 
[    54.521] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.521] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.521] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.521] (--) NVIDIA(GPU-0): 
[    54.815] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.815] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.815] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.815] (--) NVIDIA(GPU-0): 
[    54.815] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.815] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.815] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.815] (--) NVIDIA(GPU-0): 
[    54.837] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.837] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.837] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.837] (--) NVIDIA(GPU-0): 
[    54.837] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.837] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.837] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.837] (--) NVIDIA(GPU-0): 
[    56.469] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    56.469] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    56.469] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    56.469] (--) NVIDIA(GPU-0): 
[    56.469] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    56.469] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    56.469] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    56.469] (--) NVIDIA(GPU-0): 
[    58.933] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    58.933] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    58.933] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    58.933] (--) NVIDIA(GPU-0): 
[    58.933] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    58.933] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    58.933] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    58.933] (--) NVIDIA(GPU-0): 

I'm still using training wheels to read the Xorg.0.log, but it looks like I'm in good shape, which I think means you are partially correct; I really didn't need to use nvidia-xconfig to generate the whole xorg.conf, and the extra section in there for the monitor that nvidia-xconfig generated was what tripped me up. The thing is, I wouldn't have known to specify "Monitor0" in the Device section had I not had the nvidia-xconfig to refer to, though maybe "Monitor0" is always assigned to the first monitor detected?

Offline

#6 2017-09-20 17:30:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: [SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

This still doesn't really read like a correct setup tbh. What's your output for

glxinfo | grep OpenGL

? The thing with Optimus laptops is that you cannot use the Nvidia card directly, the output will always be driven by the internal card. What you can do is tell the intel card to simply be a "dumb" relay point, only taking care of accessing the screen and leaving the real rendering work to the Nvidia card. However for that you don't need a xorg.conf (anymore, you can use the one detailed on the Nvidia Optimus page, as it won't  hurt, but it won't help either) the magic bullet are the

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

lines in your .xinitrc (or the corresponding locations for your displaymanager: https://wiki.archlinux.org/index.php/NV … y_Managers ) these are what's relevant to make this work, the xorg conf is optional.

Offline

#7 2017-09-20 18:07:14

linux4me
Member
Registered: 2017-01-31
Posts: 12

Re: [SOLVED] Dell Inspiron 15 7567 Nvidia Optimus Display Resolution

I renamed /etc/X11/xorg.conf to "/etc/X11/xorg.conf.works," then rebooted. Lightdm-gtk-greeter still works, and my resolution is fine.

# glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 384.69
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 384.69
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 384.69
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

Here's the xorg log with this configuration; i.e., just the lightdm setup script running:

[    29.478] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    29.478] X Protocol Version 11, Revision 0
[    29.478] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[    29.478] Current Operating System: Linux Inspiron15 4.12.13-1-ARCH #1 SMP PREEMPT Fri Sep 15 06:36:43 UTC 2017 x86_64
[    29.478] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/MyVol-root rw cryptdevice=UUID=c02a24d6-0aec-4db4-9618-31c793644f05:cryptolvm quiet modprobe.blacklist=nouveau
[    29.478] Build Date: 13 August 2017  09:37:50PM
[    29.478]  
[    29.478] Current version of pixman: 0.34.0
[    29.478] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    29.478] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.478] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 20 10:58:16 2017
[    29.502] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.652] (==) No Layout section.  Using the first Screen section.
[    29.652] (==) No screen section available. Using defaults.
[    29.652] (**) |-->Screen "Default Screen Section" (0)
[    29.652] (**) |   |-->Monitor "<default monitor>"
[    29.653] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    29.653] (==) Automatically adding devices
[    29.653] (==) Automatically enabling devices
[    29.653] (==) Automatically adding GPU devices
[    29.653] (==) Automatically binding GPU devices
[    29.653] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    29.654] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    29.654] 	Entry deleted from font path.
[    29.683] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    29.683] (==) ModulePath set to "/usr/lib/xorg/modules"
[    29.683] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.683] (II) Loader magic: 0x55f2764a7d40
[    29.683] (II) Module ABI versions:
[    29.683] 	X.Org ANSI C Emulation: 0.4
[    29.683] 	X.Org Video Driver: 23.0
[    29.683] 	X.Org XInput driver : 24.1
[    29.683] 	X.Org Server Extension : 10.0
[    29.685] (++) using VT number 7

[    29.685] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    29.686] (II) xfree86: Adding drm device (/dev/dri/card1)
[    29.686] (II) xfree86: Adding drm device (/dev/dri/card0)
[    29.697] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    29.697] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    29.700] (--) PCI: (0:0:2:0) 8086:591b:1028:0798 rev 4, Mem @ 0xd4000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    29.700] (--) PCI:*(0:1:0:0) 10de:1c8c:1028:0798 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    29.700] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    29.700] (II) LoadModule: "glx"
[    29.701] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    30.276] (II) Module glx: vendor="NVIDIA Corporation"
[    30.276] 	compiled for 4.0.2, module version = 1.0.0
[    30.276] 	Module class: X.Org Server Extension
[    30.283] (II) NVIDIA GLX Module  384.69  Wed Aug 16 19:34:06 PDT 2017
[    30.284] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    30.284] 	loading driver: nvidia
[    30.284] (II) Applying OutputClass "intel" to /dev/dri/card0
[    30.284] 	loading driver: modesetting
[    30.284] (==) Matched nvidia as autoconfigured driver 0
[    30.284] (==) Matched nouveau as autoconfigured driver 1
[    30.284] (==) Matched nv as autoconfigured driver 2
[    30.284] (==) Matched modesetting as autoconfigured driver 3
[    30.284] (==) Matched intel as autoconfigured driver 4
[    30.284] (==) Matched nouveau as autoconfigured driver 5
[    30.284] (==) Matched nv as autoconfigured driver 6
[    30.284] (==) Matched modesetting as autoconfigured driver 7
[    30.284] (==) Matched fbdev as autoconfigured driver 8
[    30.284] (==) Matched vesa as autoconfigured driver 9
[    30.284] (==) Assigned the driver to the xf86ConfigLayout
[    30.284] (II) LoadModule: "nvidia"
[    30.316] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    30.375] (II) Module nvidia: vendor="NVIDIA Corporation"
[    30.375] 	compiled for 4.0.2, module version = 1.0.0
[    30.375] 	Module class: X.Org Video Driver
[    30.380] (II) LoadModule: "nouveau"
[    30.381] (WW) Warning, couldn't open module nouveau
[    30.381] (II) UnloadModule: "nouveau"
[    30.381] (II) Unloading nouveau
[    30.381] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    30.381] (II) LoadModule: "nv"
[    30.381] (WW) Warning, couldn't open module nv
[    30.381] (II) UnloadModule: "nv"
[    30.381] (II) Unloading nv
[    30.381] (EE) Failed to load module "nv" (module does not exist, 0)
[    30.381] (II) LoadModule: "modesetting"
[    30.381] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    30.389] (II) Module modesetting: vendor="X.Org Foundation"
[    30.389] 	compiled for 1.19.3, module version = 1.19.3
[    30.389] 	Module class: X.Org Video Driver
[    30.389] 	ABI class: X.Org Video Driver, version 23.0
[    30.389] (II) LoadModule: "intel"
[    30.390] (WW) Warning, couldn't open module intel
[    30.390] (II) UnloadModule: "intel"
[    30.390] (II) Unloading intel
[    30.390] (EE) Failed to load module "intel" (module does not exist, 0)
[    30.390] (II) LoadModule: "fbdev"
[    30.390] (WW) Warning, couldn't open module fbdev
[    30.390] (II) UnloadModule: "fbdev"
[    30.390] (II) Unloading fbdev
[    30.390] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    30.390] (II) LoadModule: "vesa"
[    30.390] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    30.396] (II) Module vesa: vendor="X.Org Foundation"
[    30.396] 	compiled for 1.19.3, module version = 2.3.4
[    30.396] 	Module class: X.Org Video Driver
[    30.396] 	ABI class: X.Org Video Driver, version 23.0
[    30.396] (II) NVIDIA dlloader X Driver  384.69  Wed Aug 16 19:07:09 PDT 2017
[    30.396] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    30.397] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    30.397] (II) VESA: driver for VESA chipsets: vesa
[    30.418] (II) Loading sub module "fb"
[    30.418] (II) LoadModule: "fb"
[    30.418] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.425] (II) Module fb: vendor="X.Org Foundation"
[    30.425] 	compiled for 1.19.3, module version = 1.0.0
[    30.425] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.425] (II) Loading sub module "wfb"
[    30.425] (II) LoadModule: "wfb"
[    30.425] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    30.426] (II) Module wfb: vendor="X.Org Foundation"
[    30.426] 	compiled for 1.19.3, module version = 1.0.0
[    30.426] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.426] (II) Loading sub module "ramdac"
[    30.426] (II) LoadModule: "ramdac"
[    30.426] (II) Module "ramdac" already built-in
[    30.439] (WW) Falling back to old probe method for modesetting
[    30.461] (WW) Falling back to old probe method for vesa
[    30.478] (II) modeset(G0): using drv /dev/dri/card0
[    30.478] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    30.478] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    30.478] (==) NVIDIA(0): RGB weight 888
[    30.478] (==) NVIDIA(0): Default visual is TrueColor
[    30.478] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    30.479] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    30.479] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    30.479] (**) NVIDIA(0): Enabling 2D acceleration
[    31.085] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    31.085] (--) NVIDIA(0):     DFP-0
[    31.095] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[    31.095] (--) NVIDIA(0): Memory: 4194304 kBytes
[    31.095] (--) NVIDIA(0): VideoBIOS: 86.07.3c.00.60
[    31.095] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    31.095] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.095] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    31.095] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    31.095] (--) NVIDIA(GPU-0): 
[    31.095] (==) NVIDIA(0): 
[    31.095] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    31.095] (==) NVIDIA(0):     will be used as the requested mode.
[    31.095] (==) NVIDIA(0): 
[    31.095] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    31.095] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    31.095] (II) NVIDIA(0): Validated MetaModes:
[    31.095] (II) NVIDIA(0):     "NULL"
[    31.095] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    31.095] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    31.095] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    31.095] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    31.095] (==) modeset(G0): RGB weight 888
[    31.095] (==) modeset(G0): Default visual is TrueColor
[    31.095] (II) Loading sub module "glamoregl"
[    31.095] (II) LoadModule: "glamoregl"
[    31.096] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    31.196] (II) Module glamoregl: vendor="X.Org Foundation"
[    31.196] 	compiled for 1.19.3, module version = 1.0.0
[    31.196] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    31.196] (II) glamor: OpenGL accelerated X.org driver based.
[    31.502] (II) glamor: EGL version 1.4 (DRI2):
[    31.594] (II) modeset(G0): glamor initialized
[    31.595] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    31.597] (II) modeset(G0): Output DP-1-1 has no monitor section
[    31.598] (II) modeset(G0): EDID for output eDP-1-1
[    31.598] (II) modeset(G0): Manufacturer: LGD  Model: 53f  Serial#: 0
[    31.598] (II) modeset(G0): Year: 2016  Week: 0
[    31.598] (II) modeset(G0): EDID Version: 1.4
[    31.598] (II) modeset(G0): Digital Display Input
[    31.598] (II) modeset(G0): 6 bits per channel
[    31.598] (II) modeset(G0): Digital interface is DisplayPort
[    31.598] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    31.598] (II) modeset(G0): Gamma: 2.20
[    31.598] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[    31.598] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    31.598] (II) modeset(G0): First detailed timing is preferred mode
[    31.598] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    31.598] (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
[    31.598] (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[    31.598] (II) modeset(G0): Manufacturer's mask: 0
[    31.598] (II) modeset(G0): Supported detailed timing:
[    31.598] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    31.598] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    31.598] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    31.598] (II) modeset(G0): Supported detailed timing:
[    31.598] (II) modeset(G0): clock: 111.0 MHz   Image Size:  344 x 194 mm
[    31.598] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    31.598] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    31.598] (II) modeset(G0):  4XK13\80156WF6
[    31.598] (II) modeset(G0): Unknown vendor-specific block 0
[    31.598] (II) modeset(G0): EDID (in hex):
[    31.598] (II) modeset(G0): 	00ffffffffffff0030e43f0500000000
[    31.598] (II) modeset(G0): 	001a010495221378eaa1c59459578f27
[    31.598] (II) modeset(G0): 	20505400000001010101010101010101
[    31.598] (II) modeset(G0): 	0101010101012e3680a070381f403020
[    31.598] (II) modeset(G0): 	350058c21000001a5c2b80a070381f40
[    31.598] (II) modeset(G0): 	3020350058c21000001a000000fe0034
[    31.598] (II) modeset(G0): 	584b3133803135365746360a00000000
[    31.598] (II) modeset(G0): 	0000413196001000000a010a202000c5
[    31.599] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    31.599] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    31.599] (II) modeset(G0): Modeline "1920x1080"x48.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    31.599] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    31.599] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    31.599] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    31.599] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    31.599] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    31.599] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    31.599] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    31.599] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    31.599] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    31.599] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    31.599] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    31.599] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    31.599] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    31.599] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    31.599] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    31.599] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    31.599] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    31.599] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    31.599] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    31.601] (II) modeset(G0): EDID for output DP-1-1
[    31.601] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    31.601] (==) modeset(G0): DPI set to (96, 96)
[    31.601] (II) Loading sub module "fb"
[    31.601] (II) LoadModule: "fb"
[    31.601] (II) Loading /usr/lib/xorg/modules/libfb.so
[    31.601] (II) Module fb: vendor="X.Org Foundation"
[    31.601] 	compiled for 1.19.3, module version = 1.0.0
[    31.601] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    31.601] (II) UnloadModule: "vesa"
[    31.601] (II) Unloading vesa
[    31.601] (--) Depth 24 pixmap format is 32 bpp
[    31.703] (==) modeset(G0): Backing store enabled
[    31.703] (==) modeset(G0): Silken mouse enabled
[    31.703] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    31.714] (==) modeset(G0): DPMS enabled
[    31.714] (II) modeset(G0): [DRI2] Setup complete
[    31.714] (II) modeset(G0): [DRI2]   DRI driver: i965
[    31.714] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    31.715] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[    31.715] (II) NVIDIA:     access.
[    31.720] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    31.720] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    31.720] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    31.720] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    31.720] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    31.720] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    31.720] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    31.720] (II) NVIDIA(0):     Config Options in the README.
[    31.744] (II) NVIDIA(0): Setting mode "NULL"
[    31.763] (==) NVIDIA(0): Disabling shared memory pixmaps
[    31.763] (==) NVIDIA(0): Backing store enabled
[    31.763] (==) NVIDIA(0): Silken mouse enabled
[    31.764] (==) NVIDIA(0): DPMS enabled
[    31.764] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    31.764] (II) Loading sub module "dri2"
[    31.764] (II) LoadModule: "dri2"
[    31.764] (II) Module "dri2" already built-in
[    31.764] (II) NVIDIA(0): [DRI2] Setup complete
[    31.764] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    31.764] (--) RandR disabled
[    31.771] (II) Initializing extension GLX
[    31.771] (II) Indirect GLX disabled.
[    32.049] (II) modeset(G0): Damage tracking initialized
[    32.439] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[    32.439] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    32.440] (II) LoadModule: "libinput"
[    32.440] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    32.474] (II) Module libinput: vendor="X.Org Foundation"
[    32.474] 	compiled for 1.19.3, module version = 0.26.0
[    32.474] 	Module class: X.Org XInput Driver
[    32.474] 	ABI class: X.Org XInput driver, version 24.1
[    32.474] (II) Using input driver 'libinput' for 'Power Button'
[    32.474] (**) Power Button: always reports core events
[    32.474] (**) Option "Device" "/dev/input/event7"
[    32.474] (**) Option "_source" "server/udev"
[    32.474] (II) event7  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    32.474] (II) event7  - (II) Power Button: (II) device is a keyboard
[    32.474] (II) event7  - (II) Power Button: (II) device removed
[    32.490] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input55/event7"
[    32.490] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    32.491] (II) event7  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    32.491] (II) event7  - (II) Power Button: (II) device is a keyboard
[    32.491] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    32.491] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    32.491] (II) Using input driver 'libinput' for 'Video Bus'
[    32.491] (**) Video Bus: always reports core events
[    32.491] (**) Option "Device" "/dev/input/event9"
[    32.491] (**) Option "_source" "server/udev"
[    32.492] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    32.492] (II) event9  - (II) Video Bus: (II) device is a keyboard
[    32.492] (II) event9  - (II) Video Bus: (II) device removed
[    32.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input58/event9"
[    32.530] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    32.531] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    32.531] (II) event9  - (II) Video Bus: (II) device is a keyboard
[    32.532] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    32.532] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    32.532] (II) Using input driver 'libinput' for 'Video Bus'
[    32.532] (**) Video Bus: always reports core events
[    32.532] (**) Option "Device" "/dev/input/event10"
[    32.532] (**) Option "_source" "server/udev"
[    32.532] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    32.532] (II) event10 - (II) Video Bus: (II) device is a keyboard
[    32.532] (II) event10 - (II) Video Bus: (II) device removed
[    32.570] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input59/event10"
[    32.570] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    32.571] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    32.571] (II) event10 - (II) Video Bus: (II) device is a keyboard
[    32.572] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    32.572] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    32.572] (II) Using input driver 'libinput' for 'Power Button'
[    32.572] (**) Power Button: always reports core events
[    32.572] (**) Option "Device" "/dev/input/event5"
[    32.572] (**) Option "_source" "server/udev"
[    32.572] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    32.572] (II) event5  - (II) Power Button: (II) device is a keyboard
[    32.572] (II) event5  - (II) Power Button: (II) device removed
[    32.590] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input53/event5"
[    32.590] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    32.591] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    32.591] (II) event5  - (II) Power Button: (II) device is a keyboard
[    32.592] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    32.592] (II) No input driver specified, ignoring this device.
[    32.592] (II) This device may have been added with another device file.
[    32.592] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    32.592] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    32.592] (II) Using input driver 'libinput' for 'Sleep Button'
[    32.592] (**) Sleep Button: always reports core events
[    32.592] (**) Option "Device" "/dev/input/event6"
[    32.592] (**) Option "_source" "server/udev"
[    32.593] (II) event6  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    32.593] (II) event6  - (II) Sleep Button: (II) device is a keyboard
[    32.593] (II) event6  - (II) Sleep Button: (II) device removed
[    32.610] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input54/event6"
[    32.610] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    32.611] (II) event6  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    32.611] (II) event6  - (II) Sleep Button: (II) device is a keyboard
[    32.612] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event1)
[    32.612] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[    32.612] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[    32.613] (**) Logitech USB Laser Mouse: always reports core events
[    32.613] (**) Option "Device" "/dev/input/event1"
[    32.613] (**) Option "_source" "server/udev"
[    32.670] (II) event1  - (II) Logitech USB Laser Mouse: (II) is tagged by udev as: Mouse
[    32.670] (II) event1  - (II) Logitech USB Laser Mouse: (II) device set to 1000 DPI
[    32.670] (II) event1  - (II) Logitech USB Laser Mouse: (II) device is a pointer
[    32.670] (II) event1  - (II) Logitech USB Laser Mouse: (II) device removed
[    32.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C069.0001/input/input2/event1"
[    32.716] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 11)
[    32.717] (**) Option "AccelerationScheme" "none"
[    32.717] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[    32.717] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    32.717] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    32.774] (II) event1  - (II) Logitech USB Laser Mouse: (II) is tagged by udev as: Mouse
[    32.774] (II) event1  - (II) Logitech USB Laser Mouse: (II) device set to 1000 DPI
[    32.774] (II) event1  - (II) Logitech USB Laser Mouse: (II) device is a pointer
[    32.775] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[    32.775] (II) No input driver specified, ignoring this device.
[    32.775] (II) This device may have been added with another device file.
[    32.776] (II) config/udev: Adding input device Logitech K270 (/dev/input/event15)
[    32.776] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    32.776] (II) Using input driver 'libinput' for 'Logitech K270'
[    32.776] (**) Logitech K270: always reports core events
[    32.776] (**) Option "Device" "/dev/input/event15"
[    32.776] (**) Option "_source" "server/udev"
[    32.777] (II) event15 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    32.777] (II) event15 - (II) Logitech K270: (II) device is a keyboard
[    32.777] (II) event15 - (II) Logitech K270: (II) device removed
[    32.800] (II) libinput: Logitech K270: needs a virtual subdevice
[    32.800] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0006/input/input68/event15"
[    32.800] (II) XINPUT: Adding extended input device "Logitech K270" (type: MOUSE, id 12)
[    32.800] (**) Option "AccelerationScheme" "none"
[    32.800] (**) Logitech K270: (accel) selected scheme none/0
[    32.800] (**) Logitech K270: (accel) acceleration factor: 2.000
[    32.800] (**) Logitech K270: (accel) acceleration threshold: 4
[    32.801] (II) event15 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    32.801] (II) event15 - (II) Logitech K270: (II) device is a keyboard
[    32.802] (II) config/udev: Adding input device Logitech M185 (/dev/input/event13)
[    32.802] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    32.802] (II) Using input driver 'libinput' for 'Logitech M185'
[    32.802] (**) Logitech M185: always reports core events
[    32.802] (**) Option "Device" "/dev/input/event13"
[    32.802] (**) Option "_source" "server/udev"
[    32.803] (II) event13 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    32.803] (II) event13 - (II) Logitech M185: (II) device set to 800 DPI
[    32.803] (II) event13 - (II) Logitech M185: (II) device is a pointer
[    32.803] (II) event13 - (II) Logitech M185: (II) device removed
[    32.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4008.0005/input/input61/event13"
[    32.850] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 13)
[    32.850] (**) Option "AccelerationScheme" "none"
[    32.850] (**) Logitech M185: (accel) selected scheme none/0
[    32.850] (**) Logitech M185: (accel) acceleration factor: 2.000
[    32.850] (**) Logitech M185: (accel) acceleration threshold: 4
[    32.851] (II) event13 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    32.851] (II) event13 - (II) Logitech M185: (II) device set to 800 DPI
[    32.851] (II) event13 - (II) Logitech M185: (II) device is a pointer
[    32.852] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse2)
[    32.852] (II) No input driver specified, ignoring this device.
[    32.852] (II) This device may have been added with another device file.
[    32.853] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/event14)
[    32.853] (**) DLL0798:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    32.853] (II) Using input driver 'libinput' for 'DLL0798:00 06CB:7E92 Touchpad'
[    32.853] (**) DLL0798:00 06CB:7E92 Touchpad: always reports core events
[    32.853] (**) Option "Device" "/dev/input/event14"
[    32.853] (**) Option "_source" "server/udev"
[    32.961] (II) event14 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) is tagged by udev as: Touchpad
[    32.961] (II) event14 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device is a touchpad
[    32.961] (II) event14 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device removed
[    32.996] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL0798:00/0018:06CB:7E92.0007/input/input63/event14"
[    32.996] (II) XINPUT: Adding extended input device "DLL0798:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 14)
[    32.997] (**) Option "AccelerationScheme" "none"
[    32.997] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[    32.997] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[    32.997] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[    32.998] (II) event14 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) is tagged by udev as: Touchpad
[    32.998] (II) event14 - (II) DLL0798:00 06CB:7E92 Touchpad: (II) device is a touchpad
[    32.999] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/mouse3)
[    32.999] (II) No input driver specified, ignoring this device.
[    32.999] (II) This device may have been added with another device file.
[    33.000] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event16)
[    33.000] (II) No input driver specified, ignoring this device.
[    33.000] (II) This device may have been added with another device file.
[    33.000] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event17)
[    33.000] (II) No input driver specified, ignoring this device.
[    33.000] (II) This device may have been added with another device file.
[    33.001] (II) config/udev: Adding input device Intel HID events (/dev/input/event2)
[    33.001] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    33.001] (II) Using input driver 'libinput' for 'Intel HID events'
[    33.001] (**) Intel HID events: always reports core events
[    33.001] (**) Option "Device" "/dev/input/event2"
[    33.001] (**) Option "_source" "server/udev"
[    33.001] (II) event2  - (II) Intel HID events: (II) is tagged by udev as: Keyboard
[    33.001] (II) event2  - (II) Intel HID events: (II) device is a keyboard
[    33.001] (II) event2  - (II) Intel HID events: (II) device removed
[    33.016] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input50/event2"
[    33.016] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[    33.018] (II) event2  - (II) Intel HID events: (II) is tagged by udev as: Keyboard
[    33.018] (II) event2  - (II) Intel HID events: (II) device is a keyboard
[    33.018] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event3)
[    33.018] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    33.018] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    33.018] (**) Intel HID 5 button array: always reports core events
[    33.018] (**) Option "Device" "/dev/input/event3"
[    33.018] (**) Option "_source" "server/udev"
[    33.019] (II) event3  - (II) Intel HID 5 button array: (II) is tagged by udev as: Keyboard Switch
[    33.019] (II) event3  - (II) Intel HID 5 button array: (II) device is a keyboard
[    33.019] (II) event3  - (II) Intel HID 5 button array: (II) device removed
[    33.036] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input51/event3"
[    33.036] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[    33.038] (II) event3  - (II) Intel HID 5 button array: (II) is tagged by udev as: Keyboard Switch
[    33.038] (II) event3  - (II) Intel HID 5 button array: (II) device is a keyboard
[    33.038] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    33.038] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    33.038] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    33.039] (**) AT Translated Set 2 keyboard: always reports core events
[    33.039] (**) Option "Device" "/dev/input/event0"
[    33.039] (**) Option "_source" "server/udev"
[    33.039] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    33.039] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    33.039] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    33.056] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    33.056] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    33.058] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    33.058] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    33.058] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[    33.058] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    33.058] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    33.058] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    33.058] (**) Option "Device" "/dev/input/event12"
[    33.059] (**) Option "_source" "server/udev"
[    33.059] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad
[    33.059] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) no resolution or size hints, assuming a size of 69x50mm
[    33.059] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad
[    33.059] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) device removed
[    33.106] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input57/event12"
[    33.106] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 18)
[    33.107] (**) Option "AccelerationScheme" "none"
[    33.107] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    33.107] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    33.107] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    33.108] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad
[    33.108] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) no resolution or size hints, assuming a size of 69x50mm
[    33.108] (II) event12 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad
[    33.108] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    33.108] (II) No input driver specified, ignoring this device.
[    33.108] (II) This device may have been added with another device file.
[    33.109] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    33.109] (II) No input driver specified, ignoring this device.
[    33.109] (II) This device may have been added with another device file.
[    33.110] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event11)
[    33.110] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    33.110] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    33.110] (**) Dell WMI hotkeys: always reports core events
[    33.110] (**) Option "Device" "/dev/input/event11"
[    33.110] (**) Option "_source" "server/udev"
[    33.110] (II) event11 - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    33.110] (II) event11 - (II) Dell WMI hotkeys: (II) device is a keyboard
[    33.110] (II) event11 - (II) Dell WMI hotkeys: (II) device removed
[    33.146] (**) Option "config_info" "udev:/sys/devices/virtual/input/input60/event11"
[    33.146] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 19)
[    33.147] (II) event11 - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    33.148] (II) event11 - (II) Dell WMI hotkeys: (II) device is a keyboard
[    33.152] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    33.152] (II) Using input driver 'libinput' for 'Logitech K270'
[    33.152] (**) Logitech K270: always reports core events
[    33.152] (**) Option "Device" "/dev/input/event15"
[    33.152] (**) Option "_source" "_driver/libinput"
[    33.153] (II) libinput: Logitech K270: is a virtual subdevice
[    33.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0006/input/input68/event15"
[    33.153] (II) XINPUT: Adding extended input device "Logitech K270" (type: KEYBOARD, id 20)
[    33.155] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse2)
[    33.155] (II) No input driver specified, ignoring this device.
[    33.155] (II) This device may have been added with another device file.
[    33.155] (II) config/udev: removing device Logitech K270
[    33.156] (II) UnloadModule: "libinput"
[    33.156] (II) config/udev: removing device Logitech K270
[    33.156] (II) event15 - (II) Logitech K270: (II) device removed
[    33.183] (II) UnloadModule: "libinput"
[    33.184] (II) config/udev: Adding input device Logitech K270 (/dev/input/event15)
[    33.184] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    33.184] (II) Using input driver 'libinput' for 'Logitech K270'
[    33.184] (**) Logitech K270: always reports core events
[    33.184] (**) Option "Device" "/dev/input/event15"
[    33.184] (**) Option "_source" "server/udev"
[    33.185] (II) event15 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    33.185] (II) event15 - (II) Logitech K270: (II) device is a keyboard
[    33.185] (II) event15 - (II) Logitech K270: (II) device removed
[    33.203] (II) libinput: Logitech K270: needs a virtual subdevice
[    33.203] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0006/input/input68/event15"
[    33.203] (II) XINPUT: Adding extended input device "Logitech K270" (type: MOUSE, id 12)
[    33.203] (**) Option "AccelerationScheme" "none"
[    33.203] (**) Logitech K270: (accel) selected scheme none/0
[    33.203] (**) Logitech K270: (accel) acceleration factor: 2.000
[    33.203] (**) Logitech K270: (accel) acceleration threshold: 4
[    33.204] (II) event15 - (II) Logitech K270: (II) is tagged by udev as: Keyboard
[    33.204] (II) event15 - (II) Logitech K270: (II) device is a keyboard
[    33.205] (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
[    33.205] (II) Using input driver 'libinput' for 'Logitech K270'
[    33.205] (**) Logitech K270: always reports core events
[    33.205] (**) Option "Device" "/dev/input/event15"
[    33.205] (**) Option "_source" "_driver/libinput"
[    33.205] (II) libinput: Logitech K270: is a virtual subdevice
[    33.205] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4003.0006/input/input68/event15"
[    33.205] (II) XINPUT: Adding extended input device "Logitech K270" (type: KEYBOARD, id 20)
[    33.205] (II) config/udev: removing device Logitech M185
[    33.205] (II) event13 - (II) Logitech M185: (II) device removed
[    33.256] (II) UnloadModule: "libinput"
[    33.257] (II) config/udev: Adding input device Logitech M185 (/dev/input/event13)
[    33.257] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    33.257] (II) Using input driver 'libinput' for 'Logitech M185'
[    33.257] (**) Logitech M185: always reports core events
[    33.257] (**) Option "Device" "/dev/input/event13"
[    33.257] (**) Option "_source" "server/udev"
[    33.258] (II) event13 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    33.258] (II) event13 - (II) Logitech M185: (II) device set to 800 DPI
[    33.258] (II) event13 - (II) Logitech M185: (II) device is a pointer
[    33.258] (II) event13 - (II) Logitech M185: (II) device removed
[    33.303] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:4008.0005/input/input61/event13"
[    33.303] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 13)
[    33.303] (**) Option "AccelerationScheme" "none"
[    33.303] (**) Logitech M185: (accel) selected scheme none/0
[    33.303] (**) Logitech M185: (accel) acceleration factor: 2.000
[    33.303] (**) Logitech M185: (accel) acceleration threshold: 4
[    33.304] (II) event13 - (II) Logitech M185: (II) is tagged by udev as: Mouse
[    33.304] (II) event13 - (II) Logitech M185: (II) device set to 800 DPI
[    33.304] (II) event13 - (II) Logitech M185: (II) device is a pointer
[    33.325] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    33.325] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    33.325] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    33.325] (--) NVIDIA(GPU-0): 
[    33.335] randr: falling back to unsynchronized pixmap sharing
[    43.603] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.603] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.603] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    43.603] (--) NVIDIA(GPU-0): 
[    43.603] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.603] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.603] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    43.603] (--) NVIDIA(GPU-0): 
[    43.608] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.608] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.608] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    43.608] (--) NVIDIA(GPU-0): 
[    43.608] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.608] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.608] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    43.608] (--) NVIDIA(GPU-0): 
[    43.994] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.994] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.994] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    43.994] (--) NVIDIA(GPU-0): 
[    43.994] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.994] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.994] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    43.994] (--) NVIDIA(GPU-0): 
[    44.024] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    44.024] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    44.024] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    44.024] (--) NVIDIA(GPU-0): 
[    44.024] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    44.024] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    44.024] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    44.024] (--) NVIDIA(GPU-0): 
[    46.109] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    46.109] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    46.109] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    46.109] (--) NVIDIA(GPU-0): 
[    46.110] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    46.110] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    46.110] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    46.110] (--) NVIDIA(GPU-0): 
[    47.450] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    47.450] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    47.450] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    47.450] (--) NVIDIA(GPU-0): 
[    47.450] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    47.451] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    47.451] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    47.451] (--) NVIDIA(GPU-0): 

Offline

Board footer

Powered by FluxBB