You are not logged in.
My laptop has Intel built-in graphics:
[michele@michele ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
Mesa is installed:
$ pacman -Q | grep mesa
mesa 18.0.1-1
mesa-demos 8.4.0-1
When I try running glxgears, I get a fatal error:
[michele@michele ~]$ glxgears
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 23
Current serial number in output stream: 24
Here's Xorg.0.log:
$ cat /var/log/Xorg.0.log
[ 742.252]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 742.253] X Protocol Version 11, Revision 0
[ 742.253] Build Operating System: Linux 4.14.12-1-ARCH x86_64
[ 742.253] Current Operating System: Linux michele 4.15.15-1-ARCH #1 SMP PREEMPT Sat Mar 31 23:59:25 UTC 2018 x86_64
[ 742.253] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4387f18a-a5bf-4935-b48a-2bf1523ec113 rw quiet
[ 742.254] Build Date: 26 January 2018 10:25:18AM
[ 742.254]
[ 742.254] Current version of pixman: 0.34.0
[ 742.255] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 742.255] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 742.257] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 10 09:06:32 2018
[ 742.257] (II) Loader magic: 0x558707a71d60
[ 742.257] (II) Module ABI versions:
[ 742.257] X.Org ANSI C Emulation: 0.4
[ 742.257] X.Org Video Driver: 23.0
[ 742.257] X.Org XInput driver : 24.1
[ 742.257] X.Org Server Extension : 10.0
[ 742.258] (--) using VT number 2
[ 742.258] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 742.258] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 742.267] (EE)
[ 742.267] (EE) Backtrace:
[ 742.269] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x5587077e9e99]
[ 742.270] (EE) 1: /usr/lib/libpthread.so.0 (funlockfile+0x50) [0x7f491791de1f]
[ 742.270] (EE) 2: /usr/lib/xorg-server/Xorg (xf86PlatformMatchDriver+0x2b4) [0x5587076e3674]
[ 742.271] (EE) 3: /usr/lib/xorg-server/Xorg (xf86BusProbe+0x9) [0x5587076bb4d9]
[ 742.272] (EE) 4: /usr/lib/xorg-server/Xorg (InitOutput+0x7ff) [0x5587076ca18f]
[ 742.272] (EE) 5: /usr/lib/xorg-server/Xorg (InitFonts+0x213) [0x558707688093]
[ 742.274] (EE) 6: /usr/lib/libc.so.6 (__libc_start_main+0xea) [0x7f4917575f4a]
[ 742.275] (EE) 7: /usr/lib/xorg-server/Xorg (_start+0x2a) [0x558707671f0a]
[ 742.276] (EE)
[ 742.277] (EE) Segmentation fault at address 0x50
[ 742.277] (EE)
Fatal server error:
[ 742.279] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 742.279] (EE)
[ 742.280] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 742.282] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 742.283] (EE)
[ 742.284] (EE) Server terminated with error (1). Closing log file.
I've been googling this all morning and everyone else who got this error either (a) is using nvidia drivers (I'm not) or (b) is writing their own OpenGL code that has bugs in it.
Any suggestions for how I can troubleshoot this?
Last edited by causasui (2018-05-01 02:56:47)
Offline
That's an old log file from Apr 10. Are there any more recent log files in ~/.local/share/xorg?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thanks, there are two:
$ cat ~/.local/share/xorg/Xorg.0.log
[ 67.671]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 67.671] X Protocol Version 11, Revision 0
[ 67.671] Build Operating System: Linux 4.15.6-1-ARCH x86_64
[ 67.671] Current Operating System: Linux michele 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64
[ 67.671] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4387f18a-a5bf-4935-b48a-2bf1523ec113 rw quiet resume=/dev/sda2
[ 67.672] Build Date: 12 April 2018 05:31:07AM
[ 67.672]
[ 67.672] Current version of pixman: 0.34.0
[ 67.672] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 67.672] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 67.672] (==) Log file: "/home/michele/.local/share/xorg/Xorg.0.log", Time: Mon Apr 23 11:22:24 2018
[ 67.674] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 67.674] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 67.675] (==) No Layout section. Using the first Screen section.
[ 67.675] (==) No screen section available. Using defaults.
[ 67.675] (**) |-->Screen "Default Screen Section" (0)
[ 67.675] (**) | |-->Monitor "<default monitor>"
[ 67.675] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 67.675] (==) Automatically adding devices
[ 67.675] (==) Automatically enabling devices
[ 67.675] (==) Automatically adding GPU devices
[ 67.675] (==) Automatically binding GPU devices
[ 67.675] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 67.676] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 67.676] Entry deleted from font path.
[ 67.677] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 67.677] Entry deleted from font path.
[ 67.677] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 67.677] Entry deleted from font path.
[ 67.677] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 67.677] Entry deleted from font path.
[ 67.677] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 67.677] Entry deleted from font path.
[ 67.677] (==) FontPath set to:
/usr/share/fonts/TTF/
[ 67.677] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 67.677] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 67.677] (II) Loader magic: 0x56388eb47d60
[ 67.677] (II) Module ABI versions:
[ 67.677] X.Org ANSI C Emulation: 0.4
[ 67.677] X.Org Video Driver: 23.0
[ 67.677] X.Org XInput driver : 24.1
[ 67.677] X.Org Server Extension : 10.0
[ 67.678] (++) using VT number 1
[ 67.679] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 67.680] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 67.681] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 67.682] (--) PCI:*(0:0:2:0) 8086:0a16:104d:90bf rev 9, Mem @ 0xb2000000/4194304, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 67.682] (II) Open ACPI successful (/var/run/acpid.socket)
[ 67.682] (II) LoadModule: "glx"
[ 67.683] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 67.760] (II) Module glx: vendor="X.Org Foundation"
[ 67.760] compiled for 1.19.6, module version = 1.0.0
[ 67.760] ABI class: X.Org Server Extension, version 10.0
[ 67.760] (II) Applying OutputClass "intel" to /dev/dri/card0
[ 67.760] loading driver: modesetting
[ 67.760] (==) Matched modesetting as autoconfigured driver 0
[ 67.760] (==) Matched intel as autoconfigured driver 1
[ 67.760] (==) Matched intel as autoconfigured driver 2
[ 67.760] (==) Matched modesetting as autoconfigured driver 3
[ 67.760] (==) Matched fbdev as autoconfigured driver 4
[ 67.760] (==) Matched vesa as autoconfigured driver 5
[ 67.760] (==) Assigned the driver to the xf86ConfigLayout
[ 67.760] (II) LoadModule: "modesetting"
[ 67.760] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 67.762] (II) Module modesetting: vendor="X.Org Foundation"
[ 67.762] compiled for 1.19.6, module version = 1.19.6
[ 67.762] Module class: X.Org Video Driver
[ 67.762] ABI class: X.Org Video Driver, version 23.0
[ 67.762] (II) LoadModule: "intel"
[ 67.762] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 67.766] (II) Module intel: vendor="X.Org Foundation"
[ 67.766] compiled for 1.19.6, module version = 2.99.917
[ 67.766] Module class: X.Org Video Driver
[ 67.766] ABI class: X.Org Video Driver, version 23.0
[ 67.766] (II) LoadModule: "fbdev"
[ 67.767] (WW) Warning, couldn't open module fbdev
[ 67.767] (II) UnloadModule: "fbdev"
[ 67.767] (II) Unloading fbdev
[ 67.767] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 67.767] (II) LoadModule: "vesa"
[ 67.767] (WW) Warning, couldn't open module vesa
[ 67.767] (II) UnloadModule: "vesa"
[ 67.767] (II) Unloading vesa
[ 67.767] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 67.767] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 67.767] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 67.767] (II) intel: Driver for Intel(R) HD Graphics
[ 67.767] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 67.767] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 67.767] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 67.767] (II) modeset(0): using drv /dev/dri/card0
[ 67.767] (WW) Falling back to old probe method for modesetting
[ 67.767] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 67.767] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 67.767] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 67.767] (==) modeset(0): RGB weight 888
[ 67.767] (==) modeset(0): Default visual is TrueColor
[ 67.767] (II) Loading sub module "glamoregl"
[ 67.767] (II) LoadModule: "glamoregl"
[ 67.767] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 67.774] (II) Module glamoregl: vendor="X.Org Foundation"
[ 67.774] compiled for 1.19.6, module version = 1.0.0
[ 67.774] ABI class: X.Org ANSI C Emulation, version 0.4
[ 67.774] (II) glamor: OpenGL accelerated X.org driver based.
[ 67.810] (EE) modeset(0): eglGetDisplay() failed
[ 67.811] (EE) modeset(0): glamor initialization failed
[ 67.811] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 67.811] (II) modeset(0): Double-buffered shadow updates: off
[ 67.812] (II) modeset(0): Output eDP-1 has no monitor section
[ 67.814] (II) modeset(0): Output HDMI-1 has no monitor section
[ 67.815] (II) modeset(0): EDID for output eDP-1
[ 67.815] (II) modeset(0): Manufacturer: MEI Model: 96a2 Serial#: 0
[ 67.815] (II) modeset(0): Year: 2013 Week: 255
[ 67.815] (II) modeset(0): EDID Version: 1.4
[ 67.815] (II) modeset(0): Digital Display Input
[ 67.815] (II) modeset(0): 8 bits per channel
[ 67.815] (II) modeset(0): Digital interface is DisplayPort
[ 67.815] (II) modeset(0): Max Image Size [cm]: horiz.: 29 vert.: 17
[ 67.815] (II) modeset(0): Gamma: 2.20
[ 67.815] (II) modeset(0): No DPMS capabilities specified
[ 67.815] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 67.815] (II) modeset(0): First detailed timing is preferred mode
[ 67.815] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 67.815] (II) modeset(0): redX: 0.650 redY: 0.325 greenX: 0.325 greenY: 0.595
[ 67.815] (II) modeset(0): blueX: 0.145 blueY: 0.045 whiteX: 0.312 whiteY: 0.329
[ 67.815] (II) modeset(0): Manufacturer's mask: 0
[ 67.815] (II) modeset(0): Supported detailed timing:
[ 67.815] (II) modeset(0): clock: 148.5 MHz Image Size: 290 x 170 mm
[ 67.815] (II) modeset(0): h_active: 1920 h_sync: 1964 h_sync_end 1970 h_blank_end 2264 h_border: 0
[ 67.815] (II) modeset(0): v_active: 1080 v_sync: 1089 v_sync_end 1091 v_blanking: 1093 v_border: 0
[ 67.815] (II) modeset(0): Supported detailed timing:
[ 67.815] (II) modeset(0): clock: 148.5 MHz Image Size: 290 x 170 mm
[ 67.815] (II) modeset(0): h_active: 1920 h_sync: 1964 h_sync_end 1970 h_blank_end 2264 h_border: 0
[ 67.815] (II) modeset(0): v_active: 1080 v_sync: 1089 v_sync_end 1091 v_blanking: 1640 v_border: 0
[ 67.815] (II) modeset(0): Ranges: V min: 38 V max: 62 Hz, H min: 64 H max: 67 kHz, PixClock max 155 MHz
[ 67.815] (II) modeset(0): Monitor name: VVX13F009G10
[ 67.815] (II) modeset(0): EDID (in hex):
[ 67.815] (II) modeset(0): 00ffffffffffff0034a9a29600000000
[ 67.815] (II) modeset(0): ff170104a51d1178029521a653539825
[ 67.815] (II) modeset(0): 0b505400000001010101010101010101
[ 67.815] (II) modeset(0): 010101010101023a805871380d402c06
[ 67.815] (II) modeset(0): 920026a61000001e023a805871383042
[ 67.815] (II) modeset(0): 2c06920026a61000001e000000fd0026
[ 67.815] (II) modeset(0): 3e40430f010a202020202020000000fc
[ 67.815] (II) modeset(0): 005656583133463030394731300a00a3
[ 67.815] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
[ 67.815] (II) modeset(0): Printing probed modes for output eDP-1
[ 67.815] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 1964 1970 2264 1080 1089 1091 1093 +hsync +vsync (65.6 kHz eP)
[ 67.815] (II) modeset(0): Modeline "1920x1080"x40.0 148.50 1920 1964 1970 2264 1080 1089 1091 1640 +hsync +vsync (65.6 kHz e)
[ 67.815] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 67.815] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 67.815] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 67.815] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 67.815] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 67.815] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 67.815] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 67.815] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 67.815] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 67.815] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 67.815] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 67.815] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 67.815] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 67.815] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 67.815] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 67.815] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 67.815] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 67.815] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 67.815] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 67.815] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 67.815] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 67.815] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 67.815] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 67.816] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 67.816] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 67.816] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 67.816] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 67.816] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 67.816] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 67.816] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 67.816] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 67.816] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 67.816] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 67.816] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 67.816] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 67.816] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 67.816] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 67.816] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 67.816] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 67.816] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 67.816] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 67.816] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 67.816] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 67.816] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 67.816] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 67.816] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 67.816] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 67.816] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 67.817] (II) modeset(0): EDID for output HDMI-1
[ 67.817] (II) modeset(0): Output eDP-1 connected
[ 67.817] (II) modeset(0): Output HDMI-1 disconnected
[ 67.817] (II) modeset(0): Using exact sizes for initial modes
[ 67.817] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 67.817] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 67.817] (==) modeset(0): DPI set to (96, 96)
[ 67.817] (II) Loading sub module "fb"
[ 67.817] (II) LoadModule: "fb"
[ 67.817] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 67.819] (II) Module fb: vendor="X.Org Foundation"
[ 67.819] compiled for 1.19.6, module version = 1.0.0
[ 67.819] ABI class: X.Org ANSI C Emulation, version 0.4
[ 67.819] (II) Loading sub module "shadow"
[ 67.819] (II) LoadModule: "shadow"
[ 67.820] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 67.821] (II) Module shadow: vendor="X.Org Foundation"
[ 67.821] compiled for 1.19.6, module version = 1.1.0
[ 67.821] ABI class: X.Org ANSI C Emulation, version 0.4
[ 67.821] (II) UnloadModule: "intel"
[ 67.821] (II) Unloading intel
[ 67.822] (==) Depth 24 pixmap format is 32 bpp
[ 67.824] (==) modeset(0): Backing store enabled
[ 67.824] (==) modeset(0): Silken mouse enabled
[ 67.824] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 67.869] (==) modeset(0): DPMS enabled
[ 67.869] (--) RandR disabled
[ 67.873] (II) AIGLX: Screen 0 is not DRI2 capable
[ 67.873] (EE) AIGLX: reverting to software rendering
[ 68.071] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 68.072] (II) IGLX: Loaded and initialized swrast
[ 68.072] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 68.072] (II) modeset(0): Damage tracking initialized
[ 68.072] (II) modeset(0): Setting screen physical size to 508 x 285
[ 68.115] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 68.115] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 68.115] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 68.115] (II) LoadModule: "libinput"
[ 68.115] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 68.120] (II) Module libinput: vendor="X.Org Foundation"
[ 68.120] compiled for 1.19.6, module version = 0.27.1
[ 68.120] Module class: X.Org XInput Driver
[ 68.120] ABI class: X.Org XInput driver, version 24.1
[ 68.120] (II) Using input driver 'libinput' for 'Power Button'
[ 68.120] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[ 68.120] (**) Power Button: always reports core events
[ 68.120] (**) Option "Device" "/dev/input/event2"
[ 68.120] (**) Option "_source" "server/udev"
[ 68.120] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 68.120] (II) event2 - Power Button: device is a keyboard
[ 68.120] (II) event2 - Power Button: device removed
[ 68.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 68.121] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 68.121] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 68.121] (II) event2 - Power Button: device is a keyboard
[ 68.121] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 68.121] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 68.121] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 68.121] (II) Using input driver 'libinput' for 'Video Bus'
[ 68.122] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 23 paused 0
[ 68.122] (**) Video Bus: always reports core events
[ 68.122] (**) Option "Device" "/dev/input/event10"
[ 68.122] (**) Option "_source" "server/udev"
[ 68.122] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 68.122] (II) event10 - Video Bus: device is a keyboard
[ 68.122] (II) event10 - Video Bus: device removed
[ 68.122] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[ 68.122] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 68.122] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 68.122] (II) event10 - Video Bus: device is a keyboard
[ 68.123] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event4)
[ 68.123] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[ 68.123] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[ 68.123] (II) Using input driver 'libinput' for 'Sony Vaio Keys'
[ 68.123] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[ 68.123] (**) Sony Vaio Keys: always reports core events
[ 68.123] (**) Option "Device" "/dev/input/event4"
[ 68.123] (**) Option "_source" "server/udev"
[ 68.124] (II) event4 - Sony Vaio Keys: is tagged by udev as: Keyboard Joystick
[ 68.124] (II) event4 - Sony Vaio Keys: device is a keyboard
[ 68.124] (II) event4 - Sony Vaio Keys: device removed
[ 68.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/SNY5001:00/input/input5/event4"
[ 68.124] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 8)
[ 68.124] (II) event4 - Sony Vaio Keys: is tagged by udev as: Keyboard Joystick
[ 68.124] (II) event4 - Sony Vaio Keys: device is a keyboard
[ 68.124] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event5)
[ 68.124] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[ 68.124] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[ 68.124] (II) Using input driver 'libinput' for 'Sony Vaio Jogdial'
[ 68.125] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[ 68.125] (**) Sony Vaio Jogdial: always reports core events
[ 68.125] (**) Option "Device" "/dev/input/event5"
[ 68.125] (**) Option "_source" "server/udev"
[ 68.125] (II) event5 - Sony Vaio Jogdial: is tagged by udev as: Mouse
[ 68.125] (II) event5 - Sony Vaio Jogdial: device is a pointer
[ 68.125] (II) event5 - Sony Vaio Jogdial: device removed
[ 68.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/SNY5001:00/input/input6/event5"
[ 68.125] (II) XINPUT: Adding extended input device "Sony Vaio Jogdial" (type: MOUSE, id 9)
[ 68.125] (**) Option "AccelerationScheme" "none"
[ 68.125] (**) Sony Vaio Jogdial: (accel) selected scheme none/0
[ 68.125] (**) Sony Vaio Jogdial: (accel) acceleration factor: 2.000
[ 68.125] (**) Sony Vaio Jogdial: (accel) acceleration threshold: 4
[ 68.126] (II) event5 - Sony Vaio Jogdial: is tagged by udev as: Mouse
[ 68.126] (II) event5 - Sony Vaio Jogdial: device is a pointer
[ 68.126] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
[ 68.126] (II) No input driver specified, ignoring this device.
[ 68.126] (II) This device may have been added with another device file.
[ 68.126] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 68.126] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 68.126] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 68.126] (II) Using input driver 'libinput' for 'Power Button'
[ 68.127] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 68.127] (**) Power Button: always reports core events
[ 68.127] (**) Option "Device" "/dev/input/event0"
[ 68.127] (**) Option "_source" "server/udev"
[ 68.127] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 68.127] (II) event0 - Power Button: device is a keyboard
[ 68.127] (II) event0 - Power Button: device removed
[ 68.127] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 68.127] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 68.127] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 68.127] (II) event0 - Power Button: device is a keyboard
[ 68.128] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 68.128] (II) No input driver specified, ignoring this device.
[ 68.128] (II) This device may have been added with another device file.
[ 68.128] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 68.128] (II) No input driver specified, ignoring this device.
[ 68.128] (II) This device may have been added with another device file.
[ 68.128] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 68.128] (II) No input driver specified, ignoring this device.
[ 68.128] (II) This device may have been added with another device file.
[ 68.128] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 68.128] (II) No input driver specified, ignoring this device.
[ 68.128] (II) This device may have been added with another device file.
[ 68.129] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[ 68.129] (II) No input driver specified, ignoring this device.
[ 68.129] (II) This device may have been added with another device file.
[ 68.129] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[ 68.129] (II) No input driver specified, ignoring this device.
[ 68.129] (II) This device may have been added with another device file.
[ 68.129] (II) config/udev: Adding input device N-trig DuoSense Pen (/dev/input/event13)
[ 68.129] (**) N-trig DuoSense Pen: Applying InputClass "libinput tablet catchall"
[ 68.129] (**) N-trig DuoSense Pen: Applying InputClass "libinput tablet catchall"
[ 68.129] (II) Using input driver 'libinput' for 'N-trig DuoSense Pen'
[ 68.187] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 27 paused 0
[ 68.187] (**) N-trig DuoSense Pen: always reports core events
[ 68.187] (**) Option "Device" "/dev/input/event13"
[ 68.187] (**) Option "_source" "server/udev"
[ 68.188] (II) event13 - N-trig DuoSense Pen: is tagged by udev as: Tablet
[ 68.229] (II) event13 - N-trig DuoSense Pen: tablet 'N-trig DuoSense Pen' unknown to libwacom
[ 68.229] (II) event13 - N-trig DuoSense Pen: device is a tablet
[ 68.229] (II) event13 - N-trig DuoSense Pen: device removed
[ 68.229] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1B96:0F04.0001/input/input21/event13"
[ 68.229] (II) XINPUT: Adding extended input device "N-trig DuoSense Pen" (type: TABLET, id 11)
[ 68.230] (II) event13 - N-trig DuoSense Pen: is tagged by udev as: Tablet
[ 68.237] (II) event13 - N-trig DuoSense Pen: tablet 'N-trig DuoSense Pen' unknown to libwacom
[ 68.237] (II) event13 - N-trig DuoSense Pen: device is a tablet
[ 68.237] (II) config/udev: Adding input device N-trig DuoSense Pen (/dev/input/mouse2)
[ 68.237] (II) No input driver specified, ignoring this device.
[ 68.237] (II) This device may have been added with another device file.
[ 68.238] (II) config/udev: Adding input device N-trig DuoSense (/dev/input/event14)
[ 68.238] (**) N-trig DuoSense: Applying InputClass "libinput touchscreen catchall"
[ 68.238] (**) N-trig DuoSense: Applying InputClass "libinput touchscreen catchall"
[ 68.238] (II) Using input driver 'libinput' for 'N-trig DuoSense'
[ 68.238] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 29 paused 0
[ 68.238] (**) N-trig DuoSense: always reports core events
[ 68.238] (**) Option "Device" "/dev/input/event14"
[ 68.238] (**) Option "_source" "server/udev"
[ 68.239] (II) event14 - N-trig DuoSense: is tagged by udev as: Touchscreen
[ 68.239] (II) event14 - N-trig DuoSense: device is a touch device
[ 68.239] (II) event14 - N-trig DuoSense: device removed
[ 68.239] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1B96:0F04.0001/input/input22/event14"
[ 68.239] (II) XINPUT: Adding extended input device "N-trig DuoSense" (type: TOUCHSCREEN, id 12)
[ 68.239] (**) Option "AccelerationScheme" "none"
[ 68.239] (**) N-trig DuoSense: (accel) selected scheme none/0
[ 68.239] (**) N-trig DuoSense: (accel) acceleration factor: 2.000
[ 68.239] (**) N-trig DuoSense: (accel) acceleration threshold: 4
[ 68.239] (II) event14 - N-trig DuoSense: is tagged by udev as: Touchscreen
[ 68.239] (II) event14 - N-trig DuoSense: device is a touch device
[ 68.239] (II) config/udev: Adding input device N-trig DuoSense (/dev/input/mouse3)
[ 68.239] (II) No input driver specified, ignoring this device.
[ 68.239] (II) This device may have been added with another device file.
[ 68.240] (II) config/udev: Adding input device Front Camera: Front Camera (/dev/input/event12)
[ 68.240] (**) Front Camera: Front Camera: Applying InputClass "libinput keyboard catchall"
[ 68.240] (**) Front Camera: Front Camera: Applying InputClass "libinput keyboard catchall"
[ 68.240] (II) Using input driver 'libinput' for 'Front Camera: Front Camera'
[ 68.240] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 30 paused 0
[ 68.240] (**) Front Camera: Front Camera: always reports core events
[ 68.240] (**) Option "Device" "/dev/input/event12"
[ 68.240] (**) Option "_source" "server/udev"
[ 68.241] (II) event12 - Front Camera: Front Camera: is tagged by udev as: Keyboard
[ 68.241] (II) event12 - Front Camera: Front Camera: device is a keyboard
[ 68.241] (II) event12 - Front Camera: Front Camera: device removed
[ 68.241] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input13/event12"
[ 68.241] (II) XINPUT: Adding extended input device "Front Camera: Front Camera" (type: KEYBOARD, id 13)
[ 68.241] (II) event12 - Front Camera: Front Camera: is tagged by udev as: Keyboard
[ 68.241] (II) event12 - Front Camera: Front Camera: device is a keyboard
[ 68.241] (II) config/udev: Adding input device Rear Camera: Rear Camera (/dev/input/event7)
[ 68.241] (**) Rear Camera: Rear Camera: Applying InputClass "libinput keyboard catchall"
[ 68.241] (**) Rear Camera: Rear Camera: Applying InputClass "libinput keyboard catchall"
[ 68.241] (II) Using input driver 'libinput' for 'Rear Camera: Rear Camera'
[ 68.242] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[ 68.242] (**) Rear Camera: Rear Camera: always reports core events
[ 68.242] (**) Option "Device" "/dev/input/event7"
[ 68.242] (**) Option "_source" "server/udev"
[ 68.242] (II) event7 - Rear Camera: Rear Camera: is tagged by udev as: Keyboard
[ 68.242] (II) event7 - Rear Camera: Rear Camera: device is a keyboard
[ 68.242] (II) event7 - Rear Camera: Rear Camera: device removed
[ 68.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/input/input9/event7"
[ 68.242] (II) XINPUT: Adding extended input device "Rear Camera: Rear Camera" (type: KEYBOARD, id 14)
[ 68.243] (II) event7 - Rear Camera: Rear Camera: is tagged by udev as: Keyboard
[ 68.243] (II) event7 - Rear Camera: Rear Camera: device is a keyboard
[ 68.243] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 68.243] (II) No input driver specified, ignoring this device.
[ 68.243] (II) This device may have been added with another device file.
[ 68.243] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[ 68.243] (II) No input driver specified, ignoring this device.
[ 68.243] (II) This device may have been added with another device file.
[ 68.243] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 68.243] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 68.243] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 68.243] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 68.244] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[ 68.244] (**) AT Translated Set 2 keyboard: always reports core events
[ 68.244] (**) Option "Device" "/dev/input/event3"
[ 68.244] (**) Option "_source" "server/udev"
[ 68.244] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 68.244] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 68.244] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 68.244] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 68.244] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 68.245] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 68.245] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 68.245] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[ 68.245] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 68.245] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 68.245] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 68.245] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 33 paused 0
[ 68.245] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 68.245] (**) Option "Device" "/dev/input/event11"
[ 68.245] (**) Option "_source" "server/udev"
[ 68.246] (II) event11 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 68.246] (II) event11 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 68.246] (II) event11 - ETPS/2 Elantech Touchpad: device removed
[ 68.246] (**) Option "Tapping" "on"
[ 68.246] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event11"
[ 68.246] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 16)
[ 68.246] (**) Option "AccelerationScheme" "none"
[ 68.246] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 68.246] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 68.246] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 68.246] (II) event11 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 68.246] (II) event11 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 68.246] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 68.246] (II) No input driver specified, ignoring this device.
[ 68.246] (II) This device may have been added with another device file.
[ 68.247] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 68.247] (II) No input driver specified, ignoring this device.
[ 68.247] (II) This device may have been added with another device file.
$ cat ~/.local/share/xorg/Xorg.0.log.old
[ 9310.208]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 9310.213] X Protocol Version 11, Revision 0
[ 9310.214] Build Operating System: Linux 4.14.12-1-ARCH x86_64
[ 9310.216] Current Operating System: Linux michele 4.15.15-1-ARCH #1 SMP PREEMPT Sat Mar 31 23:59:25 UTC 2018 x86_64
[ 9310.216] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4387f18a-a5bf-4935-b48a-2bf1523ec113 rw quiet resume=/dev/sda2
[ 9310.219] Build Date: 26 January 2018 10:25:18AM
[ 9310.221]
[ 9310.222] Current version of pixman: 0.34.0
[ 9310.224] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 9310.224] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9310.230] (==) Log file: "/home/michele/.local/share/xorg/Xorg.0.log", Time: Mon Apr 16 18:57:54 2018
[ 9310.231] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 9310.233] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 9310.233] (==) No Layout section. Using the first Screen section.
[ 9310.233] (==) No screen section available. Using defaults.
[ 9310.233] (**) |-->Screen "Default Screen Section" (0)
[ 9310.233] (**) | |-->Monitor "<default monitor>"
[ 9310.233] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 9310.233] (==) Automatically adding devices
[ 9310.233] (==) Automatically enabling devices
[ 9310.233] (==) Automatically adding GPU devices
[ 9310.233] (==) Automatically binding GPU devices
[ 9310.233] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 9310.233] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 9310.233] Entry deleted from font path.
[ 9310.233] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 9310.233] Entry deleted from font path.
[ 9310.233] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 9310.233] Entry deleted from font path.
[ 9310.233] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 9310.233] Entry deleted from font path.
[ 9310.233] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 9310.233] Entry deleted from font path.
[ 9310.233] (==) FontPath set to:
/usr/share/fonts/TTF/
[ 9310.233] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 9310.233] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 9310.233] (II) Loader magic: 0x55ec1f574d60
[ 9310.233] (II) Module ABI versions:
[ 9310.233] X.Org ANSI C Emulation: 0.4
[ 9310.233] X.Org Video Driver: 23.0
[ 9310.233] X.Org XInput driver : 24.1
[ 9310.233] X.Org Server Extension : 10.0
[ 9310.234] (++) using VT number 1
[ 9310.235] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 9310.235] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 9310.235] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 9310.237] (--) PCI:*(0:0:2:0) 8086:0a16:104d:90bf rev 9, Mem @ 0xb2000000/4194304, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 9310.237] (II) Open ACPI successful (/var/run/acpid.socket)
[ 9310.237] (II) LoadModule: "glx"
[ 9310.237] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 9310.250] (II) Module glx: vendor="X.Org Foundation"
[ 9310.250] compiled for 1.19.6, module version = 1.0.0
[ 9310.250] ABI class: X.Org Server Extension, version 10.0
[ 9310.250] (II) Applying OutputClass "intel" to /dev/dri/card0
[ 9310.250] loading driver: modesetting
[ 9310.250] (==) Matched modesetting as autoconfigured driver 0
[ 9310.250] (==) Matched intel as autoconfigured driver 1
[ 9310.250] (==) Matched intel as autoconfigured driver 2
[ 9310.250] (==) Matched modesetting as autoconfigured driver 3
[ 9310.250] (==) Matched fbdev as autoconfigured driver 4
[ 9310.250] (==) Matched vesa as autoconfigured driver 5
[ 9310.250] (==) Assigned the driver to the xf86ConfigLayout
[ 9310.250] (II) LoadModule: "modesetting"
[ 9310.250] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 9310.251] (II) Module modesetting: vendor="X.Org Foundation"
[ 9310.251] compiled for 1.19.6, module version = 1.19.6
[ 9310.251] Module class: X.Org Video Driver
[ 9310.251] ABI class: X.Org Video Driver, version 23.0
[ 9310.251] (II) LoadModule: "intel"
[ 9310.251] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 9310.252] (II) Module intel: vendor="X.Org Foundation"
[ 9310.252] compiled for 1.19.6, module version = 2.99.917
[ 9310.252] Module class: X.Org Video Driver
[ 9310.252] ABI class: X.Org Video Driver, version 23.0
[ 9310.252] (II) LoadModule: "fbdev"
[ 9310.252] (WW) Warning, couldn't open module fbdev
[ 9310.252] (II) UnloadModule: "fbdev"
[ 9310.252] (II) Unloading fbdev
[ 9310.252] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 9310.252] (II) LoadModule: "vesa"
[ 9310.252] (WW) Warning, couldn't open module vesa
[ 9310.252] (II) UnloadModule: "vesa"
[ 9310.252] (II) Unloading vesa
[ 9310.252] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 9310.253] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 9310.253] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 9310.253] (II) intel: Driver for Intel(R) HD Graphics
[ 9310.253] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 9310.253] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 9310.253] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 9310.253] (II) modeset(0): using drv /dev/dri/card0
[ 9310.253] (WW) Falling back to old probe method for modesetting
[ 9310.253] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 9310.253] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 9310.253] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 9310.253] (==) modeset(0): RGB weight 888
[ 9310.253] (==) modeset(0): Default visual is TrueColor
[ 9310.253] (II) Loading sub module "glamoregl"
[ 9310.253] (II) LoadModule: "glamoregl"
[ 9310.253] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 9310.255] (II) Module glamoregl: vendor="X.Org Foundation"
[ 9310.255] compiled for 1.19.6, module version = 1.0.0
[ 9310.255] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9310.255] (II) glamor: OpenGL accelerated X.org driver based.
[ 9310.270] (EE) modeset(0): eglGetDisplay() failed
[ 9310.270] (EE) modeset(0): glamor initialization failed
[ 9310.270] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 9310.270] (II) modeset(0): Double-buffered shadow updates: off
[ 9310.271] (II) modeset(0): Output eDP-1 has no monitor section
[ 9310.281] (II) modeset(0): Output HDMI-1 has no monitor section
[ 9310.282] (II) modeset(0): EDID for output eDP-1
[ 9310.282] (II) modeset(0): Manufacturer: MEI Model: 96a2 Serial#: 0
[ 9310.282] (II) modeset(0): Year: 2013 Week: 255
[ 9310.282] (II) modeset(0): EDID Version: 1.4
[ 9310.282] (II) modeset(0): Digital Display Input
[ 9310.282] (II) modeset(0): 8 bits per channel
[ 9310.282] (II) modeset(0): Digital interface is DisplayPort
[ 9310.282] (II) modeset(0): Max Image Size [cm]: horiz.: 29 vert.: 17
[ 9310.282] (II) modeset(0): Gamma: 2.20
[ 9310.282] (II) modeset(0): No DPMS capabilities specified
[ 9310.282] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 9310.282] (II) modeset(0): First detailed timing is preferred mode
[ 9310.282] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 9310.282] (II) modeset(0): redX: 0.650 redY: 0.325 greenX: 0.325 greenY: 0.595
[ 9310.282] (II) modeset(0): blueX: 0.145 blueY: 0.045 whiteX: 0.312 whiteY: 0.329
[ 9310.282] (II) modeset(0): Manufacturer's mask: 0
[ 9310.282] (II) modeset(0): Supported detailed timing:
[ 9310.282] (II) modeset(0): clock: 148.5 MHz Image Size: 290 x 170 mm
[ 9310.282] (II) modeset(0): h_active: 1920 h_sync: 1964 h_sync_end 1970 h_blank_end 2264 h_border: 0
[ 9310.282] (II) modeset(0): v_active: 1080 v_sync: 1089 v_sync_end 1091 v_blanking: 1093 v_border: 0
[ 9310.282] (II) modeset(0): Supported detailed timing:
[ 9310.282] (II) modeset(0): clock: 148.5 MHz Image Size: 290 x 170 mm
[ 9310.282] (II) modeset(0): h_active: 1920 h_sync: 1964 h_sync_end 1970 h_blank_end 2264 h_border: 0
[ 9310.282] (II) modeset(0): v_active: 1080 v_sync: 1089 v_sync_end 1091 v_blanking: 1640 v_border: 0
[ 9310.282] (II) modeset(0): Ranges: V min: 38 V max: 62 Hz, H min: 64 H max: 67 kHz, PixClock max 155 MHz
[ 9310.282] (II) modeset(0): Monitor name: VVX13F009G10
[ 9310.282] (II) modeset(0): EDID (in hex):
[ 9310.282] (II) modeset(0): 00ffffffffffff0034a9a29600000000
[ 9310.282] (II) modeset(0): ff170104a51d1178029521a653539825
[ 9310.282] (II) modeset(0): 0b505400000001010101010101010101
[ 9310.282] (II) modeset(0): 010101010101023a805871380d402c06
[ 9310.282] (II) modeset(0): 920026a61000001e023a805871383042
[ 9310.282] (II) modeset(0): 2c06920026a61000001e000000fd0026
[ 9310.282] (II) modeset(0): 3e40430f010a202020202020000000fc
[ 9310.282] (II) modeset(0): 005656583133463030394731300a00a3
[ 9310.282] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
[ 9310.282] (II) modeset(0): Printing probed modes for output eDP-1
[ 9310.282] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 1964 1970 2264 1080 1089 1091 1093 +hsync +vsync (65.6 kHz eP)
[ 9310.282] (II) modeset(0): Modeline "1920x1080"x40.0 148.50 1920 1964 1970 2264 1080 1089 1091 1640 +hsync +vsync (65.6 kHz e)
[ 9310.282] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 9310.282] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 9310.282] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 9310.282] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 9310.282] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 9310.282] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 9310.282] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 9310.282] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 9310.282] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 9310.282] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 9310.282] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 9310.282] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 9310.282] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 9310.282] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 9310.283] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 9310.283] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 9310.283] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 9310.283] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 9310.283] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 9310.283] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 9310.283] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 9310.283] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 9310.283] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 9310.283] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 9310.283] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 9310.292] (II) modeset(0): EDID for output HDMI-1
[ 9310.292] (II) modeset(0): Output eDP-1 connected
[ 9310.292] (II) modeset(0): Output HDMI-1 disconnected
[ 9310.292] (II) modeset(0): Using exact sizes for initial modes
[ 9310.292] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 9310.292] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 9310.292] (==) modeset(0): DPI set to (96, 96)
[ 9310.292] (II) Loading sub module "fb"
[ 9310.292] (II) LoadModule: "fb"
[ 9310.292] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 9310.293] (II) Module fb: vendor="X.Org Foundation"
[ 9310.293] compiled for 1.19.6, module version = 1.0.0
[ 9310.293] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9310.293] (II) Loading sub module "shadow"
[ 9310.293] (II) LoadModule: "shadow"
[ 9310.293] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 9310.294] (II) Module shadow: vendor="X.Org Foundation"
[ 9310.294] compiled for 1.19.6, module version = 1.1.0
[ 9310.294] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9310.294] (II) UnloadModule: "intel"
[ 9310.294] (II) Unloading intel
[ 9310.295] (==) Depth 24 pixmap format is 32 bpp
[ 9310.295] (==) modeset(0): Backing store enabled
[ 9310.295] (==) modeset(0): Silken mouse enabled
[ 9310.295] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 9310.354] (==) modeset(0): DPMS enabled
[ 9310.354] (--) RandR disabled
[ 9310.357] (II) AIGLX: Screen 0 is not DRI2 capable
[ 9310.357] (EE) AIGLX: reverting to software rendering
[ 9310.461] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 9310.462] (II) IGLX: Loaded and initialized swrast
[ 9310.462] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 9310.462] (II) modeset(0): Damage tracking initialized
[ 9310.462] (II) modeset(0): Setting screen physical size to 508 x 285
[ 9310.489] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9310.489] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9310.489] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9310.489] (II) LoadModule: "libinput"
[ 9310.489] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 9310.490] (II) Module libinput: vendor="X.Org Foundation"
[ 9310.490] compiled for 1.19.6, module version = 0.27.0
[ 9310.490] Module class: X.Org XInput Driver
[ 9310.490] ABI class: X.Org XInput driver, version 24.1
[ 9310.490] (II) Using input driver 'libinput' for 'Power Button'
[ 9310.491] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[ 9310.491] (**) Power Button: always reports core events
[ 9310.491] (**) Option "Device" "/dev/input/event2"
[ 9310.491] (**) Option "_source" "server/udev"
[ 9310.491] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9310.491] (II) event2 - Power Button: device is a keyboard
[ 9310.491] (II) event2 - Power Button: device removed
[ 9310.491] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 9310.491] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9310.492] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9310.492] (II) event2 - Power Button: device is a keyboard
[ 9310.492] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 9310.492] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 9310.492] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 9310.492] (II) Using input driver 'libinput' for 'Video Bus'
[ 9310.493] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 23 paused 0
[ 9310.493] (**) Video Bus: always reports core events
[ 9310.493] (**) Option "Device" "/dev/input/event9"
[ 9310.493] (**) Option "_source" "server/udev"
[ 9310.493] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 9310.493] (II) event9 - Video Bus: device is a keyboard
[ 9310.493] (II) event9 - Video Bus: device removed
[ 9310.493] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event9"
[ 9310.493] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 9310.494] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 9310.494] (II) event9 - Video Bus: device is a keyboard
[ 9310.494] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event4)
[ 9310.494] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[ 9310.494] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[ 9310.494] (II) Using input driver 'libinput' for 'Sony Vaio Keys'
[ 9310.494] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[ 9310.494] (**) Sony Vaio Keys: always reports core events
[ 9310.494] (**) Option "Device" "/dev/input/event4"
[ 9310.495] (**) Option "_source" "server/udev"
[ 9310.495] (II) event4 - Sony Vaio Keys: is tagged by udev as: Keyboard Joystick
[ 9310.495] (II) event4 - Sony Vaio Keys: device is a keyboard
[ 9310.495] (II) event4 - Sony Vaio Keys: device removed
[ 9310.495] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/SNY5001:00/input/input5/event4"
[ 9310.495] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 8)
[ 9310.495] (II) event4 - Sony Vaio Keys: is tagged by udev as: Keyboard Joystick
[ 9310.495] (II) event4 - Sony Vaio Keys: device is a keyboard
[ 9310.496] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event5)
[ 9310.496] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[ 9310.496] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[ 9310.496] (II) Using input driver 'libinput' for 'Sony Vaio Jogdial'
[ 9310.496] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[ 9310.496] (**) Sony Vaio Jogdial: always reports core events
[ 9310.496] (**) Option "Device" "/dev/input/event5"
[ 9310.496] (**) Option "_source" "server/udev"
[ 9310.497] (II) event5 - Sony Vaio Jogdial: is tagged by udev as: Mouse
[ 9310.497] (II) event5 - Sony Vaio Jogdial: device is a pointer
[ 9310.497] (II) event5 - Sony Vaio Jogdial: device removed
[ 9310.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/SNY5001:00/input/input6/event5"
[ 9310.497] (II) XINPUT: Adding extended input device "Sony Vaio Jogdial" (type: MOUSE, id 9)
[ 9310.497] (**) Option "AccelerationScheme" "none"
[ 9310.497] (**) Sony Vaio Jogdial: (accel) selected scheme none/0
[ 9310.497] (**) Sony Vaio Jogdial: (accel) acceleration factor: 2.000
[ 9310.497] (**) Sony Vaio Jogdial: (accel) acceleration threshold: 4
[ 9310.497] (II) event5 - Sony Vaio Jogdial: is tagged by udev as: Mouse
[ 9310.497] (II) event5 - Sony Vaio Jogdial: device is a pointer
[ 9310.498] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
[ 9310.498] (II) No input driver specified, ignoring this device.
[ 9310.498] (II) This device may have been added with another device file.
[ 9310.498] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 9310.498] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9310.498] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9310.498] (II) Using input driver 'libinput' for 'Power Button'
[ 9310.498] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 9310.498] (**) Power Button: always reports core events
[ 9310.498] (**) Option "Device" "/dev/input/event0"
[ 9310.498] (**) Option "_source" "server/udev"
[ 9310.499] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 9310.499] (II) event0 - Power Button: device is a keyboard
[ 9310.499] (II) event0 - Power Button: device removed
[ 9310.499] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 9310.499] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 9310.499] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 9310.499] (II) event0 - Power Button: device is a keyboard
[ 9310.499] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 9310.499] (II) No input driver specified, ignoring this device.
[ 9310.499] (II) This device may have been added with another device file.
[ 9310.500] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 9310.500] (II) No input driver specified, ignoring this device.
[ 9310.500] (II) This device may have been added with another device file.
[ 9310.500] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 9310.500] (II) No input driver specified, ignoring this device.
[ 9310.500] (II) This device may have been added with another device file.
[ 9310.500] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 9310.500] (II) No input driver specified, ignoring this device.
[ 9310.500] (II) This device may have been added with another device file.
[ 9310.500] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[ 9310.500] (II) No input driver specified, ignoring this device.
[ 9310.500] (II) This device may have been added with another device file.
[ 9310.501] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[ 9310.501] (II) No input driver specified, ignoring this device.
[ 9310.501] (II) This device may have been added with another device file.
[ 9310.501] (II) config/udev: Adding input device N-trig DuoSense Pen (/dev/input/event12)
[ 9310.501] (**) N-trig DuoSense Pen: Applying InputClass "libinput tablet catchall"
[ 9310.501] (**) N-trig DuoSense Pen: Applying InputClass "libinput tablet catchall"
[ 9310.501] (II) Using input driver 'libinput' for 'N-trig DuoSense Pen'
[ 9310.553] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 27 paused 0
[ 9310.553] (**) N-trig DuoSense Pen: always reports core events
[ 9310.553] (**) Option "Device" "/dev/input/event12"
[ 9310.553] (**) Option "_source" "server/udev"
[ 9310.554] (II) event12 - N-trig DuoSense Pen: is tagged by udev as: Tablet
[ 9310.558] (II) event12 - N-trig DuoSense Pen: tablet 'N-trig DuoSense Pen' unknown to libwacom
[ 9310.558] (II) event12 - N-trig DuoSense Pen: device is a tablet
[ 9310.558] (II) event12 - N-trig DuoSense Pen: device removed
[ 9310.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1B96:0F04.0001/input/input20/event12"
[ 9310.558] (II) XINPUT: Adding extended input device "N-trig DuoSense Pen" (type: TABLET, id 11)
[ 9310.559] (II) event12 - N-trig DuoSense Pen: is tagged by udev as: Tablet
[ 9310.563] (II) event12 - N-trig DuoSense Pen: tablet 'N-trig DuoSense Pen' unknown to libwacom
[ 9310.563] (II) event12 - N-trig DuoSense Pen: device is a tablet
[ 9310.564] (II) config/udev: Adding input device N-trig DuoSense Pen (/dev/input/mouse1)
[ 9310.564] (II) No input driver specified, ignoring this device.
[ 9310.564] (II) This device may have been added with another device file.
[ 9310.564] (II) config/udev: Adding input device N-trig DuoSense (/dev/input/event13)
[ 9310.564] (**) N-trig DuoSense: Applying InputClass "libinput touchscreen catchall"
[ 9310.564] (**) N-trig DuoSense: Applying InputClass "libinput touchscreen catchall"
[ 9310.564] (II) Using input driver 'libinput' for 'N-trig DuoSense'
[ 9310.565] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 29 paused 0
[ 9310.565] (**) N-trig DuoSense: always reports core events
[ 9310.565] (**) Option "Device" "/dev/input/event13"
[ 9310.565] (**) Option "_source" "server/udev"
[ 9310.565] (II) event13 - N-trig DuoSense: is tagged by udev as: Touchscreen
[ 9310.565] (II) event13 - N-trig DuoSense: device is a touch device
[ 9310.565] (II) event13 - N-trig DuoSense: device removed
[ 9310.565] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1B96:0F04.0001/input/input21/event13"
[ 9310.565] (II) XINPUT: Adding extended input device "N-trig DuoSense" (type: TOUCHSCREEN, id 12)
[ 9310.565] (**) Option "AccelerationScheme" "none"
[ 9310.565] (**) N-trig DuoSense: (accel) selected scheme none/0
[ 9310.565] (**) N-trig DuoSense: (accel) acceleration factor: 2.000
[ 9310.565] (**) N-trig DuoSense: (accel) acceleration threshold: 4
[ 9310.566] (II) event13 - N-trig DuoSense: is tagged by udev as: Touchscreen
[ 9310.566] (II) event13 - N-trig DuoSense: device is a touch device
[ 9310.566] (II) config/udev: Adding input device N-trig DuoSense (/dev/input/mouse2)
[ 9310.566] (II) No input driver specified, ignoring this device.
[ 9310.566] (II) This device may have been added with another device file.
[ 9310.566] (II) config/udev: Adding input device Front Camera: Front Camera (/dev/input/event11)
[ 9310.566] (**) Front Camera: Front Camera: Applying InputClass "libinput keyboard catchall"
[ 9310.566] (**) Front Camera: Front Camera: Applying InputClass "libinput keyboard catchall"
[ 9310.566] (II) Using input driver 'libinput' for 'Front Camera: Front Camera'
[ 9310.567] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 30 paused 0
[ 9310.567] (**) Front Camera: Front Camera: always reports core events
[ 9310.567] (**) Option "Device" "/dev/input/event11"
[ 9310.567] (**) Option "_source" "server/udev"
[ 9310.567] (II) event11 - Front Camera: Front Camera: is tagged by udev as: Keyboard
[ 9310.567] (II) event11 - Front Camera: Front Camera: device is a keyboard
[ 9310.567] (II) event11 - Front Camera: Front Camera: device removed
[ 9310.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input13/event11"
[ 9310.567] (II) XINPUT: Adding extended input device "Front Camera: Front Camera" (type: KEYBOARD, id 13)
[ 9310.567] (II) event11 - Front Camera: Front Camera: is tagged by udev as: Keyboard
[ 9310.567] (II) event11 - Front Camera: Front Camera: device is a keyboard
[ 9310.568] (II) config/udev: Adding input device Rear Camera: Rear Camera (/dev/input/event10)
[ 9310.568] (**) Rear Camera: Rear Camera: Applying InputClass "libinput keyboard catchall"
[ 9310.568] (**) Rear Camera: Rear Camera: Applying InputClass "libinput keyboard catchall"
[ 9310.568] (II) Using input driver 'libinput' for 'Rear Camera: Rear Camera'
[ 9310.568] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0
[ 9310.568] (**) Rear Camera: Rear Camera: always reports core events
[ 9310.568] (**) Option "Device" "/dev/input/event10"
[ 9310.568] (**) Option "_source" "server/udev"
[ 9310.569] (II) event10 - Rear Camera: Rear Camera: is tagged by udev as: Keyboard
[ 9310.569] (II) event10 - Rear Camera: Rear Camera: device is a keyboard
[ 9310.569] (II) event10 - Rear Camera: Rear Camera: device removed
[ 9310.569] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/input/input12/event10"
[ 9310.569] (II) XINPUT: Adding extended input device "Rear Camera: Rear Camera" (type: KEYBOARD, id 14)
[ 9310.569] (II) event10 - Rear Camera: Rear Camera: is tagged by udev as: Keyboard
[ 9310.569] (II) event10 - Rear Camera: Rear Camera: device is a keyboard
[ 9310.569] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[ 9310.569] (II) No input driver specified, ignoring this device.
[ 9310.569] (II) This device may have been added with another device file.
[ 9310.570] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[ 9310.570] (II) No input driver specified, ignoring this device.
[ 9310.570] (II) This device may have been added with another device file.
[ 9310.570] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 9310.570] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 9310.570] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 9310.570] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 9310.570] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[ 9310.570] (**) AT Translated Set 2 keyboard: always reports core events
[ 9310.570] (**) Option "Device" "/dev/input/event3"
[ 9310.570] (**) Option "_source" "server/udev"
[ 9310.571] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 9310.571] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 9310.571] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 9310.571] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 9310.571] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 9310.571] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 9310.571] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 9310.571] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[ 9310.571] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 9310.571] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 9310.571] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 9310.572] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 33 paused 0
[ 9310.572] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 9310.572] (**) Option "Device" "/dev/input/event14"
[ 9310.572] (**) Option "_source" "server/udev"
[ 9310.572] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 9310.572] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 9310.572] (II) event14 - ETPS/2 Elantech Touchpad: device removed
[ 9310.572] (**) Option "Tapping" "on"
[ 9310.572] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event14"
[ 9310.572] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 16)
[ 9310.572] (**) Option "AccelerationScheme" "none"
[ 9310.572] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 9310.572] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 9310.572] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 9310.573] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 9310.573] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 9310.573] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse3)
[ 9310.573] (II) No input driver specified, ignoring this device.
[ 9310.573] (II) This device may have been added with another device file.
[ 9310.573] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 9310.573] (II) No input driver specified, ignoring this device.
[ 9310.573] (II) This device may have been added with another device file.
[ 16563.184] (II) modeset(0): EDID vendor "MEI", prod id 38562
[ 16563.185] (II) modeset(0): EDID quirk: Use maximum size instead of detailed timing sizes.
[ 16563.185] (II) modeset(0): Using EDID range info for horizontal sync
[ 16563.185] (II) modeset(0): Using EDID range info for vertical refresh
[ 16563.185] (II) modeset(0): Printing DDC gathered Modelines:
[ 16563.185] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 1964 1970 2264 1080 1089 1091 1093 +hsync +vsync (65.6 kHz eP)
[ 16563.185] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 1964 1970 2264 1080 1089 1091 1640 +hsync +vsync (65.6 kHz e)
[ 16841.678] Using O_TMPFILE
[ 16841.679] Using O_TMPFILE
[ 16841.681] Using O_TMPFILE
[ 16841.693] Using O_TMPFILE
[ 16841.696] Using O_TMPFILE
[ 16848.521] Using O_TMPFILE
[ 16848.527] Using O_TMPFILE
[ 16848.534] Using O_TMPFILE
[ 16848.538] Using O_TMPFILE
[ 16848.543] Using O_TMPFILE
[ 16848.546] Using O_TMPFILE
[ 16848.777] Using O_TMPFILE
[ 16848.780] Using O_TMPFILE
[ 16848.787] Using O_TMPFILE
[ 16848.792] Using O_TMPFILE
[ 16851.068] Using O_TMPFILE
[ 16851.074] Using O_TMPFILE
[ 16851.082] Using O_TMPFILE
[ 16851.085] Using O_TMPFILE
[ 16851.090] Using O_TMPFILE
[ 16851.093] Using O_TMPFILE
[ 16852.220] Using O_TMPFILE
[ 16852.225] Using O_TMPFILE
[ 16852.233] Using O_TMPFILE
[ 16852.236] Using O_TMPFILE
[ 16852.805] Using O_TMPFILE
[ 16852.810] Using O_TMPFILE
[ 16852.817] Using O_TMPFILE
[ 16852.821] Using O_TMPFILE
[ 16852.826] Using O_TMPFILE
[ 16852.829] Using O_TMPFILE
[ 16853.091] Using O_TMPFILE
[ 16853.095] Using O_TMPFILE
[ 16853.103] Using O_TMPFILE
[ 16853.106] Using O_TMPFILE
[ 16853.111] Using O_TMPFILE
[ 16853.114] Using O_TMPFILE
[ 16855.024] Using O_TMPFILE
[ 16855.029] Using O_TMPFILE
[ 16855.037] Using O_TMPFILE
[ 16855.040] Using O_TMPFILE
[ 16855.044] Using O_TMPFILE
[ 16855.048] Using O_TMPFILE
[ 16855.226] Using O_TMPFILE
[ 16855.227] Using O_TMPFILE
[ 16855.231] Using O_TMPFILE
[ 16855.236] Using O_TMPFILE
[ 16855.241] Using O_TMPFILE
[ 16855.245] Using O_TMPFILE
[ 16872.444] Using O_TMPFILE
[ 16872.444] Using O_TMPFILE
[ 16872.447] Using O_TMPFILE
[ 16872.467] Using O_TMPFILE
[ 16872.469] Using O_TMPFILE
Offline
The first appears to be the correct one.
[ 67.672] (==) Log file: "/home/michele/.local/share/xorg/Xorg.0.log", Time: Mon Apr 23 11:22:24 2018
It does look like modesetting and intel driver clash on your system.
post output of ls -l /etc/X11/xorg.conf.d /usr/share/X11/xorg.conf.d and pacman -Qs xf86-
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
[michele@michele ~]$ ls -l /etc/X11/xorg.conf.d /usr/share/X11/xorg.conf.d
/etc/X11/xorg.conf.d:
total 4
-rw-r--r-- 1 root root 969 Apr 16 16:23 40-libinput.conf
/usr/share/X11/xorg.conf.d:
total 12
-rw-r--r-- 1 root root 362 Jan 16 23:51 10-nvidia-drm-outputclass.conf
-rw-r--r-- 1 root root 1350 Apr 11 22:32 10-quirks.conf
-rw-r--r-- 1 root root 945 Apr 10 09:14 40-libinput.conf
[michele@michele ~]$ pacman -Qs xf86-
local/xf86-input-libinput 0.27.1-1 (xorg-drivers)
Generic input driver for the X.Org server based on libinput
local/xf86-video-intel 1:2.99.917+823+gd9bf46e4-1 (xorg-drivers)
X.org Intel i810/i830/i915/945G/G965+ video drivers
Offline
$ pacman -Fs 10-nvidia-drm-outputclass.conf
extra/nvidia-340xx-utils 340.106-1
usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
extra/nvidia-utils 390.48-1
usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
$
I doubt that file is responsible for the problems, but do you have nvidia proprietary drivers installed ?
Remove xf86-video-intel, (re)start X, then post glxinfo | grep -i opengl and xorg log.
See post #7 and #8
Last edited by Lone_Wolf (2018-04-25 11:43:00)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
It is likely to be responsible, since that file exists to enable proper routing on Optimus setups, and will explicitly load the modesetting driver for the intel card. (Unless overriden by e.g. a "conflicting" config as it is provided by bumblebee)
Offline
Thanks, V1del.
I should have verified the content of that file and not assume the name reflected it's purpose.
Upon downloading nvidia-utils and extracting that file it's now clear it's intended for an intel+nvidia combo .
@causasui : remove the nvidia proprietary driver, then test how things work.
# usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I moved /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf into my home directory, shut down X, and logged back in. No help:
$ glxgears
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 23
Current serial number in output stream: 24
I don't seem to have nvidia drivers installed, but there is nvidia-340xx-utils which was somehow installed as a dependency:
$ pacman -Q | grep nvidia
nvidia-340xx-utils 340.106-1
$ pacman -Qi nvidia-340xx-utils
Name : nvidia-340xx-utils
Version : 340.106-1
Description : NVIDIA drivers utilities
Architecture : x86_64
URL : http://www.nvidia.com/
Licenses : custom
Groups : None
Provides : libgl libgles libegl nvidia-utils nvidia-340xx-libgl
Depends On : xorg-server
Optional Deps : gtk2: nvidia-settings
xorg-server-devel: nvidia-xconfig
opencl-nvidia-340xx: OpenCL support
Required By : compton freeglut glu libreoffice-fresh libva mesa-demos sdl2 xorg-server xorg-xdriinfo
Optional For : None
Conflicts With : nvidia-304xx-utils nvidia-utils nvidia-340xx-libgl
Replaces : nvidia-340xx-libgl
Installed Size : 132.32 MiB
Packager : Sven-Hendrik Haase <sh@lutzhaase.com>
Build Date : Tue 16 Jan 2018 11:51:28 PM PST
Install Date : Mon 09 Apr 2018 08:28:10 PM PDT
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By : Signature
Offline
A the good old libGL trap? Install libglvnd answer yes to the replacement question. During installation of your setup you will have been asked which libgl provider to install, for reason I don't know, this defaults to nvidia-340xx-utils. If you just hit enter there you will install the wrong libgl.
Offline
I reinstalled libglvnd (it was already installed), and I never got a question about replacing another package. No change in glxgears behavior.
Edit:
[michele@michele ~]$ sudo pacman -S libglvnd
[sudo] password for michele:
warning: libglvnd-1.0.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) libglvnd-1.0.0-1
Total Installed Size: 1.59 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [######################################################################################################] 100%
(1/1) checking package integrity [######################################################################################################] 100%
(1/1) loading package files [######################################################################################################] 100%
(1/1) checking for file conflicts [######################################################################################################] 100%
(1/1) checking available disk space [######################################################################################################] 100%
:: Processing package changes...
(1/1) reinstalling libglvnd [######################################################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[michele@michele ~]$ glxgears
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 23
Current serial number in output stream: 24
Last edited by causasui (2018-05-01 02:32:45)
Offline
that.. shouldn't happen on the other hand, if you simply try to remove that nvidia-340xx-utils, which package complains about that? Can you post your pacman.log?
Last edited by V1del (2018-05-01 02:34:36)
Offline
[michele@michele ~]$ pactree -ra nvidia-340xx-utils
nvidia-340xx-utils
|-compton
|-freeglut
| `-mesa-demos
|-glu
| |-glew
| | |-blender
| | |-libreoffice-fresh
| | |-mesa-demos
| | `-openimageio
| | |-blender
| | `-openshadinglanguage
| | `-blender
| `-libreoffice-fresh
|-libreoffice-fresh
|-libva
| `-ffmpeg
| |-blender
| `-firefox
|-mesa-demos
|-sdl2
| |-blender
| `-ffmpeg
|-xorg-server
| `-nvidia-340xx-utils
`-xorg-xdriinfo
Offline
Yeah I know that and this should be completely irrelevant as all these packages have a dependency on libgl which will be provided by libglvnd as well. You can just remove the nvidia-340xx-utils package.
Offline
That did it. Thank you!
Offline