You are not logged in.

#1 2019-11-18 21:11:39

bilith
Member
Registered: 2018-10-14
Posts: 6

Stuttering with Navi 10 Readon 5700 XT

Few weeks ago I assembled my new Desktop PC. I bought AMD CPU and GPU (Ryzen 7 3700X and Radeon 5700 XT). In my previous PC I had Intel CPU and Nvidia GPU. I didn't reinstall my Arch installation, I just moved SSD with Arch to my new PC, I uninstalled Nvidia drivers and I followed this guide https://wiki.archlinux.org/index.php/Navi_10. At the time I was doing that, only latest Mesa drivers supported Navi 10, so I had to add mesa-git repository like described on Wiki page and install required packages. As a window manager I'm using i3-gaps. I've two full HD monitors, first 60Hz refresh rate and second 144hz if that does matter.

My problem is that since the installation of mesa drivers I experience awful stutters. The drivers are working fine, but my mouse cursor is constantly stuttering every 0.5 second for around 0.2 second. Also I'm using rxvt terminal with transparency enabled and when I open terminal my both screens freezes for around 0.5-1 sec. Other things like videos or some window animations are working smoothly. The only thing I have a problem with are mouse cursor and terminal transparency.

rxvt transparency settings:

URxvt.transparent: true
URxvt*shading: 40
URxvt*.blurRadius: 20

After driver installation I generated new Xorg config and copied it to /etc/X11/xorg.conf. I've also added additional options in /etc/X11/xorg.conf.d/20-amdgpu.conf. Both below:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	Screen      3  "Screen3" RightOf "Screen2"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
	Load  "glx"
EndSection

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

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor3"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
	Identifier  "Card0"
	Driver      "amdgpu"
	BusID       "PCI:45:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
	Identifier  "Card1"
	Driver      "amdgpu"
	BusID       "PCI:46:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
	Identifier  "Card2"
	Driver      "amdgpu"
	BusID       "PCI:47:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
	Identifier  "Card3"
	Driver      "amdgpu"
	BusID       "PCI:47:0:1"
EndSection

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

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "Card3"
	Monitor    "Monitor3"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "TearFree" "true"
EndSection

I though that might be a fault of previously installed nvidia drivers, so just to confirm I downloaded latest Manjaro Gnome iso and burned it on USB. I booted it on my new PC and same result. Every thing is working flawlessly except mouse cursor (I didn't installed rxvt for a sake of time, but it would probably also stutter at opening). I've laso installed glmark2 (GPU benchmark) to see if my GPU is functioning correctly. 3D animations are very smooth, so it seems to be fine. Here's output:

$ glmark2 -s 1920x1080
=======================================================
    glmark2 2014.03
=======================================================
    OpenGL Information
    GL_VENDOR:     X.Org
    GL_RENDERER:   AMD NAVI10 (DRM 3.33.0, 5.3.11-arch1-1, LLVM 10.0.0)
    GL_VERSION:    4.5 (Compatibility Profile) Mesa 20.0.0-devel (git-3b3494174d)
=======================================================
[build] use-vbo=false: FPS: 11427 FrameTime: 0.088 ms
[build] use-vbo=true: FPS: 12889 FrameTime: 0.078 ms
[texture] texture-filter=nearest: FPS: 12008 FrameTime: 0.083 ms
[texture] texture-filter=linear: FPS: 11991 FrameTime: 0.083 ms
[texture] texture-filter=mipmap: FPS: 11892 FrameTime: 0.084 ms
[shading] shading=gouraud: FPS: 12060 FrameTime: 0.083 ms
[shading] shading=blinn-phong-inf: FPS: 12018 FrameTime: 0.083 ms
[shading] shading=phong: FPS: 11879 FrameTime: 0.084 ms
[shading] shading=cel: FPS: 11868 FrameTime: 0.084 ms
[bump] bump-render=high-poly: FPS: 10713 FrameTime: 0.093 ms
[bump] bump-render=normals: FPS: 12399 FrameTime: 0.081 ms
[bump] bump-render=height: FPS: 12086 FrameTime: 0.083 ms
libpng warning: iCCP: known incorrect sRGB profile
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 8422 FrameTime: 0.119 ms
libpng warning: iCCP: known incorrect sRGB profile
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 5082 FrameTime: 0.197 ms
[pulsar] light=false:quads=5:texture=false: FPS: 10349 FrameTime: 0.097 ms
libpng warning: iCCP: known incorrect sRGB profile
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 4631 FrameTime: 0.216 ms
libpng warning: iCCP: known incorrect sRGB profile
[desktop] effect=shadow:windows=4: FPS: 7611 FrameTime: 0.131 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 2112 FrameTime: 0.473 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 2562 FrameTime: 0.390 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 2102 FrameTime: 0.476 ms
[ideas] speed=duration: FPS: 5455 FrameTime: 0.183 ms
[jellyfish] <default>: FPS: 9028 FrameTime: 0.111 ms
[terrain] <default>: FPS: 1241 FrameTime: 0.806 ms
[shadow] <default>: FPS: 9031 FrameTime: 0.111 ms
[refract] <default>: FPS: 3223 FrameTime: 0.310 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 11171 FrameTime: 0.090 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 11114 FrameTime: 0.090 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 11131 FrameTime: 0.090 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 11105 FrameTime: 0.090 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 11065 FrameTime: 0.090 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 11078 FrameTime: 0.090 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 11076 FrameTime: 0.090 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 11057 FrameTime: 0.090 ms
=======================================================
                                  glmark2 Score: 9178 
=======================================================

Offline

#2 2019-11-19 11:20:45

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Stuttering with Navi 10 Readon 5700 XT

After driver installation I generated new Xorg config

I haven't needed to do that the past 10 years, no idea why you'd do that.
Whatever tool you used for that thinks you have three RX 5700 cards in your system.

Please rename or move those 2 files, start X without any extra conf files and post xorg log.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2019-11-19 17:06:49

bilith
Member
Registered: 2018-10-14
Posts: 6

Re: Stuttering with Navi 10 Readon 5700 XT

Here's Xorg log:

[   716.224] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   716.228] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[   716.239] Build Operating System: Linux Arch Linux
[   716.242] Current Operating System: Linux bilith-arch 5.3.11-arch1-1 #1 SMP PREEMPT Tue, 12 Nov 2019 22:19:48 +0000 x86_64
[   716.242] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e0e51a4-f25a-45c9-8cd9-ff5055c11875 rw quiet
[   716.249] Build Date: 25 October 2019  08:43:50AM
[   716.252]  
[   716.255] Current version of pixman: 0.38.4
[   716.259] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   716.259] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   716.269] (==) Log file: "/home/bilith/.local/share/xorg/Xorg.0.log", Time: Tue Nov 19 18:05:07 2019
[   716.270] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   716.272] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   716.272] (==) No Layout section.  Using the first Screen section.
[   716.272] (==) No screen section available. Using defaults.
[   716.272] (**) |-->Screen "Default Screen Section" (0)
[   716.272] (**) |   |-->Monitor "<default monitor>"
[   716.272] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   716.272] (==) Automatically adding devices
[   716.272] (==) Automatically enabling devices
[   716.272] (==) Automatically adding GPU devices
[   716.272] (==) Automatically binding GPU devices
[   716.272] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   716.272] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   716.272] 	Entry deleted from font path.
[   716.272] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   716.272] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   716.272] 	Entry deleted from font path.
[   716.272] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   716.272] (==) ModulePath set to "/usr/lib/xorg/modules"
[   716.272] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   716.272] (II) Module ABI versions:
[   716.272] 	X.Org ANSI C Emulation: 0.4
[   716.272] 	X.Org Video Driver: 24.0
[   716.272] 	X.Org XInput driver : 24.1
[   716.272] 	X.Org Server Extension : 10.0
[   716.272] (++) using VT number 2

