You are not logged in.

#1 2018-09-18 08:14:15

Zhme
Member
Registered: 2017-06-11
Posts: 72

Strange output ctrl+alt+F2-any | random colors in a square

I don't know what this is or why it's happened I can only assume it's me ps1 from bashrc because it's the last thing I was messing with..

Please let me add my file in the next post.

Here is my screen on any alternate try
https://postimg.cc/XBNWr5Cq

Offline

#2 2018-09-18 11:41:54

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

Looks more like a framebuffer corruption, do you have a graphical session on VT1?

Offline

#3 2018-09-18 13:34:57

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,579
Website

Re: Strange output ctrl+alt+F2-any | random colors in a square

I second the above - it definitely can't be PS1 or even shell-related in any way as you haven't even logged in.  Does the machine use intel graphics?  If so, are you using xf86-video-intel for your graphical session(s)?  If yes to both, try removing that driver and using the kernel-built-in modesetting.  I have previously seen comparable symptoms when changing from an tty running X to another tty while using xf86-video-intel.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#4 2018-09-18 20:03:20

Zhme
Member
Registered: 2017-06-11
Posts: 72

Re: Strange output ctrl+alt+F2-any | random colors in a square

I use awesome wm, I had the first tty logged in to the first one and I was trying to modify my ps1 and using the second page to look at it.

I did have some issues using x86 and nvidia graphics initially in my installation getting x to run.  I had used some mode setting changes in the kernel so ill take a look at that but for now I'm going to try and remove that driver.

I'm sorry for the lack of evidence in my posts I'm running some errands and typing this from my phone.

I do have 2 graphics cards and the proprietary nvidia was my initial problem but I got x to load my window manager so I just let it rest as was and I believe I have multiple graphics drivers at the moment so I'm going to take a look into this and post my output when I get home!

Thank you both for the responses.

Offline

#5 2018-09-18 20:37:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Strange output ctrl+alt+F2-any | random colors in a square

I saw the same thing for a while in the early 4.18.x kernels (with only the Intel card). Seems to have resolved itself for me.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2018-09-21 10:36:38

Zhme
Member
Registered: 2017-06-11
Posts: 72

Re: Strange output ctrl+alt+F2-any | random colors in a square

Sorry for the late response, school and work has me pretty distracted these days.  But, I checked my drivers for Xorg and found four of them.  I removed 3 that were not required and saw no change after rebooting.  I am not sure if there are any KMS changes on my system, the mkinitcpio.conf file doesn't seem to have any changes, nor does my refind.conf have a modesetting flag.

I'm interested to know if there is a more intuitive way to check for these, for now I used pacman -Qs xorg-drivers and checked my mkinit and refind.conf files.  As a side-note, I am typing these file names plain in the paragraph and was wondering if I should put code tags around file names to be easier on the eyes, for future reference.

Offline

#7 2018-09-21 12:16:34

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

Please post your xorg log and the output of "lspci" to get us a basic idea about the system config.

Offline

#8 2018-09-21 12:41:30

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

Same here (with a modified kernel)... Happens with 4.18.9 and previous versions... Only experieced this with my new PC (4 months old). Fresh install.

This motherboard has a HDMI port, which I am not using. Previous PC had no such port.

First thought it was the the new PC hardware. Then thought it was my kernel modifications. Then Xorg drivers and stuff. Tried a lot of options as per wiki for integrated Intel GPU. Cannot get "corruptions"  to go away.

I cannot reliably switch from a GUI on tty1 to e.g tty2: results in a system freeze which only Magic keys Alt+SysRq REISUB can remedy.

ATM running without any drivers. Had x86-video- (intel, vesa, fbdev) which makes no diffrence.

lspci

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 06)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

Running:
- without any xorg.conf
- no xf86-video drivers
- intel_agp and i915 modules in mkinicpio.conf
- kernel commandline has: i915.enable_psr=0

Edit:
Ctrl+Alt+Fn only problematic when using XFCE. Using wayland ans wayland based sway I can switch no problem, but corruption is then produced. The only way to clear the corruption is to switch to... XFCE.

