You are not logged in.

#1 2021-12-09 08:12:01

alysher
Member
Registered: 2017-07-31
Posts: 56

[Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

I recently installed Arch on my main pc(dual boot setup). i run both GPU's under windows no issues, but under Linux the monitor connected to the motherboards GPU shows horizontal artifacts and mesh when moving anything around on the screen. I have attempted to set things with xrandr, but the only suggestion in troubleshooting section concerning it was increasing the refresh rate, but this monitor doesnt go above 60hz, and even under windows its reported as 60hz, so any attempt to set it higher just shuts off the monitor.

I also tried to create static files in xorg.conf.d for each screen, but every time i set something x would crash, and i would have to use a separate terminal to correct and reboot.

If anyone has any suggestions im game. Having both monitors going is a must for me if i am going to use linux on my main pc

Last edited by alysher (2021-12-12 20:07:15)


I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#2 2021-12-09 09:38:22

seth
Member
Registered: 2012-09-03
Posts: 60,970

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

Please post your xorg log, the outputs of "xrandr -q" and "xrandr --listproviders" and maybe an image of the artifacts (in doubt a photo of your monitor, please only post a link and not the full-size image)

Online

#3 2021-12-09 21:49:54

alysher
Member
Registered: 2017-07-31
Posts: 56

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

my xorg is a problem: i have never used a pastebin service in my life, and now is not a time for me to attempt to figure out how to upload a file just so someone can view it, and being as i have never been able to get spoiler tags to work on the forums here im a bit stuck there. Should i just code block it for you? however the rest is simple enough.

Link to picture

pictures may be worth a thousand words, video 10x more:
video showing issue

xrandr --listproviders

xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x59 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 5 associated providers: 1 name:AMD Radeon RX 570 Series @ pci:0000:01:00.0
Provider 1: id: 0x92 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 8 associated providers: 1 name:Intel

xrandr -q

xrandr -q
Screen 0: minimum 320 x 200, current 3280 x 1080, maximum 16384 x 16384
DisplayPort-3 disconnected (normal left inverted right x axis y axis)
DisplayPort-4 disconnected (normal left inverted right x axis y axis)
DisplayPort-5 disconnected (normal left inverted right x axis y axis)
HDMI-A-3 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080     60.00*+
   1680x1050     60.00  
   1280x1024     60.02  
   1440x900      59.90  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00  
   1024x768      70.07    60.00  
   800x600       60.32    56.25  
   640x480       66.67    59.94  
   720x400       70.08  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 connected 1360x768+1920+312 (normal left inverted right x axis y axis) 0mm x 0mm
   1920x1080     60.00 +
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02  
   1440x900      59.89  
   1360x768      60.02* 
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    59.94  
   720x400       70.08  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
  1920x1080 (0x5a) 148.500MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1152x864 (0x5f) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1024x768 (0x61) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x62) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x63) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x64) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  640x480 (0x66) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x400 (0x67) 28.320MHz -HSync +VSync
        h: width   720 start  738 end  846 total  900 skew    0 clock  31.47KHz
        v: height  400 start  412 end  414 total  449           clock  70.08Hz

I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#4 2021-12-09 21:57:38

seth
Member
Registered: 2012-09-03
Posts: 60,970

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

now is not a time for me to attempt to figure out how to upload a file

1st link below…

Looks a lot like https://bbs.archlinux.org/viewtopic.php?id=271982 though.
Since this is probably KDE which has its own compositor, suspend that first (Shift+Alt+F12)

Online

#5 2021-12-10 00:40:04

alysher
Member
Registered: 2017-07-31
Posts: 56

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

well i do have Plasma and related kde stuff installed, along with xfce4, so you are correct that was kde, however, shift + alt + F12 didnt do anything, disabling sddm and starting xfce4 from terminal login has the same issue.

xorg log from starting xfce4 from command line.

[    38.878] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    38.879] 
X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[    38.879] Current Operating System: Linux Tomatoes-Desktop 5.15.7-arch1-1 #1 SMP PREEMPT Wed, 08 Dec 2021 14:33:16 +0000 x86_64
[    38.879] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0a61d2b-3886-4cc1-bbd4-d63a782723b5 rw loglevel=3 quiet
[    38.879]  
[    38.879] Current version of pixman: 0.40.0
[    38.879] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.879] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.879] (==) Log file: "/home/tomatoes/.local/share/xorg/Xorg.0.log", Time: Thu Dec  9 16:29:49 2021
[    38.883] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    38.883] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.884] (==) No Layout section.  Using the first Screen section.
[    38.884] (==) No screen section available. Using defaults.
[    38.884] (**) |-->Screen "Default Screen Section" (0)
[    38.884] (**) |   |-->Monitor "<default monitor>"
[    38.884] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    38.884] (==) Automatically adding devices
[    38.884] (==) Automatically enabling devices
[    38.884] (==) Automatically adding GPU devices
[    38.884] (==) Automatically binding GPU devices
[    38.884] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    38.885] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    38.885] 	Entry deleted from font path.
[    38.887] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    38.887] 	Entry deleted from font path.
[    38.887] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    38.887] 	Entry deleted from font path.
[    38.888] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    38.888] (==) ModulePath set to "/usr/lib/xorg/modules"
[    38.888] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    38.888] (II) Module ABI versions:
[    38.888] 	X.Org ANSI C Emulation: 0.4
[    38.888] 	X.Org Video Driver: 25.2
[    38.888] 	X.Org XInput driver : 24.4
[    38.888] 	X.Org Server Extension : 10.0
[    38.889] (++) using VT number 1

