You are not logged in.

#1 2019-09-02 08:32:00

blacksh33p
Member
Registered: 2019-09-02
Posts: 4

[SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

Hi,

For a few days I'm trying to use 3d hardware acceleration on my new laptop... I'm totally stuck. I tried to use vulkan with Lutris but it doens't work. Furthermore  tried to use Virtualbox with 3d acceleration and it didn't work too.
I hope someone can help...

> lspci 
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (Whiskey Lake)
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] (rev c0)
[marcel@archlinux modprobe.d]$ glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig

[marcel@archlinux modprobe.d]$ glxgears
Error: couldn't get an RGB, Double-buffered visual
[marcel@archlinux modprobe.d]$ cat /var/log/Xorg.0.log
[    75.264] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[    75.264] Build Operating System: Linux Arch Linux
[    75.264] Current Operating System: Linux archlinux 5.2.11-arch1-1-ARCH #1 SMP PREEMPT Thu Aug 29 08:09:36 UTC 2019 x86_64
[    75.264] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/nvme0n1p2:VGsys root=/dev/mapper/VGsys-root rw lang=de locale=de_DE.UTF-8 initrd=../initramfs-linux.img
[    75.264] Build Date: 30 June 2019  09:52:01AM
[    75.264]  
[    75.264] Current version of pixman: 0.38.4
[    75.264] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    75.264] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    75.264] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep  2 09:55:51 2019
[    75.265] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    75.265] (==) No Layout section.  Using the first Screen section.
[    75.265] (==) No screen section available. Using defaults.
[    75.265] (**) |-->Screen "Default Screen Section" (0)
[    75.265] (**) |   |-->Monitor "<default monitor>"
[    75.266] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    75.266] (==) Automatically adding devices
[    75.266] (==) Automatically enabling devices
[    75.266] (==) Automatically adding GPU devices
[    75.266] (==) Automatically binding GPU devices
[    75.266] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    75.266] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    75.266] 	Entry deleted from font path.
[    75.266] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    75.266] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    75.266] 	Entry deleted from font path.
[    75.266] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    75.266] 	Entry deleted from font path.
[    75.266] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    75.266] 	Entry deleted from font path.
[    75.267] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    75.267] (==) ModulePath set to "/usr/lib/xorg/modules"
[    75.267] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    75.267] (II) Module ABI versions:
[    75.267] 	X.Org ANSI C Emulation: 0.4
[    75.267] 	X.Org Video Driver: 24.0
[    75.267] 	X.Org XInput driver : 24.1
[    75.267] 	X.Org Server Extension : 10.0
[    75.267] (++) using VT number 7

[    75.267] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    75.268] (II) xfree86: Adding drm device (/dev/dri/card1)
[    75.285] (II) xfree86: Adding drm device (/dev/dri/card0)
[    75.288] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:5073 rev 0, Mem @ 0xa1000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    75.288] (--) PCI: (3@0:0:0) 1002:699f:17aa:5073 rev 192, Mem @ 0x90000000/268435456, 0xa0000000/2097152, 0xa2400000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    75.288] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    75.288] (II) LoadModule: "glx"
[    75.289] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    75.292] (II) Module glx: vendor="X.Org Foundation"
[    75.292] 	compiled for 1.20.5, module version = 1.0.0
[    75.292] 	ABI class: X.Org Server Extension, version 10.0
[    75.292] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[    75.292] 	loading driver: amdgpu
[    75.292] (==) Matched intel as autoconfigured driver 0
[    75.292] (==) Matched amdgpu as autoconfigured driver 1
[    75.292] (==) Matched ati as autoconfigured driver 2
[    75.293] (==) Matched modesetting as autoconfigured driver 3
[    75.293] (==) Matched fbdev as autoconfigured driver 4
[    75.293] (==) Matched vesa as autoconfigured driver 5
[    75.293] (==) Assigned the driver to the xf86ConfigLayout
[    75.293] (II) LoadModule: "intel"
[    75.293] (WW) Warning, couldn't open module intel
[    75.293] (EE) Failed to load module "intel" (module does not exist, 0)
[    75.293] (II) LoadModule: "amdgpu"
[    75.293] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    75.294] (II) Module amdgpu: vendor="X.Org Foundation"
[    75.294] 	compiled for 1.20.4, module version = 19.0.1
[    75.294] 	Module class: X.Org Video Driver
[    75.294] 	ABI class: X.Org Video Driver, version 24.0
[    75.294] (II) LoadModule: "ati"
[    75.294] (WW) Warning, couldn't open module ati
[    75.294] (EE) Failed to load module "ati" (module does not exist, 0)
[    75.294] (II) LoadModule: "modesetting"
[    75.294] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    75.295] (II) Module modesetting: vendor="X.Org Foundation"
[    75.295] 	compiled for 1.20.5, module version = 1.20.5
[    75.295] 	Module class: X.Org Video Driver
[    75.295] 	ABI class: X.Org Video Driver, version 24.0
[    75.295] (II) LoadModule: "fbdev"
[    75.295] (WW) Warning, couldn't open module fbdev
[    75.295] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    75.295] (II) LoadModule: "vesa"
[    75.295] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    75.295] (II) Module vesa: vendor="X.Org Foundation"
[    75.295] 	compiled for 1.20.0, module version = 2.4.0
[    75.295] 	Module class: X.Org Video Driver
[    75.295] 	ABI class: X.Org Video Driver, version 24.0
[    75.295] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    75.295] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    75.295] (II) VESA: driver for VESA chipsets: vesa
[    75.322] (II) modeset(0): using drv /dev/dri/card1
[    75.322] (II) AMDGPU(G0): [KMS] Kernel modesetting enabled.
[    75.323] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    75.324] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    75.324] (==) modeset(0): RGB weight 888
[    75.324] (==) modeset(0): Default visual is TrueColor
[    75.324] (II) Loading sub module "glamoregl"
[    75.324] (II) LoadModule: "glamoregl"
[    75.324] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    75.335] (II) Module glamoregl: vendor="X.Org Foundation"
[    75.335] 	compiled for 1.20.5, module version = 1.0.1
[    75.335] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.339] couldn't get display device
[    75.339] (EE) modeset(0): glamor initialization failed
[    75.339] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    75.339] (II) modeset(0): Double-buffered shadow updates: off
[    75.341] (II) modeset(0): Output eDP-1 has no monitor section
[    75.356] (II) modeset(0): Output HDMI-1 has no monitor section
[    75.356] (II) modeset(0): Output DP-1 has no monitor section
[    75.389] (II) modeset(0): Output HDMI-2 has no monitor section
[    75.391] (II) modeset(0): EDID for output eDP-1
[    75.391] (II) modeset(0): Manufacturer: LEN  Model: 40ba  Serial#: 0
[    75.391] (II) modeset(0): Year: 2018  Week: 0
[    75.391] (II) modeset(0): EDID Version: 1.4
[    75.391] (II) modeset(0): Digital Display Input
[    75.391] (II) modeset(0): 8 bits per channel
[    75.391] (II) modeset(0): Digital interface is DisplayPort
[    75.391] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    75.391] (II) modeset(0): Gamma: 2.20
[    75.391] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    75.391] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    75.391] (II) modeset(0): First detailed timing is preferred mode
[    75.391] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    75.391] (II) modeset(0): redX: 0.590 redY: 0.370   greenX: 0.350 greenY: 0.555
[    75.391] (II) modeset(0): blueX: 0.155 blueY: 0.110   whiteX: 0.313 whiteY: 0.329
[    75.391] (II) modeset(0): Manufacturer's mask: 0
[    75.391] (II) modeset(0): Supported detailed timing:
[    75.391] (II) modeset(0): clock: 138.6 MHz   Image Size:  344 x 194 mm
[    75.391] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    75.391] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    75.391] (II) modeset(0): Supported detailed timing:
[    75.391] (II) modeset(0): clock: 110.9 MHz   Image Size:  344 x 194 mm
[    75.391] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    75.391] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    75.391] (II) modeset(0): Unknown vendor-specific block f
[    75.391] (II) modeset(0):  LP156WFC-SPDB
[    75.391] (II) modeset(0): EDID (in hex):
[    75.391] (II) modeset(0): 	00ffffffffffff0030aeba4000000000
[    75.391] (II) modeset(0): 	001c0104a5221378e238d5975e598e27
[    75.391] (II) modeset(0): 	1c505400000001010101010101010101
[    75.391] (II) modeset(0): 	010101010101243680a070381f403020
[    75.391] (II) modeset(0): 	350058c210000019502b80a070381f40
[    75.391] (II) modeset(0): 	3020350058c2100000190000000f00d1
[    75.391] (II) modeset(0): 	0930d10930190a0030e4e705000000fe
[    75.391] (II) modeset(0): 	004c503135365746432d535044420094
[    75.391] (II) modeset(0): Printing probed modes for output eDP-1
[    75.391] (II) modeset(0): Modeline "1920x1080"x60.0  138.60  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    75.391] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    75.391] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    75.391] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    75.391] (II) modeset(0): Modeline "1920x1080"x48.0  110.88  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (53.3 kHz e)
[    75.391] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    75.391] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    75.391] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    75.391] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    75.391] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    75.391] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    75.391] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    75.391] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    75.391] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    75.391] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    75.391] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    75.391] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    75.391] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    75.391] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    75.391] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    75.391] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    75.391] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    75.392] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    75.392] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    75.392] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    75.392] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    75.392] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    75.392] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    75.392] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    75.392] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    75.392] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    75.392] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    75.392] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    75.392] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    75.392] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    75.392] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    75.392] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    75.392] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    75.392] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    75.392] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    75.392] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    75.392] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    75.392] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    75.392] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    75.392] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    75.392] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    75.392] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    75.392] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    75.392] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    75.392] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    75.392] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    75.392] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    75.392] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    75.392] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    75.392] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    75.392] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    75.392] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    75.392] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    75.392] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    75.392] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    75.392] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    75.392] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    75.392] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    75.392] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    75.392] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    75.392] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    75.392] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    75.392] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    75.392] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    75.392] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    75.392] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    75.392] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    75.392] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    75.392] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    75.392] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    75.392] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    75.392] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    75.392] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    75.392] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    75.392] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    75.392] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    75.392] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    75.407] (II) modeset(0): EDID for output HDMI-1
[    75.407] (II) modeset(0): Manufacturer: FUS  Model: 837  Serial#: 0
[    75.407] (II) modeset(0): Year: 2013  Week: 41
[    75.407] (II) modeset(0): EDID Version: 1.3
[    75.407] (II) modeset(0): Digital Display Input
[    75.407] (II) modeset(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[    75.407] (II) modeset(0): Gamma: 2.20
[    75.407] (II) modeset(0): DPMS capabilities: Off
[    75.407] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    75.407] (II) modeset(0): First detailed timing is preferred mode
[    75.407] (II) modeset(0): redX: 0.641 redY: 0.335   greenX: 0.330 greenY: 0.635
[    75.407] (II) modeset(0): blueX: 0.159 blueY: 0.040   whiteX: 0.313 whiteY: 0.329
[    75.407] (II) modeset(0): Supported established timings:
[    75.407] (II) modeset(0): 720x400@70Hz
[    75.407] (II) modeset(0): 640x480@60Hz
[    75.407] (II) modeset(0): 640x480@75Hz
[    75.407] (II) modeset(0): 800x600@60Hz
[    75.407] (II) modeset(0): 800x600@75Hz
[    75.407] (II) modeset(0): 1024x768@60Hz
[    75.407] (II) modeset(0): 1024x768@75Hz
[    75.407] (II) modeset(0): 1280x1024@75Hz
[    75.407] (II) modeset(0): Manufacturer's mask: 0
[    75.407] (II) modeset(0): Supported standard timings:
[    75.407] (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    75.407] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    75.407] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    75.407] (II) modeset(0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    75.407] (II) modeset(0): Supported detailed timing:
[    75.407] (II) modeset(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[    75.407] (II) modeset(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[    75.407] (II) modeset(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[    75.407] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 82 kHz, PixClock max 175 MHz
[    75.407] (II) modeset(0): Monitor name: B22W-7 LED
[    75.407] (II) modeset(0): Serial No: YV6W058811
[    75.407] (II) modeset(0): EDID (in hex):
[    75.407] (II) modeset(0): 	00ffffffffffff001ab3370800000000
[    75.407] (II) modeset(0): 	29170103802f1e782a3ad5a45554a228
[    75.407] (II) modeset(0): 	0a5054a54b0081c081809500a9c00101
[    75.407] (II) modeset(0): 	01010101010121399030621a274068b0
[    75.407] (II) modeset(0): 	3600da281100001c000000fd00384c1e
[    75.407] (II) modeset(0): 	5211000a202020202020000000fc0042
[    75.407] (II) modeset(0): 	3232572d37204c45440a2020000000ff
[    75.407] (II) modeset(0): 	00595636573035383831310a2020009d
[    75.407] (II) modeset(0): Printing probed modes for output HDMI-1
[    75.407] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[    75.407] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    75.407] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    75.407] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    75.407] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    75.407] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    75.407] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    75.407] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    75.407] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    75.407] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    75.407] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    75.407] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    75.407] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    75.407] (II) modeset(0): EDID for output DP-1
[    75.439] (II) modeset(0): EDID for output HDMI-2
[    75.439] (II) modeset(0): Output eDP-1 connected
[    75.439] (II) modeset(0): Output HDMI-1 connected
[    75.439] (II) modeset(0): Output DP-1 disconnected
[    75.439] (II) modeset(0): Output HDMI-2 disconnected
[    75.439] (II) modeset(0): Using spanning desktop for initial modes
[    75.439] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    75.439] (II) modeset(0): Output HDMI-1 using initial mode 1680x1050 +1920+0
[    75.439] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    75.439] (==) modeset(0): DPI set to (96, 96)
[    75.439] (II) Loading sub module "fb"
[    75.439] (II) LoadModule: "fb"
[    75.439] (II) Loading /usr/lib/xorg/modules/libfb.so
[    75.441] (II) Module fb: vendor="X.Org Foundation"
[    75.441] 	compiled for 1.20.5, module version = 1.0.0
[    75.441] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.441] (II) Loading sub module "shadow"
[    75.441] (II) LoadModule: "shadow"
[    75.441] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    75.442] (II) Module shadow: vendor="X.Org Foundation"
[    75.442] 	compiled for 1.20.5, module version = 1.1.0
[    75.442] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.442] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[    75.442] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    75.442] (==) AMDGPU(G0): Default visual is TrueColor
[    75.442] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
[    75.442] (**) AMDGPU(G0): Option "DRI" "3"
[    75.442] (==) AMDGPU(G0): RGB weight 888
[    75.442] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[    75.442] (--) AMDGPU(G0): Chipset: "Radeon 500 Series" (ChipID = 0x699f)
[    75.442] (II) Loading sub module "fb"
[    75.442] (II) LoadModule: "fb"
[    75.442] (II) Loading /usr/lib/xorg/modules/libfb.so
[    75.442] (II) Module fb: vendor="X.Org Foundation"
[    75.442] 	compiled for 1.20.5, module version = 1.0.0
[    75.442] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.442] (II) Loading sub module "dri2"
[    75.442] (II) LoadModule: "dri2"
[    75.442] (II) Module "dri2" already built-in
[    75.442] (II) Loading sub module "glamoregl"
[    75.442] (II) LoadModule: "glamoregl"
[    75.442] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    75.442] (II) Module glamoregl: vendor="X.Org Foundation"
[    75.442] 	compiled for 1.20.5, module version = 1.0.1
[    75.442] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    75.605] (II) AMDGPU(G0): glamor X acceleration enabled on Radeon 500 Series
[    75.605] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[    75.605] (==) AMDGPU(G0): TearFree property default: auto
[    75.605] (II) AMDGPU(G0): mem size init: gart size :bfd3d000 vram size: s:7fad0000 visible:fad0000
[    75.605] (==) AMDGPU(G0): DPI set to (96, 96)
[    75.605] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[    75.605] (II) Loading sub module "ramdac"
[    75.605] (II) LoadModule: "ramdac"
[    75.605] (II) Module "ramdac" already built-in
[    75.605] (II) UnloadModule: "vesa"
[    75.605] (II) Unloading vesa
[    75.605] (II) AMDGPU(G0): [DRI2] Setup complete
[    75.605] (II) AMDGPU(G0): [DRI2]   DRI driver: radeonsi
[    75.605] (II) AMDGPU(G0): [DRI2]   VDPAU driver: radeonsi
[    75.605] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[    75.606] (==) AMDGPU(G0): Backing store enabled
[    75.606] (II) AMDGPU(G0): Direct rendering enabled
[    75.653] (II) AMDGPU(G0): Use GLAMOR acceleration.
[    75.653] (II) AMDGPU(G0): Acceleration enabled
[    75.653] (==) AMDGPU(G0): DPMS enabled
[    75.653] (==) AMDGPU(G0): Silken mouse disabled
[    75.654] (==) modeset(0): Backing store enabled
[    75.654] (==) modeset(0): Silken mouse disabled
[    75.840] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    75.840] (==) modeset(0): DPMS enabled
[    75.840] (II) Initializing extension Generic Event Extension
[    75.840] (II) Initializing extension SHAPE
[    75.841] (II) Initializing extension MIT-SHM
[    75.841] (II) Initializing extension XInputExtension
[    75.841] (II) Initializing extension XTEST
[    75.841] (II) Initializing extension BIG-REQUESTS
[    75.842] (II) Initializing extension SYNC
[    75.842] (II) Initializing extension XKEYBOARD
[    75.842] (II) Initializing extension XC-MISC
[    75.843] (II) Initializing extension SECURITY
[    75.843] (II) Initializing extension XFIXES
[    75.843] (II) Initializing extension RENDER
[    75.844] (II) Initializing extension RANDR
[    75.844] (II) Initializing extension COMPOSITE
[    75.844] (II) Initializing extension DAMAGE
[    75.845] (II) Initializing extension MIT-SCREEN-SAVER
[    75.845] (II) Initializing extension DOUBLE-BUFFER
[    75.845] (II) Initializing extension RECORD
[    75.846] (II) Initializing extension DPMS
[    75.846] (II) Initializing extension Present
[    75.846] (II) Initializing extension DRI3
[    75.846] (II) Initializing extension X-Resource
[    75.846] (II) Initializing extension XVideo
[    75.847] (II) Initializing extension XVideo-MotionCompensation
[    75.847] (II) Initializing extension GLX
[    75.847] (II) AIGLX: Screen 0 is not DRI2 capable
[    76.047] (II) IGLX: Loaded and initialized swrast
[    76.047] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    76.047] (II) Initializing extension XFree86-VidModeExtension
[    76.047] (II) Initializing extension XFree86-DGA
[    76.047] (II) Initializing extension XFree86-DRI
[    76.047] (II) Initializing extension DRI2
[    76.051] (II) modeset(0): Damage tracking initialized
[    76.051] (II) modeset(0): Setting screen physical size to 952 x 285
[    76.110] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    76.110] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    76.110] (II) LoadModule: "libinput"
[    76.110] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    76.115] (II) Module libinput: vendor="X.Org Foundation"
[    76.115] 	compiled for 1.20.5, module version = 0.29.0
[    76.115] 	Module class: X.Org XInput Driver
[    76.115] 	ABI class: X.Org XInput driver, version 24.1
[    76.115] (II) Using input driver 'libinput' for 'Power Button'
[    76.115] (**) Power Button: always reports core events
[    76.115] (**) Option "Device" "/dev/input/event2"
[    76.115] (**) Option "_source" "server/udev"
[    76.118] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    76.119] (II) event2  - Power Button: device is a keyboard
[    76.119] (II) event2  - Power Button: device removed
[    76.139] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    76.139] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    76.140] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    76.140] (II) event2  - Power Button: device is a keyboard
[    76.140] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    76.140] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    76.140] (II) Using input driver 'libinput' for 'Video Bus'
[    76.140] (**) Video Bus: always reports core events
[    76.140] (**) Option "Device" "/dev/input/event10"
[    76.140] (**) Option "_source" "server/udev"
[    76.141] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    76.141] (II) event10 - Video Bus: device is a keyboard
[    76.141] (II) event10 - Video Bus: device removed
[    76.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event10"
[    76.206] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    76.209] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    76.209] (II) event10 - Video Bus: device is a keyboard
[    76.210] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    76.210] (II) No input driver specified, ignoring this device.
[    76.210] (II) This device may have been added with another device file.
[    76.211] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    76.211] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    76.211] (II) Using input driver 'libinput' for 'Sleep Button'
[    76.211] (**) Sleep Button: always reports core events
[    76.211] (**) Option "Device" "/dev/input/event0"
[    76.211] (**) Option "_source" "server/udev"
[    76.212] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    76.212] (II) event0  - Sleep Button: device is a keyboard
[    76.212] (II) event0  - Sleep Button: device removed
[    76.246] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    76.246] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    76.248] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    76.248] (II) event0  - Sleep Button: device is a keyboard
[    76.250] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event4)
[    76.250] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    76.250] (II) Using input driver 'libinput' for '  USB Keyboard'
[    76.250] (**)   USB Keyboard: always reports core events
[    76.250] (**) Option "Device" "/dev/input/event4"
[    76.250] (**) Option "_source" "server/udev"
[    76.252] (II) event4  -   USB Keyboard: is tagged by udev as: Keyboard
[    76.252] (II) event4  -   USB Keyboard: device is a keyboard
[    76.252] (II) event4  -   USB Keyboard: device removed
[    76.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/0003:04D9:1603.0001/input/input5/event4"
[    76.286] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 9)
[    76.289] (II) event4  -   USB Keyboard: is tagged by udev as: Keyboard
[    76.289] (II) event4  -   USB Keyboard: device is a keyboard
[    76.290] (II) config/udev: Adding input device   USB Keyboard System Control (/dev/input/event5)
[    76.290] (**)   USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    76.291] (II) Using input driver 'libinput' for '  USB Keyboard System Control'
[    76.291] (**)   USB Keyboard System Control: always reports core events
[    76.291] (**) Option "Device" "/dev/input/event5"
[    76.291] (**) Option "_source" "server/udev"
[    76.294] (II) event5  -   USB Keyboard System Control: is tagged by udev as: Keyboard
[    76.294] (II) event5  -   USB Keyboard System Control: device is a keyboard
[    76.294] (II) event5  -   USB Keyboard System Control: device removed
[    76.326] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.1/0003:04D9:1603.0002/input/input6/event5"
[    76.326] (II) XINPUT: Adding extended input device "  USB Keyboard System Control" (type: KEYBOARD, id 10)
[    76.331] (II) event5  -   USB Keyboard System Control: is tagged by udev as: Keyboard
[    76.331] (II) event5  -   USB Keyboard System Control: device is a keyboard
[    76.334] (II) config/udev: Adding input device   USB Keyboard Consumer Control (/dev/input/event6)
[    76.334] (**)   USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    76.334] (II) Using input driver 'libinput' for '  USB Keyboard Consumer Control'
[    76.334] (**)   USB Keyboard Consumer Control: always reports core events
[    76.334] (**) Option "Device" "/dev/input/event6"
[    76.334] (**) Option "_source" "server/udev"
[    76.338] (II) event6  -   USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    76.338] (II) event6  -   USB Keyboard Consumer Control: device is a keyboard
[    76.338] (II) event6  -   USB Keyboard Consumer Control: device removed
[    76.392] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.1/0003:04D9:1603.0002/input/input7/event6"
[    76.393] (II) XINPUT: Adding extended input device "  USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[    76.398] (II) event6  -   USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    76.398] (II) event6  -   USB Keyboard Consumer Control: device is a keyboard
[    76.401] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event7)
[    76.401] (**)   USB Keyboard: Applying InputClass "libinput pointer catchall"
[    76.401] (II) Using input driver 'libinput' for '  USB Keyboard'
[    76.401] (**)   USB Keyboard: always reports core events
[    76.401] (**) Option "Device" "/dev/input/event7"
[    76.401] (**) Option "_source" "server/udev"
[    76.460] (II) event7  -   USB Keyboard: is tagged by udev as: Mouse
[    76.460] (II) event7  -   USB Keyboard: device is a pointer
[    76.461] (II) event7  -   USB Keyboard: device removed
[    76.513] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.2/0003:04D9:1603.0003/input/input8/event7"
[    76.513] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: MOUSE, id 12)
[    76.513] (**) Option "AccelerationScheme" "none"
[    76.513] (**)   USB Keyboard: (accel) selected scheme none/0
[    76.513] (**)   USB Keyboard: (accel) acceleration factor: 2.000
[    76.513] (**)   USB Keyboard: (accel) acceleration threshold: 4
[    76.573] (II) event7  -   USB Keyboard: is tagged by udev as: Mouse
[    76.574] (II) event7  -   USB Keyboard: device is a pointer
[    76.576] (II) config/udev: Adding input device   USB Keyboard (/dev/input/mouse0)
[    76.576] (II) No input driver specified, ignoring this device.
[    76.576] (II) This device may have been added with another device file.
[    76.578] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event9)
[    76.578] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    76.578] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    76.578] (**) Integrated Camera: Integrated C: always reports core events
[    76.578] (**) Option "Device" "/dev/input/event9"
[    76.578] (**) Option "_source" "server/udev"
[    76.581] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    76.581] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[    76.582] (II) event9  - Integrated Camera: Integrated C: device removed
[    76.646] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input12/event9"
[    76.646] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 13)
[    76.650] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    76.650] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[    76.652] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    76.652] (II) No input driver specified, ignoring this device.
[    76.652] (II) This device may have been added with another device file.
[    76.653] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    76.653] (II) No input driver specified, ignoring this device.
[    76.653] (II) This device may have been added with another device file.
[    76.654] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    76.654] (II) No input driver specified, ignoring this device.
[    76.654] (II) This device may have been added with another device file.
[    76.655] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[    76.655] (II) No input driver specified, ignoring this device.
[    76.655] (II) This device may have been added with another device file.
[    76.656] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[    76.656] (II) No input driver specified, ignoring this device.
[    76.656] (II) This device may have been added with another device file.
[    76.657] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[    76.657] (II) No input driver specified, ignoring this device.
[    76.657] (II) This device may have been added with another device file.
[    76.658] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[    76.658] (II) No input driver specified, ignoring this device.
[    76.658] (II) This device may have been added with another device file.
[    76.659] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    76.659] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    76.659] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    76.659] (**) AT Translated Set 2 keyboard: always reports core events
[    76.659] (**) Option "Device" "/dev/input/event3"
[    76.659] (**) Option "_source" "server/udev"
[    76.661] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    76.662] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    76.663] (II) event3  - AT Translated Set 2 keyboard: device removed
[    76.686] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    76.686] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    76.689] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    76.689] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    76.692] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event19)
[    76.692] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    76.692] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    76.692] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    76.692] (**) Option "Device" "/dev/input/event19"
[    76.692] (**) Option "_source" "server/udev"
[    76.692] (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    76.693] (II) event19 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    76.693] (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    76.694] (II) event19 - SynPS/2 Synaptics TouchPad: device removed
[    76.753] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event19"
[    76.753] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    76.756] (**) Option "AccelerationScheme" "none"
[    76.756] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    76.756] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    76.756] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    76.759] (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    76.760] (II) event19 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    76.763] (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    76.764] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    76.765] (II) No input driver specified, ignoring this device.
[    76.765] (II) This device may have been added with another device file.
[    76.766] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event20)
[    76.766] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    76.766] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    76.766] (**) TPPS/2 Elan TrackPoint: always reports core events
[    76.766] (**) Option "Device" "/dev/input/event20"
[    76.766] (**) Option "_source" "server/udev"
[    76.769] (II) event20 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    76.770] (II) event20 - TPPS/2 Elan TrackPoint: device is a pointer
[    76.772] (II) event20 - TPPS/2 Elan TrackPoint: device removed
[    76.846] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input21/event20"
[    76.846] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 16)
[    76.846] (**) Option "AccelerationScheme" "none"
[    76.846] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    76.846] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    76.846] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    76.850] (II) event20 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    76.851] (II) event20 - TPPS/2 Elan TrackPoint: device is a pointer
[    76.855] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[    76.855] (II) No input driver specified, ignoring this device.
[    76.855] (II) This device may have been added with another device file.
[    76.856] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    76.856] (II) No input driver specified, ignoring this device.
[    76.856] (II) This device may have been added with another device file.
[    76.858] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event11)
[    76.858] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    76.858] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    76.858] (**) ThinkPad Extra Buttons: always reports core events
[    76.858] (**) Option "Device" "/dev/input/event11"
[    76.858] (**) Option "_source" "server/udev"
[    76.860] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    76.860] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[    76.861] (II) event11 - ThinkPad Extra Buttons: device removed
[    76.886] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input11/event11"
[    76.886] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 17)
[    76.889] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    76.889] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[   107.017] (II) modeset(0): EDID vendor "FUS", prod id 2103
[   107.017] (II) modeset(0): Using EDID range info for horizontal sync
[   107.017] (II) modeset(0): Using EDID range info for vertical refresh
[   107.017] (II) modeset(0): Printing DDC gathered Modelines:
[   107.017] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[   107.017] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   107.017] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   107.017] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   107.017] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   107.017] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   107.017] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   107.017] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   107.017] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   107.017] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   107.017] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   107.017] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   107.017] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[   107.467] (II) modeset(0): Allocate new frame buffer 1680x1050 stride
[   803.104] (II) modeset(0): EDID vendor "FUS", prod id 2103
[   803.104] (II) modeset(0): Using hsync ranges from config file
[   803.104] (II) modeset(0): Using vrefresh ranges from config file
[   803.104] (II) modeset(0): Printing DDC gathered Modelines:
[   803.104] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[   803.104] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   803.104] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   803.104] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   803.104] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   803.104] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   803.104] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   803.104] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   803.104] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   803.104] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   803.104] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   803.104] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   803.104] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  1097.108] (II) modeset(0): EDID vendor "FUS", prod id 2103
[  1097.108] (II) modeset(0): Using hsync ranges from config file
[  1097.108] (II) modeset(0): Using vrefresh ranges from config file
[  1097.108] (II) modeset(0): Printing DDC gathered Modelines:
[  1097.108] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[  1097.108] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1097.108] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1097.108] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1097.108] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1097.108] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1097.108] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1097.108] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1097.108] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1097.108] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  1097.108] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1097.108] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1097.108] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  1357.915] (II) modeset(0): EDID vendor "FUS", prod id 2103
[  1357.915] (II) modeset(0): Using hsync ranges from config file
[  1357.915] (II) modeset(0): Using vrefresh ranges from config file
[  1357.915] (II) modeset(0): Printing DDC gathered Modelines:
[  1357.915] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[  1357.915] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1357.915] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1357.915] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1357.915] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1357.915] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1357.915] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1357.915] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1357.915] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1357.915] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  1357.915] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1357.915] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1357.915] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  1380.458] (II) modeset(0): EDID vendor "FUS", prod id 2103
[  1380.458] (II) modeset(0): Using hsync ranges from config file
[  1380.458] (II) modeset(0): Using vrefresh ranges from config file
[  1380.458] (II) modeset(0): Printing DDC gathered Modelines:
[  1380.458] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[  1380.458] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1380.458] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1380.458] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1380.458] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1380.458] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1380.458] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1380.458] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1380.458] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1380.458] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  1380.458] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1380.458] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1380.458] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
Log from testgame in Lutris.

Running /home/marcel/.local/share/lutris/runners/wine/lutris-4.13-x86_64/bin/wine /home/marcel/Games/battlenet/drive_c/Program Files (x86)/Battle.net/Battle.net.exe
esync: up and running.
[0902/102830.075:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8
[0902/102830.111:ERROR:gpu_process_transport_factory.cc(1031)] Lost UI shared context.
info:  Game: Battle.net.exe
info:  DXVK: v1.3.3
info:  Found config file: /home/marcel/Games/battlenet/dxvk.conf
info:  Effective configuration:
info:    dxgi.nvapiHack = False
warn:  OpenVR: Failed to locate module
info:  Required Vulkan extension VK_KHR_get_physical_device_properties2 not supported
info:  Required Vulkan extension VK_KHR_surface not supported
info:  Required Vulkan extension VK_KHR_win32_surface not supported
err:   DxvkInstance: Failed to create instance
err:   D3D11CreateDevice: Failed to create a DXGI factory
info:  Game: Battle.net.exe
info:  DXVK: v1.3.3
info:  Found config file: /home/marcel/Games/battlenet/dxvk.conf
info:  Effective configuration:
info:    dxgi.nvapiHack = False
warn:  OpenVR: Failed to locate module
info:  Required Vulkan extension VK_KHR_get_physical_device_properties2 not supported
info:  Required Vulkan extension VK_KHR_surface not supported
info:  Required Vulkan extension VK_KHR_win32_surface not supported
err:   DxvkInstance: Failed to create instance
err:   D3D11CreateDevice: Failed to create a DXGI factory
[0902/102836.672:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 379
[0902/102840.815:ERROR:mf_video_decoder.cc(747)] Unsupported codec by MfVideoDecoder: 6
[0902/102848.292:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 379
Waiting on children
Waiting on children
2019-09-02 10:29:21,551: Unable to read stat for process 3495
2019-09-02 10:29:21,551: Unable to read stat for process 3495
All children gone
Exit with returncode 0

If any futher logs are required, please tell me.

Thanks!!

Last edited by blacksh33p (2019-09-02 11:21:31)

Offline

#2 2019-09-02 08:44:42

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

Re: [SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

What's the output of

dmesg
pacman -Qs libgl

also since you are in the modprobe.d directory. Which files did you add there?

Offline

#3 2019-09-02 09:02:07

blacksh33p
Member
Registered: 2019-09-02
Posts: 4

Re: [SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

[    0.000000] Linux version 5.2.11-arch1-1-ARCH (builduser@heftig-107976) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Thu Aug 29 08:09:36 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/nvme0n1p2:VGsys root=/dev/mapper/VGsys-root rw lang=de locale=de_DE.UTF-8 initrd=../initramfs-linux.img
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000636f2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000636f3000-0x000000006faabfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006faac000-0x000000006fca8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006fca9000-0x000000006fd0dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006fd0e000-0x000000007c7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ff000fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008817fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: LENOVO 20NBS0L300/20NBS0L300, BIOS R0YET32W (1.15 ) 06/10/2019
[    0.000000] tsc: Detected 2000.000 MHz processor
[    0.002771] tsc: Detected 1992.000 MHz TSC
[    0.002771] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002774] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002781] last_pfn = 0x881800 max_arch_pfn = 0x400000000
[    0.002786] MTRR default type: write-back
[    0.002787] MTRR fixed ranges enabled:
[    0.002789]   00000-9FFFF write-back
[    0.002790]   A0000-BFFFF uncachable
[    0.002792]   C0000-FFFFF write-protect
[    0.002793] MTRR variable ranges enabled:
[    0.002795]   0 base 0080000000 mask 7F80000000 uncachable
[    0.002796]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.002797]   2 base 007A000000 mask 7FFE000000 uncachable
[    0.002799]   3 base 2000000000 mask 6000000000 uncachable
[    0.002800]   4 base 1000000000 mask 7000000000 uncachable
[    0.002801]   5 base 4000000000 mask 4000000000 uncachable
[    0.002802]   6 disabled
[    0.002803]   7 disabled
[    0.002803]   8 disabled
[    0.002804]   9 disabled
[    0.004517] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.004862] last_pfn = 0x636f3 max_arch_pfn = 0x400000000
[    0.017137] check: Scanning 1 areas for low memory corruption
[    0.017143] Using GB pages for direct mapping
[    0.017146] BRK [0x104801000, 0x104801fff] PGTABLE
[    0.017148] BRK [0x104802000, 0x104802fff] PGTABLE
[    0.017150] BRK [0x104803000, 0x104803fff] PGTABLE
[    0.017191] BRK [0x104804000, 0x104804fff] PGTABLE
[    0.017193] BRK [0x104805000, 0x104805fff] PGTABLE
[    0.017368] BRK [0x104806000, 0x104806fff] PGTABLE
[    0.017416] BRK [0x104807000, 0x104807fff] PGTABLE
[    0.017491] RAMDISK: [mem 0x6173d000-0x636f2fff]
[    0.017499] ACPI: Early table checksum verification disabled
[    0.017558] ACPI: RSDP 0x00000000000F0140 000024 (v02 LENOVO)
[    0.017563] ACPI: XSDT 0x000000006FD0B188 00011C (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017571] ACPI: FACP 0x000000006E417000 000114 (v06 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017577] ACPI: DSDT 0x000000006E3EF000 023157 (v02 LENOVO CFL      20170001 INTL 20160422)
[    0.017581] ACPI: FACS 0x000000006FB04000 000040
[    0.017585] ACPI: SSDT 0x000000006E958000 001B1C (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[    0.017589] ACPI: SSDT 0x000000006E957000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
[    0.017592] ACPI: SSDT 0x000000006E91E000 00399E (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[    0.017596] ACPI: SSDT 0x000000006E41D000 00313D (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[    0.017599] ACPI: SSDT 0x000000006E41C000 00045A (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[    0.017603] ACPI: SSDT 0x000000006E41B000 000046 (v02 LENOVO MeSsdt   00003000 INTL 20160527)
[    0.017607] ACPI: TPM2 0x000000006E41A000 000034 (v03 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017610] ACPI: UEFI 0x000000006FB22000 000042 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017614] ACPI: SSDT 0x000000006E418000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[    0.017617] ACPI: HPET 0x000000006E416000 000038 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017621] ACPI: APIC 0x000000006E415000 00012C (v03 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017624] ACPI: MCFG 0x000000006E414000 00003C (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017628] ACPI: ECDT 0x000000006E413000 000053 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017631] ACPI: SSDT 0x000000006E3EC000 00225E (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[    0.017635] ACPI: BOOT 0x000000006E3EB000 000028 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017639] ACPI: SLIC 0x000000006E3EA000 000176 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017642] ACPI: SSDT 0x000000006E3E9000 000CE3 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[    0.017646] ACPI: LPIT 0x000000006E3E8000 000094 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017649] ACPI: WSMT 0x000000006E3E7000 000028 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017653] ACPI: SSDT 0x000000006E3E5000 00149F (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[    0.017656] ACPI: DBGP 0x000000006E3E4000 000034 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017660] ACPI: DBG2 0x000000006E3E3000 000054 (v00 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017664] ACPI: MSDM 0x000000006E3E2000 000055 (v03 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017667] ACPI: BATB 0x000000006E205000 00004A (v02 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017671] ACPI: DMAR 0x000000006D402000 0000A8 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017674] ACPI: SSDT 0x000000006D401000 0008E2 (v01 LENOVO AmdTabl  00001000 INTL 20160527)
[    0.017678] ACPI: NHLT 0x000000006D3FF000 00002D (v00 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017681] ACPI: SSDT 0x000000006D3FE000 0007D7 (v02 LENOVO SgRpSsdt 00001000 INTL 20160527)
[    0.017685] ACPI: FPDT 0x000000006D3FC000 000044 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017688] ACPI: UEFI 0x000000006FAEE000 000116 (v01 LENOVO TP-R0Y   00000200 PTEC 00000002)
[    0.017698] ACPI: Local APIC address 0xfee00000
[    0.017904] No NUMA configuration found
[    0.017906] Faking a node at [mem 0x0000000000000000-0x00000008817fffff]
[    0.017909] NODE_DATA(0) allocated [mem 0x8817fc000-0x8817fffff]
[    0.017957] Zone ranges:
[    0.017958]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017960]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017962]   Normal   [mem 0x0000000100000000-0x00000008817fffff]
[    0.017963]   Device   empty
[    0.017964] Movable zone start for each node
[    0.017965] Early memory node ranges
[    0.017966]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.017967]   node   0: [mem 0x0000000000100000-0x00000000636f2fff]
[    0.017968]   node   0: [mem 0x0000000100000000-0x00000008817fffff]
[    0.018101] Zeroed struct page in unavailable ranges: 18800 pages
[    0.018102] Initmem setup node 0 [mem 0x0000000000001000-0x00000008817fffff]
[    0.018104] On node 0 totalpages: 8277648
[    0.018105]   DMA zone: 64 pages used for memmap
[    0.018106]   DMA zone: 21 pages reserved
[    0.018107]   DMA zone: 3997 pages, LIFO batch:0
[    0.018159]   DMA32 zone: 6300 pages used for memmap
[    0.018160]   DMA32 zone: 403187 pages, LIFO batch:63
[    0.025408]   Normal zone: 122976 pages used for memmap
[    0.025409]   Normal zone: 7870464 pages, LIFO batch:63
[    0.120144] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[    0.122212] ACPI: PM-Timer IO Port: 0x1808
[    0.122214] ACPI: Local APIC address 0xfee00000
[    0.122223] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.122224] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.122225] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.122225] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.122226] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.122227] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.122228] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.122229] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.122230] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.122231] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.122231] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.122232] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.122233] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.122234] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.122235] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.122236] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.122295] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.122297] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.122299] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.122301] ACPI: IRQ0 used by override.
[    0.122302] ACPI: IRQ9 used by override.
[    0.122305] Using ACPI (MADT) for SMP configuration information
[    0.122307] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.122311] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.122329] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.122331] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.122332] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.122333] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.122334] PM: Registered nosave memory: [mem 0x636f3000-0x6faabfff]
[    0.122335] PM: Registered nosave memory: [mem 0x6faac000-0x6fca8fff]
[    0.122336] PM: Registered nosave memory: [mem 0x6fca9000-0x6fd0dfff]
[    0.122337] PM: Registered nosave memory: [mem 0x6fd0e000-0x7c7fffff]
[    0.122338] PM: Registered nosave memory: [mem 0x7c800000-0xdfffffff]
[    0.122338] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.122339] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.122340] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.122341] PM: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
[    0.122342] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.122342] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.122343] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.122344] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.122345] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.122346] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.122346] PM: Registered nosave memory: [mem 0xff000000-0xff000fff]
[    0.122347] PM: Registered nosave memory: [mem 0xff001000-0xff3fffff]
[    0.122348] PM: Registered nosave memory: [mem 0xff400000-0xffffffff]
[    0.122351] [mem 0x7c800000-0xdfffffff] available for PCI devices
[    0.122352] Booting paravirtualized kernel on bare hardware
[    0.122356] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.260032] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.260283] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.260290] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.260291] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.260313] Built 1 zonelists, mobility grouping on.  Total pages: 8148287
[    0.260314] Policy zone: Normal
[    0.260316] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/nvme0n1p2:VGsys root=/dev/mapper/VGsys-root rw lang=de locale=de_DE.UTF-8 initrd=../initramfs-linux.img
[    0.265420] Calgary: detecting Calgary via BIOS EBDA area
[    0.265423] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.355541] Memory: 32461348K/33110592K available (12291K kernel code, 1319K rwdata, 3904K rodata, 1608K init, 3616K bss, 649244K reserved, 0K cma-reserved)
[    0.355704] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.355718] ftrace: allocating 37395 entries in 147 pages
[    0.376373] rcu: Preemptible hierarchical RCU implementation.
[    0.376375] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.376375] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.376376] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.376377] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.376378] 	Tasks RCU enabled.
[    0.376379] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.376380] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.378683] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.378967] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.379208] random: get_random_bytes called from start_kernel+0x37e/0x559 with crng_init=0
[    0.382546] Console: colour VGA+ 80x25
[    0.382551] printk: console [tty0] enabled
[    0.382575] ACPI: Core revision 20190509
[    0.383184] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.383253] hpet clockevent registered
[    0.383320] APIC: Switch to symmetric I/O mode setup
[    0.383323] DMAR: Host address width 39
[    0.383325] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.383334] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.383335] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.383340] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.383341] DMAR: RMRR base: 0x0000006fa69000 end: 0x0000006fa88fff
[    0.383342] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[    0.383345] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.383346] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.383347] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.385543] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.385545] x2apic enabled
[    0.385575] Switched APIC routing to cluster x2apic.
[    0.391272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.406605] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
[    0.406610] Calibrating delay loop (skipped), value calculated using timer frequency.. 3985.00 BogoMIPS (lpj=6640000)
[    0.406614] pid_max: default: 32768 minimum: 301
[    0.406654] LSM: Security Framework initializing
[    0.406658] Yama: becoming mindful.
[    0.411902] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.414524] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.414618] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.414700] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.414881] *** VALIDATE proc ***
[    0.414940] *** VALIDATE cgroup1 ***
[    0.414941] *** VALIDATE cgroup2 ***
[    0.415008] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.415038] process: using mwait in idle threads
[    0.415041] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.415042] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.415044] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.415046] Spectre V2 : Mitigation: Full generic retpoline
[    0.415047] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.415047] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.415050] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.415050] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.415052] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.415055] MDS: Mitigation: Clear CPU buffers
[    0.415381] Freeing SMP alternatives memory: 32K
[    0.416703] TSC deadline timer enabled
[    0.416713] smpboot: CPU0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xb)
[    0.436645] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.436677] ... version:                4
[    0.436678] ... bit width:              48
[    0.436679] ... generic registers:      4
[    0.436680] ... value mask:             0000ffffffffffff
[    0.436680] ... max period:             00007fffffffffff
[    0.436681] ... fixed-purpose events:   3
[    0.436682] ... event mask:             000000070000000f
[    0.443293] rcu: Hierarchical SRCU implementation.
[    0.466823] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.473337] smp: Bringing up secondary CPUs ...
[    0.513343] x86: Booting SMP configuration:
[    0.513345] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.634193] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.673341]  #5 #6 #7
[    0.754032] smp: Brought up 1 node, 8 CPUs
[    0.754032] smpboot: Max logical packages: 1
[    0.754032] smpboot: Total of 8 processors activated (31884.00 BogoMIPS)
[    0.757398] devtmpfs: initialized
[    0.757398] x86/mm: Memory block size: 128MB
[    0.760420] PM: Registering ACPI NVS region [mem 0x6faac000-0x6fca8fff] (2084864 bytes)
[    0.760420] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.760420] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.760420] pinctrl core: initialized pinctrl subsystem
[    0.760420] PM: RTC time: 07:54:37, date: 2019-09-02
[    0.760483] NET: Registered protocol family 16
[    0.760605] audit: initializing netlink subsys (disabled)
[    0.760613] audit: type=2000 audit(1567410877.379:1): state=initialized audit_enabled=0 res=1
[    0.760613] cpuidle: using governor ladder
[    0.766669] cpuidle: using governor menu
[    0.766670] Simple Boot Flag at 0x47 set to 0x1
[    0.766670] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.766671] ACPI: bus type PCI registered
[    0.766673] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.767092] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.767101] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.767101] PCI: Using configuration type 1 for base access
[    0.767316] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.767679] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.767679] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.770078] ACPI: Added _OSI(Module Device)
[    0.770080] ACPI: Added _OSI(Processor Device)
[    0.770082] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.770083] ACPI: Added _OSI(Processor Aggregator Device)
[    0.770085] ACPI: Added _OSI(Linux-Dell-Video)
[    0.770086] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.770088] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.871230] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.873764] ACPI: EC: EC started
[    0.873765] ACPI: EC: interrupt blocked
[    0.877293] ACPI: \: Used as first EC
[    0.877295] ACPI: \: GPE=0x20, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.877296] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.882148] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.902959] ACPI: Dynamic OEM Table Load:
[    0.902980] ACPI: SSDT 0xFFFFA2C8DD0FDB00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.903693] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.905345] ACPI: Dynamic OEM Table Load:
[    0.905356] ACPI: SSDT 0xFFFFA2C8DD10B000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.906302] ACPI: Dynamic OEM Table Load:
[    0.906313] ACPI: SSDT 0xFFFFA2C8DDBBC800 0005D2 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.907999] ACPI: Dynamic OEM Table Load:
[    0.908010] ACPI: SSDT 0xFFFFA2C8DD299000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.909359] ACPI: Dynamic OEM Table Load:
[    0.909372] ACPI: SSDT 0xFFFFA2C8DD409000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.911365] ACPI: Dynamic OEM Table Load:
[    0.911375] ACPI: SSDT 0xFFFFA2C8DD10E400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.917038] ACPI: Interpreter enabled
[    0.917115] ACPI: (supports S0 S3 S4 S5)
[    0.917117] ACPI: Using IOAPIC for interrupt routing
[    0.917177] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.918036] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.924463] ACPI: Power Resource [PUBS] (on)
[    0.927504] ACPI: Power Resource [PUBS] (on)
[    0.931171] ACPI: Power Resource [USBC] (on)
[    0.934036] ACPI: Power Resource [PCRP] (on)
[    0.960525] ACPI: Power Resource [WRST] (on)
[    0.960602] ACPI: Power Resource [DRST] (on)
[    0.967785] ACPI: Power Resource [V0PR] (on)
[    0.968103] ACPI: Power Resource [V1PR] (on)
[    0.968411] ACPI: Power Resource [V2PR] (on)
[    0.974593] ACPI: Power Resource [WRST] (on)
[    0.980924] ACPI: Power Resource [PIN] (off)
[    0.982030] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.982040] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.986690] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.986691] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.990658] PCI host bridge to bus 0000:00
[    0.990661] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.990663] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.990665] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.990666] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[    0.990668] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.990669] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.990680] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000
[    0.992147] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000
[    0.992164] pci 0000:00:02.0: reg 0x10: [mem 0xa1000000-0xa1ffffff 64bit]
[    0.992173] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.992179] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.993678] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.993698] pci 0000:00:04.0: reg 0x10: [mem 0xa2610000-0xa2617fff 64bit]
[    0.995235] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.995256] pci 0000:00:08.0: reg 0x10: [mem 0xa2620000-0xa2620fff 64bit]
[    0.996779] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
[    0.996809] pci 0000:00:12.0: reg 0x10: [mem 0xa2621000-0xa2621fff 64bit]
[    0.998341] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
[    0.998367] pci 0000:00:14.0: reg 0x10: [mem 0xa2600000-0xa260ffff 64bit]
[    0.998453] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.999950] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
[    0.999979] pci 0000:00:14.2: reg 0x10: [mem 0xa261c000-0xa261dfff 64bit]
[    0.999995] pci 0000:00:14.2: reg 0x18: [mem 0xa2622000-0xa2622fff 64bit]
[    1.001498] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
[    1.001534] pci 0000:00:16.0: reg 0x10: [mem 0xa2623000-0xa2623fff 64bit]
[    1.001645] pci 0000:00:16.0: PME# supported from D3hot
[    1.003230] pci 0000:00:17.0: [8086:9dd3] type 00 class 0x010601
[    1.003254] pci 0000:00:17.0: reg 0x10: [mem 0xa261e000-0xa261ffff]
[    1.003264] pci 0000:00:17.0: reg 0x14: [mem 0xa2627000-0xa26270ff]
[    1.003273] pci 0000:00:17.0: reg 0x18: [io  0x4080-0x4087]
[    1.003284] pci 0000:00:17.0: reg 0x1c: [io  0x4088-0x408b]
[    1.003294] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    1.003304] pci 0000:00:17.0: reg 0x24: [mem 0xa2626000-0xa26267ff]
[    1.003361] pci 0000:00:17.0: PME# supported from D3hot
[    1.004904] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400
[    1.005035] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.005059] pci 0000:00:1c.0: PTM enabled (root), 4dns granularity
[    1.006630] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400
[    1.006744] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.006764] pci 0000:00:1c.4: PTM enabled (root), 4dns granularity
[    1.008331] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
[    1.008447] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.008466] pci 0000:00:1d.0: PTM enabled (root), 4dns granularity
[    1.010010] pci 0000:00:1d.2: [8086:9db2] type 01 class 0x060400
[    1.010129] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[    1.010150] pci 0000:00:1d.2: PTM enabled (root), 4dns granularity
[    1.011693] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400
[    1.011823] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    1.011846] pci 0000:00:1d.4: PTM enabled (root), 4dns granularity
[    1.013416] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
[    1.015147] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380
[    1.015222] pci 0000:00:1f.3: reg 0x10: [mem 0xa2618000-0xa261bfff 64bit]
[    1.015305] pci 0000:00:1f.3: reg 0x20: [mem 0xa2000000-0xa20fffff 64bit]
[    1.015446] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.017058] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
[    1.017090] pci 0000:00:1f.4: reg 0x10: [mem 0xa2624000-0xa26240ff 64bit]
[    1.017125] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    1.018642] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
[    1.018663] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    1.022022] pci 0000:02:00.0: [1217:8621] type 00 class 0x080501
[    1.022058] pci 0000:02:00.0: reg 0x10: [mem 0xa2501000-0xa2501fff]
[    1.022072] pci 0000:02:00.0: reg 0x14: [mem 0xa2500000-0xa25007ff]
[    1.022237] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    1.031782] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.031788] pci 0000:00:1c.0:   bridge window [mem 0xa2500000-0xa25fffff]
[    1.031880] pci 0000:03:00.0: [1002:699f] type 00 class 0x038000
[    1.031923] pci 0000:03:00.0: reg 0x10: [mem 0x90000000-0x9fffffff 64bit pref]
[    1.031943] pci 0000:03:00.0: reg 0x18: [mem 0xa0000000-0xa01fffff 64bit pref]
[    1.031956] pci 0000:03:00.0: reg 0x20: [io  0x3000-0x30ff]
[    1.031969] pci 0000:03:00.0: reg 0x24: [mem 0xa2400000-0xa243ffff]
[    1.031982] pci 0000:03:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    1.031993] pci 0000:03:00.0: enabling Extended Tags
[    1.032098] pci 0000:03:00.0: supports D1 D2
[    1.032148] pci 0000:03:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8 GT/s x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8 GT/s x8 link)
[    1.032228] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    1.032232] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    1.032235] pci 0000:00:1c.4:   bridge window [mem 0xa2400000-0xa24fffff]
[    1.032240] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    1.032315] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    1.032350] pci 0000:04:00.0: reg 0x10: [io  0x2000-0x20ff]
[    1.032382] pci 0000:04:00.0: reg 0x18: [mem 0xa2304000-0xa2304fff 64bit]
[    1.032401] pci 0000:04:00.0: reg 0x20: [mem 0xa2300000-0xa2303fff 64bit]
[    1.032531] pci 0000:04:00.0: supports D1 D2
[    1.032532] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.032700] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    1.032703] pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
[    1.032707] pci 0000:00:1d.0:   bridge window [mem 0xa2300000-0xa23fffff]
[    1.032985] pci 0000:05:00.0: [8086:2526] type 00 class 0x028000
[    1.033118] pci 0000:05:00.0: reg 0x10: [mem 0xa2200000-0xa2203fff 64bit]
[    1.033475] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    1.034082] pci 0000:00:1d.2: PCI bridge to [bus 05]
[    1.034087] pci 0000:00:1d.2:   bridge window [mem 0xa2200000-0xa22fffff]
[    1.034310] pci 0000:07:00.0: [144d:a808] type 00 class 0x010802
[    1.034346] pci 0000:07:00.0: reg 0x10: [mem 0xa2100000-0xa2103fff 64bit]
[    1.034548] pci 0000:07:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:1d.4 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    1.034785] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    1.034790] pci 0000:00:1d.4:   bridge window [mem 0xa2100000-0xa21fffff]
[    1.040365] ACPI: EC: interrupt unblocked
[    1.040390] ACPI: EC: event unblocked
[    1.040409] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x20, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.040410] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[    1.040521] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.040521] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.040521] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.040521] vgaarb: loaded
[    1.040521] ACPI: bus type USB registered
[    1.040521] usbcore: registered new interface driver usbfs
[    1.040521] usbcore: registered new interface driver hub
[    1.040521] usbcore: registered new device driver usb
[    1.040521] pps_core: LinuxPPS API ver. 1 registered
[    1.040521] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.040521] PTP clock support registered
[    1.040521] EDAC MC: Ver: 3.0.0
[    1.042394] PCI: Using ACPI for IRQ routing
[    1.065614] PCI: pci_cache_line_size set to 64 bytes
[    1.067204] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.067205] e820: reserve RAM buffer [mem 0x636f3000-0x63ffffff]
[    1.067207] e820: reserve RAM buffer [mem 0x881800000-0x883ffffff]
[    1.067315] NetLabel: Initializing
[    1.067316] NetLabel:  domain hash size = 128
[    1.067317] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.067333] NetLabel:  unlabeled traffic allowed by default
[    1.067338] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.067338] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.069943] clocksource: Switched to clocksource tsc-early
[    1.083917] VFS: Disk quotas dquot_6.6.0
[    1.083936] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.083961] *** VALIDATE hugetlbfs ***
[    1.084007] pnp: PnP ACPI init
[    1.084115] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    1.084121] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.084627] system 00:01: [io  0x1800-0x18fe] has been reserved
[    1.084630] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[    1.084632] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    1.084633] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    1.084635] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    1.084637] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[    1.084639] system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
[    1.084643] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.085148] system 00:02: [io  0xff00-0xfffe] has been reserved
[    1.085153] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.086545] system 00:03: [io  0x0680-0x069f] has been reserved
[    1.086547] system 00:03: [io  0x164e-0x164f] has been reserved
[    1.086551] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.086635] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.086791] system 00:05: [io  0x1854-0x1857] has been reserved
[    1.086796] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.086824] pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    1.086846] pnp 00:07: Plug and Play ACPI device, IDs LEN2059 PNP0f13 (active)
[    1.086959] system 00:08: [io  0x1800-0x189f] could not be reserved
[    1.086961] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.086963] system 00:08: [io  0x0880-0x08ff] has been reserved
[    1.086964] system 00:08: [io  0x0900-0x097f] has been reserved
[    1.086966] system 00:08: [io  0x0980-0x09ff] has been reserved
[    1.086967] system 00:08: [io  0x0a00-0x0a7f] has been reserved
[    1.086969] system 00:08: [io  0x0a80-0x0aff] has been reserved
[    1.086971] system 00:08: [io  0x0b00-0x0b7f] has been reserved
[    1.086972] system 00:08: [io  0x0b80-0x0bff] has been reserved
[    1.086974] system 00:08: [io  0x15e0-0x15ef] has been reserved
[    1.086975] system 00:08: [io  0x1600-0x167f] could not be reserved
[    1.086977] system 00:08: [io  0x1640-0x165f] could not be reserved
[    1.086979] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    1.086981] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.086983] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.086985] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.086986] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[    1.086988] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.086990] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.086994] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.088943] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.089818] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.089820] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.089822] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.089824] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    1.089826] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.089827] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.089829] system 00:0a: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    1.089831] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.089835] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.090279] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.090281] system 00:0b: [mem 0x000c0000-0x000c3fff] could not be reserved
[    1.090283] system 00:0b: [mem 0x000c8000-0x000cbfff] has been reserved
[    1.090284] system 00:0b: [mem 0x000d0000-0x000d3fff] could not be reserved
[    1.090286] system 00:0b: [mem 0x000d8000-0x000dbfff] has been reserved
[    1.090288] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[    1.090289] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[    1.090291] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[    1.090293] system 00:0b: [mem 0x00100000-0x7c7fffff] could not be reserved
[    1.090295] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    1.090296] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[    1.090301] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.090462] pnp: PnP ACPI: found 12 devices
[    1.096577] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.096582] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    1.096594] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.096602] pci 0000:00:1c.0:   bridge window [mem 0xa2500000-0xa25fffff]
[    1.096617] pci 0000:03:00.0: BAR 6: assigned [mem 0xa2440000-0xa245ffff pref]
[    1.096619] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    1.096623] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    1.096627] pci 0000:00:1c.4:   bridge window [mem 0xa2400000-0xa24fffff]
[    1.096631] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[    1.096636] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    1.096638] pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
[    1.096643] pci 0000:00:1d.0:   bridge window [mem 0xa2300000-0xa23fffff]
[    1.096650] pci 0000:00:1d.2: PCI bridge to [bus 05]
[    1.096654] pci 0000:00:1d.2:   bridge window [mem 0xa2200000-0xa22fffff]
[    1.096661] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    1.096667] pci 0000:00:1d.4:   bridge window [mem 0xa2100000-0xa21fffff]
[    1.096675] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.096677] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.096679] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.096680] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[    1.096682] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    1.096683] pci_bus 0000:02: resource 1 [mem 0xa2500000-0xa25fffff]
[    1.096685] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    1.096686] pci_bus 0000:03: resource 1 [mem 0xa2400000-0xa24fffff]
[    1.096688] pci_bus 0000:03: resource 2 [mem 0x90000000-0xa01fffff 64bit pref]
[    1.096689] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.096690] pci_bus 0000:04: resource 1 [mem 0xa2300000-0xa23fffff]
[    1.096692] pci_bus 0000:05: resource 1 [mem 0xa2200000-0xa22fffff]
[    1.096693] pci_bus 0000:07: resource 1 [mem 0xa2100000-0xa21fffff]
[    1.096935] NET: Registered protocol family 2
[    1.097103] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    1.097250] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    1.097632] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.097755] TCP: Hash tables configured (established 262144 bind 65536)
[    1.097814] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    1.097921] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    1.098069] NET: Registered protocol family 1
[    1.098074] NET: Registered protocol family 44
[    1.098086] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.100673] PCI: CLS 0 bytes, default 64
[    1.100719] Trying to unpack rootfs image as initramfs...
[    1.780101] Freeing initrd memory: 32472K
[    1.806703] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.806706] software IO TLB: mapped [mem 0x5d73d000-0x6173d000] (64MB)
[    1.806749] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
[    1.806772] clocksource: Switched to clocksource tsc
[    1.806921] check: Scanning for low memory corruption every 60 seconds
[    1.807734] Initialise system trusted keyrings
[    1.807746] Key type blacklist registered
[    1.807802] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    1.809368] zbud: loaded
[    1.811461] Key type asymmetric registered
[    1.811463] Asymmetric key parser 'x509' registered
[    1.811471] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.811522] io scheduler mq-deadline registered
[    1.811523] io scheduler kyber registered
[    1.811571] io scheduler bfq registered
[    1.814237] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    1.814304] pcieport 0000:00:1c.0: AER: enabled with IRQ 122
[    1.814357] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    1.814699] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[    1.814759] pcieport 0000:00:1c.4: AER: enabled with IRQ 123
[    1.814811] pcieport 0000:00:1c.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    1.815139] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[    1.815198] pcieport 0000:00:1d.0: AER: enabled with IRQ 124
[    1.815248] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    1.815578] pcieport 0000:00:1d.2: PME: Signaling with IRQ 125
[    1.815639] pcieport 0000:00:1d.2: AER: enabled with IRQ 125
[    1.815695] pcieport 0000:00:1d.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    1.816028] pcieport 0000:00:1d.4: PME: Signaling with IRQ 126
[    1.816086] pcieport 0000:00:1d.4: AER: enabled with IRQ 126
[    1.816135] pcieport 0000:00:1d.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    1.816228] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.816338] intel_idle: MWAIT substates: 0x11142120
[    1.816340] intel_idle: v0.4.1 model 0x8E
[    1.816913] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.817023] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.820042] ACPI: Sleep Button [SLPB]
[    1.820112] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.823298] ACPI: Lid Switch [LID]
[    1.823346] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.826689] ACPI: Power Button [PWRF]
[    1.839118] thermal LNXTHERM:00: registered as thermal_zone0
[    1.839120] ACPI: Thermal Zone [THM0] (53 C)
[    1.839743] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.840990] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.840991] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.842679] nvme nvme0: pci function 0000:07:00.0
[    1.842726] usbcore: registered new interface driver usbserial_generic
[    1.842733] usbserial: USB Serial support registered for generic
[    1.842761] rtc_cmos 00:04: RTC can wake from S4
[    1.844327] rtc_cmos 00:04: registered as rtc0
[    1.844353] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.844431] intel_pstate: Intel P-state driver initializing
[    1.845158] intel_pstate: HWP enabled
[    1.845509] ledtrig-cpu: registered to indicate activity on CPUs
[    1.845587] intel_pmc_core intel_pmc_core.0:  initialized
[    1.845856] NET: Registered protocol family 10
[    1.858948] Segment Routing with IPv6
[    1.858988] NET: Registered protocol family 17
[    1.860474] mce: Using 10 MCE banks
[    1.860497] RAS: Correctable Errors collector initialized.
[    1.860609] microcode: sig=0x806eb, pf=0x80, revision=0xae
[    1.861109] microcode: Microcode Update Driver: v2.2.
[    1.861131] sched_clock: Marking stable (1860288989, 805572)->(1893632888, -32538327)
[    1.861628] registered taskstats version 1
[    1.861641] Loading compiled-in X.509 certificates
[    1.868961] Loaded X.509 cert 'Build time autogenerated kernel key: 12f49d339d879888f73b01bf952385086361e4d8'
[    1.869000] zswap: loaded using pool lzo/zbud
[    1.880662] Key type big_key registered
[    1.883313] PM:   Magic number: 3:798:924
[    1.883671] rtc_cmos 00:04: setting system clock to 2019-09-02T07:54:38 UTC (1567410878)
[    2.062582] nvme nvme0: missing or invalid SUBNQN field.
[    2.062644] nvme nvme0: Shutdown timeout set to 8 seconds
[    2.121520] nvme nvme0: 8/0/0 default/read/poll queues
[    2.144129]  nvme0n1: p1 p2
[    2.147601] Freeing unused decrypted memory: 2040K
[    2.148276] Freeing unused kernel image memory: 1608K
[    2.167000] Write protecting the kernel read-only data: 18432k
[    2.168352] Freeing unused kernel image memory: 2012K
[    2.168596] Freeing unused kernel image memory: 192K
[    2.177918] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.177921] Run /init as init process
[    2.211866] Linux agpgart interface v0.103
[    2.250312] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
[    2.250313] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
[    2.250314] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250356] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250357] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250357] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250358] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250359] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250360] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.250709] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.251418] mce: CPU3: Package temperature/speed normal
[    2.251418] mce: CPU7: Package temperature/speed normal
[    2.251450] mce: CPU6: Core temperature/speed normal
[    2.251451] mce: CPU6: Package temperature/speed normal
[    2.251453] mce: CPU0: Package temperature/speed normal
[    2.251454] mce: CPU4: Package temperature/speed normal
[    2.251455] mce: CPU1: Package temperature/speed normal
[    2.251455] mce: CPU5: Package temperature/speed normal
[    2.251812] mce: CPU2: Core temperature/speed normal
[    2.253971] mce: CPU2: Package temperature/speed normal
[    2.280296] [drm] amdgpu kernel modesetting enabled.
[    2.280313] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    2.280363] ATPX version 1, functions 0x00000033
[    2.280407] ATPX Hybrid Graphics
[    2.280516] CRAT table not found
[    2.280517] Virtual CRAT table created for CPU
[    2.280517] Parsing CRAT table with 1 nodes
[    2.280518] Creating topology SYSFS entries
[    2.280523] Topology: Add CPU node
[    2.280523] Finished initializing topology
[    2.280584] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 0: 0x90000000 -> 0x9fffffff
[    2.280585] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xa0000000 -> 0xa01fffff
[    2.280586] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 5: 0xa2400000 -> 0xa243ffff
[    2.280732] [drm] initializing kernel modesetting (POLARIS12 0x1002:0x699F 0x17AA:0x5073 0xC0).
[    2.280739] [drm] register mmio base: 0xA2400000
[    2.280739] [drm] register mmio size: 262144
[    2.280752] [drm] add ip block number 0 <vi_common>
[    2.280752] [drm] add ip block number 1 <gmc_v8_0>
[    2.280752] [drm] add ip block number 2 <tonga_ih>
[    2.280753] [drm] add ip block number 3 <gfx_v8_0>
[    2.280753] [drm] add ip block number 4 <sdma_v3_0>
[    2.280753] [drm] add ip block number 5 <powerplay>
[    2.280754] [drm] add ip block number 6 <dm>
[    2.280754] [drm] add ip block number 7 <uvd_v6_0>
[    2.280754] [drm] add ip block number 8 <vce_v3_0>
[    2.280757] kfd kfd: skipped device 1002:699f, PCI rejects atomics
[    2.280766] [drm] UVD is enabled in VM mode
[    2.280766] [drm] UVD ENC is enabled in VM mode
[    2.280769] [drm] VCE enabled in VM mode
[    2.324737] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [TBF3] at bit offset/length 258048/32768 exceeds size of target Buffer (266240 bits) (20190509/dsopcode-198)
[    2.325210] ACPI Error: Aborting method \_SB.PCI0.GFX0.GETB due to previous error (AE_AML_BUFFER_LIMIT) (20190509/psparse-529)
[    2.325612] ACPI Error: Aborting method \_SB.PCI0.GFX0.ATRM due to previous error (AE_AML_BUFFER_LIMIT) (20190509/psparse-529)
[    2.325991] failed to evaluate ATRM got AE_AML_BUFFER_LIMIT
[    2.325992] ATOM BIOS: BR35955.001
[    2.326006] [drm] GPU posting now...
[    2.342658] [drm] RAS INFO: ras initialized successfully, hardware ability[0] ras_mask[0]
[    2.342663] [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[    2.342701] amdgpu 0000:03:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[    2.342702] amdgpu 0000:03:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[    2.342712] [drm] Detected VRAM RAM=2048M, BAR=256M
[    2.342713] [drm] RAM width 64bits GDDR5
[    2.342839] [TTM] Zone  kernel: Available graphics memory: 16249852 KiB
[    2.342839] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    2.342840] [TTM] Initializing pool allocator
[    2.342842] [TTM] Initializing DMA pool allocator
[    2.342858] [drm] amdgpu: 2048M of VRAM memory ready
[    2.342861] [drm] amdgpu: 3072M of GTT memory ready.
[    2.342874] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    2.343493] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[    2.343569] [drm] Chained IB support enabled!
[    2.345137] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[    2.347290] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[    2.428752] [drm] DM_PPLIB: values for Engine clock
[    2.428753] [drm] DM_PPLIB:	 214000
[    2.428753] [drm] DM_PPLIB:	 547000
[    2.428754] [drm] DM_PPLIB:	 786000
[    2.428754] [drm] DM_PPLIB:	 902000
[    2.428754] [drm] DM_PPLIB:	 986000
[    2.428754] [drm] DM_PPLIB:	 1103000
[    2.428755] [drm] DM_PPLIB:	 1139000
[    2.428755] [drm] DM_PPLIB:	 1176000
[    2.428755] [drm] DM_PPLIB: Validation clocks:
[    2.428755] [drm] DM_PPLIB:    engine_max_clock: 117600
[    2.428756] [drm] DM_PPLIB:    memory_max_clock: 150000
[    2.428756] [drm] DM_PPLIB:    level           : 8
[    2.428757] [drm] DM_PPLIB: values for Memory clock
[    2.428757] [drm] DM_PPLIB:	 300000
[    2.428757] [drm] DM_PPLIB:	 625000
[    2.428757] [drm] DM_PPLIB:	 1500000
[    2.428757] [drm] DM_PPLIB: Validation clocks:
[    2.428758] [drm] DM_PPLIB:    engine_max_clock: 117600
[    2.428758] [drm] DM_PPLIB:    memory_max_clock: 150000
[    2.428758] [drm] DM_PPLIB:    level           : 8
[    2.429620] [drm] Display Core initialized with v3.2.27!
[    2.429644] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.429644] [drm] Driver supports precise vblank timestamp query.
[    2.478736] [drm] UVD and UVD ENC initialized successfully.
[    2.589691] [drm] VCE initialized successfully.
[    2.593484] [drm] Initialized amdgpu 3.32.0 20150101 for 0000:03:00.0 on minor 0
[    2.636466] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    2.639850] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.639880] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.645300] SCSI subsystem initialized
[    2.646621] cryptd: max_cpu_qlen set to 1000
[    2.646626] sdhci: Secure Digital Host Controller Interface driver
[    2.646640] sdhci: Copyright(c) Pierre Ossman
[    2.648049] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.648057] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.649150] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    2.649155] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.649352] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[    2.649354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.649355] usb usb1: Product: xHCI Host Controller
[    2.649357] usb usb1: Manufacturer: Linux 5.2.11-arch1-1-ARCH xhci-hcd
[    2.649358] usb usb1: SerialNumber: 0000:00:14.0
[    2.649538] hub 1-0:1.0: USB hub found
[    2.649556] hub 1-0:1.0: 12 ports detected
[    2.650308] sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
[    2.656608] AVX2 version of gcm_enc/dec engaged.
[    2.656615] AES CTR mode by8 optimization enabled
[    2.656637] libata version 3.00 loaded.
[    2.659352] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.659374] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.659378] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.659419] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[    2.659421] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.659422] usb usb2: Product: xHCI Host Controller
[    2.659424] usb usb2: Manufacturer: Linux 5.2.11-arch1-1-ARCH xhci-hcd
[    2.659425] usb usb2: SerialNumber: 0000:00:14.0
[    2.659599] hub 2-0:1.0: USB hub found
[    2.659614] hub 2-0:1.0: 6 ports detected
[    2.659997] usb: port power management may be unreliable
[    2.661992] ahci 0000:00:17.0: version 3.0
[    2.662229] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[    2.662231] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
[    2.664388] mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
[    2.667650] scsi host0: ahci
[    2.668322] scsi host1: ahci
[    2.668373] ata1: DUMMY
[    2.668379] ata2: SATA max UDMA/133 abar m2048@0xa2626000 port 0xa2626180 irq 139
[    2.673129] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.979645] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.987039] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    3.002783] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    3.002790] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.127449] usb 1-3: New USB device found, idVendor=0409, idProduct=005a, bcdDevice= 1.00
[    3.127454] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.128452] hub 1-3:1.0: USB hub found
[    3.128500] hub 1-3:1.0: 4 ports detected
[    3.250373] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[    3.382896] ata2.00: ATA-10: ST1000LM035-1RK172, LFM1, max UDMA/100
[    3.382902] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.392502] usb 1-5: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[    3.392508] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.414893] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    3.414901] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.452310] ata2.00: configured for UDMA/100
[    3.480296] usb 1-3.4: new full-speed USB device number 4 using xhci_hcd
[    3.572994] scsi 1:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LFM1 PQ: 0 ANSI: 5
[    3.579304] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.579308] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    3.579338] sd 1:0:0:0: [sda] Write Protect is off
[    3.579344] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.579398] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.587453] usb 1-3.4: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
[    3.587458] usb 1-3.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.591036] hub 1-3.4:1.0: USB hub found
[    3.591257] hub 1-3.4:1.0: 4 ports detected
[    3.606357]  sda: sda1
[    3.608431] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.710362] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[    3.846822] device-mapper: uevent: version 1.0.3
[    3.846904] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[    3.858507] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    3.863398] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    3.887139] usb 1-6: New USB device found, idVendor=04f2, idProduct=b604, bcdDevice= 0.27
[    3.887144] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.887148] usb 1-6: Product: Integrated Camera
[    3.887151] usb 1-6: Manufacturer: Chicony Electronics Co.,Ltd.
[    3.887153] usb 1-6: SerialNumber: 0001
[    3.926985] usb 1-3.4.1: new full-speed USB device number 6 using xhci_hcd
[    4.040346] usb 1-3.4.1: New USB device found, idVendor=04d9, idProduct=1603, bcdDevice= 3.10
[    4.040352] usb 1-3.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.040356] usb 1-3.4.1: Product: USB Keyboard
[    4.040359] usb 1-3.4.1: Manufacturer:  
[    4.057924] hidraw: raw HID events driver (C) Jiri Kosina
[    4.091347] usbcore: registered new interface driver usbhid
[    4.091349] usbhid: USB HID core driver
[    4.094526] input:   USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.0/0003:04D9:1603.0001/input/input5
[    4.143708] usb 1-8: new full-speed USB device number 7 using xhci_hcd
[    4.150643] hid-generic 0003:04D9:1603.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:14.0-3.4.1/input0
[    4.151099] input:   USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.1/0003:04D9:1603.0002/input/input6
[    4.207180] input:   USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.1/0003:04D9:1603.0002/input/input7
[    4.207412] hid-generic 0003:04D9:1603.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:14.0-3.4.1/input1
[    4.207806] input:   USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.1/1-3.4.1:1.2/0003:04D9:1603.0003/input/input8
[    4.208026] hid-generic 0003:04D9:1603.0003: input,hidraw2: USB HID v1.10 Mouse [  USB Keyboard] on usb-0000:00:14.0-3.4.1/input2
[    4.286835] usb 1-8: New USB device found, idVendor=06cb, idProduct=00a2, bcdDevice= 1.64
[    4.286841] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    4.286845] usb 1-8: SerialNumber: d6adb486c62c
[   10.365549] amdgpu 0000:03:00.0: GPU pci config reset
[   66.546402] random: cryptsetup: uninitialized urandom read (2 bytes read)
[   66.561619] random: lvm: uninitialized urandom read (4 bytes read)
[   66.577317] random: lvm: uninitialized urandom read (2 bytes read)
[   66.782758] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   66.859431] random: fast init done
[   66.878130] random: crng init done
[   66.938471] systemd[1]: systemd 242.84-2-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)
[   66.953730] systemd[1]: Detected architecture x86-64.
[   67.016725] systemd-fstab-generator[503]: Checking was requested for "//192.168.4.223/notablage", but it is not a device.
[   67.016871] systemd-fstab-generator[503]: Checking was requested for "//192.168.4.223/sachbearbeiter", but it is not a device.
[   67.016987] systemd-fstab-generator[503]: Checking was requested for "//192.168.4.223/ablage1", but it is not a device.
[   67.017089] systemd-fstab-generator[503]: Checking was requested for "//192.168.4.223/ablage2", but it is not a device.
[   67.075179] systemd[1]: Listening on udev Control Socket.
[   67.078504] systemd[1]: Listening on Process Core Dump Socket.
[   67.081203] systemd[1]: Created slice system-getty.slice.
[   67.082268] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   67.083277] systemd[1]: Listening on Journal Socket.
[   67.084587] systemd[1]: Mounting Kernel Debug File System...
[   67.086386] systemd[1]: Starting Load Kernel Modules...
[   67.087500] systemd[1]: Listening on LVM2 poll daemon socket.
[   67.099349] EXT4-fs (dm-2): re-mounted. Opts: (null)
[   67.102041] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   67.122494] vboxdrv: loading out-of-tree module taints kernel.
[   67.122677] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[   67.129166] vboxdrv: Found 8 processor cores
[   67.146884] vboxdrv: TSC mode is Invariant, tentative frequency 1991999567 Hz
[   67.146885] vboxdrv: Successfully loaded version 6.0.10 (interface 0x00290008)
[   67.149092] VBoxPciLinuxInit
[   67.149095] vboxpci: IOMMU not found (not registered)
[   67.150050] VBoxNetAdp: Successfully started.
[   67.152238] VBoxNetFlt: Successfully started.
[   67.289935] audit: type=1130 audit(1567410943.900: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'
[   67.295667] systemd-journald[518]: Received request to flush runtime journal from PID 1
[   67.338707] audit: type=1130 audit(1567410943.950:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.375093] audit: type=1130 audit(1567410943.986:4): 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'
[   67.396552] ACPI: AC Adapter [AC] (on-line)
[   67.441948] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   67.441950] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   67.441951] RAPL PMU: hw unit of domain package 2^-14 Joules
[   67.441952] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   67.441953] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   67.441953] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   67.453895] input: PC Speaker as /devices/platform/pcspkr/input/input9
[   67.459041] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   67.459154] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   67.483764] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   67.483846] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   67.484004] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   67.484287] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   67.537122] Non-volatile memory driver v1.3
[   67.586522] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   67.604662] libphy: r8169: probed
[   67.604862] r8169 0000:04:00.0 eth0: RTL8168g/8111g, 98:fa:9b:8c:9d:20, XID 509, IRQ 141
[   67.604864] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   67.636116] r8169 0000:04:00.0 enp4s0: renamed from eth0
[   67.646733] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   67.688927] battery: ACPI: Battery Slot [BAT0] (battery present)
[   67.696777] Adding 16777212k swap on /dev/mapper/VGsys-swap.  Priority:-2 extents:1 across:16777212k SSFS
[   67.722387] iTCO_vendor_support: vendor-support=0
[   67.723953] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[   67.723954] thinkpad_acpi: http://ibm-acpi.sf.net/
[   67.723954] thinkpad_acpi: ThinkPad BIOS R0YET32W (1.15 ), EC R0YHT33W
[   67.723955] thinkpad_acpi: Lenovo ThinkPad E590, model 20NBS0L300
[   67.724010] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   67.724774] thinkpad_acpi: radio switch found; radios are enabled
[   67.725004] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   67.725004] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   67.725325] media: Linux media interface: v0.10
[   67.729524] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   67.729656] iTCO_wdt iTCO_wdt: can't request region for resource [mem 0x00c5fffc-0x00c5ffff]
[   67.729854] mousedev: PS/2 mouse device common for all mice
[   67.731107] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   67.732147] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   67.732149] cfg80211: failed to load regulatory.db
[   67.734014] iTCO_wdt: probe of iTCO_wdt failed with error -16
[   67.744156] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   67.752446] audit: type=1130 audit(1567410944.363:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.777843] audit: type=1130 audit(1567410944.390:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.824087] videodev: Linux video capture interface: v2.00
[   67.825922] Intel(R) Wireless WiFi driver for Linux
[   67.825923] Copyright(c) 2003- 2015 Intel Corporation
[   67.836047] iwlwifi 0000:05:00.0: Found debug destination: EXTERNAL_DRAM
[   67.836048] iwlwifi 0000:05:00.0: Found debug configuration: 0
[   67.836231] iwlwifi 0000:05:00.0: loaded firmware version 46.93e59cf4.0 op_mode iwlmvm
[   67.891746] i915 0000:00:02.0: vgaarb: deactivate vga console
[   67.891763] Bluetooth: Core ver 2.22
[   67.891778] NET: Registered protocol family 31
[   67.891778] Bluetooth: HCI device and connection manager initialized
[   67.891781] Bluetooth: HCI socket layer initialized
[   67.891783] Bluetooth: L2CAP socket layer initialized
[   67.891786] Bluetooth: SCO socket layer initialized
[   67.893939] Console: switching to colour dummy device 80x25
[   67.895370] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   67.895371] [drm] Driver supports precise vblank timestamp query.
[   67.896057] vga_switcheroo: enabled
[   67.896138] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   67.897286] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   67.905853] usbcore: registered new interface driver btusb
[   67.906457] Bluetooth: hci0: Firmware revision 0.1 build 216 week 27 2019
[   67.910922] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b604)
[   67.914395] uvcvideo 1-6:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
[   67.914397] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
[   67.914399] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
[   67.914400] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[   67.914467] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input12
[   67.914533] usbcore: registered new interface driver uvcvideo
[   67.914533] USB Video Class driver (1.1.1)
[   67.930274] [drm] Initialized i915 1.6.0 20190417 for 0000:00:02.0 on minor 1
[   67.934416] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[   67.937439] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   67.937599] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
[   67.937795] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   67.973460] iwlwifi 0000:05:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x324
[   67.993131] iwlwifi 0000:05:00.0: Applying debug destination EXTERNAL_DRAM
[   67.993367] iwlwifi 0000:05:00.0: Allocated 0x00400000 bytes for firmware monitor.
[   67.994323] fbcon: i915drmfb (fb0) is primary device
[   68.019159] thinkpad_acpi: battery 1 registered (start 95, stop 100)
[   68.019161] battery: new extension: ThinkPad Battery Extension
[   68.019189] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input11
[   68.032430] intel_rapl: Found RAPL domain package
[   68.032431] intel_rapl: Found RAPL domain core
[   68.032432] intel_rapl: Found RAPL domain uncore
[   68.032433] intel_rapl: Found RAPL domain dram
[   68.033080] snd_hda_codec_conexant hdaudioC0D0: CX8070: BIOS auto-probing.
[   68.033600] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX8070: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   68.033601] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   68.033602] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   68.033603] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[   68.033603] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[   68.033604] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1a
[   68.033605] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x19
[   68.040658] iwlwifi 0000:05:00.0: base HW address: 5c:87:9c:77:82:15
[   68.120474] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   68.120693] thermal thermal_zone8: failed to read out thermal zone (-61)
[   68.120939] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   68.121008] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   68.121347] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   68.121406] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   68.121463] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   68.121518] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   68.121576] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   68.122500] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
[   68.364031] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[   68.402580] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[   68.402595] psmouse serio1: synaptics: Your touchpad (PNP: LEN2059 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[   68.484231] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
[   68.484247] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[   68.533361] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
[   69.074642] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[   69.407910] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input21
[   70.202161] Console: switching to colour frame buffer device 210x65
[   70.243606] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   70.244211] audit: type=1130 audit(1567410946.856:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.245736] audit: type=1130 audit(1567410946.856:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.356849] audit: type=1130 audit(1567410946.970:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.384926] audit: type=1130 audit(1567410946.996:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-8130ef40\x2d8017\x2d4ccc\x2d8252\x2d407b9514f273 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.395725] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[   70.428177] audit: type=1130 audit(1567410947.030:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-d6e08819\x2d4e39\x2d4a01\x2d8e6d\x2d053dfef257b0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.481688] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   70.675697] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   71.069503] Generic Realtek PHY r8169-400:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[   71.184209] r8169 0000:04:00.0 enp4s0: Link is Down
[   73.132395] kauditd_printk_skb: 17 callbacks suppressed
[   73.132399] audit: type=1131 audit(1567410949.743:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   73.943723] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control off
[   73.943755] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   74.021291] audit: type=1130 audit(1567410950.633:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   74.056283] FS-Cache: Loaded
[   74.057988] Key type dns_resolver registered
[   74.103632] FS-Cache: Netfs 'cifs' registered for caching
[   74.105637] Key type cifs.spnego registered
[   74.105639] Key type cifs.idmap registered
[   74.106048] CIFS: Attempting to mount //192.168.4.223/notablage
[   74.106130] CIFS: Attempting to mount //192.168.4.223/ablage1
[   74.106254] CIFS: Attempting to mount //192.168.4.223/ablage2
[   74.106452] FS-Cache: Duplicate cookie detected
[   74.107036] FS-Cache: O-cookie c=00000000b07e644b [p=0000000008c57265 fl=222 nc=0 na=1]
[   74.107526] FS-Cache: O-cookie d=0000000026125330 n=00000000b2a5391d
[   74.108022] FS-Cache: O-key=[8] '020001bdc0a804df'
[   74.108492] FS-Cache: N-cookie c=000000002783a463 [p=0000000008c57265 fl=2 nc=0 na=1]
[   74.109040] FS-Cache: N-cookie d=0000000026125330 n=00000000cfdbcdc9
[   74.109573] FS-Cache: N-key=[8] '020001bdc0a804df'
[   74.110068] FS-Cache: Duplicate cookie detected
[   74.110553] FS-Cache: O-cookie c=00000000b07e644b [p=0000000008c57265 fl=222 nc=0 na=1]
[   74.111209] FS-Cache: O-cookie d=0000000026125330 n=00000000b2a5391d
[   74.112012] FS-Cache: O-key=[8] '020001bdc0a804df'
[   74.112525] FS-Cache: N-cookie c=000000003ea653b1 [p=0000000008c57265 fl=2 nc=0 na=1]
[   74.113056] FS-Cache: N-cookie d=0000000026125330 n=0000000031741946
[   74.113592] FS-Cache: N-key=[8] '020001bdc0a804df'
[   74.117275] CIFS: Attempting to mount //192.168.4.223/sachbearbeiter
[   74.117584] FS-Cache: Duplicate cookie detected
[   74.118059] FS-Cache: O-cookie c=00000000b07e644b [p=0000000008c57265 fl=222 nc=0 na=1]
[   74.118456] CIFS: Attempting to mount //192.168.4.223/archiv
[   74.118576] FS-Cache: O-cookie d=0000000026125330 n=00000000b2a5391d
[   74.119162] FS-Cache: O-key=[8] '020001bdc0a804df'
[   74.119787] FS-Cache: N-cookie c=00000000f6ab58e1 [p=0000000008c57265 fl=2 nc=0 na=1]
[   74.120441] FS-Cache: N-cookie d=0000000026125330 n=0000000026988de4
[   74.121070] FS-Cache: N-key=[8] '020001bdc0a804df'
[   74.121689] FS-Cache: Duplicate cookie detected
[   74.122203] FS-Cache: O-cookie c=00000000b07e644b [p=0000000008c57265 fl=222 nc=0 na=1]
[   74.122645] FS-Cache: O-cookie d=0000000026125330 n=00000000b2a5391d
[   74.123084] FS-Cache: O-key=[8] '020001bdc0a804df'
[   74.123575] FS-Cache: N-cookie c=000000009e434fc7 [p=0000000008c57265 fl=2 nc=0 na=1]
[   74.124094] FS-Cache: N-cookie d=0000000026125330 n=00000000d8ee2973
[   74.124541] FS-Cache: N-key=[8] '020001bdc0a804df'
[   74.485274] audit: type=1130 audit(1567410951.096:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   74.552572] audit: type=1130 audit(1567410951.163:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   74.637577] audit: type=1130 audit(1567410951.249:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   74.638643] audit: type=1130 audit(1567410951.249:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   74.957573] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   75.093049] [drm] UVD and UVD ENC initialized successfully.
[   75.223995] [drm] VCE initialized successfully.
[   77.038564] audit: type=1130 audit(1567410953.649:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   77.049885] audit: type=1006 audit(1567410953.659:36): pid=921 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=1 res=1
[   77.090245] audit: type=1130 audit(1567410953.703:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   78.562835] fuse: init (API version 7.31)
[   81.007860] audit: type=1131 audit(1567410957.619:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   82.374368] amdgpu 0000:03:00.0: GPU pci config reset
[  101.079820] audit: type=1131 audit(1567410977.689:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  106.440903] audit: type=1006 audit(1567410983.053:40): pid=960 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  106.452204] audit: type=1130 audit(1567410983.063:41): 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'
[  106.456439] audit: type=1006 audit(1567410983.066:42): pid=973 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[  106.482955] audit: type=1130 audit(1567410983.093:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  106.499032] audit: type=1112 audit(1567410983.109:44): pid=960 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=archlinux addr=? terminal=/dev/tty7 res=success'
[  106.913988] audit: type=1130 audit(1567410983.526: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'
[  110.231536] audit: type=1130 audit(1567410986.843:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  110.256928] audit: type=1130 audit(1567410986.869:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  110.723670] audit: type=1701 audit(1567410987.336:48): auid=1000 uid=1000 gid=985 ses=2 pid=1415 comm="conky" exe="/usr/bin/conky" sig=6 res=1
[  110.735203] audit: type=1130 audit(1567410987.346:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1427-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  116.547160] kauditd_printk_skb: 1 callbacks suppressed
[  116.547162] audit: type=1131 audit(1567410993.159:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  116.553455] audit: type=1131 audit(1567410993.163:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  206.145884] audit: type=1701 audit(1567411082.759:53): auid=1000 uid=1000 gid=985 ses=2 pid=1570 comm="VBoxTestOGL" exe="/usr/lib/virtualbox/VBoxTestOGL" sig=6 res=1
[  206.151666] audit: type=1130 audit(1567411082.765:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1576-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  206.301925] audit: type=1131 audit(1567411082.915:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1576-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  298.620912] SUPR0GipMap: fGetGipCpu=0xb
[  299.493179] vboxdrv: 000000005030054e VMMR0.r0
[  299.630783] vboxdrv: 00000000dc99b458 VBoxDDR0.r0
[  306.312353] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312354] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312383] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312384] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312385] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312385] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312386] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.312387] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 112)
[  306.325321] mce: CPU5: Package temperature/speed normal
[  306.325322] mce: CPU1: Package temperature/speed normal
[  306.325323] mce: CPU7: Package temperature/speed normal
[  306.325323] mce: CPU3: Package temperature/speed normal
[  306.325324] mce: CPU4: Package temperature/speed normal
[  306.325325] mce: CPU0: Package temperature/speed normal
[  306.325351] mce: CPU2: Package temperature/speed normal
[  306.325352] mce: CPU6: Package temperature/speed normal
[  367.302339] mce: CPU5: Core temperature/speed normal
[  367.302340] mce: CPU1: Core temperature/speed normal
[  607.297307] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297308] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297309] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297330] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297334] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297335] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297336] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.297336] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 3398)
[  607.301359] mce: CPU3: Package temperature/speed normal
[  607.301360] mce: CPU2: Package temperature/speed normal
[  607.301361] mce: CPU7: Package temperature/speed normal
[  607.301362] mce: CPU1: Package temperature/speed normal
[  607.301362] mce: CPU6: Package temperature/speed normal
[  607.301363] mce: CPU0: Package temperature/speed normal
[  607.301364] mce: CPU4: Package temperature/speed normal
[  607.301364] mce: CPU5: Package temperature/speed normal
[  802.760004] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  802.903134] [drm] UVD and UVD ENC initialized successfully.
[  803.032087] [drm] VCE initialized successfully.
[  809.294742] amdgpu 0000:03:00.0: GPU pci config reset
[  904.851826] audit: type=1130 audit(1567411781.671:56): 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'
[  904.851836] audit: type=1131 audit(1567411781.671:57): 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'
[  961.671359] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1820)
[  961.671359] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1820)
[  961.671361] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671363] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671393] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671393] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671394] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671395] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671396] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.671397] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 5723)
[  961.672307] mce: CPU6: Core temperature/speed normal
[  961.672308] mce: CPU6: Package temperature/speed normal
[  961.672309] mce: CPU2: Core temperature/speed normal
[  961.672309] mce: CPU2: Package temperature/speed normal
[  961.672343] mce: CPU5: Package temperature/speed normal
[  961.672344] mce: CPU1: Package temperature/speed normal
[  961.672344] mce: CPU4: Package temperature/speed normal
[  961.672345] mce: CPU0: Package temperature/speed normal
[  961.672346] mce: CPU3: Package temperature/speed normal
[  961.672346] mce: CPU7: Package temperature/speed normal
[ 1096.785001] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 1096.920576] [drm] UVD and UVD ENC initialized successfully.
[ 1097.048532] [drm] VCE initialized successfully.
[ 1103.388725] amdgpu 0000:03:00.0: GPU pci config reset
[ 1163.443327] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1930)
[ 1163.443327] mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1930)
[ 1163.543311] mce: CPU7: Core temperature/speed normal
[ 1163.543311] mce: CPU3: Core temperature/speed normal
[ 1350.711354] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 3785)
[ 1350.711377] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 3785)
[ 1350.711379] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711381] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711382] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711383] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711384] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711384] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711385] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.711386] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 10454)
[ 1350.712309] mce: CPU2: Core temperature/speed normal
[ 1350.712310] mce: CPU5: Package temperature/speed normal
[ 1350.712310] mce: CPU1: Package temperature/speed normal
[ 1350.712311] mce: CPU6: Core temperature/speed normal
[ 1350.712311] mce: CPU6: Package temperature/speed normal
[ 1350.712311] mce: CPU2: Package temperature/speed normal
[ 1350.712338] mce: CPU0: Package temperature/speed normal
[ 1350.712338] mce: CPU4: Package temperature/speed normal
[ 1350.712339] mce: CPU7: Package temperature/speed normal
[ 1350.712340] mce: CPU3: Package temperature/speed normal
[ 1357.583390] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 1357.720150] [drm] UVD and UVD ENC initialized successfully.
[ 1357.848101] [drm] VCE initialized successfully.
[ 1369.975937] amdgpu 0000:03:00.0: GPU pci config reset
[ 1380.128439] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 1380.266420] [drm] UVD and UVD ENC initialized successfully.
[ 1380.397368] [drm] VCE initialized successfully.
[ 1386.946487] amdgpu 0000:03:00.0: GPU pci config reset
[ 1658.938300] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 4421)
[ 1658.938301] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 4421)
[ 1658.938303] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938305] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938351] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938352] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938353] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938353] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938354] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1658.938355] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 11256)
[ 1659.063360] mce: CPU4: Core temperature/speed normal
[ 1659.063361] mce: CPU0: Core temperature/speed normal
[ 1659.063362] mce: CPU4: Package temperature/speed normal
[ 1659.063362] mce: CPU0: Package temperature/speed normal
[ 1659.063404] mce: CPU2: Package temperature/speed normal
[ 1659.063405] mce: CPU1: Package temperature/speed normal
[ 1659.063405] mce: CPU3: Package temperature/speed normal
[ 1659.063406] mce: CPU6: Package temperature/speed normal
[ 1659.063407] mce: CPU5: Package temperature/speed normal
[ 1659.063407] mce: CPU7: Package temperature/speed normal
[ 1731.347318] mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1702)
[ 1731.347319] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1702)
[ 1731.348345] mce: CPU5: Core temperature/speed normal
[ 1731.348345] mce: CPU1: Core temperature/speed normal
[ 1965.680302] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 5877)
[ 1965.680303] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 5877)
[ 1965.680304] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680305] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680306] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680309] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680336] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680337] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680338] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.680339] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 16678)
[ 1965.683344] mce: CPU4: Core temperature/speed normal
[ 1965.683345] mce: CPU3: Package temperature/speed normal
[ 1965.683346] mce: CPU0: Core temperature/speed normal
[ 1965.683346] mce: CPU7: Package temperature/speed normal
[ 1965.683347] mce: CPU0: Package temperature/speed normal
[ 1965.683348] mce: CPU4: Package temperature/speed normal
[ 1965.683388] mce: CPU2: Package temperature/speed normal
[ 1965.683389] mce: CPU1: Package temperature/speed normal
[ 1965.683390] mce: CPU6: Package temperature/speed normal
[ 1965.683391] mce: CPU5: Package temperature/speed normal
[ 1975.959776] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 1976.073618] [drm] UVD and UVD ENC initialized successfully.
[ 1976.224564] [drm] VCE initialized successfully.
[ 1982.743345] amdgpu 0000:03:00.0: GPU pci config reset
[ 2030.256884] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 2030.390667] [drm] UVD and UVD ENC initialized successfully.
[ 2030.521612] [drm] VCE initialized successfully.
[ 2037.084940] amdgpu 0000:03:00.0: GPU pci config reset
[ 2082.007924] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 2082.122390] [drm] UVD and UVD ENC initialized successfully.
[ 2082.273336] [drm] VCE initialized successfully.
[ 2088.819707] amdgpu 0000:03:00.0: GPU pci config reset
[ 2269.381348] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 5748)
[ 2269.381369] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381370] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 5748)
[ 2269.381371] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381372] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381374] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381375] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381375] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381376] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.381377] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 18027)
[ 2269.419348] mce: CPU2: Core temperature/speed normal
[ 2269.419349] mce: CPU5: Package temperature/speed normal
[ 2269.419350] mce: CPU6: Core temperature/speed normal
[ 2269.419351] mce: CPU1: Package temperature/speed normal
[ 2269.419351] mce: CPU6: Package temperature/speed normal
[ 2269.419352] mce: CPU2: Package temperature/speed normal
[ 2269.419392] mce: CPU4: Package temperature/speed normal
[ 2269.419392] mce: CPU0: Package temperature/speed normal
[ 2269.419393] mce: CPU3: Package temperature/speed normal
[ 2269.419394] mce: CPU7: Package temperature/speed normal
[ 2459.552389] usb 1-4: new high-speed USB device number 8 using xhci_hcd
[ 2459.695930] usb 1-4: New USB device found, idVendor=18a5, idProduct=0427, bcdDevice= 1.cd
[ 2459.695931] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2459.695932] usb 1-4: Product: Verbatim BD RW
[ 2459.695933] usb 1-4: Manufacturer: Verbatim
[ 2459.695933] usb 1-4: SerialNumber: 001810BA02A8
[ 2459.711693] usb-storage 1-4:1.0: USB Mass Storage device detected
[ 2459.711768] scsi host2: usb-storage 1-4:1.0
[ 2459.711825] usbcore: registered new interface driver usb-storage
[ 2459.714204] usbcore: registered new interface driver uas
[ 2460.714907] scsi 2:0:0:0: CD-ROM            PIONEER  BD-RW   BDR-UD03 1.10 PQ: 0 ANSI: 0
[ 2460.715195] scsi 2:0:0:0: Attached scsi generic sg1 type 5
[ 2460.730883] sr 2:0:0:0: Power-on or device reset occurred
[ 2460.748855] sr 2:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2460.748857] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2460.749165] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 2571.381311] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381311] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381344] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381345] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381346] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381347] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381348] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.381349] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 20767)
[ 2571.388304] mce: CPU3: Package temperature/speed normal
[ 2571.388304] mce: CPU7: Package temperature/speed normal
[ 2571.388305] mce: CPU4: Package temperature/speed normal
[ 2571.388306] mce: CPU0: Package temperature/speed normal
[ 2571.388339] mce: CPU5: Package temperature/speed normal
[ 2571.388340] mce: CPU2: Package temperature/speed normal
[ 2571.388340] mce: CPU6: Package temperature/speed normal
[ 2571.388341] mce: CPU1: Package temperature/speed normal
[ 2575.678355] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 7644)
[ 2575.678356] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 7644)
[ 2575.679316] mce: CPU0: Core temperature/speed normal
[ 2575.679316] mce: CPU4: Core temperature/speed normal
[ 2878.174301] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174302] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174331] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174332] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174333] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174334] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174335] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.174335] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 20983)
[ 2878.175311] mce: CPU7: Package temperature/speed normal
[ 2878.175311] mce: CPU6: Package temperature/speed normal
[ 2878.175312] mce: CPU3: Package temperature/speed normal
[ 2878.175312] mce: CPU2: Package temperature/speed normal
[ 2878.175340] mce: CPU1: Package temperature/speed normal
[ 2878.175341] mce: CPU5: Package temperature/speed normal
[ 2878.175341] mce: CPU0: Package temperature/speed normal
[ 2878.175342] mce: CPU4: Package temperature/speed normal
[ 2952.430208] usb 1-4: USB disconnect, device number 8
[ 3001.275294] usb 1-4: new high-speed USB device number 9 using xhci_hcd
[ 3001.415613] usb 1-4: New USB device found, idVendor=1dfa, idProduct=58d7, bcdDevice= 1.10
[ 3001.415617] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3001.415619] usb 1-4: Product: STG2-M
[ 3001.415621] usb 1-4: Manufacturer: Cardwave
[ 3001.415622] usb 1-4: SerialNumber: 0700070B3C9520654405
[ 3001.416817] usb-storage 1-4:1.0: USB Mass Storage device detected
[ 3001.417070] scsi host2: usb-storage 1-4:1.0
[ 3002.500600] scsi 2:0:0:0: Direct-Access     Cardwave STG2-M           2.10 PQ: 0 ANSI: 6
[ 3002.500854] scsi 2:0:0:1: CD-ROM            Cardwave STG2-M           2.10 PQ: 0 ANSI: 0 CCS
[ 3002.501209] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 3003.190194] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 3003.190642] sr 2:0:0:1: [sr0] scsi3-mmc drive: 31x/31x writer cd/rw tray
[ 3003.191164] sr 2:0:0:1: Attached scsi CD-ROM sr0
[ 3003.191391] sr 2:0:0:1: Attached scsi generic sg2 type 5
[ 3005.322970] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 3005.323582] ISO 9660 Extensions: IEEE_P1282
[ 3024.451599] sd 2:0:0:0: [sdb] 14843904 512-byte logical blocks: (7.60 GB/7.08 GiB)
[ 3024.453287]  sdb: sdb1
[ 3072.647870] usb 1-4: USB disconnect, device number 9
[ 3893.369327] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 6764)
[ 3893.369328] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 6764)
[ 3893.369330] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369354] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369358] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369359] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369360] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369361] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369362] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.369362] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 21002)
[ 3893.370307] mce: CPU2: Core temperature/speed normal
[ 3893.370308] mce: CPU6: Core temperature/speed normal
[ 3893.370308] mce: CPU2: Package temperature/speed normal
[ 3893.370309] mce: CPU6: Package temperature/speed normal
[ 3893.370339] mce: CPU0: Package temperature/speed normal
[ 3893.370340] mce: CPU4: Package temperature/speed normal
[ 3893.370340] mce: CPU3: Package temperature/speed normal
[ 3893.370341] mce: CPU5: Package temperature/speed normal
[ 3893.370342] mce: CPU7: Package temperature/speed normal
[ 3893.370342] mce: CPU1: Package temperature/speed normal
local/amdgpu-pro-libgl 19.30_855429-1 (Radeon_Software_for_Linux)
    AMDGPU Pro OpenGL driver
local/lib32-amdgpu-pro-libgl 19.30_855429-1 (Radeon_Software_for_Linux)
    AMDGPU Pro OpenGL driver (32-bit)
local/lib32-libglvnd 1.1.1-1
    The GL Vendor-Neutral Dispatch library
local/lib32-mesa 19.1.5-1
    An open-source implementation of the OpenGL specification (32-bit)
local/libglade 2.6.4-6
    Allows you to load glade interface files in a program at runtime
local/libglvnd 1.1.1-1
    The GL Vendor-Neutral Dispatch library
local/mesa 19.1.5-1
    An open-source implementation of the OpenGL specification
[marcel@archlinux modprobe.d]$ cat amdgpu.conf 
options amdgpu si_support=1
options amdgpu cik_support=0
[marcel@archlinux modprobe.d]$ cat radeon.conf 
blacklist radeon

Last edited by blacksh33p (2019-09-02 09:05:11)

Offline

#4 2019-09-02 09:09:45

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

Re: [SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

You should probably just try with the open source drivers and not amdgpu-pro for a start.

You might also have to set up some form of a PRIME offload: https://wiki.archlinux.org/index.php/PRIME

Last edited by V1del (2019-09-02 09:13:43)

Offline

#5 2019-09-02 10:26:37

blacksh33p
Member
Registered: 2019-09-02
Posts: 4

Re: [SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

Thank you!!!

I switched back to amdgpu (not pro) and it worked.

Thanks again!

Offline

#6 2019-09-02 10:51:52

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

Re: [SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

If you are satisfied with this answer, please don't forget to mark your topic as [SOLVED] by editing the title in your initial post: https://wiki.archlinux.org/index.php/Co … ow_to_post

As you seem to have the display running on the intel card it's likely that the amdgpu-pro stack bends your library paths in incompatible ways, I don't know if this is fixable with the pro driver.

Offline

#7 2019-09-02 11:22:07

blacksh33p
Member
Registered: 2019-09-02
Posts: 4

Re: [SOLVED] ATI GPU 3d acceleration (Virtualbox or Lutris with Vulkan)

Ah ok, I see. Thank you for your help.

Offline

Board footer

Powered by FluxBB