Last edited by tpfkanep (2018-09-21 12:46:52)

Offline

#9 2018-09-22 05:12:49

Zhme
Member
Registered: 2017-06-11
Posts: 72

Re: Strange output ctrl+alt+F2-any | random colors in a square

Here is my lspci output, I ididn't use any flags for more output:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA Controller [AHCI mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1)
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #4 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
02:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
03:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
04:00.0 Non-Volatile memory controller: Device 1987:5007 (rev 01)

Here is my current Xorg log, I felt no need to post the .old file but I've been wrong before:

[    59.193] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    59.193] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[    59.194] Build Operating System: Linux Arch Linux
[    59.194] Current Operating System: Linux Arch 4.18.7-arch1-1-ARCH #1 SMP PREEMPT Sun Sep 9 11:27:58 UTC 2018 x86_64
[    59.194] Kernel command line: \\vmlinuz-linux rw root=UUID=695c2ce3-77c2-4d19-acd0-4ef743d79b18 initrd=\initramfs-linux.img
[    59.194] Build Date: 09 August 2018  06:37:34PM
[    59.194]  
[    59.194] Current version of pixman: 0.34.0
[    59.195] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    59.195] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    59.196] (==) Log file: "/home/zhme/.local/share/xorg/Xorg.0.log", Time: Fri Sep 21 19:04:32 2018
[    59.347] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    59.347] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    59.377] (==) No Layout section.  Using the first Screen section.
[    59.377] (==) No screen section available. Using defaults.
[    59.377] (**) |-->Screen "Default Screen Section" (0)
[    59.377] (**) |   |-->Monitor "<default monitor>"
[    59.378] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    59.378] (==) Automatically adding devices
[    59.378] (==) Automatically enabling devices
[    59.378] (==) Automatically adding GPU devices
[    59.378] (==) Automatically binding GPU devices
[    59.378] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    59.416] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    59.416] 	Entry deleted from font path.
[    59.416] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    59.416] 	Entry deleted from font path.
[    59.416] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    59.416] (==) ModulePath set to "/usr/lib/xorg/modules"
[    59.416] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    59.416] (II) Module ABI versions:
[    59.416] 	X.Org ANSI C Emulation: 0.4
[    59.416] 	X.Org Video Driver: 24.0
[    59.417] 	X.Org XInput driver : 24.1
[    59.417] 	X.Org Server Extension : 10.0
[    59.418] (++) using VT number 1