[    38.889] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    38.892] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    38.893] (II) xfree86: Adding drm device (/dev/dri/card1)
[    38.893] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    38.894] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[    38.895] (II) xfree86: Adding drm device (/dev/dri/card0)
[    38.895] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    38.895] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    38.900] (--) PCI: (0@0:2:0) 8086:0152:8086:2035 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    38.900] (--) PCI:*(1@0:0:0) 1002:67df:1462:8a93 rev 239, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7b00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    38.900] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    38.900] (II) LoadModule: "glx"
[    38.902] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    38.911] (II) Module glx: vendor="X.Org Foundation"
[    38.911] 	compiled for 1.21.1.1, module version = 1.0.0
[    38.911] 	ABI class: X.Org Server Extension, version 10.0
[    38.911] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[    38.911] 	loading driver: amdgpu
[    38.911] (==) Matched amdgpu as autoconfigured driver 0
[    38.911] (==) Matched ati as autoconfigured driver 1
[    38.911] (==) Matched intel as autoconfigured driver 2
[    38.911] (==) Matched modesetting as autoconfigured driver 3
[    38.911] (==) Matched fbdev as autoconfigured driver 4
[    38.911] (==) Matched vesa as autoconfigured driver 5
[    38.911] (==) Assigned the driver to the xf86ConfigLayout
[    38.911] (II) LoadModule: "amdgpu"
[    38.911] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    38.915] (II) Module amdgpu: vendor="X.Org Foundation"
[    38.915] 	compiled for 1.21.1, module version = 21.0.0
[    38.915] 	Module class: X.Org Video Driver
[    38.915] 	ABI class: X.Org Video Driver, version 25.2
[    38.915] (II) LoadModule: "ati"
[    38.915] (WW) Warning, couldn't open module ati
[    38.915] (EE) Failed to load module "ati" (module does not exist, 0)
[    38.915] (II) LoadModule: "intel"
[    38.915] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    38.919] (II) Module intel: vendor="X.Org Foundation"
[    38.919] 	compiled for 1.21.1.1, module version = 2.99.917
[    38.919] 	Module class: X.Org Video Driver
[    38.919] 	ABI class: X.Org Video Driver, version 25.2
[    38.919] (II) LoadModule: "modesetting"
[    38.919] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    38.920] (II) Module modesetting: vendor="X.Org Foundation"
[    38.920] 	compiled for 1.21.1.1, module version = 1.21.1
[    38.920] 	Module class: X.Org Video Driver
[    38.920] 	ABI class: X.Org Video Driver, version 25.2
[    38.920] (II) LoadModule: "fbdev"
[    38.920] (WW) Warning, couldn't open module fbdev
[    38.920] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    38.920] (II) LoadModule: "vesa"
[    38.920] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    38.921] (II) Module vesa: vendor="X.Org Foundation"
[    38.921] 	compiled for 1.21.1.1, module version = 2.5.0
[    38.921] 	Module class: X.Org Video Driver
[    38.921] 	ABI class: X.Org Video Driver, version 25.2
[    38.921] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    38.921] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    38.921] (II) intel: Driver for Intel(R) HD Graphics
[    38.921] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    38.921] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    38.921] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    38.921] (II) VESA: driver for VESA chipsets: vesa
[    38.921] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    38.922] (WW) Falling back to old probe method for modesetting
[    38.923] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    38.923] (II) intel(G0): SNA compiled from 2.99.917-916-g31486f40
[    38.940] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    38.940] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    38.940] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    38.940] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    38.940] (==) AMDGPU(0): Default visual is TrueColor
[    38.940] (==) AMDGPU(0): RGB weight 888
[    38.940] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    38.940] (--) AMDGPU(0): Chipset: "AMD Radeon RX 570 Series" (ChipID = 0x67df)
[    38.940] (II) Loading sub module "fb"
[    38.940] (II) LoadModule: "fb"
[    38.940] (II) Module "fb" already built-in
[    38.940] (II) Loading sub module "dri2"
[    38.940] (II) LoadModule: "dri2"
[    38.940] (II) Module "dri2" already built-in
[    39.185] (II) Loading sub module "glamoregl"
[    39.185] (II) LoadModule: "glamoregl"
[    39.186] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    39.193] (II) Module glamoregl: vendor="X.Org Foundation"
[    39.193] 	compiled for 1.21.1.1, module version = 1.0.1
[    39.193] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    39.216] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon RX 570 Series (POLARIS10, DRM 3.42.0, 5.15.7-arch1-1, LLVM 13.0.0)
[    39.216] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[    39.216] (==) AMDGPU(0): TearFree property default: auto
[    39.216] (==) AMDGPU(0): VariableRefresh: disabled
[    39.216] (II) AMDGPU(0): KMS Pageflipping: enabled
[    39.216] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[    39.216] (II) AMDGPU(0): Output DisplayPort-4 has no monitor section
[    39.216] (II) AMDGPU(0): Output DisplayPort-5 has no monitor section
[    39.216] (II) AMDGPU(0): Output HDMI-A-3 has no monitor section
[    39.217] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[    39.229] (II) AMDGPU(0): EDID for output DisplayPort-3
[    39.229] (II) AMDGPU(0): EDID for output DisplayPort-4
[    39.229] (II) AMDGPU(0): EDID for output DisplayPort-5
[    39.229] (II) AMDGPU(0): EDID for output HDMI-A-3
[    39.229] (II) AMDGPU(0): EDID for output DVI-D-0
[    39.229] (II) AMDGPU(0): Manufacturer: ACR  Model: 2a3  Serial#: 559963329
[    39.229] (II) AMDGPU(0): Year: 2012  Week: 16
[    39.229] (II) AMDGPU(0): EDID Version: 1.3
[    39.229] (II) AMDGPU(0): Digital Display Input
[    39.229] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[    39.229] (II) AMDGPU(0): Gamma: 2.20
[    39.229] (II) AMDGPU(0): DPMS capabilities: Off
[    39.229] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    39.229] (II) AMDGPU(0): First detailed timing is preferred mode
[    39.229] (II) AMDGPU(0): redX: 0.653 redY: 0.329   greenX: 0.296 greenY: 0.611
[    39.229] (II) AMDGPU(0): blueX: 0.145 blueY: 0.066   whiteX: 0.313 whiteY: 0.329
[    39.229] (II) AMDGPU(0): Supported established timings:
[    39.229] (II) AMDGPU(0): 720x400@70Hz
[    39.229] (II) AMDGPU(0): 640x480@60Hz
[    39.230] (II) AMDGPU(0): 640x480@67Hz
[    39.230] (II) AMDGPU(0): 800x600@56Hz
[    39.230] (II) AMDGPU(0): 800x600@60Hz
[    39.230] (II) AMDGPU(0): 1024x768@60Hz
[    39.230] (II) AMDGPU(0): 1024x768@70Hz
[    39.230] (II) AMDGPU(0): Manufacturer's mask: 0
[    39.230] (II) AMDGPU(0): Supported standard timings:
[    39.230] (II) AMDGPU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    39.230] (II) AMDGPU(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    39.230] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    39.230] (II) AMDGPU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    39.230] (II) AMDGPU(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    39.230] (II) AMDGPU(0): Supported detailed timing:
[    39.230] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[    39.230] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    39.230] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    39.230] (II) AMDGPU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    39.230] (II) AMDGPU(0): Monitor name: FHX2201QV
[    39.230] (II) AMDGPU(0): Serial No: C2VAA0014331
[    39.230] (II) AMDGPU(0): EDID (in hex):
[    39.230] (II) AMDGPU(0): 	00ffffffffffff000472a302c15c6021
[    39.230] (II) AMDGPU(0): 	1016010380301b782a5e05a7544b9c25
[    39.230] (II) AMDGPU(0): 	115054b30c00714f810081809500d1c0
[    39.230] (II) AMDGPU(0): 	010101010101023a801871382d40582c
[    39.230] (II) AMDGPU(0): 	4500dd0c1100001e000000fd00384b1e
[    39.230] (II) AMDGPU(0): 	5311000a202020202020000000fc0046
[    39.230] (II) AMDGPU(0): 	48583232303151560a202020000000ff
[    39.230] (II) AMDGPU(0): 	004332564141303031343333310a0069
[    39.230] (II) AMDGPU(0): Printing probed modes for output DVI-D-0
[    39.230] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    39.230] (II) AMDGPU(0): Modeline "1680x1050"x60.0  148.50  1680 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1280x720"x60.0  148.50  1280 2008 2052 2200  720 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    39.230] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    39.230] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[    39.230] (II) AMDGPU(0): Output DisplayPort-4 disconnected
[    39.230] (II) AMDGPU(0): Output DisplayPort-5 disconnected
[    39.230] (II) AMDGPU(0): Output HDMI-A-3 disconnected
[    39.230] (II) AMDGPU(0): Output DVI-D-0 connected
[    39.230] (II) AMDGPU(0): Using exact sizes for initial modes
[    39.230] (II) AMDGPU(0): Output DVI-D-0 using initial mode 1920x1080 +0+0
[    39.230] (II) AMDGPU(0): mem size init: gart size :1c9a5d000 vram size: s:1feae7000 visible:fad0000
[    39.230] (==) AMDGPU(0): DPI set to (96, 96)
[    39.230] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    39.230] (II) Loading sub module "ramdac"
[    39.230] (II) LoadModule: "ramdac"
[    39.230] (II) Module "ramdac" already built-in
[    39.231] (--) intel(G0): Integrated Graphics Chipset: Intel(R) HD Graphics 2500
[    39.231] (--) intel(G0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    39.231] (==) intel(G0): Depth 24, (--) framebuffer bpp 32
[    39.231] (==) intel(G0): RGB weight 888
[    39.231] (==) intel(G0): Default visual is TrueColor
[    39.232] (II) intel(G0): Output VGA1 has no monitor section
[    39.232] (II) intel(G0): Enabled output VGA1
[    39.232] (II) intel(G0): Output HDMI1 has no monitor section
[    39.232] (II) intel(G0): Enabled output HDMI1
[    39.232] (II) intel(G0): Output DP1 has no monitor section
[    39.232] (II) intel(G0): Enabled output DP1
[    39.232] (II) intel(G0): Output HDMI2 has no monitor section
[    39.233] (II) intel(G0): Enabled output HDMI2
[    39.233] (II) intel(G0): Output HDMI3 has no monitor section
[    39.233] (II) intel(G0): Enabled output HDMI3
[    39.233] (II) intel(G0): Output DP2 has no monitor section
[    39.233] (II) intel(G0): Enabled output DP2
[    39.233] (II) intel(G0): Output DP3 has no monitor section
[    39.233] (II) intel(G0): Enabled output DP3
[    39.233] (--) intel(G0): Using a maximum size of 256x256 for hardware cursors
[    39.233] (II) intel(G0): Output VIRTUAL1 has no monitor section
[    39.233] (II) intel(G0): Enabled output VIRTUAL1
[    39.311] (II) intel(G0): EDID for output DP1
[    39.311] (II) intel(G0): EDID for output DP2
[    39.311] (II) intel(G0): EDID for output DP3
[    39.325] (II) intel(G0): EDID for output HDMI1
[    39.326] (II) intel(G0): EDID for output HDMI2
[    39.328] (II) intel(G0): EDID for output HDMI3
[    39.341] (II) intel(G0): EDID for output VGA1
[    39.341] (II) intel(G0): Manufacturer: XXX  Model: 0  Serial#: 16843009
[    39.341] (II) intel(G0): Year: 2013  Week: 1
[    39.341] (II) intel(G0): EDID Version: 1.3
[    39.341] (II) intel(G0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    39.341] (II) intel(G0): Sync:  Separate
[    39.341] (II) intel(G0): Indeterminate output size
[    39.341] (II) intel(G0): Gamma: 2.20
[    39.341] (II) intel(G0): No DPMS capabilities specified; RGB/Color Display
[    39.341] (II) intel(G0): First detailed timing is preferred mode
[    39.341] (II) intel(G0): redX: 0.629 redY: 0.331   greenX: 0.320 greenY: 0.619
[    39.341] (II) intel(G0): blueX: 0.148 blueY: 0.042   whiteX: 0.277 whiteY: 0.290
[    39.341] (II) intel(G0): Supported established timings:
[    39.341] (II) intel(G0): 720x400@70Hz
[    39.341] (II) intel(G0): 640x480@60Hz
[    39.341] (II) intel(G0): 640x480@72Hz
[    39.341] (II) intel(G0): 640x480@75Hz
[    39.341] (II) intel(G0): 800x600@56Hz
[    39.341] (II) intel(G0): 800x600@60Hz
[    39.341] (II) intel(G0): 800x600@72Hz
[    39.341] (II) intel(G0): 800x600@75Hz
[    39.341] (II) intel(G0): 1024x768@60Hz
[    39.341] (II) intel(G0): 1024x768@70Hz
[    39.341] (II) intel(G0): 1024x768@75Hz
[    39.341] (II) intel(G0): 1280x1024@75Hz
[    39.341] (II) intel(G0): 1152x864@75Hz
[    39.341] (II) intel(G0): Manufacturer's mask: 0
[    39.342] (II) intel(G0): Supported standard timings:
[    39.342] (II) intel(G0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    39.342] (II) intel(G0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    39.342] (II) intel(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    39.342] (II) intel(G0): Supported detailed timing:
[    39.342] (II) intel(G0): clock: 148.5 MHz   Image Size:  0 x 0 mm
[    39.342] (II) intel(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    39.342] (II) intel(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    39.342] (II) intel(G0): Supported detailed timing:
[    39.342] (II) intel(G0): clock: 85.5 MHz   Image Size:  0 x 0 mm
[    39.342] (II) intel(G0): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
[    39.342] (II) intel(G0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
[    39.342] (II) intel(G0): Monitor name: LE1913M
[    39.342] (II) intel(G0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 165 MHz
[    39.342] (II) intel(G0): EDID (in hex):
[    39.342] (II) intel(G0): 	00ffffffffffff006318000001010101
[    39.342] (II) intel(G0): 	01170103080000780a3231a154529e26
[    39.342] (II) intel(G0): 	0a474aafcf809500b300a9c001010101
[    39.342] (II) intel(G0): 	010101010101023a801871382d40582c
[    39.342] (II) intel(G0): 	450000000000001e662150b051001b30
[    39.342] (II) intel(G0): 	4070360000000000001e000000fc004c
[    39.342] (II) intel(G0): 	45313931334d0a2020202020000000fd
[    39.342] (II) intel(G0): 	00384b1e5010000a202020202020000d
[    39.342] (II) intel(G0): Printing probed modes for output VGA1
[    39.342] (II) intel(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    39.342] (II) intel(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    39.342] (II) intel(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    39.342] (II) intel(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    39.342] (II) intel(G0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    39.342] (II) intel(G0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    39.342] (II) intel(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    39.342] (II) intel(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    39.342] (II) intel(G0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    39.342] (II) intel(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    39.342] (II) intel(G0): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    39.342] (II) intel(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    39.342] (II) intel(G0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    39.342] (II) intel(G0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    39.342] (II) intel(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    39.342] (II) intel(G0): Modeline "640x480"x73.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    39.342] (II) intel(G0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    39.342] (II) intel(G0): Modeline "720x400"x70.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    39.342] (II) intel(G0): EDID for output VIRTUAL1
[    39.342] (==) intel(G0): TearFree disabled
[    39.342] (==) intel(G0): Using gamma correction (1.0, 1.0, 1.0)
[    39.342] (==) intel(G0): DPI set to (96, 96)
[    39.342] (II) Loading sub module "dri3"
[    39.342] (II) LoadModule: "dri3"
[    39.342] (II) Module "dri3" already built-in
[    39.342] (II) Loading sub module "dri2"
[    39.342] (II) LoadModule: "dri2"
[    39.342] (II) Module "dri2" already built-in
[    39.342] (II) Loading sub module "present"
[    39.342] (II) LoadModule: "present"
[    39.342] (II) Module "present" already built-in
[    39.342] (II) UnloadModule: "modesetting"
[    39.342] (II) Unloading modesetting
[    39.342] (II) UnloadModule: "vesa"
[    39.342] (II) Unloading vesa
[    39.342] (II) AMDGPU(0): [DRI2] Setup complete
[    39.342] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    39.342] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[    39.343] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[    39.344] (II) AMDGPU(0): SYNC extension fences enabled
[    39.344] (II) AMDGPU(0): Present extension enabled
[    39.344] (==) AMDGPU(0): DRI3 enabled
[    39.344] (==) AMDGPU(0): Backing store enabled
[    39.344] (II) AMDGPU(0): Direct rendering enabled
[    39.385] (II) AMDGPU(0): Use GLAMOR acceleration.
[    39.385] (II) AMDGPU(0): Acceleration enabled
[    39.385] (==) AMDGPU(0): DPMS enabled
[    39.385] (==) AMDGPU(0): Silken mouse enabled
[    39.385] (II) AMDGPU(0): Set up textured video (glamor)
[    39.399] (II) intel(G0): SNA initialized with Ivybridge (gen7, gt1) backend
[    39.399] (==) intel(G0): Backing store enabled
[    39.399] (==) intel(G0): Silken mouse enabled
[    39.399] (II) intel(G0): HW Cursor enabled
[    39.400] (==) intel(G0): DPMS enabled
[    39.400] (==) intel(G0): Display hotplug detection enabled
[    39.400] (II) intel(G0): [DRI2] Setup complete
[    39.400] (II) intel(G0): [DRI2]   DRI driver: i965
[    39.400] (II) intel(G0): [DRI2]   VDPAU driver: va_gl
[    39.400] (II) intel(G0): direct rendering: DRI2 DRI3 enabled
[    39.400] (II) intel(G0): hardware support for Present enabled
[    39.400] (II) Initializing extension Generic Event Extension
[    39.400] (II) Initializing extension SHAPE
[    39.400] (II) Initializing extension MIT-SHM
[    39.401] (II) Initializing extension XInputExtension
[    39.401] (II) Initializing extension XTEST
[    39.401] (II) Initializing extension BIG-REQUESTS
[    39.401] (II) Initializing extension SYNC
[    39.401] (II) Initializing extension XKEYBOARD
[    39.401] (II) Initializing extension XC-MISC
[    39.402] (II) Initializing extension SECURITY
[    39.402] (II) Initializing extension XFIXES
[    39.402] (II) Initializing extension RENDER
[    39.402] (II) Initializing extension RANDR
[    39.402] (II) Initializing extension COMPOSITE
[    39.402] (II) Initializing extension DAMAGE
[    39.403] (II) Initializing extension MIT-SCREEN-SAVER
[    39.403] (II) Initializing extension DOUBLE-BUFFER
[    39.403] (II) Initializing extension RECORD
[    39.403] (II) Initializing extension DPMS
[    39.403] (II) Initializing extension Present
[    39.403] (II) Initializing extension DRI3
[    39.403] (II) Initializing extension X-Resource
[    39.404] (II) Initializing extension XVideo
[    39.404] (II) Initializing extension XVideo-MotionCompensation
[    39.404] (II) Initializing extension GLX
[    39.414] (II) AIGLX: Loaded and initialized radeonsi
[    39.414] (II) GLX: Initialized DRI2 GL provider for screen 0
[    39.414] (II) Initializing extension XFree86-VidModeExtension
[    39.414] (II) Initializing extension XFree86-DGA
[    39.414] (II) Initializing extension XFree86-DRI
[    39.414] (II) Initializing extension DRI2
[    39.419] (EE) intel(G0): sna_mode_shutdown_crtc: invalid state found on pipe 0, disabling CRTC:45
[    39.453] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[    39.565] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    39.565] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    39.565] (II) LoadModule: "libinput"
[    39.566] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    39.571] (II) Module libinput: vendor="X.Org Foundation"
[    39.571] 	compiled for 1.21.1, module version = 1.2.0
[    39.571] 	Module class: X.Org XInput Driver
[    39.571] 	ABI class: X.Org XInput driver, version 24.4
[    39.571] (II) Using input driver 'libinput' for 'Power Button'
[    39.572] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[    39.572] (**) Power Button: always reports core events
[    39.572] (**) Option "Device" "/dev/input/event1"
[    39.573] (**) Option "_source" "server/udev"
[    39.579] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    39.579] (II) event1  - Power Button: device is a keyboard
[    39.579] (II) event1  - Power Button: device removed
[    39.579] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    39.579] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    39.580] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    39.580] (II) event1  - Power Button: device is a keyboard
[    39.580] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    39.580] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    39.580] (II) Using input driver 'libinput' for 'Video Bus'
[    39.581] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0
[    39.581] (**) Video Bus: always reports core events
[    39.581] (**) Option "Device" "/dev/input/event10"
[    39.581] (**) Option "_source" "server/udev"
[    39.582] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    39.582] (II) event10 - Video Bus: device is a keyboard
[    39.582] (II) event10 - Video Bus: device removed
[    39.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
[    39.582] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    39.582] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    39.583] (II) event10 - Video Bus: device is a keyboard
[    39.583] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    39.583] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    39.583] (II) Using input driver 'libinput' for 'Power Button'
[    39.584] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[    39.584] (**) Power Button: always reports core events
[    39.584] (**) Option "Device" "/dev/input/event0"
[    39.584] (**) Option "_source" "server/udev"
[    39.584] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    39.584] (II) event0  - Power Button: device is a keyboard
[    39.584] (II) event0  - Power Button: device removed
[    39.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    39.584] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    39.585] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    39.585] (II) event0  - Power Button: device is a keyboard
[    39.586] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[    39.586] (II) No input driver specified, ignoring this device.
[    39.586] (II) This device may have been added with another device file.
[    39.586] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[    39.586] (II) No input driver specified, ignoring this device.
[    39.586] (II) This device may have been added with another device file.
[    39.586] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[    39.586] (II) No input driver specified, ignoring this device.
[    39.586] (II) This device may have been added with another device file.
[    39.587] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event17)
[    39.587] (II) No input driver specified, ignoring this device.
[    39.587] (II) This device may have been added with another device file.
[    39.587] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event18)
[    39.587] (II) No input driver specified, ignoring this device.
[    39.587] (II) This device may have been added with another device file.
[    39.587] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event19)
[    39.587] (II) No input driver specified, ignoring this device.
[    39.587] (II) This device may have been added with another device file.
[    39.588] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event13)
[    39.588] (II) No input driver specified, ignoring this device.
[    39.588] (II) This device may have been added with another device file.
[    39.589] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js0)
[    39.589] (II) No input driver specified, ignoring this device.
[    39.589] (II) This device may have been added with another device file.
[    39.589] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/event2)
[    39.589] (**) Logitech Gaming Mouse G600: Applying InputClass "libinput pointer catchall"
[    39.589] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G600'
[    39.647] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[    39.647] (**) Logitech Gaming Mouse G600: always reports core events
[    39.647] (**) Option "Device" "/dev/input/event2"
[    39.647] (**) Option "_source" "server/udev"
[    39.649] (II) event2  - Logitech Gaming Mouse G600: is tagged by udev as: Mouse
[    39.650] (II) event2  - Logitech Gaming Mouse G600: device is a pointer
[    39.650] (II) event2  - Logitech Gaming Mouse G600: device removed
[    39.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:046D:C24A.0001/input/input2/event2"
[    39.650] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G600" (type: MOUSE, id 9)
[    39.650] (**) Option "AccelerationScheme" "none"
[    39.650] (**) Logitech Gaming Mouse G600: (accel) selected scheme none/0
[    39.650] (**) Logitech Gaming Mouse G600: (accel) acceleration factor: 2.000
[    39.650] (**) Logitech Gaming Mouse G600: (accel) acceleration threshold: 4
[    39.652] (II) event2  - Logitech Gaming Mouse G600: is tagged by udev as: Mouse
[    39.652] (II) event2  - Logitech Gaming Mouse G600: device is a pointer
[    39.653] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/mouse0)
[    39.653] (II) No input driver specified, ignoring this device.
[    39.653] (II) This device may have been added with another device file.
[    39.654] (II) config/udev: Adding input device Logitech Gaming Mouse G600 Keyboard (/dev/input/event3)
[    39.654] (**) Logitech Gaming Mouse G600 Keyboard: Applying InputClass "libinput keyboard catchall"
[    39.654] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G600 Keyboard'
[    39.655] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[    39.655] (**) Logitech Gaming Mouse G600 Keyboard: always reports core events
[    39.655] (**) Option "Device" "/dev/input/event3"
[    39.655] (**) Option "_source" "server/udev"
[    39.657] (II) event3  - Logitech Gaming Mouse G600 Keyboard: is tagged by udev as: Keyboard
[    39.657] (II) event3  - Logitech Gaming Mouse G600 Keyboard: device is a keyboard
[    39.658] (II) event3  - Logitech Gaming Mouse G600 Keyboard: device removed
[    39.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.1/0003:046D:C24A.0002/input/input3/event3"
[    39.658] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G600 Keyboard" (type: KEYBOARD, id 10)
[    39.660] (II) event3  - Logitech Gaming Mouse G600 Keyboard: is tagged by udev as: Keyboard
[    39.660] (II) event3  - Logitech Gaming Mouse G600 Keyboard: device is a keyboard
[    39.662] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/event4)
[    39.662] (II) No input driver specified, ignoring this device.
[    39.662] (II) This device may have been added with another device file.
[    39.663] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event5)
[    39.663] (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
[    39.663] (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
[    39.664] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 35 paused 0
[    39.664] (**) SONiX USB DEVICE: always reports core events
[    39.664] (**) Option "Device" "/dev/input/event5"
[    39.664] (**) Option "_source" "server/udev"
[    39.666] (II) event5  - SONiX USB DEVICE: is tagged by udev as: Keyboard
[    39.666] (II) event5  - SONiX USB DEVICE: device is a keyboard
[    39.666] (II) event5  - SONiX USB DEVICE: device removed
[    39.667] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/0003:0C45:6525.0003/input/input5/event5"
[    39.667] (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 11)
[    39.669] (II) event5  - SONiX USB DEVICE: is tagged by udev as: Keyboard
[    39.669] (II) event5  - SONiX USB DEVICE: device is a keyboard
[    39.671] (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event6)
[    39.671] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[    39.671] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[    39.672] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
[    39.672] (**) SONiX USB DEVICE Keyboard: always reports core events
[    39.672] (**) Option "Device" "/dev/input/event6"
[    39.672] (**) Option "_source" "server/udev"
[    39.675] (II) event6  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[    39.675] (II) event6  - SONiX USB DEVICE Keyboard: device is a keyboard
[    39.675] (II) event6  - SONiX USB DEVICE Keyboard: device removed
[    39.675] (II) libinput: SONiX USB DEVICE Keyboard: needs a virtual subdevice
[    39.675] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.1/0003:0C45:6525.0004/input/input6/event6"
[    39.675] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: MOUSE, id 12)
[    39.675] (**) Option "AccelerationScheme" "none"
[    39.675] (**) SONiX USB DEVICE Keyboard: (accel) selected scheme none/0
[    39.675] (**) SONiX USB DEVICE Keyboard: (accel) acceleration factor: 2.000
[    39.675] (**) SONiX USB DEVICE Keyboard: (accel) acceleration threshold: 4
[    39.678] (II) event6  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[    39.678] (II) event6  - SONiX USB DEVICE Keyboard: device is a keyboard
[    39.680] (II) config/udev: Adding input device SONiX USB DEVICE Wireless Radio Control (/dev/input/event7)
[    39.680] (**) SONiX USB DEVICE Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    39.680] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Wireless Radio Control'
[    39.681] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 37 paused 0
[    39.681] (**) SONiX USB DEVICE Wireless Radio Control: always reports core events
[    39.681] (**) Option "Device" "/dev/input/event7"
[    39.681] (**) Option "_source" "server/udev"
[    39.683] (II) event7  - SONiX USB DEVICE Wireless Radio Control: is tagged by udev as: Keyboard
[    39.683] (II) event7  - SONiX USB DEVICE Wireless Radio Control: device is a keyboard
[    39.684] (II) event7  - SONiX USB DEVICE Wireless Radio Control: device removed
[    39.684] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.1/0003:0C45:6525.0004/input/input7/event7"
[    39.684] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Wireless Radio Control" (type: KEYBOARD, id 13)
[    39.686] (II) event7  - SONiX USB DEVICE Wireless Radio Control: is tagged by udev as: Keyboard
[    39.686] (II) event7  - SONiX USB DEVICE Wireless Radio Control: device is a keyboard
[    39.688] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event8)
[    39.688] (II) No input driver specified, ignoring this device.
[    39.688] (II) This device may have been added with another device file.
[    39.689] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/event9)
[    39.689] (**) SONiX USB DEVICE Mouse: Applying InputClass "libinput pointer catchall"
[    39.689] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Mouse'
[    39.690] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[    39.690] (**) SONiX USB DEVICE Mouse: always reports core events
[    39.690] (**) Option "Device" "/dev/input/event9"
[    39.690] (**) Option "_source" "server/udev"
[    39.693] (II) event9  - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[    39.693] (II) event9  - SONiX USB DEVICE Mouse: device is a pointer
[    39.694] (II) event9  - SONiX USB DEVICE Mouse: device removed
[    39.694] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.1/0003:0C45:6525.0004/input/input9/event9"
[    39.694] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Mouse" (type: MOUSE, id 14)
[    39.694] (**) Option "AccelerationScheme" "none"
[    39.694] (**) SONiX USB DEVICE Mouse: (accel) selected scheme none/0
[    39.694] (**) SONiX USB DEVICE Mouse: (accel) acceleration factor: 2.000
[    39.694] (**) SONiX USB DEVICE Mouse: (accel) acceleration threshold: 4
[    39.696] (II) event9  - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[    39.696] (II) event9  - SONiX USB DEVICE Mouse: device is a pointer
[    39.698] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/mouse1)
[    39.698] (II) No input driver specified, ignoring this device.
[    39.698] (II) This device may have been added with another device file.
[    39.699] (II) config/udev: Adding input device Logi Webcam C920e (/dev/input/event12)
[    39.699] (**) Logi Webcam C920e: Applying InputClass "libinput keyboard catchall"
[    39.699] (II) Using input driver 'libinput' for 'Logi Webcam C920e'
[    39.700] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 39 paused 0
[    39.700] (**) Logi Webcam C920e: always reports core events
[    39.700] (**) Option "Device" "/dev/input/event12"
[    39.700] (**) Option "_source" "server/udev"
[    39.702] (II) event12 - Logi Webcam C920e: is tagged by udev as: Keyboard
[    39.702] (II) event12 - Logi Webcam C920e: device is a keyboard
[    39.702] (II) event12 - Logi Webcam C920e: device removed
[    39.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input12/event12"
[    39.702] (II) XINPUT: Adding extended input device "Logi Webcam C920e" (type: KEYBOARD, id 15)
[    39.704] (II) event12 - Logi Webcam C920e: is tagged by udev as: Keyboard
[    39.704] (II) event12 - Logi Webcam C920e: device is a keyboard
[    39.705] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[    39.705] (II) No input driver specified, ignoring this device.
[    39.705] (II) This device may have been added with another device file.
[    39.706] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event21)
[    39.706] (II) No input driver specified, ignoring this device.
[    39.706] (II) This device may have been added with another device file.
[    39.706] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event22)
[    39.706] (II) No input driver specified, ignoring this device.
[    39.706] (II) This device may have been added with another device file.
[    39.707] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event23)
[    39.707] (II) No input driver specified, ignoring this device.
[    39.707] (II) This device may have been added with another device file.
[    39.707] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    39.707] (II) No input driver specified, ignoring this device.
[    39.707] (II) This device may have been added with another device file.
[    39.717] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[    39.717] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[    39.717] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[    39.717] (**) SONiX USB DEVICE Keyboard: always reports core events
[    39.717] (**) Option "Device" "/dev/input/event6"
[    39.717] (**) Option "_source" "_driver/libinput"
[    39.717] (II) libinput: SONiX USB DEVICE Keyboard: is a virtual subdevice
[    39.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.1/0003:0C45:6525.0004/input/input6/event6"
[    39.717] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 16)
[    40.695] (II) AMDGPU(0): EDID vendor "ACR", prod id 675
[    40.695] (II) AMDGPU(0): Using EDID range info for horizontal sync
[    40.695] (II) AMDGPU(0): Using EDID range info for vertical refresh
[    40.695] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    40.695] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    40.695] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    40.695] (II) AMDGPU(0): EDID vendor "ACR", prod id 675
[    40.695] (II) AMDGPU(0): Using hsync ranges from config file
[    40.695] (II) AMDGPU(0): Using vrefresh ranges from config file
[    40.695] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    40.695] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    40.695] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    40.695] (II) AMDGPU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    40.699] (II) AMDGPU(0): Allocate new frame buffer 3280x1080
[    40.699] (II) AMDGPU(0):  => pitch 13312 bytes
[    40.717] randr: falling back to unsynchronized pixmap sharing
[    40.717] (II) intel(G0): switch to mode 1360x768@60.0 on VGA1 using pipe 0, position (1920, 312), rotation normal, reflection none

