You are not logged in.

#1 2020-06-11 03:44:33

TGS963
Member
Registered: 2020-06-11
Posts: 12

[SOLVED] startx shows pixelated display or "Out of Range" on HDMI

I used VGA on my old monitor and the display was perfect there. Recently I got a new monitor and it works as usual there too with the VGA but when I connected it via HDMI, the tty looks fine but as soon as I startx, most of the time it shows "Out of Range" on the monitor or the window manager opens but it's heavily pixelated. I've tried specifying the resolution in the X11 config file but it doesn't make any difference.

I would appreciate any help on this matter.

Thanks

Last edited by TGS963 (2020-06-14 05:35:02)

Offline

#2 2020-06-11 06:10:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Please post
- native resolution of your old and new monitor (eg. one was FullHD and the new one is 4k?)
- your xinitrc and custom xorg.conf* (basically anything where you might try to set a specific mode)
- the Xorg log
- if you can, the ouput of "xrandr --verbose"

Try to set a lower resolution ("xrandr --output HDMI-0 --mode 1024x768", XGA should™ be supported)

It's usually the cable…

Offline

#3 2020-06-11 06:53:16

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

seth wrote:

- native resolution of your old and new monitor (eg. one was FullHD and the new one is 4k?)

The native resolution of my old monitor was 1360x786 and the new one is 1920x1080.

seth wrote:

your xinitrc and custom xorg.conf* (basically anything where you might try to set a specific mode)

This is the xinitrc

[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile

exec dwm

And this is the xorg.conf

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option	     "TargetRefresh" "60"
	Option	     "PreferredMode" "1920x1080"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "DoubleShadow"       	# [<bool>]
        #Option     "Atomic"             	# [<bool>]
	Identifier  "Card0"
	Driver      "modesetting"
	BusID       "PCI:29:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	  "1920x1080"
	EndSubSection
EndSection

As you can see I've tried to mention the resolution there.


seth wrote:

- the Xorg log

Here's the log

[    38.889] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    38.889] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    38.890] Build Operating System: Linux Arch Linux
[    38.890] Current Operating System: Linux tgs963 5.6.15-arch1-1 #1 SMP PREEMPT Wed, 27 May 2020 23:42:26 +0000 x86_64
[    38.890] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root=UUID=4d8e2c88-de98-448d-bae2-709a6e3ba857 rw
[    38.890] Build Date: 05 May 2020  05:08:17AM
[    38.890]  
[    38.890] Current version of pixman: 0.40.0
[    38.890] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.890] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.890] (==) Log file: "/home/tgs963/.local/share/xorg/Xorg.0.log", Time: Thu Jun 11 17:24:00 2020
[    38.974] (==) Using config file: "/etc/X11/xorg.conf"
[    38.974] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    39.011] (==) ServerLayout "X.org Configured"
[    39.011] (**) |-->Screen "Screen0" (0)
[    39.011] (**) |   |-->Monitor "Monitor0"
[    39.027] (**) |   |-->Device "Card0"
[    39.027] (**) |-->Input Device "Mouse0"
[    39.027] (**) |-->Input Device "Keyboard0"
[    39.027] (==) Automatically adding devices
[    39.027] (==) Automatically enabling devices
[    39.027] (==) Automatically adding GPU devices
[    39.027] (==) Automatically binding GPU devices
[    39.027] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    39.099] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    39.100] 	Entry deleted from font path.
[    39.100] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    39.100] 	Entry deleted from font path.
[    39.100] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    39.100] 	Entry deleted from font path.
[    39.100] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    39.100] 	Entry deleted from font path.
[    39.100] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    39.100] (**) ModulePath set to "/usr/lib/xorg/modules"
[    39.100] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    39.100] (WW) Disabling Mouse0
[    39.100] (WW) Disabling Keyboard0
[    39.100] (II) Module ABI versions:
[    39.100] 	X.Org ANSI C Emulation: 0.4
[    39.100] 	X.Org Video Driver: 24.1
[    39.100] 	X.Org XInput driver : 24.1
[    39.100] 	X.Org Server Extension : 10.0
[    39.101] (++) using VT number 1

[    39.101] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    39.102] (II) xfree86: Adding drm device (/dev/dri/card0)
[    39.102] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    39.105] (--) PCI:*(29@0:0:0) 1002:68e1:1043:3000 rev 0, Mem @ 0xe0000000/268435456, 0xfe920000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    39.105] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    39.105] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    39.105] (II) LoadModule: "glx"
[    39.145] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    39.265] (II) Module glx: vendor="X.Org Foundation"
[    39.265] 	compiled for 1.20.8, module version = 1.0.0
[    39.265] 	ABI class: X.Org Server Extension, version 10.0
[    39.265] (II) LoadModule: "modesetting"
[    39.265] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    39.314] (II) Module modesetting: vendor="X.Org Foundation"
[    39.314] 	compiled for 1.20.8, module version = 1.20.8
[    39.314] 	Module class: X.Org Video Driver
[    39.314] 	ABI class: X.Org Video Driver, version 24.1
[    39.314] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    39.314] (II) modeset(0): using drv /dev/dri/card0
[    39.314] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    39.314] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    39.314] (==) modeset(0): RGB weight 888
[    39.314] (==) modeset(0): Default visual is TrueColor
[    39.314] (II) Loading sub module "glamoregl"
[    39.314] (II) LoadModule: "glamoregl"
[    39.357] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    39.408] (II) Module glamoregl: vendor="X.Org Foundation"
[    39.408] 	compiled for 1.20.8, module version = 1.0.1
[    39.408] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.049] (II) modeset(0): glamor X acceleration enabled on AMD CEDAR (DRM 2.50.0 / 5.6.15-arch1-1, LLVM 10.0.0)
[    43.049] (II) modeset(0): glamor initialized
[    43.117] (II) modeset(0): Output HDMI-1 using monitor section Monitor0
[    43.117] (**) modeset(0): Option "PreferredMode" "1920x1080"
[    43.130] (II) modeset(0): Output DVI-I-1 has no monitor section
[    43.143] (II) modeset(0): Output VGA-1 has no monitor section
[    43.235] (II) modeset(0): EDID for output HDMI-1
[    43.235] (II) modeset(0): Manufacturer: GSM  Model: 5b34  Serial#: 16843009
[    43.235] (II) modeset(0): Year: 2015  Week: 35
[    43.235] (II) modeset(0): EDID Version: 1.3
[    43.235] (II) modeset(0): Digital Display Input
[    43.235] (II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[    43.235] (II) modeset(0): Gamma: 2.20
[    43.235] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    43.235] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    43.235] (II) modeset(0): First detailed timing is preferred mode
[    43.235] (II) modeset(0): redX: 0.645 redY: 0.335   greenX: 0.305 greenY: 0.630
[    43.235] (II) modeset(0): blueX: 0.148 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[    43.235] (II) modeset(0): Supported established timings:
[    43.235] (II) modeset(0): 720x400@70Hz
[    43.235] (II) modeset(0): 640x480@60Hz
[    43.235] (II) modeset(0): 640x480@75Hz
[    43.235] (II) modeset(0): 800x600@60Hz
[    43.235] (II) modeset(0): 800x600@75Hz
[    43.235] (II) modeset(0): 1024x768@60Hz
[    43.235] (II) modeset(0): 1024x768@75Hz
[    43.235] (II) modeset(0): 1280x1024@75Hz
[    43.235] (II) modeset(0): Manufacturer's mask: 0
[    43.235] (II) modeset(0): Supported standard timings:
[    43.235] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    43.235] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    43.235] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    43.235] (II) modeset(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    43.235] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    43.235] (II) modeset(0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    43.235] (II) modeset(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    43.235] (II) modeset(0): #7: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[    43.235] (II) modeset(0): Supported detailed timing:
[    43.235] (II) modeset(0): clock: 174.5 MHz   Image Size:  480 x 270 mm
[    43.235] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    43.235] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1119 v_border: 0
[    43.235] (II) modeset(0): Ranges: V min: 40 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 185 MHz
[    43.235] (II) modeset(0): Monitor name: MP59G
[    43.235] (II) modeset(0): Supported detailed timing:
[    43.235] (II) modeset(0): clock: 148.5 MHz   Image Size:  480 x 270 mm
[    43.235] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    43.235] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    43.235] (II) modeset(0): Supported detailed timing:
[    43.235] (II) modeset(0): clock: 148.5 MHz   Image Size:  480 x 270 mm
[    43.235] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    43.235] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    43.235] (II) modeset(0): Supported detailed timing:
[    43.235] (II) modeset(0): clock: 74.2 MHz   Image Size:  480 x 270 mm
[    43.235] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    43.235] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    43.235] (II) modeset(0): Supported detailed timing:
[    43.235] (II) modeset(0): clock: 27.0 MHz   Image Size:  480 x 270 mm
[    43.235] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    43.235] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    43.235] (II) modeset(0): Number of EDID sections to follow: 1
[    43.235] (II) modeset(0): EDID (in hex):
[    43.235] (II) modeset(0): 	00ffffffffffff001e6d345b01010101
[    43.235] (II) modeset(0): 	2319010380301b78ea3135a5554ea126
[    43.235] (II) modeset(0): 	0c5054a54b00714f81809500b300a9c0
[    43.235] (II) modeset(0): 	810081c090402a4480a0703827403020
[    43.235] (II) modeset(0): 	3500e00e1100001e000000fd00284b1e
[    43.235] (II) modeset(0): 	5512000a202020202020000000fc004d
[    43.235] (II) modeset(0): 	503539470a20202020202020023a8018
[    43.235] (II) modeset(0): 	71382d40582c4500e00e1100001e015b
[    43.235] (II) modeset(0): 	020324f148900403011012131f230907
[    43.235] (II) modeset(0): 	078301000065030c001000681a000001
[    43.235] (II) modeset(0): 	01284b00023a801871382d40582c4500
[    43.235] (II) modeset(0): 	e00e1100001e00000000000000000000
[    43.235] (II) modeset(0): 	0000000000000000011d007251d01e20
[    43.235] (II) modeset(0): 	6e285500e00e1100001e8c0ad08a20e0
[    43.235] (II) modeset(0): 	2d10103e9600e00e1100001800000000
[    43.235] (II) modeset(0): 	0000000000000000000000000000008a
[    43.235] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Printing probed modes for output HDMI-1
[    43.235] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz UdP)
[    43.235] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    43.235] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    43.235] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    43.235] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    43.235] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    43.235] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    43.235] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    43.235] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    43.235] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    43.235] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    43.235] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    43.235] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    43.235] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    43.235] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    43.235] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    43.235] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    43.235] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    43.235] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    43.235] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    43.235] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    43.235] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    43.235] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    43.235] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    43.235] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    43.235] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    43.235] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    43.235] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    43.235] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    43.235] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    43.235] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    43.235] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    43.235] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    43.235] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    43.235] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    43.235] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    43.235] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    43.235] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    43.235] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    43.235] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    43.235] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    43.235] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    43.235] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    43.235] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    43.235] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    43.235] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    43.235] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    43.235] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    43.235] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    43.235] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    43.235] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    43.235] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    43.235] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    43.235] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    43.235] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    43.235] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    43.235] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    43.235] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    43.235] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    43.235] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    43.236] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    43.236] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    43.236] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    43.236] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    43.236] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    43.236] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    43.236] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    43.236] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    43.236] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    43.236] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    43.236] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    43.236] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    43.236] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    43.236] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    43.236] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    43.236] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    43.236] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    43.236] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    43.236] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    43.236] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    43.236] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    43.236] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    43.236] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    43.236] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    43.236] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    43.236] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    43.236] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    43.236] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    43.236] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    43.236] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    43.236] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    43.236] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    43.236] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    43.236] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    43.236] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    43.236] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    43.236] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    43.236] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    43.236] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    43.236] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    43.236] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    43.236] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    43.236] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    43.236] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    43.250] (II) modeset(0): EDID for output DVI-I-1
[    43.263] (II) modeset(0): EDID for output VGA-1
[    43.263] (II) modeset(0): Output HDMI-1 connected
[    43.263] (II) modeset(0): Output DVI-I-1 disconnected
[    43.263] (II) modeset(0): Output VGA-1 disconnected
[    43.263] (II) modeset(0): Using user preference for initial modes
[    43.263] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[    43.263] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    43.263] (==) modeset(0): DPI set to (96, 96)
[    43.263] (II) Loading sub module "fb"
[    43.263] (II) LoadModule: "fb"
[    43.263] (II) Loading /usr/lib/xorg/modules/libfb.so
[    43.289] (II) Module fb: vendor="X.Org Foundation"
[    43.289] 	compiled for 1.20.8, module version = 1.0.0
[    43.289] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.867] (==) modeset(0): Backing store enabled
[    43.867] (==) modeset(0): Silken mouse disabled
[    43.896] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    43.896] (==) modeset(0): DPMS enabled
[    43.896] (WW) modeset(0): Option "TargetRefresh" is not used
[    43.896] (WW) modeset(0): Option "PreferredMode" is not used
[    43.896] (II) modeset(0): [DRI2] Setup complete
[    43.896] (II) modeset(0): [DRI2]   DRI driver: r600
[    43.896] (II) modeset(0): [DRI2]   VDPAU driver: r600
[    43.896] (II) Initializing extension Generic Event Extension
[    43.896] (II) Initializing extension SHAPE
[    43.896] (II) Initializing extension MIT-SHM
[    43.896] (II) Initializing extension XInputExtension
[    43.896] (II) Initializing extension XTEST
[    43.896] (II) Initializing extension BIG-REQUESTS
[    43.896] (II) Initializing extension SYNC
[    43.896] (II) Initializing extension XKEYBOARD
[    43.896] (II) Initializing extension XC-MISC
[    43.896] (II) Initializing extension SECURITY
[    43.896] (II) Initializing extension XFIXES
[    43.896] (II) Initializing extension RENDER
[    43.896] (II) Initializing extension RANDR
[    43.896] (II) Initializing extension COMPOSITE
[    43.896] (II) Initializing extension DAMAGE
[    43.896] (II) Initializing extension MIT-SCREEN-SAVER
[    43.896] (II) Initializing extension DOUBLE-BUFFER
[    43.896] (II) Initializing extension RECORD
[    43.896] (II) Initializing extension DPMS
[    43.896] (II) Initializing extension Present
[    43.896] (II) Initializing extension DRI3
[    43.896] (II) Initializing extension X-Resource
[    43.896] (II) Initializing extension XVideo
[    43.896] (II) Initializing extension XVideo-MotionCompensation
[    43.896] (II) Initializing extension GLX
[    43.899] (II) AIGLX: Loaded and initialized r600
[    43.899] (II) GLX: Initialized DRI2 GL provider for screen 0
[    43.899] (II) Initializing extension XFree86-VidModeExtension
[    43.899] (II) Initializing extension XFree86-DGA
[    43.899] (II) Initializing extension XFree86-DRI
[    43.899] (II) Initializing extension DRI2
[    44.085] (II) modeset(0): Damage tracking initialized
[    44.085] (II) modeset(0): Setting screen physical size to 508 x 285
[    45.806] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    45.806] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    45.806] (II) LoadModule: "libinput"
[    45.806] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    46.063] (II) Module libinput: vendor="X.Org Foundation"
[    46.063] 	compiled for 1.20.8, module version = 0.30.0
[    46.063] 	Module class: X.Org XInput Driver
[    46.063] 	ABI class: X.Org XInput driver, version 24.1
[    46.063] (II) Using input driver 'libinput' for 'Power Button'
[    46.064] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 17 paused 0
[    46.064] (**) Power Button: always reports core events
[    46.064] (**) Option "Device" "/dev/input/event1"
[    46.096] (**) Option "_source" "server/udev"
[    46.551] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    46.551] (II) event1  - Power Button: device is a keyboard
[    46.551] (II) event1  - Power Button: device removed
[    46.551] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    46.551] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    46.551] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    46.551] (II) event1  - Power Button: device is a keyboard
[    46.552] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    46.552] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    46.552] (II) Using input driver 'libinput' for 'Power Button'
[    46.552] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[    46.552] (**) Power Button: always reports core events
[    46.552] (**) Option "Device" "/dev/input/event0"
[    46.552] (**) Option "_source" "server/udev"
[    46.553] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    46.553] (II) event0  - Power Button: device is a keyboard
[    46.553] (II) event0  - Power Button: device removed
[    46.553] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    46.553] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    46.553] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    46.553] (II) event0  - Power Button: device is a keyboard
[    46.554] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event7)
[    46.554] (II) No input driver specified, ignoring this device.
[    46.554] (II) This device may have been added with another device file.
[    46.554] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event3)
[    46.554] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    46.554] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[    46.555] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[    46.555] (**) Logitech USB Keyboard: always reports core events
[    46.555] (**) Option "Device" "/dev/input/event3"
[    46.555] (**) Option "_source" "server/udev"
[    46.555] (II) event3  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    46.555] (II) event3  - Logitech USB Keyboard: device is a keyboard
[    46.556] (II) event3  - Logitech USB Keyboard: device removed
[    46.556] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-1/5-1:1.0/0003:046D:C31D.0001/input/input3/event3"
[    46.556] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 8)
[    46.556] (II) event3  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    46.556] (II) event3  - Logitech USB Keyboard: device is a keyboard
[    46.557] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event4)
[    46.557] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    46.557] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[    46.557] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[    46.557] (**) Logitech USB Keyboard Consumer Control: always reports core events
[    46.557] (**) Option "Device" "/dev/input/event4"
[    46.557] (**) Option "_source" "server/udev"
[    46.558] (II) event4  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    46.558] (II) event4  - Logitech USB Keyboard Consumer Control: device is a keyboard
[    46.558] (II) event4  - Logitech USB Keyboard Consumer Control: device removed
[    46.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-1/5-1:1.1/0003:046D:C31D.0002/input/input4/event4"
[    46.558] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 9)
[    46.559] (II) event4  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    46.559] (II) event4  - Logitech USB Keyboard Consumer Control: device is a keyboard
[    46.560] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event5)
[    46.560] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    46.560] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[    46.560] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    46.560] (**) Logitech USB Keyboard System Control: always reports core events
[    46.560] (**) Option "Device" "/dev/input/event5"
[    46.560] (**) Option "_source" "server/udev"
[    46.561] (II) event5  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    46.561] (II) event5  - Logitech USB Keyboard System Control: device is a keyboard
[    46.561] (II) event5  - Logitech USB Keyboard System Control: device removed
[    46.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-1/5-1:1.1/0003:046D:C31D.0002/input/input5/event5"
[    46.561] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 10)
[    46.562] (II) event5  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    46.562] (II) event5  - Logitech USB Keyboard System Control: device is a keyboard
[    46.562] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event6)
[    46.562] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    46.562] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[    46.563] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 24 paused 0
[    46.563] (**) Logitech USB Optical Mouse: always reports core events
[    46.563] (**) Option "Device" "/dev/input/event6"
[    46.563] (**) Option "_source" "server/udev"
[    46.564] (II) event6  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[    46.564] (II) event6  - Logitech USB Optical Mouse: device is a pointer
[    46.564] (II) event6  - Logitech USB Optical Mouse: device removed
[    46.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-2/5-2:1.0/0003:046D:C077.0003/input/input6/event6"
[    46.564] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
[    46.564] (**) Option "AccelerationScheme" "none"
[    46.564] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[    46.564] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[    46.564] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[    46.565] (II) event6  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[    46.565] (II) event6  - Logitech USB Optical Mouse: device is a pointer
[    46.565] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[    46.565] (II) No input driver specified, ignoring this device.
[    46.565] (II) This device may have been added with another device file.
[    46.565] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[    46.565] (II) No input driver specified, ignoring this device.
[    46.565] (II) This device may have been added with another device file.
[    46.566] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event11)
[    46.566] (II) No input driver specified, ignoring this device.
[    46.566] (II) This device may have been added with another device file.
[    46.566] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event12)
[    46.566] (II) No input driver specified, ignoring this device.
[    46.566] (II) This device may have been added with another device file.
[    46.566] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event13)
[    46.566] (II) No input driver specified, ignoring this device.
[    46.566] (II) This device may have been added with another device file.
[    46.566] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event14)
[    46.566] (II) No input driver specified, ignoring this device.
[    46.566] (II) This device may have been added with another device file.
[    46.566] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[    46.566] (II) No input driver specified, ignoring this device.
[    46.566] (II) This device may have been added with another device file.
[    46.567] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[    46.567] (II) No input driver specified, ignoring this device.
[    46.567] (II) This device may have been added with another device file.
[    46.567] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    46.567] (II) No input driver specified, ignoring this device.
[    46.567] (II) This device may have been added with another device file.
[    47.665] (II) modeset(0): EDID vendor "GSM", prod id 23348
[    47.665] (II) modeset(0): Using EDID range info for horizontal sync
[    47.665] (II) modeset(0): Using EDID range info for vertical refresh
[    47.665] (II) modeset(0): Printing DDC gathered Modelines:
[    47.665] (II) modeset(0): Modeline "1920x1080"x0.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync +vsync (83.9 kHz eP)
[    47.665] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    47.665] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    47.665] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    47.665] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    47.665] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    47.665] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    47.665] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    47.665] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    47.665] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    47.665] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    47.665] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    47.665] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    47.665] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    47.665] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    47.665] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    47.665] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    47.665] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    47.665] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    47.665] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    47.665] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    47.665] (II) modeset(0): Modeline "1400x1050"x0.0  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    47.858] (II) modeset(0): Disabling kernel dirty updates, not required.
[    55.341] (**) Option "fd" "17"
[    55.341] (II) event1  - Power Button: device removed
[    55.341] (**) Option "fd" "20"
[    55.341] (II) event0  - Power Button: device removed
[    55.341] (**) Option "fd" "21"
[    55.341] (II) event3  - Logitech USB Keyboard: device removed
[    55.341] (**) Option "fd" "22"
[    55.341] (II) event4  - Logitech USB Keyboard Consumer Control: device removed
[    55.341] (**) Option "fd" "23"
[    55.341] (II) event5  - Logitech USB Keyboard System Control: device removed
[    55.341] (**) Option "fd" "24"
[    55.341] (II) event6  - Logitech USB Optical Mouse: device removed
[    55.341] (II) UnloadModule: "libinput"
[    55.341] (II) systemd-logind: releasing fd for 13:70
[    55.403] (II) UnloadModule: "libinput"
[    55.403] (II) systemd-logind: releasing fd for 13:69
[    55.443] (II) UnloadModule: "libinput"
[    55.443] (II) systemd-logind: releasing fd for 13:68
[    55.483] (II) UnloadModule: "libinput"
[    55.483] (II) systemd-logind: releasing fd for 13:67
[    55.503] (II) UnloadModule: "libinput"
[    55.503] (II) systemd-logind: releasing fd for 13:64
[    55.560] (II) UnloadModule: "libinput"
[    55.560] (II) systemd-logind: releasing fd for 13:65
[    55.635] (II) Server terminated successfully (0). Closing log file.
seth wrote:

- if you can, the ouput of "xrandr --verbose"

This was a bit tricky to get because I couldn't see the display but I did it somehow

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
HDMI-1 connected primary 1920x1080+0+0 (0x47) normal (normal left inverted right x axis y axis) 480mm x 270mm
	Identifier: 0x43
	Timestamp:  417836
	Subpixel:   horizontal rgb
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff001e6d345b01010101
		2319010380301b78ea3135a5554ea126
		0c5054a54b00714f81809500b300a9c0
		810081c090402a4480a0703827403020
		3500e00e1100001e000000fd00284b1e
		5512000a202020202020000000fc004d
		503539470a20202020202020023a8018
		71382d40582c4500e00e1100001e015b
		020324f148900403011012131f230907
		078301000065030c001000681a000001
		01284b00023a801871382d40582c4500
		e00e1100001e00000000000000000000
		0000000000000000011d007251d01e20
		6e285500e00e1100001e8c0ad08a20e0
		2d10103e9600e00e1100001800000000
		0000000000000000000000000000008a
	audio: auto 
		supported: off, on, auto
	scaling mode: None 
		supported: None, Full, Center, Full aspect
	dither: off 
		supported: off, on
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: off, on, auto
	coherent: 1 
		range: (0, 1)
	link-status: Good 
		supported: Good, Bad
	CONNECTOR_ID: 50 
		supported: 50
	non-desktop: 0 
		range: (0, 1)
  1920x1080 (0x47) 173.000MHz -HSync +VSync *current +preferred
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x48) 148.500MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x49) 148.500MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  56.25KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  50.00Hz
  1920x1080 (0x4a) 148.352MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1920x1080 (0x4b) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1680x1050 (0x4c) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4d) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1400x1050 (0x4e) 155.800MHz +HSync +VSync
        h: width  1400 start 1464 end 1784 total 1912 skew    0 clock  81.49KHz
        v: height 1050 start 1052 end 1064 total 1090           clock  74.76Hz
  1400x1050 (0x4f) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1400x1050 (0x50) 101.000MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  64.74KHz
        v: height 1050 start 1053 end 1057 total 1080           clock  59.95Hz
  1600x900 (0x51) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x52) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x53) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1600x900 (0x54) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x55) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x56) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x57) 88.750MHz +HSync -VSync
        h: width  1440 start 1488 end 1520 total 1600 skew    0 clock  55.47KHz
        v: height  900 start  903 end  909 total  926           clock  59.90Hz
  1400x900 (0x58) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x59) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x5a) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x5b) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x5c) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x5d) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1280x800 (0x5e) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5f) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x60) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x61) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x62) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1280x720 (0x63) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x64) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x65) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x66) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1280x720 (0x67) 74.250MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock  37.50KHz
        v: height  720 start  725 end  730 total  750           clock  50.00Hz
  1280x720 (0x68) 74.176MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1280x720 (0x69) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x6a) 170.240MHz -HSync +VSync DoubleScan
        h: width  1024 start 1108 end 1220 total 1416 skew    0 clock 120.23KHz
        v: height  768 start  768 end  770 total  801           clock  75.05Hz
  1024x768 (0x6b) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x6c) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x6d) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x6e) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x6f) 148.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1032 end 1144 total 1320 skew    0 clock 112.50KHz
        v: height  720 start  720 end  722 total  750           clock  75.00Hz
  960x720 (0x70) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x71) 144.000MHz -HSync +VSync DoubleScan
        h: width   928 start  992 end 1104 total 1280 skew    0 clock 112.50KHz
        v: height  696 start  696 end  698 total  750           clock  75.00Hz
  928x696 (0x72) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x73) 130.500MHz -HSync +VSync DoubleScan
        h: width   896 start  944 end 1052 total 1228 skew    0 clock 106.27KHz
        v: height  672 start  672 end  674 total  708           clock  75.05Hz
  896x672 (0x74) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x75) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x76) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x77) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x78) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x79) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x7a) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  832x624 (0x7b) 57.284MHz -HSync -VSync
        h: width   832 start  864 end  928 total 1152 skew    0 clock  49.73KHz
        v: height  624 start  625 end  628 total  667           clock  74.55Hz
  960x540 (0x7c) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x7d) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x7e) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x7f) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x80) 101.250MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  93.75KHz
        v: height  600 start  600 end  602 total  625           clock  75.00Hz
  800x600 (0x81) 94.500MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  87.50KHz
        v: height  600 start  600 end  602 total  625           clock  70.00Hz
  800x600 (0x82) 87.750MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  81.25KHz
        v: height  600 start  600 end  602 total  625           clock  65.00Hz
  800x600 (0x83) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x84) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x85) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x86) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x87) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x88) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x89) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x8a) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x8b) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  720x576 (0x8c) 27.000MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock  31.25KHz
        v: height  576 start  581 end  586 total  625           clock  50.00Hz
  700x525 (0x8d) 77.900MHz +HSync +VSync DoubleScan
        h: width   700 start  732 end  892 total  956 skew    0 clock  81.49KHz
        v: height  525 start  526 end  532 total  545           clock  74.76Hz
  700x525 (0x8e) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x8f) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x90) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  720x480 (0x91) 27.027MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.50KHz
        v: height  480 start  489 end  495 total  525           clock  60.00Hz
  720x480 (0x92) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  640x512 (0x93) 67.500MHz +HSync +VSync DoubleScan
        h: width   640 start  648 end  720 total  844 skew    0 clock  79.98KHz
        v: height  512 start  512 end  514 total  533           clock  75.02Hz
  640x512 (0x94) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  700x450 (0x95) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x96) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x97) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x98) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x99) 31.500MHz -HSync -VSync
        h: width   640 start  664 end  704 total  832 skew    0 clock  37.86KHz
        v: height  480 start  489 end  492 total  520           clock  72.81Hz
  640x480 (0x98) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x9a) 25.200MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.50KHz
        v: height  480 start  490 end  492 total  525           clock  60.00Hz
  640x480 (0x9b) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x9c) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x9d) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  720x400 (0x9e) 28.320MHz -HSync +VSync
        h: width   720 start  738 end  846 total  900 skew    0 clock  31.47KHz
        v: height  400 start  412 end  414 total  449           clock  70.08Hz
  684x384 (0x9f) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0xa0) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  640x400 (0xa1) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0xa2) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  576x432 (0xa3) 54.000MHz +HSync +VSync DoubleScan
        h: width   576 start  608 end  672 total  800 skew    0 clock  67.50KHz
        v: height  432 start  432 end  434 total  450           clock  75.00Hz
  640x360 (0xa4) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0xa5) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0xa6) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0xa7) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0xa8) 39.375MHz +HSync +VSync DoubleScan
        h: width   512 start  520 end  568 total  656 skew    0 clock  60.02KHz
        v: height  384 start  384 end  386 total  400           clock  75.03Hz
  512x384 (0xa9) 37.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  664 skew    0 clock  56.48KHz
        v: height  384 start  385 end  388 total  403           clock  70.07Hz
  512x384 (0xaa) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0xab) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0xac) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  416x312 (0xad) 28.642MHz -HSync -VSync DoubleScan
        h: width   416 start  432 end  464 total  576 skew    0 clock  49.73KHz
        v: height  312 start  312 end  314 total  333           clock  74.66Hz
  480x270 (0xae) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0xaf) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0xb0) 25.000MHz +HSync +VSync DoubleScan
        h: width   400 start  428 end  488 total  520 skew    0 clock  48.08KHz
        v: height  300 start  318 end  321 total  333           clock  72.19Hz
  400x300 (0xb1) 24.750MHz +HSync +VSync DoubleScan
        h: width   400 start  408 end  448 total  528 skew    0 clock  46.88KHz
        v: height  300 start  300 end  302 total  312           clock  75.12Hz
  400x300 (0xb2) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0xb3) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0xb4) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0xb5) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0xb6) 15.750MHz -HSync -VSync DoubleScan
        h: width   320 start  332 end  352 total  416 skew    0 clock  37.86KHz
        v: height  240 start  244 end  246 total  260           clock  72.81Hz
  320x240 (0xb7) 15.750MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  360 total  420 skew    0 clock  37.50KHz
        v: height  240 start  240 end  242 total  250           clock  75.00Hz
  320x240 (0xb8) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0xb9) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0xba) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0xbb)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0xbc)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz
DVI-I-1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x44
	Timestamp:  417836
	Subpixel:   horizontal rgb
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	load detection: 1 
		range: (0, 1)
	audio: auto 
		supported: off, on, auto
	scaling mode: None 
		supported: None, Full, Center, Full aspect
	dither: off 
		supported: off, on
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: off, on, auto
	coherent: 1 
		range: (0, 1)
	link-status: Good 
		supported: Good, Bad
	CONNECTOR_ID: 52 
		supported: 52
	non-desktop: 0 
		range: (0, 1)
VGA-1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x45
	Timestamp:  417836
	Subpixel:   no subpixels
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	scaling mode: None 
		supported: None, Full, Center, Full aspect
	load detection: 1 
		range: (0, 1)
	link-status: Good 
		supported: Good, Bad
	CONNECTOR_ID: 55 
		supported: 55
	non-desktop: 0 
		range: (0, 1)
seth wrote:

Try to set a lower resolution ("xrandr --output HDMI-0 --mode 1024x768", XGA should™ be supported)

Thanks!! I tried it and it actually worked!!
But I can' set it to 1920x1080. If I do, it shows "Out of Range" again.

seth wrote:

It's usually the cable…

I don't think it is because I have a windows installation on the same machine and it runs fine on 1920x1080 resolution.

Thanks for responding

Offline

#4 2020-06-11 07:03:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Ok, the default resolution is 1920x1080@60Hz and even the oldest HDMI setup should do 1080p.
However

[    43.235] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[    43.235] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)

and the fact the XGA works are fishy enough (though on the monitors side)

Try to add and use a reduced blanking mode:

cvt -r 1920 1080 60
# 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz
Modeline "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync

https://wiki.archlinux.org/index.php/Xr … esolutions

Offline

#5 2020-06-11 07:27:16

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Sorry I should've spent more time on the Arch wiki because I didn't know about the reduced blanking mode but it didn't help either. I tried changing the resolution to 1600x900 and that works nicely but 1920x1080 still doesn't work.

Thanks for the suggestions.

Offline

#6 2020-06-11 10:35:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Does 1600x1050 work? (w/o reduced blanking that gets the pixel clock at 140, 1.5 > than 1080p w/ reduced blanking)

What monitor is this exactly? (Vendor/Model)

Offline

#7 2020-06-11 11:32:39

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

No, 1600x1050 didn't work either.
I tried booting other distros with live usb sticks and they did fine in 1920x1080.

The monitor is an LG 24MP59G.

Offline

#8 2020-06-11 11:34:03

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

You could see whether xf86-vide-intel does better.

Offline

#9 2020-06-11 12:38:31

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

I don't have an Intel GPU. Should I try the AMD one instead?

Offline

#10 2020-06-11 12:44:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Yup. amdgpu or ati, depending on the actual kernel module (check dmesg, amdgpu is amdgpu; ati will show up as radeon)

Offline

#11 2020-06-11 14:27:43

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Still does the same out of range thing. I think I'll try to reinstall arch and see if it persists or not.

Offline

#12 2020-06-11 14:48:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Re-installing stuff don't fix stuff. If you reproduce the installation, you'll end up w/ the same result.
Try the LTS kernel first.

Offline

#13 2020-06-11 15:32:33

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Okay. I will do that and update here.

Thanks for all the suggestions.

Offline

#14 2020-06-12 04:45:16

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

I did it and nothing has improved.

uname -r

shows that it's the lts kernel but still can't use 1920x1080.

Offline

#15 2020-06-12 20:52:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Is this the amdgpu or radeon kernel module?
Both support "amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0"
resp.
"radeon.audio=0 radeon.dpm=0 radeon.aspm=0 radeon.runpm=0 radeon.bapm=0" kernel parameters (disable HDMI audio and a bunch of power saving features)

Also see dmesg whether there're any errors when attempting to switch to FullHD

Offline

#16 2020-06-13 15:29:52

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

It is the radeon module

And I added the kernel parameters while booting but there's no change.

my xranr -q has 1680x1050 beneath 1920x1080 so I tried that and that works nicely as well.

By the way I tried looking at the dmesg and nothing really caught my eye. I did the dmesg while in the 1920x1080 mode where I couldn't see a thing to be extra sure.
Here's the output:

[    0.000000] Linux version 5.4.46-1-lts (linux-lts@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP Wed, 10 Jun 2020 20:36:34 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=UUID=4d8e2c88-de98-448d-bae2-709a6e3ba857 rw radeon.audio=0 radeon.dpm=0 radeon.aspm=0 radeon.runpm=0 radeon.bapm=0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000dd0affff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd0b0000-0x00000000dd1f0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd1f1000-0x00000000dd371fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd372000-0x00000000dd781fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd782000-0x00000000de661fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de662000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd015e018-0xd016c057] usable ==> usable
[    0.000000] e820: update [mem 0xd015e018-0xd016c057] usable ==> usable
[    0.000000] e820: update [mem 0xd014d018-0xd015d057] usable ==> usable
[    0.000000] e820: update [mem 0xd014d018-0xd015d057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000d014d017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d014d018-0x00000000d015d057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d015d058-0x00000000d015e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d015e018-0x00000000d016c057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d016c058-0x00000000dd0affff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd0b0000-0x00000000dd1f0fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dd1f1000-0x00000000dd371fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd372000-0x00000000dd781fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dd782000-0x00000000de661fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de662000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdd701000  ACPI=0xdd701000  SMBIOS=0xde482000  MEMATTR=0xd9048018  ESRT=0xd904cf98 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7B79/X470 GAMING PLUS (MS-7B79), BIOS A.60 12/27/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4049.841 MHz processor
[    0.000871] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000872] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000877] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000881] MTRR default type: uncachable
[    0.000881] MTRR fixed ranges enabled:
[    0.000882]   00000-9FFFF write-back
[    0.000883]   A0000-BFFFF write-through
[    0.000883]   C0000-FFFFF write-protect
[    0.000884] MTRR variable ranges enabled:
[    0.000885]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000885]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000886]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000887]   3 disabled
[    0.000887]   4 disabled
[    0.000887]   5 disabled
[    0.000887]   6 disabled
[    0.000888]   7 disabled
[    0.000888] TOM2: 0000000420000000 aka 16896M
[    0.001011] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001067] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.001071] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.004428] esrt: Reserving ESRT space from 0x00000000d904cf98 to 0x00000000d904cfd0.
[    0.004433] e820: update [mem 0xd904c000-0xd904cfff] usable ==> reserved
[    0.004445] check: Scanning 1 areas for low memory corruption
[    0.004448] Using GB pages for direct mapping
[    0.004450] BRK [0x180201000, 0x180201fff] PGTABLE
[    0.004451] BRK [0x180202000, 0x180202fff] PGTABLE
[    0.004452] BRK [0x180203000, 0x180203fff] PGTABLE
[    0.004503] BRK [0x180204000, 0x180204fff] PGTABLE
[    0.004504] BRK [0x180205000, 0x180205fff] PGTABLE
[    0.004747] BRK [0x180206000, 0x180206fff] PGTABLE
[    0.004849] BRK [0x180207000, 0x180207fff] PGTABLE
[    0.004940] BRK [0x180208000, 0x180208fff] PGTABLE
[    0.005065] BRK [0x180209000, 0x180209fff] PGTABLE
[    0.005125] BRK [0x18020a000, 0x18020afff] PGTABLE
[    0.005209] BRK [0x18020b000, 0x18020bfff] PGTABLE
[    0.005281] BRK [0x18020c000, 0x18020cfff] PGTABLE
[    0.005504] Secure boot disabled
[    0.005505] RAMDISK: [mem 0x7f6a9000-0x7fffefff]
[    0.005512] ACPI: Early table checksum verification disabled
[    0.005515] ACPI: RSDP 0x00000000DD701000 000024 (v02 ALASKA)
[    0.005517] ACPI: XSDT 0x00000000DD701098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005521] ACPI: FACP 0x00000000DD709328 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.005524] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20190816/tbfadt-615)
[    0.005526] ACPI: DSDT 0x00000000DD7011D8 00814C (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.005528] ACPI: FACS 0x00000000DD76AD80 000040
[    0.005530] ACPI: APIC 0x00000000DD709440 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.005531] ACPI: FPDT 0x00000000DD709520 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005533] ACPI: FIDT 0x00000000DD709568 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005535] ACPI: SSDT 0x00000000DD709608 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.005537] ACPI: CRAT 0x00000000DD7122A0 000BD0 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.005538] ACPI: CDIT 0x00000000DD712E70 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.005540] ACPI: SSDT 0x00000000DD712EA0 002D9D (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.005542] ACPI: MCFG 0x00000000DD715C40 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.005544] ACPI: HPET 0x00000000DD715C80 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.005545] ACPI: SSDT 0x00000000DD715CB8 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.005547] ACPI: UEFI 0x00000000DD715CE0 000048 (v01                 00000000      00000000)
[    0.005548] ACPI: IVRS 0x00000000DD715D28 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.005550] ACPI: BGRT 0x00000000DD715DF8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005552] ACPI: SSDT 0x00000000DD715E30 001B4E (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.005553] ACPI: SSDT 0x00000000DD717980 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.005555] ACPI: WSMT 0x00000000DD717A40 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005561] ACPI: Local APIC address 0xfee00000
[    0.005631] No NUMA configuration found
[    0.005632] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.005634] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
[    0.005657] Zone ranges:
[    0.005657]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005658]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005658]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.005659]   Device   empty
[    0.005659] Movable zone start for each node
[    0.005660] Early memory node ranges
[    0.005660]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005661]   node   0: [mem 0x0000000000100000-0x0000000009d7ffff]
[    0.005661]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.005662]   node   0: [mem 0x000000000a20a000-0x000000000affffff]
[    0.005662]   node   0: [mem 0x000000000b020000-0x00000000dd0affff]
[    0.005663]   node   0: [mem 0x00000000dd1f1000-0x00000000dd371fff]
[    0.005663]   node   0: [mem 0x00000000de662000-0x00000000deffffff]
[    0.005663]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.005729] Zeroed struct page in unavailable ranges: 13244 pages
[    0.005730] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.005731] On node 0 totalpages: 4181060
[    0.005732]   DMA zone: 64 pages used for memmap
[    0.005732]   DMA zone: 26 pages reserved
[    0.005733]   DMA zone: 3999 pages, LIFO batch:0
[    0.005771]   DMA32 zone: 14117 pages used for memmap
[    0.005772]   DMA32 zone: 903461 pages, LIFO batch:63
[    0.015151]   Normal zone: 51150 pages used for memmap
[    0.015153]   Normal zone: 3273600 pages, LIFO batch:63
[    0.046915] ACPI: PM-Timer IO Port: 0x808
[    0.046917] ACPI: Local APIC address 0xfee00000
[    0.046923] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.046940] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.046943] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.046944] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.046945] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.046946] ACPI: IRQ0 used by override.
[    0.046947] ACPI: IRQ9 used by override.
[    0.046948] Using ACPI (MADT) for SMP configuration information
[    0.046949] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.046957] e820: update [mem 0xd8fc7000-0xd9023fff] usable ==> reserved
[    0.046966] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.046988] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.046989] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.046990] PM: Registered nosave memory: [mem 0x09d80000-0x09ffffff]
[    0.046991] PM: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[    0.046992] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.046993] PM: Registered nosave memory: [mem 0xd014d000-0xd014dfff]
[    0.046994] PM: Registered nosave memory: [mem 0xd015d000-0xd015dfff]
[    0.046995] PM: Registered nosave memory: [mem 0xd015e000-0xd015efff]
[    0.046996] PM: Registered nosave memory: [mem 0xd016c000-0xd016cfff]
[    0.046997] PM: Registered nosave memory: [mem 0xd8fc7000-0xd9023fff]
[    0.046998] PM: Registered nosave memory: [mem 0xd904c000-0xd904cfff]
[    0.046999] PM: Registered nosave memory: [mem 0xdd0b0000-0xdd1f0fff]
[    0.047000] PM: Registered nosave memory: [mem 0xdd372000-0xdd781fff]
[    0.047001] PM: Registered nosave memory: [mem 0xdd782000-0xde661fff]
[    0.047002] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.047002] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.047002] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.047003] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.047003] PM: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[    0.047003] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.047004] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.047004] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.047004] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.047004] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.047005] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.047005] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.047005] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.047006] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.047006] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.047006] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.047006] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.047007] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.047007] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.047007] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.047008] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.047008] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.047008] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.047009] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.047009] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.047009] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.047009] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.047011] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.047011] Booting paravirtualized kernel on bare hardware
[    0.047015] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.130838] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.131410] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.131416] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.131416] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.131436] Built 1 zonelists, mobility grouping on.  Total pages: 4115703
[    0.131436] Policy zone: Normal
[    0.131437] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=UUID=4d8e2c88-de98-448d-bae2-709a6e3ba857 rw radeon.audio=0 radeon.dpm=0 radeon.aspm=0 radeon.runpm=0 radeon.bapm=0
[    0.133208] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.134051] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.134087] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.141029] Calgary: detecting Calgary via BIOS EBDA area
[    0.141031] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.174638] Memory: 16256236K/16724240K available (12291K kernel code, 1325K rwdata, 4004K rodata, 1708K init, 3408K bss, 468004K reserved, 0K cma-reserved)
[    0.174646] random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
[    0.174758] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.174769] ftrace: allocating 37429 entries in 147 pages
[    0.184349] rcu: Hierarchical RCU implementation.
[    0.184349] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.184350] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.184351] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.186071] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.186371] Console: colour dummy device 80x25
[    0.186374] printk: console [tty0] enabled
[    0.186386] ACPI: Core revision 20190816
[    0.186493] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.186520] APIC: Switch to symmetric I/O mode setup
[    0.255164] Switched APIC routing to physical flat.
[    0.255914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.296523] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3a60479844c, max_idle_ns: 440795277520 ns
[    0.296526] Calibrating delay loop (skipped), value calculated using timer frequency.. 8099.68 BogoMIPS (lpj=40498410)
[    0.296527] pid_max: default: 32768 minimum: 301
[    0.298206] LSM: Security Framework initializing
[    0.298209] Yama: becoming mindful.
[    0.298246] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.298269] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.298277] *** VALIDATE tmpfs ***
[    0.298385] *** VALIDATE proc ***
[    0.298423] *** VALIDATE cgroup1 ***
[    0.298424] *** VALIDATE cgroup2 ***
[    0.298470] LVT offset 1 assigned for vector 0xf9
[    0.298524] LVT offset 2 assigned for vector 0xf4
[    0.298538] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.298539] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.298540] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.298541] Spectre V2 : Mitigation: Full AMD retpoline
[    0.298542] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.298543] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.298543] Spectre V2 : User space: Vulnerable
[    0.298544] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.298753] Freeing SMP alternatives memory: 32K
[    0.434956] smpboot: CPU0: AMD Ryzen 5 2600X Six-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.435022] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.435025] ... version:                0
[    0.435025] ... bit width:              48
[    0.435025] ... generic registers:      6
[    0.435026] ... value mask:             0000ffffffffffff
[    0.435026] ... max period:             00007fffffffffff
[    0.435026] ... fixed-purpose events:   0
[    0.435027] ... event mask:             000000000000003f
[    0.435051] rcu: Hierarchical SRCU implementation.
[    0.435349] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.435442] smp: Bringing up secondary CPUs ...
[    0.435512] x86: Booting SMP configuration:
[    0.435513] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.448856] smp: Brought up 1 node, 12 CPUs
[    0.448856] smpboot: Max logical packages: 2
[    0.448856] smpboot: Total of 12 processors activated (97196.18 BogoMIPS)
[    0.448856] devtmpfs: initialized
[    0.448856] x86/mm: Memory block size: 128MB
[    0.448856] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[    0.448856] PM: Registering ACPI NVS region [mem 0xdd372000-0xdd781fff] (4259840 bytes)
[    0.448856] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.448856] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.448856] pinctrl core: initialized pinctrl subsystem
[    0.448856] PM: RTC time: 15:11:40, date: 2020-06-13
[    0.448856] NET: Registered protocol family 16
[    0.448856] audit: initializing netlink subsys (disabled)
[    0.448856] audit: type=2000 audit(1592061100.210:1): state=initialized audit_enabled=0 res=1
[    0.448856] cpuidle: using governor ladder
[    0.448856] cpuidle: using governor menu
[    0.448856] ACPI: bus type PCI registered
[    0.448856] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.448856] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.448856] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.448856] PCI: Using configuration type 1 for base access
[    0.456557] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.456557] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.456600] ACPI: Added _OSI(Module Device)
[    0.456600] ACPI: Added _OSI(Processor Device)
[    0.456601] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.456601] ACPI: Added _OSI(Processor Aggregator Device)
[    0.456602] ACPI: Added _OSI(Linux-Dell-Video)
[    0.456602] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.456603] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.466527] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.466527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.467582] ACPI: Interpreter enabled
[    0.467595] ACPI: (supports S0 S3 S4 S5)
[    0.467595] ACPI: Using IOAPIC for interrupt routing
[    0.467869] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.468186] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.477953] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.477956] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.478102] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.478240] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.478248] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.478536] PCI host bridge to bus 0000:00
[    0.478537] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.478538] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.478539] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.478540] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.478540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.478541] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.478542] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.478542] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.478543] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.478549] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.478622] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.478709] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.478769] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.478802] pci 0000:00:01.3: enabling Extended Tags
[    0.478882] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.478991] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.479061] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.479118] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.479247] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.479367] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.479445] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.479503] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.479543] pci 0000:00:07.1: enabling Extended Tags
[    0.479620] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.479728] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.479785] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.479814] pci 0000:00:08.1: enabling Extended Tags
[    0.479892] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.480035] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.480248] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.480467] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.480511] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.480558] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.480604] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.480648] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.480691] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.480736] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.480780] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.480909] pci 0000:03:00.0: [1022:43d0] type 00 class 0x0c0330
[    0.480930] pci 0000:03:00.0: reg 0x10: [mem 0xfe7a0000-0xfe7a7fff 64bit]
[    0.480962] pci 0000:03:00.0: enabling Extended Tags
[    0.481009] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.481077] pci 0000:03:00.1: [1022:43c8] type 00 class 0x010601
[    0.481119] pci 0000:03:00.1: reg 0x24: [mem 0xfe780000-0xfe79ffff]
[    0.481125] pci 0000:03:00.1: reg 0x30: [mem 0xfe700000-0xfe77ffff pref]
[    0.481130] pci 0000:03:00.1: enabling Extended Tags
[    0.481164] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.481216] pci 0000:03:00.2: [1022:43c6] type 01 class 0x060400
[    0.481255] pci 0000:03:00.2: enabling Extended Tags
[    0.481293] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.481371] pci 0000:00:01.3: PCI bridge to [bus 03-1c]
[    0.481373] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.481374] pci 0000:00:01.3:   bridge window [mem 0xfe500000-0xfe7fffff]
[    0.481452] pci 0000:16:00.0: [1022:43c7] type 01 class 0x060400
[    0.481497] pci 0000:16:00.0: enabling Extended Tags
[    0.481544] pci 0000:16:00.0: PME# supported from D3hot D3cold
[    0.481612] pci 0000:16:01.0: [1022:43c7] type 01 class 0x060400
[    0.481656] pci 0000:16:01.0: enabling Extended Tags
[    0.481703] pci 0000:16:01.0: PME# supported from D3hot D3cold
[    0.481769] pci 0000:16:02.0: [1022:43c7] type 01 class 0x060400
[    0.481813] pci 0000:16:02.0: enabling Extended Tags
[    0.481860] pci 0000:16:02.0: PME# supported from D3hot D3cold
[    0.481928] pci 0000:16:03.0: [1022:43c7] type 01 class 0x060400
[    0.481971] pci 0000:16:03.0: enabling Extended Tags
[    0.482019] pci 0000:16:03.0: PME# supported from D3hot D3cold
[    0.482086] pci 0000:16:04.0: [1022:43c7] type 01 class 0x060400
[    0.482130] pci 0000:16:04.0: enabling Extended Tags
[    0.482177] pci 0000:16:04.0: PME# supported from D3hot D3cold
[    0.482249] pci 0000:16:08.0: [1022:43c7] type 01 class 0x060400
[    0.482293] pci 0000:16:08.0: enabling Extended Tags
[    0.482340] pci 0000:16:08.0: PME# supported from D3hot D3cold
[    0.482412] pci 0000:03:00.2: PCI bridge to [bus 16-1c]
[    0.482416] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.482418] pci 0000:03:00.2:   bridge window [mem 0xfe500000-0xfe6fffff]
[    0.482451] pci 0000:16:00.0: PCI bridge to [bus 17]
[    0.482506] pci 0000:18:00.0: [10ec:8168] type 00 class 0x020000
[    0.482546] pci 0000:18:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.482580] pci 0000:18:00.0: reg 0x18: [mem 0xfe604000-0xfe604fff 64bit]
[    0.482601] pci 0000:18:00.0: reg 0x20: [mem 0xfe600000-0xfe603fff 64bit]
[    0.482733] pci 0000:18:00.0: supports D1 D2
[    0.482734] pci 0000:18:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.482895] pci 0000:16:01.0: PCI bridge to [bus 18]
[    0.482899] pci 0000:16:01.0:   bridge window [io  0xf000-0xffff]
[    0.482901] pci 0000:16:01.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.482939] pci 0000:16:02.0: PCI bridge to [bus 19]
[    0.482980] pci 0000:16:03.0: PCI bridge to [bus 1a]
[    0.483022] pci 0000:16:04.0: PCI bridge to [bus 1b]
[    0.483074] pci 0000:1c:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.483113] pci 0000:1c:00.0: reg 0x10: [mem 0xfe500000-0xfe507fff 64bit]
[    0.483177] pci 0000:1c:00.0: enabling Extended Tags
[    0.483388] pci 0000:16:08.0: PCI bridge to [bus 1c]
[    0.483394] pci 0000:16:08.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.483592] pci 0000:1d:00.0: [1002:68e1] type 00 class 0x030000
[    0.483615] pci 0000:1d:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.483626] pci 0000:1d:00.0: reg 0x18: [mem 0xfe920000-0xfe93ffff 64bit]
[    0.483633] pci 0000:1d:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.483647] pci 0000:1d:00.0: reg 0x30: [mem 0xfe900000-0xfe91ffff pref]
[    0.483660] pci 0000:1d:00.0: BAR 0: assigned to efifb
[    0.483696] pci 0000:1d:00.0: supports D1 D2
[    0.483751] pci 0000:1d:00.1: [1002:aa68] type 00 class 0x040300
[    0.483774] pci 0000:1d:00.1: reg 0x10: [mem 0xfe940000-0xfe943fff 64bit]
[    0.483854] pci 0000:1d:00.1: supports D1 D2
[    0.483923] pci 0000:00:03.1: PCI bridge to [bus 1d]
[    0.483926] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.483928] pci 0000:00:03.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.483931] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.483988] pci 0000:1e:00.0: [1022:145a] type 00 class 0x130000
[    0.483995] pci 0000:1e:00.0: enabling Extended Tags
[    0.483995] pci 0000:1e:00.2: [1022:1456] type 00 class 0x108000
[    0.483995] pci 0000:1e:00.2: reg 0x18: [mem 0xfe300000-0xfe3fffff]
[    0.483995] pci 0000:1e:00.2: reg 0x24: [mem 0xfe400000-0xfe401fff]
[    0.483995] pci 0000:1e:00.2: enabling Extended Tags
[    0.483995] pci 0000:1e:00.3: [1022:145f] type 00 class 0x0c0330
[    0.483995] pci 0000:1e:00.3: reg 0x10: [mem 0xfe200000-0xfe2fffff 64bit]
[    0.483995] pci 0000:1e:00.3: enabling Extended Tags
[    0.483995] pci 0000:1e:00.3: PME# supported from D0 D3hot D3cold
[    0.483995] pci 0000:00:07.1: PCI bridge to [bus 1e]
[    0.483995] pci 0000:00:07.1:   bridge window [mem 0xfe200000-0xfe4fffff]
[    0.483995] pci 0000:1f:00.0: [1022:1455] type 00 class 0x130000
[    0.483995] pci 0000:1f:00.0: enabling Extended Tags
[    0.483995] pci 0000:1f:00.2: [1022:7901] type 00 class 0x010601
[    0.483995] pci 0000:1f:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
[    0.483995] pci 0000:1f:00.2: enabling Extended Tags
[    0.483995] pci 0000:1f:00.2: PME# supported from D3hot D3cold
[    0.483995] pci 0000:1f:00.3: [1022:1457] type 00 class 0x040300
[    0.483995] pci 0000:1f:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
[    0.483995] pci 0000:1f:00.3: enabling Extended Tags
[    0.483995] pci 0000:1f:00.3: PME# supported from D0 D3hot D3cold
[    0.483995] pci 0000:00:08.1: PCI bridge to [bus 1f]
[    0.483995] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.483995] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.483995] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.486533] iommu: Default domain type: Translated 
[    0.486539] pci 0000:1d:00.0: vgaarb: setting as boot VGA device
[    0.486539] pci 0000:1d:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.486539] pci 0000:1d:00.0: vgaarb: bridge control possible
[    0.486539] vgaarb: loaded
[    0.486626] ACPI: bus type USB registered
[    0.486633] usbcore: registered new interface driver usbfs
[    0.486636] usbcore: registered new interface driver hub
[    0.486662] usbcore: registered new device driver usb
[    0.486674] pps_core: LinuxPPS API ver. 1 registered
[    0.486674] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.486675] PTP clock support registered
[    0.486681] EDAC MC: Ver: 3.0.0
[    0.486759] Registered efivars operations
[    0.486759] PCI: Using ACPI for IRQ routing
[    0.489688] PCI: pci_cache_line_size set to 64 bytes
[    0.489746] e820: reserve RAM buffer [mem 0x09d80000-0x0bffffff]
[    0.489747] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.489748] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.489748] e820: reserve RAM buffer [mem 0xd014d018-0xd3ffffff]
[    0.489748] e820: reserve RAM buffer [mem 0xd015e018-0xd3ffffff]
[    0.489749] e820: reserve RAM buffer [mem 0xd8fc7000-0xdbffffff]
[    0.489749] e820: reserve RAM buffer [mem 0xd904c000-0xdbffffff]
[    0.489750] e820: reserve RAM buffer [mem 0xdd0b0000-0xdfffffff]
[    0.489750] e820: reserve RAM buffer [mem 0xdd372000-0xdfffffff]
[    0.489751] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.489751] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.489812] NetLabel: Initializing
[    0.489812] NetLabel:  domain hash size = 128
[    0.489812] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.489822] NetLabel:  unlabeled traffic allowed by default
[    0.489825] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.489825] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.489825] clocksource: Switched to clocksource tsc-early
[    0.493329] *** VALIDATE bpf ***
[    0.493391] VFS: Disk quotas dquot_6.6.0
[    0.493403] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.493423] *** VALIDATE ramfs ***
[    0.493426] *** VALIDATE hugetlbfs ***
[    0.493457] pnp: PnP ACPI init
[    0.493575] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.493578] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.493644] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.493807] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    0.493808] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    0.493809] system 00:02: [io  0x0a20-0x0a2f] has been reserved
[    0.493810] system 00:02: [io  0x0a40-0x0a4f] has been reserved
[    0.493812] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.494073] pnp 00:03: [dma 0 disabled]
[    0.494153] pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.494362] pnp 00:04: [dma 0 disabled]
[    0.494388] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.494565] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.494566] system 00:05: [io  0x040b] has been reserved
[    0.494566] system 00:05: [io  0x04d6] has been reserved
[    0.494567] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.494568] system 00:05: [io  0x0c14] has been reserved
[    0.494568] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.494569] system 00:05: [io  0x0c52] has been reserved
[    0.494570] system 00:05: [io  0x0c6c] has been reserved
[    0.494570] system 00:05: [io  0x0c6f] has been reserved
[    0.494571] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    0.494572] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    0.494572] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    0.494573] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    0.494574] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.494574] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.494575] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.494576] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.494576] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.494577] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.494578] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.494579] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.494579] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.494580] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.494581] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.494582] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.494583] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.494585] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.494957] pnp: PnP ACPI: found 6 devices
[    0.495939] thermal_sys: Registered thermal governor 'fair_share'
[    0.495940] thermal_sys: Registered thermal governor 'bang_bang'
[    0.495940] thermal_sys: Registered thermal governor 'step_wise'
[    0.495940] thermal_sys: Registered thermal governor 'user_space'
[    0.495941] thermal_sys: Registered thermal governor 'power_allocator'
[    0.500490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.500517] pci 0000:16:00.0: PCI bridge to [bus 17]
[    0.500527] pci 0000:16:01.0: PCI bridge to [bus 18]
[    0.500529] pci 0000:16:01.0:   bridge window [io  0xf000-0xffff]
[    0.500532] pci 0000:16:01.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.500538] pci 0000:16:02.0: PCI bridge to [bus 19]
[    0.500547] pci 0000:16:03.0: PCI bridge to [bus 1a]
[    0.500555] pci 0000:16:04.0: PCI bridge to [bus 1b]
[    0.500564] pci 0000:16:08.0: PCI bridge to [bus 1c]
[    0.500567] pci 0000:16:08.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.500572] pci 0000:03:00.2: PCI bridge to [bus 16-1c]
[    0.500574] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.500577] pci 0000:03:00.2:   bridge window [mem 0xfe500000-0xfe6fffff]
[    0.500582] pci 0000:00:01.3: PCI bridge to [bus 03-1c]
[    0.500583] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.500585] pci 0000:00:01.3:   bridge window [mem 0xfe500000-0xfe7fffff]
[    0.500588] pci 0000:00:03.1: PCI bridge to [bus 1d]
[    0.500590] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.500592] pci 0000:00:03.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.500594] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.500597] pci 0000:00:07.1: PCI bridge to [bus 1e]
[    0.500599] pci 0000:00:07.1:   bridge window [mem 0xfe200000-0xfe4fffff]
[    0.500602] pci 0000:00:08.1: PCI bridge to [bus 1f]
[    0.500604] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.500608] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.500609] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.500609] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.500610] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.500611] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.500611] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.500612] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.500613] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.500613] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.500614] pci_bus 0000:03: resource 1 [mem 0xfe500000-0xfe7fffff]
[    0.500615] pci_bus 0000:16: resource 0 [io  0xf000-0xffff]
[    0.500615] pci_bus 0000:16: resource 1 [mem 0xfe500000-0xfe6fffff]
[    0.500616] pci_bus 0000:18: resource 0 [io  0xf000-0xffff]
[    0.500617] pci_bus 0000:18: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.500617] pci_bus 0000:1c: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.500618] pci_bus 0000:1d: resource 0 [io  0xe000-0xefff]
[    0.500619] pci_bus 0000:1d: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.500619] pci_bus 0000:1d: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.500620] pci_bus 0000:1e: resource 1 [mem 0xfe200000-0xfe4fffff]
[    0.500621] pci_bus 0000:1f: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.500683] NET: Registered protocol family 2
[    0.500829] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.500935] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.501110] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.501176] TCP: Hash tables configured (established 131072 bind 65536)
[    0.501217] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.501252] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.501300] NET: Registered protocol family 1
[    0.501303] NET: Registered protocol family 44
[    0.501534] pci 0000:1d:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.501540] pci 0000:1d:00.1: D0 power state depends on 0000:1d:00.0
[    0.501626] PCI: CLS 64 bytes, default 64
[    0.501717] Trying to unpack rootfs image as initramfs...
[    0.592721] Freeing initrd memory: 9560K
[    0.592741] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.592978] pci 0000:00:01.0: Adding to iommu group 0
[    0.593075] pci 0000:00:01.3: Adding to iommu group 1
[    0.593163] pci 0000:00:02.0: Adding to iommu group 2
[    0.593251] pci 0000:00:03.0: Adding to iommu group 3
[    0.593347] pci 0000:00:03.1: Adding to iommu group 4
[    0.593432] pci 0000:00:04.0: Adding to iommu group 5
[    0.593519] pci 0000:00:07.0: Adding to iommu group 6
[    0.593602] pci 0000:00:07.1: Adding to iommu group 7
[    0.593694] pci 0000:00:08.0: Adding to iommu group 8
[    0.593779] pci 0000:00:08.1: Adding to iommu group 9
[    0.593867] pci 0000:00:14.0: Adding to iommu group 10
[    0.593879] pci 0000:00:14.3: Adding to iommu group 10
[    0.593982] pci 0000:00:18.0: Adding to iommu group 11
[    0.593994] pci 0000:00:18.1: Adding to iommu group 11
[    0.594006] pci 0000:00:18.2: Adding to iommu group 11
[    0.594016] pci 0000:00:18.3: Adding to iommu group 11
[    0.594027] pci 0000:00:18.4: Adding to iommu group 11
[    0.594038] pci 0000:00:18.5: Adding to iommu group 11
[    0.594050] pci 0000:00:18.6: Adding to iommu group 11
[    0.594061] pci 0000:00:18.7: Adding to iommu group 11
[    0.594160] pci 0000:03:00.0: Adding to iommu group 12
[    0.594179] pci 0000:03:00.1: Adding to iommu group 12
[    0.594197] pci 0000:03:00.2: Adding to iommu group 12
[    0.594208] pci 0000:16:00.0: Adding to iommu group 12
[    0.594219] pci 0000:16:01.0: Adding to iommu group 12
[    0.594229] pci 0000:16:02.0: Adding to iommu group 12
[    0.594240] pci 0000:16:03.0: Adding to iommu group 12
[    0.594252] pci 0000:16:04.0: Adding to iommu group 12
[    0.594263] pci 0000:16:08.0: Adding to iommu group 12
[    0.594282] pci 0000:18:00.0: Adding to iommu group 12
[    0.594298] pci 0000:1c:00.0: Adding to iommu group 12
[    0.594392] pci 0000:1d:00.0: Adding to iommu group 13
[    0.594414] pci 0000:1d:00.1: Adding to iommu group 13
[    0.594500] pci 0000:1e:00.0: Adding to iommu group 14
[    0.594589] pci 0000:1e:00.2: Adding to iommu group 15
[    0.594680] pci 0000:1e:00.3: Adding to iommu group 16
[    0.594771] pci 0000:1f:00.0: Adding to iommu group 17
[    0.594857] pci 0000:1f:00.2: Adding to iommu group 18
[    0.594943] pci 0000:1f:00.3: Adding to iommu group 19
[    0.595172] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.595173] pci 0000:00:00.2: AMD-Vi: Extended features (0xf77ef22294ada):
[    0.595173]  PPR NX GT IA GA PC GA_vAPIC
[    0.595175] AMD-Vi: Interrupt remapping enabled
[    0.595175] AMD-Vi: Virtual APIC enabled
[    0.595286] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.596048] amd_uncore: AMD NB counters detected
[    0.596051] amd_uncore: AMD LLC counters detected
[    0.596237] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.596275] check: Scanning for low memory corruption every 60 seconds
[    0.596557] Initialise system trusted keyrings
[    0.596567] Key type blacklist registered
[    0.596593] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.597239] zbud: loaded
[    0.600870] Key type asymmetric registered
[    0.600871] Asymmetric key parser 'x509' registered
[    0.600876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.600920] io scheduler mq-deadline registered
[    0.600920] io scheduler kyber registered
[    0.600933] io scheduler bfq registered
[    0.601406] pcieport 0000:00:01.3: PME: Signaling with IRQ 28
[    0.601460] pcieport 0000:00:01.3: AER: enabled with IRQ 28
[    0.601621] pcieport 0000:00:03.1: PME: Signaling with IRQ 29
[    0.601659] pcieport 0000:00:03.1: AER: enabled with IRQ 29
[    0.601822] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.601859] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.602307] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.602342] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.603034] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.603073] efifb: probing for efifb
[    0.603096] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.603097] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.603097] efifb: scrolling: redraw
[    0.603098] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.603124] fbcon: Deferring console take-over
[    0.603125] fb0: EFI VGA frame buffer device
[    0.603171] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.603183] ACPI: Power Button [PWRB]
[    0.603211] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.603235] ACPI: Power Button [PWRF]
[    0.603910] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.624942] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.625192] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.625750] usbcore: registered new interface driver usbserial_generic
[    0.625753] usbserial: USB Serial support registered for generic
[    0.625777] rtc_cmos 00:01: RTC can wake from S4
[    0.626024] rtc_cmos 00:01: registered as rtc0
[    0.626031] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.626116] ledtrig-cpu: registered to indicate activity on CPUs
[    0.626160] drop_monitor: Initializing network drop monitor service
[    0.626252] NET: Registered protocol family 10
[    0.629659] Segment Routing with IPv6
[    0.629672] NET: Registered protocol family 17
[    0.630152] RAS: Correctable Errors collector initialized.
[    0.630154] microcode: microcode updated early to new patch_level=0x0800820d
[    0.630171] microcode: CPU0: patch_level=0x0800820d
[    0.630175] microcode: CPU1: patch_level=0x0800820d
[    0.630179] microcode: CPU2: patch_level=0x0800820d
[    0.630182] microcode: CPU3: patch_level=0x0800820d
[    0.630186] microcode: CPU4: patch_level=0x0800820d
[    0.630189] microcode: CPU5: patch_level=0x0800820d
[    0.630193] microcode: CPU6: patch_level=0x0800820d
[    0.630195] microcode: CPU7: patch_level=0x0800820d
[    0.630197] microcode: CPU8: patch_level=0x0800820d
[    0.630200] microcode: CPU9: patch_level=0x0800820d
[    0.630203] microcode: CPU10: patch_level=0x0800820d
[    0.630205] microcode: CPU11: patch_level=0x0800820d
[    0.630228] microcode: Microcode Update Driver: v2.2.
[    0.630230] IPI shorthand broadcast: enabled
[    0.630235] sched_clock: Marking stable (579971610, 50254128)->(746320930, -116095192)
[    0.630275] registered taskstats version 1
[    0.630278] Loading compiled-in X.509 certificates
[    0.632090] Loaded X.509 cert 'Build time autogenerated kernel key: f3d6398218b18c5c269b35f26e40c14c15bc3029'
[    0.632127] zswap: loaded using pool lzo/zbud
[    0.632194] Key type ._fscrypt registered
[    0.632195] Key type .fscrypt registered
[    0.635157] Key type big_key registered
[    0.635440] PM:   Magic number: 8:184:184
[    0.635477] acpi device:43: hash matches
[    0.635560] rtc_cmos 00:01: setting system clock to 2020-06-13T15:11:41 UTC (1592061101)
[    0.636636] Freeing unused decrypted memory: 2040K
[    0.636870] Freeing unused kernel image memory: 1708K
[    0.673357] Write protecting the kernel read-only data: 18432k
[    0.673711] Freeing unused kernel image memory: 2012K
[    0.673740] Freeing unused kernel image memory: 92K
[    0.681306] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.681308] Run /init as init process
[    0.733599] fbcon: Taking over console
[    0.733646] Console: switching to colour frame buffer device 128x48
[    0.782506] SCSI subsystem initialized
[    0.784520] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.784526] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    0.788516] libata version 3.00 loaded.
[    0.791424] ahci 0000:03:00.1: version 3.0
[    0.791552] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    0.791601] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    0.791602] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.792070] scsi host0: ahci
[    0.792151] scsi host1: ahci
[    0.793266] scsi host2: ahci
[    0.793335] scsi host3: ahci
[    0.793396] scsi host4: ahci
[    0.793462] scsi host5: ahci
[    0.813355] scsi host6: ahci
[    0.813443] scsi host7: ahci
[    0.813470] ata1: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780100 irq 41
[    0.813472] ata2: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780180 irq 41
[    0.813473] ata3: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780200 irq 41
[    0.813474] ata4: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780280 irq 41
[    0.813475] ata5: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780300 irq 41
[    0.813476] ata6: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780380 irq 41
[    0.813477] ata7: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780400 irq 41
[    0.813478] ata8: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780480 irq 41
[    0.813588] ahci 0000:1f:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.813589] ahci 0000:1f:00.2: flags: 64bit ncq sntf ilck led clo only pmp fbs pio 
[    0.813687] scsi host8: ahci
[    0.813714] ata9: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808100 irq 43
[    0.839748] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.840067] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.840068] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.840069] usb usb1: Product: xHCI Host Controller
[    0.840070] usb usb1: Manufacturer: Linux 5.4.46-1-lts xhci-hcd
[    0.840070] usb usb1: SerialNumber: 0000:03:00.0
[    0.840162] hub 1-0:1.0: USB hub found
[    0.840181] hub 1-0:1.0: 14 ports detected
[    0.840487] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.840490] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    0.840492] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.840535] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.840561] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.840562] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.840563] usb usb2: Product: xHCI Host Controller
[    0.840563] usb usb2: Manufacturer: Linux 5.4.46-1-lts xhci-hcd
[    0.840564] usb usb2: SerialNumber: 0000:03:00.0
[    0.840629] hub 2-0:1.0: USB hub found
[    0.840641] hub 2-0:1.0: 8 ports detected
[    0.840846] xhci_hcd 0000:1c:00.0: xHCI Host Controller
[    0.840849] xhci_hcd 0000:1c:00.0: new USB bus registered, assigned bus number 3
[    0.899744] xhci_hcd 0000:1c:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010
[    0.900060] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.900061] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.900062] usb usb3: Product: xHCI Host Controller
[    0.900062] usb usb3: Manufacturer: Linux 5.4.46-1-lts xhci-hcd
[    0.900063] usb usb3: SerialNumber: 0000:1c:00.0
[    0.900137] hub 3-0:1.0: USB hub found
[    0.900146] hub 3-0:1.0: 2 ports detected
[    0.900237] xhci_hcd 0000:1c:00.0: xHCI Host Controller
[    0.900238] xhci_hcd 0000:1c:00.0: new USB bus registered, assigned bus number 4
[    0.900240] xhci_hcd 0000:1c:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.900315] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.900340] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.900341] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.900342] usb usb4: Product: xHCI Host Controller
[    0.900342] usb usb4: Manufacturer: Linux 5.4.46-1-lts xhci-hcd
[    0.900343] usb usb4: SerialNumber: 0000:1c:00.0
[    0.900400] hub 4-0:1.0: USB hub found
[    0.900407] hub 4-0:1.0: 2 ports detected
[    0.900510] xhci_hcd 0000:1e:00.3: xHCI Host Controller
[    0.900512] xhci_hcd 0000:1e:00.3: new USB bus registered, assigned bus number 5
[    0.900599] xhci_hcd 0000:1e:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.900827] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.900828] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.900829] usb usb5: Product: xHCI Host Controller
[    0.900829] usb usb5: Manufacturer: Linux 5.4.46-1-lts xhci-hcd
[    0.900830] usb usb5: SerialNumber: 0000:1e:00.3
[    0.900883] hub 5-0:1.0: USB hub found
[    0.900889] hub 5-0:1.0: 4 ports detected
[    0.901004] xhci_hcd 0000:1e:00.3: xHCI Host Controller
[    0.901006] xhci_hcd 0000:1e:00.3: new USB bus registered, assigned bus number 6
[    0.901007] xhci_hcd 0000:1e:00.3: Host supports USB 3.0 SuperSpeed
[    0.901023] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.901046] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.901047] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.901048] usb usb6: Product: xHCI Host Controller
[    0.901048] usb usb6: Manufacturer: Linux 5.4.46-1-lts xhci-hcd
[    0.901049] usb usb6: SerialNumber: 0000:1e:00.3
[    0.901103] hub 6-0:1.0: USB hub found
[    0.901109] hub 6-0:1.0: 4 ports detected
[    1.150989] ata9: SATA link down (SStatus 0 SControl 300)
[    1.213347] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.273346] usb 5-1: new low-speed USB device number 2 using xhci_hcd
[    1.346828] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.347271] ata1.00: ATA-9: WDC WDS240G2G0A-00JH30, UF510000, max UDMA/133
[    1.347272] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 32)
[    1.351784] ata1.00: configured for UDMA/133
[    1.351920] scsi 0:0:0:0: Direct-Access     ATA      WDC WDS240G2G0A- 0000 PQ: 0 ANSI: 5
[    1.414079] usb 1-3: New USB device found, idVendor=0930, idProduct=6544, bcdDevice= 1.00
[    1.414080] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.414081] usb 1-3: Product: DataTraveler 2.0
[    1.414082] usb 1-3: Manufacturer: Kingston
[    1.414083] usb 1-3: SerialNumber: C860008863E1CE308A12242E
[    1.425822] usb-storage 1-3:1.0: USB Mass Storage device detected
[    1.425915] scsi host9: usb-storage 1-3:1.0
[    1.425958] usbcore: registered new interface driver usb-storage
[    1.426741] usbcore: registered new interface driver uas
[    1.488150] usb 5-1: New USB device found, idVendor=046d, idProduct=c31d, bcdDevice=66.01
[    1.488151] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.488152] usb 5-1: Product: USB Keyboard
[    1.488153] usb 5-1: Manufacturer: Logitech
[    1.666811] tsc: Refined TSC clocksource calibration: 4049.997 MHz
[    1.666818] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3a60dadc27c, max_idle_ns: 440795387388 ns
[    1.666849] clocksource: Switched to clocksource tsc
[    1.818212] hidraw: raw HID events driver (C) Jiri Kosina
[    1.846817] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.848092] ata2.00: ATA-8: WDC WD5000AAKS-00D2B0, 12.01C02, max UDMA/133
[    1.848094] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.849042] ata2.00: configured for UDMA/133
[    1.849157] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 1C02 PQ: 0 ANSI: 5
[    1.855287] usbcore: registered new interface driver usbhid
[    1.855288] usbhid: USB HID core driver
[    1.856330] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-1/5-1:1.0/0003:046D:C31D.0001/input/input2
[    1.916892] hid-generic 0003:046D:C31D.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:1e:00.3-1/input0
[    1.917018] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-1/5-1:1.1/0003:046D:C31D.0002/input/input3
[    1.956810] usb 5-2: new low-speed USB device number 3 using xhci_hcd
[    1.986847] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-1/5-1:1.1/0003:046D:C31D.0002/input/input4
[    1.986904] hid-generic 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:1e:00.3-1/input1
[    2.166158] usb 5-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    2.166159] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.166160] usb 5-2: Product: USB Optical Mouse
[    2.166161] usb 5-2: Manufacturer: Logitech
[    2.320579] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:07.1/0000:1e:00.3/usb5/5-2/5-2:1.0/0003:046D:C077.0003/input/input5
[    2.320610] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:1e:00.3-2/input0
[    2.346820] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.347797] ata3.00: ATA-8: Hitachi HDS721050CLA660, JP2OA50E, max UDMA/133
[    2.347798] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.348907] ata3.00: configured for UDMA/133
[    2.348995] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72105 A50E PQ: 0 ANSI: 5
[    2.466809] usb 5-3: new high-speed USB device number 4 using xhci_hcd
[    2.493861] scsi 9:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
[    2.495547] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[    2.495555] sd 0:0:0:0: [sda] Write Protect is off
[    2.495557] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.495571] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.495582] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.495583] sd 1:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.495591] sd 1:0:0:0: [sdc] Write Protect is off
[    2.495592] sd 2:0:0:0: [sdb] Write Protect is off
[    2.495593] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.495593] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.495604] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.495605] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.495726] sd 9:0:0:0: [sdd] 30297216 512-byte logical blocks: (15.5 GB/14.4 GiB)
[    2.495901] sd 9:0:0:0: [sdd] Write Protect is off
[    2.495902] sd 9:0:0:0: [sdd] Mode Sense: 45 00 00 00
[    2.496077] sd 9:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.529615]  sda: sda1 sda2 sda3 sda4
[    2.529897] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.559063]  sdd: sdd1
[    2.559809] sd 9:0:0:0: [sdd] Attached SCSI removable disk
[    2.589412]  sdb: sdb1 sdb2 sdb3
[    2.589729] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.616363]  sdc: sdc1
[    2.616598] sd 1:0:0:0: [sdc] Attached SCSI disk
[    2.659927] usb 5-3: New USB device found, idVendor=7392, idProduct=7811, bcdDevice= 2.00
[    2.659928] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.659929] usb 5-3: Product: 802.11n WLAN Adapter
[    2.659929] usb 5-3: Manufacturer: Realtek
[    2.659930] usb 5-3: SerialNumber: 00e04c000001
[    2.846818] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.848724] ata4.00: ATAPI: ASUS    DRW-24B1ST, 1.03, max UDMA/100
[    2.849293] ata4.00: configured for UDMA/100
[    2.851005] scsi 3:0:0:0: CD-ROM            ASUS     DRW-24B1ST       1.03 PQ: 0 ANSI: 5
[    3.238675] ata5: SATA link down (SStatus 0 SControl 330)
[    3.568701] ata6: SATA link down (SStatus 0 SControl 330)
[    3.898278] ata7: SATA link down (SStatus 0 SControl 330)
[    4.228687] ata8: SATA link down (SStatus 0 SControl 330)
[    4.238537] random: fast init done
[    4.331105] sr 3:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.331106] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.416743] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    5.245819] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[    6.747321] random: crng init done
[    6.747326] systemd[1]: Successfully credited entropy passed from boot loader.
[    6.801827] systemd[1]: systemd 245.6-4-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    6.826849] systemd[1]: Detected architecture x86-64.
[    6.925959] systemd[1]: Set hostname to <tgs963>.
[    8.449232] systemd[1]: Created slice system-getty.slice.
[    8.449412] systemd[1]: Created slice system-modprobe.slice.
[    8.449583] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    8.449750] systemd[1]: Created slice User and Session Slice.
[    8.449814] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.449872] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.450163] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.450221] systemd[1]: Reached target Local Encrypted Volumes.
[    8.450265] systemd[1]: Reached target Paths.
[    8.450298] systemd[1]: Reached target Remote File Systems.
[    8.450333] systemd[1]: Reached target Slices.
[    8.450397] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.450482] systemd[1]: Listening on LVM2 metadata daemon socket.
[    8.457408] systemd[1]: Listening on LVM2 poll daemon socket.
[    8.463166] systemd[1]: Listening on Process Core Dump Socket.
[    8.463264] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.463380] systemd[1]: Listening on Journal Audit Socket.
[    8.463462] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.463548] systemd[1]: Listening on Journal Socket.
[    8.463629] systemd[1]: Listening on udev Control Socket.
[    8.463693] systemd[1]: Listening on udev Kernel Socket.
[    8.464227] systemd[1]: Mounting Huge Pages File System...
[    8.464754] systemd[1]: Mounting POSIX Message Queue File System...
[    8.465214] systemd[1]: Mounting Kernel Debug File System...
[    8.465713] systemd[1]: Mounting Kernel Trace File System...
[    8.466184] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    8.466764] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    8.467320] systemd[1]: Starting Load Kernel Module drm...
[    8.504773] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    8.504800] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    8.505579] systemd[1]: Starting Journal Service...
[    8.569452] systemd[1]: Starting Load Kernel Modules...
[    8.569894] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.570350] systemd[1]: Starting udev Coldplug all Devices...
[    8.571050] systemd[1]: Mounted Huge Pages File System.
[    8.571149] systemd[1]: Mounted POSIX Message Queue File System.
[    8.571240] systemd[1]: Mounted Kernel Debug File System.
[    8.571331] systemd[1]: Mounted Kernel Trace File System.
[    8.571595] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    8.639822] EXT4-fs (sdb3): re-mounted. Opts: (null)
[    8.640413] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.640890] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    8.728986] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.729560] systemd[1]: Starting Load/Save Random Seed...
[    8.729982] systemd[1]: Condition check resulted in Create System Users being skipped.
[    8.730372] systemd[1]: Starting Create Static Device Nodes in /dev...
[    8.762935] systemd[1]: Finished udev Coldplug all Devices.
[    8.802091] Linux agpgart interface v0.103
[    8.845143] systemd[1]: Started Journal Service.
[    8.845621] audit: type=1130 audit(1592061109.691:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.937929] systemd-journald[380]: Received client request to flush runtime journal.
[    9.069162] audit: type=1130 audit(1592061109.921:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.069164] audit: type=1131 audit(1592061109.921:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.223540] mc: Linux media interface: v0.10
[    9.340493] audit: type=1130 audit(1592061110.191:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.394627] videodev: Linux video capture interface: v2.00
[    9.614419] audit: type=1130 audit(1592061110.461:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.989914] audit: type=1130 audit(1592061110.841:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.325686] audit: type=1130 audit(1592061111.171:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.815963] audit: type=1130 audit(1592061112.661:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.817176] audit: type=1130 audit(1592061112.671:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.116676] input: PC Speaker as /devices/platform/pcspkr/input/input6
[   12.149326] cryptd: max_cpu_qlen set to 1000
[   12.310781] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   12.310783] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   12.516942] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   12.517043] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[   12.517053] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[   12.517056] AVX2 version of gcm_enc/dec engaged.
[   12.517525] AES CTR mode by8 optimization enabled
[   12.938687] parport_pc 00:03: reported by Plug and Play ACPI
[   12.938778] parport0: PC-style at 0x378, irq 5 [PCSPP]
[   12.959043] mousedev: PS/2 mouse device common for all mice
[   13.208080] ccp 0000:1e:00.2: enabling device (0000 -> 0002)
[   13.208323] ccp 0000:1e:00.2: ccp enabled
[   13.237423] libphy: r8169: probed
[   13.237552] r8169 0000:18:00.0 eth0: RTL8168h/8111h, 00:d8:61:38:03:e5, XID 541, IRQ 72
[   13.237553] r8169 0000:18:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   13.496566] Adding 2097148k swap on /dev/sdb2.  Priority:-2 extents:1 across:2097148k FS
[   13.774564] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.776542] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.903144] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   13.903147] cfg80211: failed to load regulatory.db
[   14.097195] snd_hda_intel 0000:1d:00.1: Handle vga_switcheroo audio client
[   14.097221] snd_hda_intel 0000:1f:00.3: enabling device (0000 -> 0002)
[   14.098469] ppdev: user-space parallel port driver
[   14.142508] r8169 0000:18:00.0 enp24s0: renamed from eth0
[   14.419326] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:1d:00.1/sound/card0/input7
[   14.420105] kvm: Nested Virtualization enabled
[   14.420119] kvm: Nested Paging enabled
[   14.420119] SVM: Virtual VMLOAD VMSAVE supported
[   14.420120] SVM: Virtual GIF supported
[   14.455648] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   14.455650] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   14.455651] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   14.455651] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   14.455652] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[   14.455652] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   14.455653] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   14.455654] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   14.455654] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   14.479872] usb 5-3: Vendor: Realtek
[   14.479873] usb 5-3: Product: 802.11n WLAN Adapter
[   14.479874] usb 5-3: rtl8192cu_parse_efuse: dumping efuse (0x80 bytes):
[   14.479875] usb 5-3: 00: 29 81 00 74 cd 00 00 00
[   14.479876] usb 5-3: 08: ff 00 92 73 11 78 01 41
[   14.479876] usb 5-3: 10: 32 00 85 62 9e ad 74 da
[   14.479877] usb 5-3: 18: 38 41 0d ec 0a 03 52 65
[   14.479877] usb 5-3: 20: 61 6c 74 65 6b 00 16 03
[   14.479878] usb 5-3: 28: 38 30 32 2e 31 31 6e 20
[   14.479878] usb 5-3: 30: 57 4c 41 4e 20 41 64 61
[   14.479879] usb 5-3: 38: 70 74 65 72 00 00 00 00
[   14.479880] usb 5-3: 40: 00 00 00 00 00 00 00 00
[   14.479880] usb 5-3: 48: 00 00 00 00 00 00 00 00
[   14.479881] usb 5-3: 50: 00 00 00 00 00 00 00 00
[   14.479881] usb 5-3: 58: 06 00 2a 2a 2a 00 00 00
[   14.479882] usb 5-3: 60: 2c 2c 2c 00 00 00 00 00
[   14.479882] usb 5-3: 68: 00 00 00 00 11 11 33 00
[   14.479883] usb 5-3: 70: 00 00 00 00 00 00 00 00
[   14.479883] usb 5-3: 78: 10 00 00 00 36 00 00 00
[   14.479885] usb 5-3: RTL8188CU rev A (TSMC) 1T1R, TX queues 2, WiFi=1, BT=0, GPS=0, HI PA=0
[   14.479886] usb 5-3: RTL8188CU MAC: 74:da:38:41:0d:ec
[   14.479886] usb 5-3: rtl8xxxu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[   14.661262] usb 5-3: Firmware revision 80.0 (signature 0x88c1)
[   14.677175] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input8
[   14.677231] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input9
[   14.677277] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input10
[   14.677311] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input11
[   14.677345] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input12
[   14.677377] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input13
[   14.677420] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:1f:00.3/sound/card1/input14
[   14.777052] MCE: In-kernel MCE decoding enabled.
[   14.799359] EDAC amd64: Node 0: DRAM ECC disabled.
[   14.799360] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.126854] usbcore: registered new interface driver rtl8xxxu
[   15.297373] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.297374] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.306630] [drm] radeon kernel modesetting enabled.
[   15.306681] radeon 0000:1d:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xe0000000 -> 0xefffffff
[   15.306682] radeon 0000:1d:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xfe920000 -> 0xfe93ffff
[   15.306683] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   15.306683] fb0: switching to radeondrmfb from EFI VGA
[   15.306729] Console: switching to colour dummy device 80x25
[   15.306740] radeon 0000:1d:00.0: vgaarb: deactivate vga console
[   15.306892] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E1 0x1043:0x3000 0x00).
[   15.306934] ATOM BIOS: 68E1.12.20.0.52.AS04
[   15.306992] radeon 0000:1d:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[   15.306993] radeon 0000:1d:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[   15.306995] [drm] Detected VRAM RAM=1024M, BAR=256M
[   15.306995] [drm] RAM width 64bits DDR
[   15.307030] [TTM] Zone  kernel: Available graphics memory: 8205264 KiB
[   15.307031] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   15.307031] [TTM] Initializing pool allocator
[   15.307033] [TTM] Initializing DMA pool allocator
[   15.307044] [drm] radeon: 1024M of VRAM memory ready
[   15.307045] [drm] radeon: 1024M of GTT memory ready.
[   15.307048] [drm] Loading CEDAR Microcode
[   15.374415] audit: type=1130 audit(1592061116.221:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.394194] rtl8xxxu 5-3:1.0 wlp30s0f3u3: renamed from wlan0
[   15.557334] [drm] Internal thermal controller without fan control
[   15.557383] [drm] radeon: power management initialized
[   15.599199] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   15.600070] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   15.616076] [drm] PCIE GART of 1024M enabled (table at 0x000000000014C000).
[   15.616165] radeon 0000:1d:00.0: WB enabled
[   15.616167] radeon 0000:1d:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0x0000000057ade239
[   15.616168] radeon 0000:1d:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0x0000000055a8fb11
[   15.616356] radeon 0000:1d:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0x000000009e55f951
[   15.616357] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   15.616357] [drm] Driver supports precise vblank timestamp query.
[   15.616358] radeon 0000:1d:00.0: radeon: MSI limited to 32-bit
[   15.616398] radeon 0000:1d:00.0: radeon: using MSI.
[   15.616416] [drm] radeon: irq initialized.
[   15.616896] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.616897] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.632704] [drm] ring test on 0 succeeded in 1 usecs
[   15.632709] [drm] ring test on 3 succeeded in 2 usecs
[   15.810008] [drm] ring test on 5 succeeded in 1 usecs
[   15.810013] [drm] UVD initialized successfully.
[   15.810213] [drm] ib test on ring 0 succeeded in 0 usecs
[   15.810245] [drm] ib test on ring 3 succeeded in 0 usecs
[   15.817042] audit: type=1130 audit(1592061116.671:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.207604] audit: type=1130 audit(1592061117.061:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.287628] audit: type=1130 audit(1592061117.141:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-EA89\x2d79CB comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.347066] EDAC amd64: Node 0: DRAM ECC disabled.
[   16.347068] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   16.467016] [drm] ib test on ring 5 succeeded
[   16.467268] [drm] Radeon Display Connectors
[   16.467268] [drm] Connector 0:
[   16.467268] [drm]   HDMI-A-1
[   16.467269] [drm]   HPD1
[   16.467269] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[   16.467269] [drm]   Encoders:
[   16.467270] [drm]     DFP1: INTERNAL_UNIPHY1
[   16.467270] [drm] Connector 1:
[   16.467270] [drm]   DVI-I-1
[   16.467270] [drm]   HPD4
[   16.467271] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[   16.467271] [drm]   Encoders:
[   16.467271] [drm]     DFP2: INTERNAL_UNIPHY
[   16.467271] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[   16.467272] [drm] Connector 2:
[   16.467272] [drm]   VGA-1
[   16.467272] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   16.467273] [drm]   Encoders:
[   16.467273] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   16.508639] audit: type=1130 audit(1592061117.361:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.546208] audit: type=1127 audit(1592061117.391:16): pid=544 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   16.587751] audit: type=1130 audit(1592061117.441:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.598695] [drm] fb mappable at 0xE034D000
[   16.598696] [drm] vram apper at 0xE0000000
[   16.598697] [drm] size 8294400
[   16.598697] [drm] fb depth is 24
[   16.598697] [drm]    pitch is 7680
[   16.598760] fbcon: radeondrmfb (fb0) is primary device
[   16.684314] Console: switching to colour frame buffer device 240x67
[   16.687170] radeon 0000:1d:00.0: fb0: radeondrmfb frame buffer device
[   16.736562] [drm] Initialized radeon 2.50.0 20080528 for 0000:1d:00.0 on minor 0
[   16.837211] EDAC amd64: Node 0: DRAM ECC disabled.
[   16.837212] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   16.868715] audit: type=1130 audit(1592061117.721:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.920313] audit: type=1130 audit(1592061117.771:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.921700] audit: type=1130 audit(1592061117.771:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.106871] EDAC amd64: Node 0: DRAM ECC disabled.
[   17.106872] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   17.387012] EDAC amd64: Node 0: DRAM ECC disabled.
[   17.387013] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   17.597017] EDAC amd64: Node 0: DRAM ECC disabled.
[   17.597018] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   17.957220] EDAC amd64: Node 0: DRAM ECC disabled.
[   17.957221] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.366694] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.366695] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.667224] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.667225] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.997388] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.997389] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.997856] tun: Universal TUN/TAP device driver, 1.6
[   19.400079] Generic FE-GE Realtek PHY r8169-1800:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-1800:00, irq=IGNORE)
[   19.547976] r8169 0000:18:00.0 enp24s0: Link is Down
[   20.379878] kauditd_printk_skb: 9 callbacks suppressed
[   20.379878] audit: type=1131 audit(1592061121.231:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.280928] audit: type=1100 audit(1592061126.131:31): pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="tgs963" exe="/usr/bin/login" hostname=tgs963 addr=? terminal=tty1 res=success'
[   25.381035] audit: type=1101 audit(1592061126.231:32): pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="tgs963" exe="/usr/bin/login" hostname=tgs963 addr=? terminal=tty1 res=success'
[   25.395384] audit: type=1103 audit(1592061126.241:33): pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="tgs963" exe="/usr/bin/login" hostname=tgs963 addr=? terminal=tty1 res=success'
[   25.395409] audit: type=1006 audit(1592061126.241:34): pid=556 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   25.496016] audit: type=1130 audit(1592061126.341:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.512645] audit: type=1101 audit(1592061126.361:36): pid=577 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="tgs963" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.512707] audit: type=1103 audit(1592061126.361:37): pid=577 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="tgs963" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   25.512746] audit: type=1006 audit(1592061126.361:38): pid=577 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   25.513228] audit: type=1105 audit(1592061126.361:39): pid=577 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="tgs963" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.816023] audit: type=1130 audit(1592061126.661:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.818334] audit: type=1105 audit(1592061126.671:41): pid=556 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="tgs963" exe="/usr/bin/login" hostname=tgs963 addr=? terminal=tty1 res=success'
[   25.818388] audit: type=1110 audit(1592061126.671:42): pid=556 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="tgs963" exe="/usr/bin/login" hostname=tgs963 addr=? terminal=tty1 res=success'
[   26.886805] wlp30s0f3u3: authenticate with 6a:08:4c:6d:75:08
[   26.901873] wlp30s0f3u3: send auth to 6a:08:4c:6d:75:08 (try 1/3)
[   26.906372] wlp30s0f3u3: authenticated
[   26.916546] wlp30s0f3u3: associate with 6a:08:4c:6d:75:08 (try 1/3)
[   26.926861] wlp30s0f3u3: RX AssocResp from 6a:08:4c:6d:75:08 (capab=0x1431 status=0 aid=3)
[   26.928608] usb 5-3: rtl8xxxu_bss_info_changed: HT supported
[   26.930483] wlp30s0f3u3: associated
[   27.086262] IPv6: ADDRCONF(NETDEV_CHANGE): wlp30s0f3u3: link becomes ready
[   48.558003] kauditd_printk_skb: 1 callbacks suppressed
[   48.558004] audit: type=1131 audit(1592061148.938:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   54.565291] audit: type=1130 audit(1592061154.938:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.599972] audit: type=1130 audit(1592061156.978:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.654846] fuse: init (API version 7.31)
[   56.654865] *** VALIDATE fuse ***
[   56.654868] *** VALIDATE fuse ***
[  901.187223] audit: type=1130 audit(1592062001.567:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  901.187225] audit: type=1131 audit(1592062001.567:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Offline

#17 2020-06-13 19:06:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

my xranr -q has 1680x1050 beneath 1920x1080 so I tried that and that works nicely as well.

also wrote:

No, 1600x1050 didn't work either.

I assume the new resolution came w/ the radeon driver.
However, that certainly gets us into the 1920x1080R ballpark - did you try the reduced blanking modeline w/ the radeon driver?

Edit: 1680x1050 is 16:10 - do maybe also have an 1920x1200 modeline now and does that work?

Last edited by seth (2020-06-13 19:08:27)

Offline

#18 2020-06-14 02:50:16

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

I forgot to do the reduced blanking mode with the radeon driver. So I did that again and it works!! Only the 1920x1080R though, not the 1920x1080 one.

Thanks for all the help man, that really helped me out.

Offline

#19 2020-06-14 05:21:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Glad to hear.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#20 2020-06-14 05:34:32

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

Oh yeah I totally forgot to do that. By the way could you tell me a possible reason why this happened? I got it working but still don't really know what the cause was.

Offline

#21 2020-06-14 05:43:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,789

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

The either the crtc, the cable or the monitor cannot handle the FullHD pixelclock, compare the pclk values in the outputs of "cvt 1920 1080 60", "cvt -r 1920 1080 60" and "cvt 1680 1050 60".
Since the blanking time is irrelevant for LCDs - https://en.wikipedia.org/wiki/Coordinat … d_blanking - we reduced it to take the load from that vector.

I guess the windows driver does that automatically, but can't really explain the result of "other distros with live usb sticks" - if they use kernels that are older than the LTS kernel, the issue might still reside there.

Offline

#22 2020-06-14 09:33:47

TGS963
Member
Registered: 2020-06-11
Posts: 12

Re: [SOLVED] startx shows pixelated display or "Out of Range" on HDMI

I guess it is the cable becuase while I was using the VGA cable, FullHD worked fine. By the way here are the pclk values

                    
cvt 1920 1080 60                                                                                                          

# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
   
cvt -r 1920 1080 60          
                                                                                                                          
# 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz
Modeline "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync
                                                                                                                         
cvt 1680 1050 60                                                                                                                                         

# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync

And yes, the kernel version of the Tails live usb I was using was a bit older than the current arch lts kernel.

Offline

Board footer

Powered by FluxBB