[    59.421] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    59.423] (II) xfree86: Adding drm device (/dev/dri/card0)
[    59.424] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    59.429] (--) PCI:*(0@0:2:0) 8086:591b:1462:115a rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    59.429] (--) PCI: (1@0:0:0) 10de:139b:1462:115a rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    59.429] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    59.429] (II) LoadModule: "glx"
[    59.444] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    59.493] (II) Module glx: vendor="X.Org Foundation"
[    59.493] 	compiled for 1.20.1, module version = 1.0.0
[    59.493] 	ABI class: X.Org Server Extension, version 10.0
[    59.493] (==) Matched intel as autoconfigured driver 0
[    59.493] (==) Matched modesetting as autoconfigured driver 1
[    59.493] (==) Matched fbdev as autoconfigured driver 2
[    59.493] (==) Matched vesa as autoconfigured driver 3
[    59.493] (==) Assigned the driver to the xf86ConfigLayout
[    59.493] (II) LoadModule: "intel"
[    59.493] (WW) Warning, couldn't open module intel
[    59.493] (EE) Failed to load module "intel" (module does not exist, 0)
[    59.493] (II) LoadModule: "modesetting"
[    59.493] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    59.538] (II) Module modesetting: vendor="X.Org Foundation"
[    59.538] 	compiled for 1.20.1, module version = 1.20.1
[    59.538] 	Module class: X.Org Video Driver
[    59.538] 	ABI class: X.Org Video Driver, version 24.0
[    59.538] (II) LoadModule: "fbdev"
[    59.539] (WW) Warning, couldn't open module fbdev
[    59.539] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    59.539] (II) LoadModule: "vesa"
[    59.539] (WW) Warning, couldn't open module vesa
[    59.539] (EE) Failed to load module "vesa" (module does not exist, 0)
[    59.539] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    59.539] (II) modeset(0): using drv /dev/dri/card0
[    59.539] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    59.539] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    59.539] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    59.539] (==) modeset(0): RGB weight 888
[    59.539] (==) modeset(0): Default visual is TrueColor
[    59.539] (II) Loading sub module "glamoregl"
[    59.539] (II) LoadModule: "glamoregl"
[    59.540] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    59.573] (II) Module glamoregl: vendor="X.Org Foundation"
[    59.573] 	compiled for 1.20.1, module version = 1.0.1
[    59.573] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    60.050] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) 
[    60.050] (II) modeset(0): glamor initialized
[    60.051] (II) modeset(0): Output eDP-1 has no monitor section
[    60.051] (II) modeset(0): Output DP-1 has no monitor section
[    60.055] (II) modeset(0): Output HDMI-1 has no monitor section
[    60.061] (II) modeset(0): Output HDMI-2 has no monitor section
[    60.062] (II) modeset(0): EDID for output eDP-1
[    60.062] (II) modeset(0): Manufacturer: CMN  Model: 15d2  Serial#: 0
[    60.062] (II) modeset(0): Year: 2015  Week: 18
[    60.062] (II) modeset(0): EDID Version: 1.4
[    60.062] (II) modeset(0): Digital Display Input
[    60.063] (II) modeset(0): 6 bits per channel
[    60.063] (II) modeset(0): Digital interface is DisplayPort
[    60.063] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    60.063] (II) modeset(0): Gamma: 2.20
[    60.063] (II) modeset(0): No DPMS capabilities specified
[    60.063] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    60.063] (II) modeset(0): First detailed timing is preferred mode
[    60.063] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    60.063] (II) modeset(0): redX: 0.673 redY: 0.309   greenX: 0.266 greenY: 0.674
[    60.063] (II) modeset(0): blueX: 0.156 blueY: 0.047   whiteX: 0.313 whiteY: 0.329
[    60.063] (II) modeset(0): Manufacturer's mask: 0
[    60.063] (II) modeset(0): Supported detailed timing:
[    60.063] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[    60.063] (II) modeset(0): h_active: 1920  h_sync: 2020  h_sync_end 2086 h_blank_end 2250 h_border: 0
[    60.063] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1096 v_blanking: 1132 v_border: 0
[    60.063] (II) modeset(0):  N156HGE-EAL
[    60.063] (II) modeset(0):  CMN
[    60.063] (II) modeset(0):  N156HGE-EAL
[    60.063] (II) modeset(0): EDID (in hex):
[    60.063] (II) modeset(0): 	00ffffffffffff000daed21500000000
[    60.063] (II) modeset(0): 	1219010495221378024205ac4f44ac28
[    60.063] (II) modeset(0): 	0c505400000001010101010101010101
[    60.063] (II) modeset(0): 	010101010101b43b804a713834406442
[    60.063] (II) modeset(0): 	6a0058c110000018000000fe004e3135
[    60.063] (II) modeset(0): 	364847452d45414c0a20000000fe0043
[    60.063] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    60.063] (II) modeset(0): 	004e3135364847452d45414c0a2000df
[    60.063] (II) modeset(0): Printing probed modes for output eDP-1
[    60.063] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2020 2086 2250  1080 1086 1096 1132 -hsync -vsync (67.9 kHz eP)
[    60.063] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    60.063] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    60.063] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    60.063] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    60.064] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    60.064] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    60.064] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    60.064] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    60.064] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    60.064] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    60.064] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    60.064] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    60.064] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    60.064] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    60.064] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    60.064] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    60.064] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    60.064] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    60.064] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    60.064] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    60.064] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    60.064] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    60.064] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    60.064] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    60.064] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    60.064] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    60.064] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    60.064] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    60.064] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    60.064] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    60.064] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    60.064] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    60.064] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    60.064] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    60.064] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    60.064] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    60.064] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    60.064] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    60.064] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    60.064] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    60.064] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    60.064] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    60.064] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    60.064] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    60.064] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    60.064] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    60.064] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    60.064] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    60.064] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    60.064] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    60.064] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    60.064] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    60.064] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    60.065] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    60.065] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    60.065] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    60.065] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    60.065] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    60.065] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    60.065] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    60.065] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    60.065] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    60.065] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    60.065] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    60.065] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    60.065] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    60.065] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    60.065] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    60.065] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    60.065] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    60.065] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    60.065] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    60.065] (II) modeset(0): EDID for output DP-1
[    60.068] (II) modeset(0): EDID for output HDMI-1
[    60.075] (II) modeset(0): EDID for output HDMI-2
[    60.075] (II) modeset(0): Output eDP-1 connected
[    60.075] (II) modeset(0): Output DP-1 disconnected
[    60.075] (II) modeset(0): Output HDMI-1 disconnected
[    60.075] (II) modeset(0): Output HDMI-2 disconnected
[    60.075] (II) modeset(0): Using exact sizes for initial modes
[    60.075] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    60.075] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    60.075] (==) modeset(0): DPI set to (96, 96)
[    60.075] (II) Loading sub module "fb"
[    60.075] (II) LoadModule: "fb"
[    60.075] (II) Loading /usr/lib/xorg/modules/libfb.so
[    60.083] (II) Module fb: vendor="X.Org Foundation"
[    60.083] 	compiled for 1.20.1, module version = 1.0.0
[    60.083] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    60.279] (==) modeset(0): Backing store enabled
[    60.279] (==) modeset(0): Silken mouse disabled
[    60.325] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    60.325] (==) modeset(0): DPMS enabled
[    60.326] (II) modeset(0): [DRI2] Setup complete
[    60.326] (II) modeset(0): [DRI2]   DRI driver: i965
[    60.326] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    60.326] (II) Initializing extension Generic Event Extension
[    60.326] (II) Initializing extension SHAPE
[    60.326] (II) Initializing extension MIT-SHM
[    60.326] (II) Initializing extension XInputExtension
[    60.326] (II) Initializing extension XTEST
[    60.326] (II) Initializing extension BIG-REQUESTS
[    60.326] (II) Initializing extension SYNC
[    60.326] (II) Initializing extension XKEYBOARD
[    60.326] (II) Initializing extension XC-MISC
[    60.326] (II) Initializing extension SECURITY
[    60.326] (II) Initializing extension XFIXES
[    60.326] (II) Initializing extension RENDER
[    60.326] (II) Initializing extension RANDR
[    60.326] (II) Initializing extension COMPOSITE
[    60.326] (II) Initializing extension DAMAGE
[    60.326] (II) Initializing extension MIT-SCREEN-SAVER
[    60.327] (II) Initializing extension DOUBLE-BUFFER
[    60.327] (II) Initializing extension RECORD
[    60.327] (II) Initializing extension DPMS
[    60.327] (II) Initializing extension Present
[    60.327] (II) Initializing extension DRI3
[    60.327] (II) Initializing extension X-Resource
[    60.327] (II) Initializing extension XVideo
[    60.327] (II) Initializing extension XVideo-MotionCompensation
[    60.327] (II) Initializing extension GLX
[    60.332] (II) AIGLX: Loaded and initialized i965
[    60.332] (II) GLX: Initialized DRI2 GL provider for screen 0
[    60.332] (II) Initializing extension XFree86-VidModeExtension
[    60.332] (II) Initializing extension XFree86-DGA
[    60.332] (II) Initializing extension XFree86-DRI
[    60.332] (II) Initializing extension DRI2
[    60.397] (II) modeset(0): Damage tracking initialized
[    60.397] (II) modeset(0): Setting screen physical size to 508 x 285
[    60.851] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    60.851] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    60.851] (**) Power Button: Applying InputClass "system-keyboard"
[    60.851] (II) LoadModule: "libinput"
[    60.851] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    60.880] (II) Module libinput: vendor="X.Org Foundation"
[    60.880] 	compiled for 1.20.0, module version = 0.28.0
[    60.880] 	Module class: X.Org XInput Driver
[    60.880] 	ABI class: X.Org XInput driver, version 24.1
[    60.880] (II) Using input driver 'libinput' for 'Power Button'
[    60.881] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 14 paused 0
[    60.881] (**) Power Button: always reports core events
[    60.882] (**) Option "Device" "/dev/input/event3"
[    60.882] (**) Option "_source" "server/udev"
[    60.902] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    60.902] (II) event3  - Power Button: device is a keyboard
[    60.902] (II) event3  - Power Button: device removed
[    60.902] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    60.902] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    60.902] (**) Option "xkb_model" "pc105+inet"
[    60.902] (**) Option "xkb_layout" "us"
[    60.902] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.954] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    60.954] (II) event3  - Power Button: device is a keyboard
[    60.955] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    60.955] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    60.955] (**) Video Bus: Applying InputClass "system-keyboard"
[    60.955] (II) Using input driver 'libinput' for 'Video Bus'
[    60.956] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 17 paused 0
[    60.956] (**) Video Bus: always reports core events
[    60.956] (**) Option "Device" "/dev/input/event8"
[    60.956] (**) Option "_source" "server/udev"
[    60.958] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    60.958] (II) event8  - Video Bus: device is a keyboard
[    60.958] (II) event8  - Video Bus: device removed
[    60.958] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event8"
[    60.958] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    60.958] (**) Option "xkb_model" "pc105+inet"
[    60.958] (**) Option "xkb_layout" "us"
[    60.958] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.959] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    60.959] (II) event8  - Video Bus: device is a keyboard
[    60.960] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    60.960] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    60.960] (**) Video Bus: Applying InputClass "system-keyboard"
[    60.960] (II) Using input driver 'libinput' for 'Video Bus'
[    60.961] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 18 paused 0
[    60.961] (**) Video Bus: always reports core events
[    60.961] (**) Option "Device" "/dev/input/event9"
[    60.961] (**) Option "_source" "server/udev"
[    60.962] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    60.962] (II) event9  - Video Bus: device is a keyboard
[    60.962] (II) event9  - Video Bus: device removed
[    60.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input10/event9"
[    60.962] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    60.962] (**) Option "xkb_model" "pc105+inet"
[    60.962] (**) Option "xkb_layout" "us"
[    60.962] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.963] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    60.963] (II) event9  - Video Bus: device is a keyboard
[    60.964] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    60.964] (II) No input driver specified, ignoring this device.
[    60.964] (II) This device may have been added with another device file.
[    60.965] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    60.965] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    60.965] (**) Power Button: Applying InputClass "system-keyboard"
[    60.965] (II) Using input driver 'libinput' for 'Power Button'
[    60.966] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[    60.966] (**) Power Button: always reports core events
[    60.966] (**) Option "Device" "/dev/input/event2"
[    60.966] (**) Option "_source" "server/udev"
[    60.967] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    60.967] (II) event2  - Power Button: device is a keyboard
[    60.967] (II) event2  - Power Button: device removed
[    60.967] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    60.967] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    60.967] (**) Option "xkb_model" "pc105+inet"
[    60.967] (**) Option "xkb_layout" "us"
[    60.967] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.968] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    60.968] (II) event2  - Power Button: device is a keyboard
[    60.969] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    60.969] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    60.969] (**) Sleep Button: Applying InputClass "system-keyboard"
[    60.969] (II) Using input driver 'libinput' for 'Sleep Button'
[    60.970] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[    60.970] (**) Sleep Button: always reports core events
[    60.970] (**) Option "Device" "/dev/input/event1"
[    60.970] (**) Option "_source" "server/udev"
[    60.971] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    60.971] (II) event1  - Sleep Button: device is a keyboard
[    60.971] (II) event1  - Sleep Button: device removed
[    60.971] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    60.971] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    60.971] (**) Option "xkb_model" "pc105+inet"
[    60.971] (**) Option "xkb_layout" "us"
[    60.971] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.972] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    60.972] (II) event1  - Sleep Button: device is a keyboard
[    60.973] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    60.973] (II) No input driver specified, ignoring this device.
[    60.973] (II) This device may have been added with another device file.
[    60.974] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    60.974] (II) No input driver specified, ignoring this device.
[    60.974] (II) This device may have been added with another device file.
[    60.974] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[    60.974] (II) No input driver specified, ignoring this device.
[    60.974] (II) This device may have been added with another device file.
[    60.975] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[    60.975] (II) No input driver specified, ignoring this device.
[    60.975] (II) This device may have been added with another device file.
[    60.975] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[    60.975] (II) No input driver specified, ignoring this device.
[    60.975] (II) This device may have been added with another device file.
[    60.976] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[    60.976] (II) No input driver specified, ignoring this device.
[    60.976] (II) This device may have been added with another device file.
[    60.976] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[    60.976] (II) No input driver specified, ignoring this device.
[    60.976] (II) This device may have been added with another device file.
[    60.977] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    60.977] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    60.977] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    60.977] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    60.978] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 21 paused 0
[    60.978] (**) AT Translated Set 2 keyboard: always reports core events
[    60.978] (**) Option "Device" "/dev/input/event4"
[    60.978] (**) Option "_source" "server/udev"
[    60.979] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    60.979] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    60.979] (II) event4  - AT Translated Set 2 keyboard: device removed
[    60.979] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    60.979] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    60.979] (**) Option "xkb_model" "pc105+inet"
[    60.979] (**) Option "xkb_layout" "us"
[    60.979] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.980] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    60.980] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    60.981] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[    60.981] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    60.981] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    60.982] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 22 paused 0
[    60.982] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    60.982] (**) Option "Device" "/dev/input/event7"
[    60.982] (**) Option "_source" "server/udev"
[    60.983] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    60.984] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    60.984] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[    60.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[    60.984] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    60.984] (**) Option "AccelerationScheme" "none"
[    60.984] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    60.984] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    60.984] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    60.985] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    60.985] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    60.986] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    60.986] (II) No input driver specified, ignoring this device.
[    60.986] (II) This device may have been added with another device file.
[    60.987] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    60.987] (II) No input driver specified, ignoring this device.
[    60.987] (II) This device may have been added with another device file.
[    60.987] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event6)
[    60.987] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    60.987] (**) MSI WMI hotkeys: Applying InputClass "system-keyboard"
[    60.987] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[    60.988] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[    60.988] (**) MSI WMI hotkeys: always reports core events
[    60.988] (**) Option "Device" "/dev/input/event6"
[    60.988] (**) Option "_source" "server/udev"
[    60.989] (II) event6  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    60.989] (II) event6  - MSI WMI hotkeys: device is a keyboard
[    60.989] (II) event6  - MSI WMI hotkeys: device removed
[    60.989] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
[    60.989] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 13)
[    60.989] (**) Option "xkb_model" "pc105+inet"
[    60.989] (**) Option "xkb_layout" "us"
[    60.989] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    60.990] (II) event6  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    60.990] (II) event6  - MSI WMI hotkeys: device is a keyboard
[    61.477] (II) modeset(0): EDID vendor "CMN", prod id 5586
[    61.477] (II) modeset(0): Printing DDC gathered Modelines:
[    61.477] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2020 2086 2250  1080 1086 1096 1132 -hsync -vsync (67.9 kHz eP)
[   134.723] (II) Axis 0 value 1258 is outside expected range [1260, 5917]
See https://wayland.freedesktop.org/libinput/doc/1.12.0/absolute_coordinate_ranges.html for details