I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#6 2021-12-10 08:31:35

seth
Member
Registered: 2012-09-03
Posts: 60,970

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

shift + alt + F12 didnt do anything

It's supposed to toggle the compositor (the thing that makes shadows and transparency)?

So you're running on the amdgpu chip and use the intel one as a crtc hub?
1. Why? The amdgpu has more than enough outputs and the unnecessary indirection is likely not only the cause for the artifacts but also some performance hits.
2. Remove xf86-video-intel and make sure there're no configs left that reference it ("grep -ir intel /{etc,usr/share}/X11/xorg.conf*") - you'll then be using the modesetting driver on the i915 kms module (intel is in limbo anyway)

[    39.419] (EE) intel(G0): sna_mode_shutdown_crtc: invalid state found on pipe 0, disabling CRTC:45
…
[    40.717] randr: falling back to unsynchronized pixmap sharing
[    40.717] (II) intel(G0): switch to mode 1360x768@60.0 on VGA1 using pipe 0, position (1920, 312), rotation normal, reflection none

Online

#7 2021-12-11 22:42:29

alysher
Member
Registered: 2017-07-31
Posts: 56

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

Not sure what you mean by crtc hub, but i shall assume so, that why is the determining factor for my setup - i dont have any displayport/hdmi enabled monitors. i have no choice but to use the one dvi on the amd card, and run a dvi to vga adapter on the motherboard to the other monitor.