[   716.273] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   716.274] (II) xfree86: Adding drm device (/dev/dri/card0)
[   716.274] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   716.278] (--) PCI:*(47@0:0:0) 1002:731f:1002:0b36 rev 193, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcc00000/524288, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[   716.278] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   716.278] (II) LoadModule: "glx"
[   716.278] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   716.279] (II) Module glx: vendor="X.Org Foundation"
[   716.279] 	compiled for 1.20.5, module version = 1.0.0
[   716.279] 	ABI class: X.Org Server Extension, version 10.0
[   716.279] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[   716.279] 	loading driver: amdgpu
[   716.279] (==) Matched amdgpu as autoconfigured driver 0
[   716.279] (==) Matched ati as autoconfigured driver 1
[   716.279] (==) Matched modesetting as autoconfigured driver 2
[   716.279] (==) Matched fbdev as autoconfigured driver 3
[   716.279] (==) Matched vesa as autoconfigured driver 4
[   716.279] (==) Assigned the driver to the xf86ConfigLayout
[   716.279] (II) LoadModule: "amdgpu"
[   716.279] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   716.280] (II) Module amdgpu: vendor="X.Org Foundation"
[   716.280] 	compiled for 1.20.5, module version = 19.1.0
[   716.280] 	Module class: X.Org Video Driver
[   716.280] 	ABI class: X.Org Video Driver, version 24.0
[   716.280] (II) LoadModule: "ati"
[   716.280] (WW) Warning, couldn't open module ati
[   716.280] (EE) Failed to load module "ati" (module does not exist, 0)
[   716.280] (II) LoadModule: "modesetting"
[   716.280] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   716.280] (II) Module modesetting: vendor="X.Org Foundation"
[   716.280] 	compiled for 1.20.5, module version = 1.20.5
[   716.280] 	Module class: X.Org Video Driver
[   716.280] 	ABI class: X.Org Video Driver, version 24.0
[   716.280] (II) LoadModule: "fbdev"
[   716.280] (WW) Warning, couldn't open module fbdev
[   716.280] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   716.280] (II) LoadModule: "vesa"
[   716.280] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   716.280] (II) Module vesa: vendor="X.Org Foundation"
[   716.280] 	compiled for 1.20.0, module version = 2.4.0
[   716.280] 	Module class: X.Org Video Driver
[   716.280] 	ABI class: X.Org Video Driver, version 24.0
[   716.280] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   716.280] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   716.280] (II) VESA: driver for VESA chipsets: vesa
[   716.280] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   716.280] (WW) Falling back to old probe method for modesetting
[   716.280] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   716.280] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   716.281] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   716.281] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   716.281] (==) AMDGPU(0): Default visual is TrueColor
[   716.281] (==) AMDGPU(0): RGB weight 888
[   716.281] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   716.281] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x731f)
[   716.281] (II) Loading sub module "fb"
[   716.281] (II) LoadModule: "fb"
[   716.281] (II) Loading /usr/lib/xorg/modules/libfb.so
[   716.281] (II) Module fb: vendor="X.Org Foundation"
[   716.281] 	compiled for 1.20.5, module version = 1.0.0
[   716.281] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   716.281] (II) Loading sub module "dri2"
[   716.281] (II) LoadModule: "dri2"
[   716.281] (II) Module "dri2" already built-in
[   716.350] (II) Loading sub module "glamoregl"
[   716.350] (II) LoadModule: "glamoregl"
[   716.350] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   716.354] (II) Module glamoregl: vendor="X.Org Foundation"
[   716.354] 	compiled for 1.20.5, module version = 1.0.1
[   716.354] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   716.370] (II) AMDGPU(0): glamor X acceleration enabled on AMD NAVI10 (DRM 3.33.0, 5.3.11-arch1-1, LLVM 10.0.0)
[   716.370] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   716.370] (==) AMDGPU(0): TearFree property default: auto
[   716.370] (==) AMDGPU(0): VariableRefresh: disabled
[   716.370] (II) AMDGPU(0): KMS Pageflipping: enabled
[   716.370] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   716.370] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   716.370] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   716.371] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   716.404] (II) AMDGPU(0): EDID for output DisplayPort-0
[   716.404] (II) AMDGPU(0): Manufacturer: MSI  Model: 3fa6  Serial#: 1204
[   716.404] (II) AMDGPU(0): Year: 2019  Week: 25
[   716.404] (II) AMDGPU(0): EDID Version: 1.4
[   716.404] (II) AMDGPU(0): Digital Display Input
[   716.404] (II) AMDGPU(0): 8 bits per channel
[   716.404] (II) AMDGPU(0): Digital interface is DisplayPort
[   716.404] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[   716.404] (II) AMDGPU(0): Gamma: 2.20
[   716.404] (II) AMDGPU(0): DPMS capabilities: Off
[   716.404] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[   716.404] (II) AMDGPU(0): First detailed timing is preferred mode
[   716.405] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[   716.405] (II) AMDGPU(0): Display is continuous-frequency
[   716.405] (II) AMDGPU(0): redX: 0.684 redY: 0.309   greenX: 0.253 greenY: 0.668
[   716.405] (II) AMDGPU(0): blueX: 0.147 blueY: 0.078   whiteX: 0.313 whiteY: 0.329
[   716.405] (II) AMDGPU(0): Supported established timings:
[   716.405] (II) AMDGPU(0): 720x400@70Hz
[   716.405] (II) AMDGPU(0): 640x480@60Hz
[   716.405] (II) AMDGPU(0): 640x480@67Hz
[   716.405] (II) AMDGPU(0): 640x480@72Hz
[   716.405] (II) AMDGPU(0): 640x480@75Hz
[   716.405] (II) AMDGPU(0): 800x600@56Hz
[   716.405] (II) AMDGPU(0): 800x600@60Hz
[   716.405] (II) AMDGPU(0): 800x600@72Hz
[   716.405] (II) AMDGPU(0): 800x600@75Hz
[   716.405] (II) AMDGPU(0): 1024x768@60Hz
[   716.405] (II) AMDGPU(0): 1024x768@70Hz
[   716.405] (II) AMDGPU(0): 1024x768@75Hz
[   716.405] (II) AMDGPU(0): 1280x1024@75Hz
[   716.405] (II) AMDGPU(0): Manufacturer's mask: 0
[   716.405] (II) AMDGPU(0): Supported standard timings:
[   716.405] (II) AMDGPU(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   716.405] (II) AMDGPU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   716.405] (II) AMDGPU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   716.405] (II) AMDGPU(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   716.405] (II) AMDGPU(0): #4: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   716.405] (II) AMDGPU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   716.405] (II) AMDGPU(0): Supported detailed timing:
[   716.405] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   716.405] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   716.405] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   716.405] (II) AMDGPU(0): Supported detailed timing:
[   716.405] (II) AMDGPU(0): clock: 332.9 MHz   Image Size:  598 x 336 mm
[   716.405] (II) AMDGPU(0): h_active: 1920  h_sync: 1928  h_sync_end 1960 h_blank_end 2000 h_border: 0
[   716.405] (II) AMDGPU(0): v_active: 1080  v_sync: 1143  v_sync_end 1151 v_blanking: 1157 v_border: 0
[   716.405] (II) AMDGPU(0): Ranges: V min: 48 V max: 144 Hz, H min: 180 H max: 180 kHz, PixClock max 345 MHz
[   716.405] (II) AMDGPU(0): Monitor name: MSI MAG271C
[   716.405] (II) AMDGPU(0): Supported detailed timing:
[   716.405] (II) AMDGPU(0): clock: 235.5 MHz   Image Size:  598 x 336 mm
[   716.405] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   716.405] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1133 v_border: 0
[   716.405] (II) AMDGPU(0): Supported detailed timing:
[   716.405] (II) AMDGPU(0): clock: 285.5 MHz   Image Size:  598 x 336 mm
[   716.405] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   716.405] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[   716.405] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   716.405] (II) AMDGPU(0): EDID (in hex):
[   716.405] (II) AMDGPU(0): 	00ffffffffffff003669a63fb4040000
[   716.405] (II) AMDGPU(0): 	191d0104a53c22783b0cc5af4f40ab25
[   716.405] (II) AMDGPU(0): 	145054bfcf00814081809500714f81c0
[   716.405] (II) AMDGPU(0): 	b30001010101023a801871382d40582c
[   716.405] (II) AMDGPU(0): 	450056502100001e0882805070384d40
[   716.405] (II) AMDGPU(0): 	0820f80c56502100001a000000fd0030
[   716.405] (II) AMDGPU(0): 	90b4b422010a202020202020000000fc
[   716.405] (II) AMDGPU(0): 	004d5349204d4147323731430a20017d
[   716.405] (II) AMDGPU(0): 	020320f14d010304131f120211900e0f
[   716.405] (II) AMDGPU(0): 	1d1e230907078301000065030c001000
[   716.405] (II) AMDGPU(0): 	fe5b80a0703835403020350056502100
[   716.405] (II) AMDGPU(0): 	001a866f80a070384040302035005650
[   716.405] (II) AMDGPU(0): 	2100001a000000000000000000000000
[   716.405] (II) AMDGPU(0): 	00000000000000000000000000000000
[   716.405] (II) AMDGPU(0): 	00000000000000000000000000000000
[   716.405] (II) AMDGPU(0): 	00000000000000000000000000000075
[   716.405] (II) AMDGPU(0): Printing probed modes for output DisplayPort-0
[   716.405] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   716.405] (II) AMDGPU(0): Modeline "1920x1080"x143.9  332.88  1920 1928 1960 2000  1080 1143 1151 1157 +hsync -vsync (166.4 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1920x1080"x120.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync -vsync (137.3 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1920x1080"x99.9  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync -vsync (113.2 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x800"x60.0  148.50  1280 2008 2052 2200  800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   716.405] (II) AMDGPU(0): EDID for output DisplayPort-1
[   716.405] (II) AMDGPU(0): EDID for output DisplayPort-2
[   716.405] (II) AMDGPU(0): EDID for output HDMI-A-0
[   716.405] (II) AMDGPU(0): Manufacturer: BNQ  Model: 7b3c  Serial#: 21573
[   716.405] (II) AMDGPU(0): Year: 2016  Week: 47
[   716.405] (II) AMDGPU(0): EDID Version: 1.3
[   716.405] (II) AMDGPU(0): Digital Display Input
[   716.405] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[   716.405] (II) AMDGPU(0): Gamma: 2.20
[   716.405] (II) AMDGPU(0): DPMS capabilities: Off
[   716.405] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   716.405] (II) AMDGPU(0): Default color space is primary color space
[   716.405] (II) AMDGPU(0): First detailed timing is preferred mode
[   716.405] (II) AMDGPU(0): redX: 0.645 redY: 0.330   greenX: 0.315 greenY: 0.620
[   716.406] (II) AMDGPU(0): blueX: 0.154 blueY: 0.064   whiteX: 0.313 whiteY: 0.329
[   716.406] (II) AMDGPU(0): Supported established timings:
[   716.406] (II) AMDGPU(0): 720x400@70Hz
[   716.406] (II) AMDGPU(0): 640x480@60Hz
[   716.406] (II) AMDGPU(0): 640x480@75Hz
[   716.406] (II) AMDGPU(0): 800x600@60Hz
[   716.406] (II) AMDGPU(0): 800x600@75Hz
[   716.406] (II) AMDGPU(0): 832x624@75Hz
[   716.406] (II) AMDGPU(0): 1024x768@60Hz
[   716.406] (II) AMDGPU(0): 1024x768@75Hz
[   716.406] (II) AMDGPU(0): 1280x1024@75Hz
[   716.406] (II) AMDGPU(0): 1152x864@75Hz
[   716.406] (II) AMDGPU(0): Manufacturer's mask: 0
[   716.406] (II) AMDGPU(0): Supported standard timings:
[   716.406] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   716.406] (II) AMDGPU(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   716.406] (II) AMDGPU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   716.406] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   716.406] (II) AMDGPU(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   716.406] (II) AMDGPU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   716.406] (II) AMDGPU(0): Supported detailed timing:
[   716.406] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   716.406] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   716.406] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   716.406] (II) AMDGPU(0): Serial No: MBG00903SL0
[   716.406] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   716.406] (II) AMDGPU(0): Monitor name: BenQ VZ2770H
[   716.406] (II) AMDGPU(0): Supported detailed timing:
[   716.406] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   716.406] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   716.406] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   716.406] (II) AMDGPU(0): Supported detailed timing:
[   716.406] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[   716.406] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   716.406] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   716.406] (II) AMDGPU(0): Supported detailed timing:
[   716.406] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[   716.406] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   716.406] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   716.406] (II) AMDGPU(0): Supported detailed timing:
[   716.406] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[   716.406] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   716.406] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   716.406] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   716.406] (II) AMDGPU(0): EDID (in hex):
[   716.406] (II) AMDGPU(0): 	00ffffffffffff0009d13c7b45540000
[   716.406] (II) AMDGPU(0): 	2f1a0103803c22782e2fa5a554509e27
[   716.406] (II) AMDGPU(0): 	105054a56b80d1c081c081008180a9c0
[   716.406] (II) AMDGPU(0): 	b30001010101023a801871382d40582c
[   716.406] (II) AMDGPU(0): 	450056502100001e000000ff004d4247
[   716.406] (II) AMDGPU(0): 	3030393033534c300a20000000fd0032
[   716.406] (II) AMDGPU(0): 	4c1e5311000a202020202020000000fc
[   716.406] (II) AMDGPU(0): 	0042656e5120565a32373730480a01f3
[   716.406] (II) AMDGPU(0): 	020322f14f901f051404130312071615
[   716.406] (II) AMDGPU(0): 	01061102230907078301000065030c00
[   716.406] (II) AMDGPU(0): 	1000023a801871382d40582c45005650
[   716.406] (II) AMDGPU(0): 	2100001e011d8018711c1620582c2500
[   716.406] (II) AMDGPU(0): 	56502100009e011d007251d01e206e28
[   716.406] (II) AMDGPU(0): 	550056502100001e8c0ad08a20e02d10
[   716.406] (II) AMDGPU(0): 	103e9600565021000018000000000000
[   716.406] (II) AMDGPU(0): 	00000000000000000000000000000049
[   716.406] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[   716.406] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   716.406] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1440x900"x60.0  148.50  1440 2008 2052 2200  900 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   716.406] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   716.406] (II) AMDGPU(0): Output DisplayPort-0 connected
[   716.406] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[   716.406] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[   716.406] (II) AMDGPU(0): Output HDMI-A-0 connected
[   716.406] (II) AMDGPU(0): Using spanning desktop for initial modes
[   716.406] (II) AMDGPU(0): Output DisplayPort-0 using initial mode 1920x1080 +0+0
[   716.406] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +1920+0
[   716.406] (II) AMDGPU(0): mem size init: gart size :1fe6ad000 vram size: s:1f714e000 visible:810c000
[   716.406] (==) AMDGPU(0): DPI set to (96, 96)
[   716.406] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   716.406] (II) Loading sub module "ramdac"
[   716.406] (II) LoadModule: "ramdac"
[   716.406] (II) Module "ramdac" already built-in
[   716.406] (II) UnloadModule: "modesetting"
[   716.406] (II) Unloading modesetting
[   716.406] (II) UnloadModule: "vesa"
[   716.406] (II) Unloading vesa
[   716.406] (II) AMDGPU(0): [DRI2] Setup complete
[   716.406] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[   716.406] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[   716.407] (II) AMDGPU(0): Front buffer pitch: 15360 bytes
[   716.407] (II) AMDGPU(0): SYNC extension fences enabled
[   716.407] (II) AMDGPU(0): Present extension enabled
[   716.407] (==) AMDGPU(0): DRI3 enabled
[   716.407] (==) AMDGPU(0): Backing store enabled
[   716.407] (II) AMDGPU(0): Direct rendering enabled
[   716.413] (II) AMDGPU(0): Use GLAMOR acceleration.
[   716.413] (II) AMDGPU(0): Acceleration enabled
[   716.413] (==) AMDGPU(0): DPMS enabled
[   716.413] (==) AMDGPU(0): Silken mouse disabled
[   716.413] (II) AMDGPU(0): Set up textured video (glamor)
[   716.455] (II) Initializing extension Generic Event Extension
[   716.455] (II) Initializing extension SHAPE
[   716.455] (II) Initializing extension MIT-SHM
[   716.455] (II) Initializing extension XInputExtension
[   716.455] (II) Initializing extension XTEST
[   716.455] (II) Initializing extension BIG-REQUESTS
[   716.455] (II) Initializing extension SYNC
[   716.455] (II) Initializing extension XKEYBOARD
[   716.455] (II) Initializing extension XC-MISC
[   716.455] (II) Initializing extension SECURITY
[   716.455] (II) Initializing extension XFIXES
[   716.455] (II) Initializing extension RENDER
[   716.455] (II) Initializing extension RANDR
[   716.455] (II) Initializing extension COMPOSITE
[   716.455] (II) Initializing extension DAMAGE
[   716.455] (II) Initializing extension MIT-SCREEN-SAVER
[   716.455] (II) Initializing extension DOUBLE-BUFFER
[   716.455] (II) Initializing extension RECORD
[   716.455] (II) Initializing extension DPMS
[   716.455] (II) Initializing extension Present
[   716.455] (II) Initializing extension DRI3
[   716.455] (II) Initializing extension X-Resource
[   716.455] (II) Initializing extension XVideo
[   716.455] (II) Initializing extension XVideo-MotionCompensation
[   716.455] (II) Initializing extension GLX
[   716.464] (II) AIGLX: Loaded and initialized radeonsi
[   716.464] (II) GLX: Initialized DRI2 GL provider for screen 0
[   716.464] (II) Initializing extension XFree86-VidModeExtension
[   716.464] (II) Initializing extension XFree86-DGA
[   716.464] (II) Initializing extension XFree86-DRI
[   716.464] (II) Initializing extension DRI2
[   716.465] (II) AMDGPU(0): Setting screen physical size to 1016 x 285
[   716.571] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   716.571] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   716.571] (**) Power Button: Applying InputClass "system-keyboard"
[   716.571] (II) LoadModule: "libinput"
[   716.571] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   716.573] (II) Module libinput: vendor="X.Org Foundation"
[   716.573] 	compiled for 1.20.5, module version = 0.29.0
[   716.573] 	Module class: X.Org XInput Driver
[   716.573] 	ABI class: X.Org XInput driver, version 24.1
[   716.573] (II) Using input driver 'libinput' for 'Power Button'
[   716.573] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[   716.573] (**) Power Button: always reports core events
[   716.573] (**) Option "Device" "/dev/input/event1"
[   716.573] (**) Option "_source" "server/udev"
[   716.575] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   716.575] (II) event1  - Power Button: device is a keyboard
[   716.575] (II) event1  - Power Button: device removed
[   716.575] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   716.575] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   716.575] (**) Option "xkb_layout" "pl"
[   716.594] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   716.594] (II) event1  - Power Button: device is a keyboard
[   716.595] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   716.595] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   716.595] (**) Power Button: Applying InputClass "system-keyboard"
[   716.595] (II) Using input driver 'libinput' for 'Power Button'
[   716.595] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[   716.595] (**) Power Button: always reports core events
[   716.595] (**) Option "Device" "/dev/input/event0"
[   716.595] (**) Option "_source" "server/udev"
[   716.596] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   716.596] (II) event0  - Power Button: device is a keyboard
[   716.596] (II) event0  - Power Button: device removed
[   716.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   716.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   716.596] (**) Option "xkb_layout" "pl"
[   716.597] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   716.597] (II) event0  - Power Button: device is a keyboard
[   716.598] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event4)
[   716.598] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput pointer catchall"
[   716.598] (**) Razer Razer DeathAdder 2013: Applying InputClass "Mouse"
[   716.598] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[   716.653] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[   716.653] (**) Razer Razer DeathAdder 2013: always reports core events
[   716.653] (**) Option "Device" "/dev/input/event4"
[   716.653] (**) Option "_source" "server/udev"
[   716.655] (II) event4  - Razer Razer DeathAdder 2013: is tagged by udev as: Mouse
[   716.655] (II) event4  - Razer Razer DeathAdder 2013: device is a pointer
[   716.655] (II) event4  - Razer Razer DeathAdder 2013: device removed
[   716.655] (**) Option "AccelSpeed" "-0.3"
[   716.655] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.0/0003:1532:0037.0002/input/input4/event4"
[   716.655] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 8)
[   716.655] (**) Option "AccelerationScheme" "none"
[   716.655] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[   716.655] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[   716.655] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[   716.657] (II) event4  - Razer Razer DeathAdder 2013: is tagged by udev as: Mouse
[   716.657] (II) event4  - Razer Razer DeathAdder 2013: device is a pointer
[   716.658] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
[   716.658] (II) No input driver specified, ignoring this device.
[   716.658] (II) This device may have been added with another device file.
[   716.658] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 Keyboard (/dev/input/event5)
[   716.658] (**) Razer Razer DeathAdder 2013 Keyboard: Applying InputClass "libinput keyboard catchall"
[   716.658] (**) Razer Razer DeathAdder 2013 Keyboard: Applying InputClass "system-keyboard"
[   716.658] (**) Razer Razer DeathAdder 2013 Keyboard: Applying InputClass "Mouse"
[   716.658] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Keyboard'
[   716.659] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[   716.659] (**) Razer Razer DeathAdder 2013 Keyboard: always reports core events
[   716.659] (**) Option "Device" "/dev/input/event5"
[   716.659] (**) Option "_source" "server/udev"
[   716.661] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: is tagged by udev as: Keyboard
[   716.661] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device is a keyboard
[   716.661] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device removed
[   716.661] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:1532:0037.0003/input/input5/event5"
[   716.661] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Keyboard" (type: KEYBOARD, id 9)
[   716.661] (**) Option "xkb_layout" "pl"
[   716.662] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: is tagged by udev as: Keyboard
[   716.663] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device is a keyboard
[   716.664] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 Consumer Control (/dev/input/event6)
[   716.664] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   716.664] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "system-keyboard"
[   716.664] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "Mouse"
[   716.664] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Consumer Control'
[   716.664] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 27 paused 0
[   716.664] (**) Razer Razer DeathAdder 2013 Consumer Control: always reports core events
[   716.664] (**) Option "Device" "/dev/input/event6"
[   716.664] (**) Option "_source" "server/udev"
[   716.666] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: is tagged by udev as: Keyboard
[   716.666] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device is a keyboard
[   716.666] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device removed
[   716.666] (II) libinput: Razer Razer DeathAdder 2013 Consumer Control: needs a virtual subdevice
[   716.666] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:1532:0037.0003/input/input6/event6"
[   716.666] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Consumer Control" (type: MOUSE, id 10)
[   716.666] (**) Option "AccelerationScheme" "none"
[   716.666] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) selected scheme none/0
[   716.666] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) acceleration factor: 2.000
[   716.666] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) acceleration threshold: 4
[   716.668] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: is tagged by udev as: Keyboard
[   716.668] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device is a keyboard
[   716.669] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 System Control (/dev/input/event7)
[   716.669] (**) Razer Razer DeathAdder 2013 System Control: Applying InputClass "libinput keyboard catchall"
[   716.669] (**) Razer Razer DeathAdder 2013 System Control: Applying InputClass "system-keyboard"
[   716.669] (**) Razer Razer DeathAdder 2013 System Control: Applying InputClass "Mouse"
[   716.669] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 System Control'
[   716.669] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[   716.669] (**) Razer Razer DeathAdder 2013 System Control: always reports core events
[   716.669] (**) Option "Device" "/dev/input/event7"
[   716.669] (**) Option "_source" "server/udev"
[   716.671] (II) event7  - Razer Razer DeathAdder 2013 System Control: is tagged by udev as: Keyboard
[   716.671] (II) event7  - Razer Razer DeathAdder 2013 System Control: device is a keyboard
[   716.671] (II) event7  - Razer Razer DeathAdder 2013 System Control: device removed
[   716.671] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:1532:0037.0003/input/input7/event7"
[   716.671] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 System Control" (type: KEYBOARD, id 11)
[   716.671] (**) Option "xkb_layout" "pl"
[   716.673] (II) event7  - Razer Razer DeathAdder 2013 System Control: is tagged by udev as: Keyboard
[   716.673] (II) event7  - Razer Razer DeathAdder 2013 System Control: device is a keyboard
[   716.674] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event8)
[   716.674] (II) No input driver specified, ignoring this device.
[   716.674] (II) This device may have been added with another device file.
[   716.675] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event9)
[   716.675] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
[   716.675] (**) Razer Razer DeathAdder 2013: Applying InputClass "system-keyboard"
[   716.675] (**) Razer Razer DeathAdder 2013: Applying InputClass "Mouse"
[   716.675] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[   716.676] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[   716.676] (**) Razer Razer DeathAdder 2013: always reports core events
[   716.676] (**) Option "Device" "/dev/input/event9"
[   716.676] (**) Option "_source" "server/udev"
[   716.677] (II) event9  - Razer Razer DeathAdder 2013: is tagged by udev as: Keyboard
[   716.677] (II) event9  - Razer Razer DeathAdder 2013: device is a keyboard
[   716.678] (II) event9  - Razer Razer DeathAdder 2013: device removed
[   716.678] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.2/0003:1532:0037.0004/input/input9/event9"
[   716.678] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 12)
[   716.678] (**) Option "xkb_layout" "pl"
[   716.680] (II) event9  - Razer Razer DeathAdder 2013: is tagged by udev as: Keyboard
[   716.680] (II) event9  - Razer Razer DeathAdder 2013: device is a keyboard
[   716.681] (II) config/udev: Adding input device UGTABLET 6 inch PenTablet Mouse (/dev/input/event10)
[   716.681] (**) UGTABLET 6 inch PenTablet Mouse: Applying InputClass "libinput pointer catchall"
[   716.681] (II) Using input driver 'libinput' for 'UGTABLET 6 inch PenTablet Mouse'
[   716.681] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[   716.681] (**) UGTABLET 6 inch PenTablet Mouse: always reports core events
[   716.681] (**) Option "Device" "/dev/input/event10"
[   716.681] (**) Option "_source" "server/udev"
[   716.683] (II) event10 - UGTABLET 6 inch PenTablet Mouse: is tagged by udev as: Mouse
[   716.683] (II) event10 - UGTABLET 6 inch PenTablet Mouse: device is a pointer
[   716.683] (II) event10 - UGTABLET 6 inch PenTablet Mouse: device removed
[   716.683] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-2/1-2:1.0/0003:28BD:0906.0005/input/input10/event10"
[   716.683] (II) XINPUT: Adding extended input device "UGTABLET 6 inch PenTablet Mouse" (type: MOUSE, id 13)
[   716.683] (**) Option "AccelerationScheme" "none"
[   716.683] (**) UGTABLET 6 inch PenTablet Mouse: (accel) selected scheme none/0
[   716.683] (**) UGTABLET 6 inch PenTablet Mouse: (accel) acceleration factor: 2.000
[   716.683] (**) UGTABLET 6 inch PenTablet Mouse: (accel) acceleration threshold: 4
[   716.685] (II) event10 - UGTABLET 6 inch PenTablet Mouse: is tagged by udev as: Mouse
[   716.685] (II) event10 - UGTABLET 6 inch PenTablet Mouse: device is a pointer
[   716.686] (II) config/udev: Adding input device UGTABLET 6 inch PenTablet Mouse (/dev/input/mouse1)
[   716.686] (II) No input driver specified, ignoring this device.
[   716.686] (II) This device may have been added with another device file.
[   716.687] (II) config/udev: Adding input device UGTABLET 6 inch PenTablet Keyboard (/dev/input/event11)
[   716.687] (**) UGTABLET 6 inch PenTablet Keyboard: Applying InputClass "libinput keyboard catchall"
[   716.687] (**) UGTABLET 6 inch PenTablet Keyboard: Applying InputClass "system-keyboard"
[   716.687] (II) Using input driver 'libinput' for 'UGTABLET 6 inch PenTablet Keyboard'
[   716.687] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 31 paused 0
[   716.687] (**) UGTABLET 6 inch PenTablet Keyboard: always reports core events
[   716.687] (**) Option "Device" "/dev/input/event11"
[   716.688] (**) Option "_source" "server/udev"
[   716.689] (II) event11 - UGTABLET 6 inch PenTablet Keyboard: is tagged by udev as: Keyboard
[   716.689] (II) event11 - UGTABLET 6 inch PenTablet Keyboard: device is a keyboard
[   716.689] (II) event11 - UGTABLET 6 inch PenTablet Keyboard: device removed
[   716.689] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-2/1-2:1.0/0003:28BD:0906.0005/input/input11/event11"
[   716.689] (II) XINPUT: Adding extended input device "UGTABLET 6 inch PenTablet Keyboard" (type: KEYBOARD, id 14)
[   716.689] (**) Option "xkb_layout" "pl"
[   716.691] (II) event11 - UGTABLET 6 inch PenTablet Keyboard: is tagged by udev as: Keyboard
[   716.691] (II) event11 - UGTABLET 6 inch PenTablet Keyboard: device is a keyboard
[   716.692] (II) config/udev: Adding input device UGTABLET 6 inch PenTablet (/dev/input/event12)
[   716.692] (**) UGTABLET 6 inch PenTablet: Applying InputClass "libinput tablet catchall"
[   716.692] (II) Using input driver 'libinput' for 'UGTABLET 6 inch PenTablet'
[   716.746] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 32 paused 0
[   716.746] (**) UGTABLET 6 inch PenTablet: always reports core events
[   716.746] (**) Option "Device" "/dev/input/event12"
[   716.746] (**) Option "_source" "server/udev"
[   716.748] (II) event12 - UGTABLET 6 inch PenTablet: is tagged by udev as: Tablet
[   716.756] (II) event12 - UGTABLET 6 inch PenTablet: tablet 'UGTABLET 6 inch PenTablet' unknown to libwacom
[   716.756] (II) event12 - UGTABLET 6 inch PenTablet: device is a tablet
[   716.756] (II) event12 - UGTABLET 6 inch PenTablet: device removed
[   716.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-2/1-2:1.1/0003:28BD:0906.0006/input/input12/event12"
[   716.756] (II) XINPUT: Adding extended input device "UGTABLET 6 inch PenTablet" (type: TABLET, id 15)
[   716.758] (II) event12 - UGTABLET 6 inch PenTablet: is tagged by udev as: Tablet
[   716.759] (II) event12 - UGTABLET 6 inch PenTablet: tablet 'UGTABLET 6 inch PenTablet' unknown to libwacom
[   716.759] (II) event12 - UGTABLET 6 inch PenTablet: device is a tablet
[   716.759] (II) config/udev: Adding input device UGTABLET 6 inch PenTablet (/dev/input/mouse2)
[   716.759] (II) No input driver specified, ignoring this device.
[   716.759] (II) This device may have been added with another device file.
[   716.760] (II) config/udev: Adding input device UGTABLET 6 inch PenTablet (/dev/input/event13)
[   716.760] (II) No input driver specified, ignoring this device.
[   716.760] (II) This device may have been added with another device file.
[   716.761] (II) config/udev: Adding input device MSI MYSTIC LIGHT  (/dev/input/event3)
[   716.761] (II) No input driver specified, ignoring this device.
[   716.761] (II) This device may have been added with another device file.
[   716.761] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event15)
[   716.761] (II) No input driver specified, ignoring this device.
[   716.761] (II) This device may have been added with another device file.
[   716.762] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event16)
[   716.762] (II) No input driver specified, ignoring this device.
[   716.762] (II) This device may have been added with another device file.
[   716.762] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event17)
[   716.762] (II) No input driver specified, ignoring this device.
[   716.762] (II) This device may have been added with another device file.
[   716.762] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event18)
[   716.762] (II) No input driver specified, ignoring this device.
[   716.762] (II) This device may have been added with another device file.
[   716.762] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event19)
[   716.762] (II) No input driver specified, ignoring this device.
[   716.762] (II) This device may have been added with another device file.
[   716.763] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event20)
[   716.763] (II) No input driver specified, ignoring this device.
[   716.763] (II) This device may have been added with another device file.
[   716.763] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event21)
[   716.763] (II) No input driver specified, ignoring this device.
[   716.763] (II) This device may have been added with another device file.
[   716.763] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event22)
[   716.763] (II) No input driver specified, ignoring this device.
[   716.763] (II) This device may have been added with another device file.
[   716.764] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event23)
[   716.764] (II) No input driver specified, ignoring this device.
[   716.764] (II) This device may have been added with another device file.
[   716.764] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event24)
[   716.764] (II) No input driver specified, ignoring this device.
[   716.764] (II) This device may have been added with another device file.
[   716.764] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event25)
[   716.764] (II) No input driver specified, ignoring this device.
[   716.764] (II) This device may have been added with another device file.
[   716.765] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event26)
[   716.765] (II) No input driver specified, ignoring this device.
[   716.765] (II) This device may have been added with another device file.
[   716.765] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event27)
[   716.765] (II) No input driver specified, ignoring this device.
[   716.765] (II) This device may have been added with another device file.
[   716.765] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   716.766] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   716.766] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   716.766] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   716.766] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[   716.766] (**) AT Translated Set 2 keyboard: always reports core events
[   716.766] (**) Option "Device" "/dev/input/event2"
[   716.766] (**) Option "_source" "server/udev"
[   716.767] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   716.767] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   716.768] (II) event2  - AT Translated Set 2 keyboard: device removed
[   716.768] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   716.768] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[   716.768] (**) Option "xkb_layout" "pl"
[   716.769] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   716.770] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   716.771] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[   716.771] (II) No input driver specified, ignoring this device.
[   716.771] (II) This device may have been added with another device file.
[   716.774] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   716.774] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "system-keyboard"
[   716.774] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "Mouse"
[   716.774] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Consumer Control'
[   716.774] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[   716.774] (**) Razer Razer DeathAdder 2013 Consumer Control: always reports core events
[   716.774] (**) Option "Device" "/dev/input/event6"
[   716.774] (**) Option "_source" "_driver/libinput"
[   716.774] (II) libinput: Razer Razer DeathAdder 2013 Consumer Control: is a virtual subdevice
[   716.774] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:1532:0037.0003/input/input6/event6"
[   716.774] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Consumer Control" (type: KEYBOARD, id 17)
[   716.774] (**) Option "xkb_layout" "pl"