Offline

#10 2018-09-22 06:37:01

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

You're both running the modeset driver on the intel chip (the nvidia chip isn't used in Zhme's case)

Let's narrow this down a bit:
avoid your DM and your GUI session and just start a naked X11 server (maybe w/ an xterm to get a client draw something - but I mean "xterm"! Nothing that even looks at libGL… ;-)
See whether you get similar artifacts.

https://wiki.archlinux.org/index.php/Sy … _boot_into
https://wiki.archlinux.org/index.php/Xinit

Offline

#11 2018-09-22 07:23:53

Zhme
Member
Registered: 2017-06-11
Posts: 72

Re: Strange output ctrl+alt+F2-any | random colors in a square

Well with a fresh x session and only an xterm window open I don't seem to get any of the former errors, but I opened a Firefox window and noticed that it happens when that is present O.o  I assume that has to do with the LibGl you mentioned??

Also here is my Xorg log | grep intel I was wondering if these warnings had anything to do with this issue:

[   100.185] (==) Matched intel as autoconfigured driver 0
[   100.185] (II) LoadModule: "intel"
[   100.186] (WW) Warning, couldn't open module intel
[   100.186] (EE) Failed to load module "intel" (module does not exist, 0)

Offline

#12 2018-09-22 07:30:06

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