I had assumed i would need both drivers to run both cards. Ill remove the intel and see how it goes.

Last edited by alysher (2021-12-11 23:08:08)


I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#8 2021-12-12 08:25:07

seth
Member
Registered: 2012-09-03
Posts: 60,970

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

i dont have any displayport/hdmi enabled monitors.

https://www.amazon.com/-/de/dp/B014I8UQJY/

Online

#9 2021-12-12 20:06:38

alysher
Member
Registered: 2017-07-31
Posts: 56

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

seth wrote:

i dont have any displayport/hdmi enabled monitors.

https://www.amazon.com/-/de/dp/B014I8UQJY/

one of the many things on my list of things to get when my RL situation gets to the point where i can afford it, till then i make do.

Removing the driver fixed the artifacts and such. Ill change the title to [solved], however can i get an explanation of what the heck happened here? for Windows i have to have both drivers installed to get any picture out of the motherboard connection, linux says "f*** you" and does it anyways????


I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#10 2021-12-12 20:50:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,944

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

The actual drivers live in the kernel and they are present anyway, the one you install with xf86-video-intel is a not really well maintained driver for 2D operations in xorg. There's a more maintained driver for that which  works for all graphics cards irrespective of vendor (it uses OpenGL and is thus more dependent on having a good mesa implementation) directly built into the xorg-server, which is what you're using now.

Offline

#11 2021-12-12 22:08:28

alysher
Member
Registered: 2017-07-31
Posts: 56

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

V1del wrote:

....There's a more maintained driver for that which  works for all graphics cards irrespective of vendor (it uses OpenGL and is thus more dependent on having a good mesa implementation) directly built into the xorg-server, which is what you're using now.

Semi-rhetorical question here - windows doesn't do this why??? i get they have a generic driver, but using it is worse then using the prop ones from intel on windows....


I started learning linux under Debian, and this is what I hope for every time I interact with the awesome Arch community.

Offline

#12 2021-12-12 23:06:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,944

Re: [Solved] Horizontal artifacts/mesh Dual GPU AMD/Intel

Windows is usually preinstalled with the appropriate set of drivers set up by your OEM vendor, for the installing from DVD case it would be a lot of wasted space to include every graphics driver and potential licensing issues or so. Afaik newer Windows version might have support for grabbing a driver via Windows Update but it's not really default nor required and "generally" expected that people doing the setup install the drivers/software they need from the internet.

There's not really an equivalent to this concept that you quoted though, Windows doesn't run a distinct "server" for giving you the GUI like xorg is. Xorg could and does also not work properly if your general stack is configured incorrectly, e.g. this generic driver absolutely requires your OpenGL driver to be set up properly (which will normally happen automatically as dependencies will include mesa, but you can still "break" this if you configure incorrectly).

Offline

Board footer

Powered by FluxBB