After I moved xorg.conf and 20-amdgpu.conf my GPU is working, but mouse cursor and terminal keep stuttering

@Edit:
During i3 startup I'm setting up my monitors. I thought it might be relevant to the issue
~/.config/i3/config:

exec --no-startup-id xrandr --output DisplayPort-0 --mode 1920x1080 --rate 143.85
exec --no-startup-id xrandr --output HDMI-A-0 --auto --left-of DisplayPort-0

Last edited by bilith (2019-11-19 17:50:01)

Offline

#4 2019-11-21 19:27:22

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Stuttering with Navi 10 Readon 5700 XT

It feels weird to see 2 exec lines, but maybe that's normal for i3 config.

Are you using startx / xinit to start X or a Display Manager  ?
For  startx/ xinit the logical place for 'pernament' xrandr commands would be xinitrc , while xprofile is used by display managers.

Could you test mouse/games behaviour with openbox , twm or another WM ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2019-11-21 21:41:56

bilith
Member
Registered: 2018-10-14
Posts: 6

Re: Stuttering with Navi 10 Readon 5700 XT

Normally I'm using LightDM. I tried to run i3 without any dm, using startx, but same issues.
I don't want to install any additional VM, so I boot latest manjaro live cd with gnome installed and mouse was stuttering just like in i3.