No, xf86-vide-intel is considered but not available, so you use the modesetting driver.
Try glxgears instead of firefox to avoid interference from other parts of the latter.

Offline

#13 2018-09-22 10:08:54

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

seth wrote:

Let's narrow this down a bit:
avoid your DM and your GUI session and just start a naked X11 server (maybe w/ an xterm to get a client draw something - but I mean "xterm"! Nothing that even looks at libGL… ;-)
See whether you get similar artifacts.

Works perfectly here.

Offline

#14 2018-09-22 13:40:07

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

Same as above, introduce a (light) GL client to the equation…

Offline

#15 2018-09-23 12:23:25

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

Tried various apps (these are GL clients?) under X. Browsers=FF and Opera; pysol; thunar; glxgears, deadbeef: all produce corruption when <Ctrl>+<Alt>+<Fn>

... Even ranger (with image + pdf previews enabled)... causes the corruption.

Offline

#16 2018-09-23 12:35:46

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

You mean like running ranger in the xterm? Does it display some pdf at that time of do you simply have poppler installed?

Offline

#17 2018-09-23 13:25:22

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

Running ranger in xterm. I have poppler installed, but that is used by ranger when I'm in full blown GUI by qpdfview. When I'm in tty ranger uses fbida for pdf rendering.

At time of testing, I only viewed pictures via w3m in ranger.

Last edited by tpfkanep (2018-09-23 13:28:19)

Offline

#18 2018-09-24 06:52:25

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

It looks like I get no graphic corruptions in raw X after I have:

packages I removed recently:

[2018-09-18 18:58] [ALPM] removed vulkan-intel (18.2.0-1)
[2018-09-18 18:59] [ALPM] removed gconf (3.2.6+11+g07808097-3)
[2018-09-18 18:59] [ALPM] removed gmime3 (3.2.0-2)
[2018-09-18 19:00] [ALPM] removed xf86-video-intel (1:2.99.917+847+g25c9a2fc-1)
[2018-09-19 17:35] [ALPM] removed xf86-video-vesa (2.4.0-2)
[2018-09-19 17:35] [ALPM] removed xf86-video-fbdev (0.5.0-1)
[2018-09-22 12:13] [ALPM] removed xorg-server-xephyr (1.20.1-1)
[2018-09-22 12:14] [ALPM] removed xorg-server-xdmx (1.20.1-1)
[2018-09-22 12:14] [ALPM] removed xorg-server-xnest (1.20.1-1)
[2018-09-22 12:14] [ALPM] removed xorg-server-xvfb (1.20.1-1)
[2018-09-23 11:10] [ALPM] removed gnunet-gtk (0.10.1-2)
[2018-09-23 11:10] [ALPM] removed glade (3.22.1-2)
[2018-09-23 11:10] [ALPM] removed adns (1.5.1-1)
[2018-09-23 11:10] [ALPM] removed gnunet (0.10.1-13)
[2018-09-23 11:10] [ALPM] removed libmicrohttpd (0.9.59-1)
[2018-09-23 11:10] [ALPM] removed libextractor (1.7-2)
[2018-09-23 11:10] [ALPM] removed gnurl (7.60.0-1)
[2018-09-23 17:40] [ALPM] removed xorg-server-devel (1.20.1-1)
[2018-09-23 17:41] [ALPM] removed xorg-docs (1.7.1-2)
[2018-09-23 17:45] [ALPM] removed xorg-util-macros (1.19.2-1)

latest updates:

[2018-09-24 01:39] [ALPM] upgraded gtk-update-icon-cache (3.24.1-1 -> 3.24.1+2+ged57e564a9-1)
[2018-09-24 01:39] [ALPM] upgraded iptables (1.8.0-1 -> 1:1.6.2-3)
[2018-09-24 01:39] [ALPM] upgraded gtk3 (3.24.1-1 -> 3.24.1+2+ged57e564a9-1)
[2018-09-24 01:39] [ALPM] upgraded libmagick (7.0.8.11-1 -> 7.0.8.12-1)
[2018-09-24 01:39] [ALPM] upgraded python-setuptools (1:40.4.2-1 -> 1:40.4.3-1)

lines commented in .bashrc

#export MOZ_ACCELERATED=1 
#export MOZ_WEBRENDER=1 
#export XDG_CURRENT_DESKTOP=GNOME
#export VDPAU_DRIVER=va_gl
#export MOZ_DISABLE_PANGO=1

ranger also now works fine.

I have no idea how or why this seems to be working... I still get a lock out/freeze when trying to <Ctrl>+<Alt>+<Fn> in XFCE. Only way to remedy is via <Alt>+<Sys>+[REISUB}.

Last edited by tpfkanep (2018-09-24 06:53:24)

Offline

#19 2018-10-09 19:41:39

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

Hopefully a solution: Installing lxde = no problems for the last half-hour! Switching via <Ctrl>+<Alt>+<Fn> works! No corruptions! No need for Alt>+<Sys>+[REISUB]...! Maybe I will have to get used to this lxde thing!

Offline

#20 2018-10-09 19:53:45

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

Did  you run anything next to awesome, eg. some compositor like compton?

Offline

#21 2018-10-09 20:04:23

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

Not using awesome. But I did have XFCE's compositor enabled.

I think you're onto something here:
- Started up XFCE
- Disabled compositor in [Windows Manager Tweaks]
- Switching screens work fine with <Ctrl>+<Alt>+<Fn>
- Enabled compositor
- Hard freeze when trying to switch screens.

Will be testing more rigorously...

Offline

#22 2018-10-09 20:06:03

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

Ah, sorry - you're not the OP, my bad.
Try replacing the xfce compositor w/ eg. xcompmgr.

Offline

#23 2018-10-09 20:23:03

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

So far so good: XFCE + xcompmgr (running with -c option). Got ~20 GUI apps open in XFCE and switching screens with no issues, even if switching to weston environment and back to XFCE.

Offline

#24 2018-10-10 07:06:59

seth
Member
Registered: 2012-09-03
Posts: 51,945

Re: Strange output ctrl+alt+F2-any | random colors in a square

How does compton behave?

Offline

#25 2018-10-10 07:34:18

tpfkanep
Member
From: South Africa
Registered: 2009-12-15
Posts: 121

Re: Strange output ctrl+alt+F2-any | random colors in a square

Edit:
compton = no problems!

But so far all is well after using apps that I use on a daily basis, across multiple DEs (four!) running simultaneously with random switching between them. Ofc with the XFCE compositor disabled.

What I do not understand though: it seems like the compositor affected my screen when in commandline mode (e.g. running ranger in a tty session). Also in tty session my screen was "all over the place" with weird behaviour (e.g. jittering and the corruptions when switching screens)

Last edited by tpfkanep (2018-10-10 08:00:16)

Offline

Board footer

Powered by FluxBB