Offline

#6 2019-11-23 07:03:24

Archlin
Member
Registered: 2018-05-09
Posts: 67

Re: Stuttering with Navi 10 Readon 5700 XT

What happens if you set the refresh rate for both monitors to 60Hz instead of 144?
And what happens if you unplug the 60Hz monitor and only use the 144 one?

Offline

#7 2019-11-23 12:59:52

bilith
Member
Registered: 2018-10-14
Posts: 6

Re: Stuttering with Navi 10 Readon 5700 XT

I've disconnected my 144hz monitor and commented out these two xrandr commands from my i3 config. After reboot it still stuttering even with only one monitor connected and running at 60hz

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected primary (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  50.00    59.94  
   1680x1050     59.88  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      60.00  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    60.00  
   832x624       74.55  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    60.00    59.94  
   720x400       70.08  

Offline

#8 2019-11-24 12:51:32

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Stuttering with Navi 10 Readon 5700 XT

[   716.242] Current Operating System: Linux bilith-arch 5.3.11-arch1-1 #1 SMP PREEMPT Tue, 12 Nov 2019 22:19:48 +0000 x86_64

Looks like you are running with archlinux stock kernel .
Have you tried with https://aur.archlinux.org/packages/linux-mainline/ or https://aur.archlinux.org/packages/linu … -next-git/ ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB