You are not logged in.

#1 2016-11-16 12:35:39

AstralAbraxas
Member
Registered: 2016-11-16
Posts: 6

multihead multicard amd

I'm trying to setup six monitors across two AMD R9 290 graphics cards. Each card has two DVI and one HDMI connector. All monitors are the same, both graphics cards are the same. I'm using the open source driver xf86-video-ati I believe. I'm pretty sure I read in the wiki that it typically has better multihead support. Anyways, on a fresh install of Arch and the open source drivers three of the six monitors are working. From here I've tried a few things and at the very most I managed to get the other 3 to turn on with scrambled screens. Doing anything on those scrambled screens caused my whole system to freeze. I couldn't even kill X. Here is a list of things I've already tried:

First:

X :1 -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
reboot now

After this, on boot it comes to "starting graphical interface" and it's green but it freezes there. I can kill X with CTRL+ALT+F2, login and get rid of the configuration and things go back to normal. Here is the configuration it generates:

/root/xorg.conf.new

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

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

Section "Module"
	Load  "glx"
EndSection

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

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
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     "ColorTiling"        	# [<bool>]
        #Option     "ColorTiling2D"      	# [<bool>]
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "AccelMethod"        	# <str>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "EXAPixmaps"         	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "TearFree"           	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
EndSection

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

/var/log/Xorg.1.log

X.Org X Server 1.18.4
Release Date: 2016-07-19
[  4989.096] X Protocol Version 11, Revision 0
[  4989.096] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[  4989.096] Current Operating System: Linux Valhalla 4.8.7-1-ARCH #1 SMP PREEMPT Thu Nov 10 17:22:48 CET 2016 x86_64
[  4989.096] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=feed1721-a689-4291-ac9a-8613e3c9c71c rw
[  4989.096] Build Date: 19 July 2016  05:54:24PM
[  4989.096]  
[  4989.096] Current version of pixman: 0.34.0
[  4989.096] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4989.096] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4989.096] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Nov 16 08:52:39 2016
[  4989.096] (II) Loader magic: 0x821d40
[  4989.096] (II) Module ABI versions:
[  4989.096] 	X.Org ANSI C Emulation: 0.4
[  4989.096] 	X.Org Video Driver: 20.0
[  4989.096] 	X.Org XInput driver : 22.1
[  4989.096] 	X.Org Server Extension : 9.0
[  4989.097] (--) using VT number 2

[  4989.097] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  4989.097] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4989.097] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  4989.097] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4989.097] (EE) /dev/dri/card1: failed to set DRM interface version 1.4: Permission denied
[  4989.098] (--) PCI:*(0:1:0:0) 1002:67b1:1458:228e rev 0, Mem @ 0xe0000000/268435456, 0xf0000000/8388608, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  4989.098] (--) PCI: (0:2:0:0) 1002:67b1:1458:228f rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/8388608, 0xf7d00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[  4989.098] List of video drivers:
[  4989.098] 	ati
[  4989.098] 	modesetting
[  4989.098] 	radeon
[  4989.098] (II) LoadModule: "ati"
[  4989.098] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  4989.098] (II) Module ati: vendor="X.Org Foundation"
[  4989.098] 	compiled for 1.18.4, module version = 7.7.1
[  4989.098] 	Module class: X.Org Video Driver
[  4989.098] 	ABI class: X.Org Video Driver, version 20.0
[  4989.098] (II) LoadModule: "modesetting"
[  4989.098] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  4989.098] (II) Module modesetting: vendor="X.Org Foundation"
[  4989.098] 	compiled for 1.18.4, module version = 1.18.4
[  4989.098] 	Module class: X.Org Video Driver
[  4989.098] 	ABI class: X.Org Video Driver, version 20.0
[  4989.098] (II) LoadModule: "radeon"
[  4989.098] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  4989.098] (II) Module radeon: vendor="X.Org Foundation"
[  4989.098] 	compiled for 1.18.4, module version = 7.7.1
[  4989.098] 	Module class: X.Org Video Driver
[  4989.098] 	ABI class: X.Org Video Driver, version 20.0
[  4989.098] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4989.098] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
	MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
	MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[  4989.149] (++) Using config file: "/root/xorg.conf.new"
[  4989.149] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4989.149] (==) ServerLayout "X.org Configured"
[  4989.149] (**) |-->Screen "Screen0" (0)
[  4989.149] (**) |   |-->Monitor "Monitor0"
[  4989.150] (**) |   |-->Device "Card0"
[  4989.150] (**) |-->Screen "Screen1" (1)
[  4989.150] (**) |   |-->Monitor "Monitor1"
[  4989.150] (**) |   |-->Device "Card1"
[  4989.150] (**) |-->Input Device "Mouse0"
[  4989.150] (**) |-->Input Device "Keyboard0"
[  4989.150] (==) Automatically adding devices
[  4989.150] (==) Automatically enabling devices
[  4989.150] (==) Automatically adding GPU devices
[  4989.150] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4989.150] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  4989.150] 	Entry deleted from font path.
[  4989.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  4989.150] 	Entry deleted from font path.
[  4989.150] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  4989.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  4989.150] 	Entry deleted from font path.
[  4989.150] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  4989.150] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  4989.150] 	Entry deleted from font path.
[  4989.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  4989.150] 	Entry deleted from font path.
[  4989.150] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  4989.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  4989.150] 	Entry deleted from font path.
[  4989.150] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  4989.150] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  4989.150] (**) ModulePath set to "/usr/lib/xorg/modules"
[  4989.150] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  4989.150] (WW) Disabling Mouse0
[  4989.150] (WW) Disabling Keyboard0
[  4989.150] (WW) Falling back to old probe method for modesetting
[  4989.150] (II) modeset(2): using default device
[  4989.150] (II) modeset(2): using default device
[  4989.150] Number of created screens does not match number of detected devices.
  Configuration failed.

Second:

I tried writing a custom /etc/X11/xorg.conf.d/20-radeon.conf which I no longer have that original file. The first attempt at this I got the other screens to turn on, do that scramble effect and freeze things. It was really just a simple configuration stating there are two device sections that caused that.

Third:

I downloaded xrandr and arandr. I managed to configure my three working monitors positions correctly at least so I can now move between monitors properly.

Fourth:

I looked at example of other peoples configuration files and tried writing my own. I got some mixed results but mostly it would just hang after saying it "starting graphical interface" on boot.

List of System Information:

lspci | grep VGA

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390]
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390]

xrandr -q

Screen 0: minimum 320 x 200, current 3840 x 2160, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+
   1680x1050     59.88  
   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  
DVI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+
   1680x1050     59.88  
   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  
DVI-1 connected 1920x1080+0+1080 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+
   1680x1050     59.88  
   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  

xrandr --listproviders

Providers: number : 2
Provider 0: id: 0xa1 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 4 associated providers: 0 name:HAWAII @ pci:0000:01:00.0
Provider 1: id: 0x59 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 4 associated providers: 0 name:HAWAII @ pci:0000:02:00.0

/etc/X11/xorg.conf.d/10-monitor.conf

Section "Monitor"
	Identifier "Monitor0"
	Option "DPMS"
EndSection

Section "Monitor"
	Identifier "Monitor1"
	Option "DPMS"
EndSection

Section "Monitor"
	Identifier "Monitor2"
	Option "DPMS"
EndSection

Section "Monitor"
	Identifier "Monitor3"
	Option "DPMS"
EndSection

Section "Monitor"
	Identifier "Monitor4"
	Option "DPMS"
EndSection

Section "Monitor"
	Identifier "Monitor5"
	Option "DPMS"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "AMD-R9290-1"
	Monitor "Monitor0"
	DefaultDepth 24
	SubSection
		Depth 24
	EndSubSection
EndSection

Section "Screen"
	Identifer "Screen1"
	Device "AMD-R9290-2"
	Monitor "Monitor1"
	DefaultDepth 24
	SubSection
		Depth 24
	EndSubSection
EndSection

/etc/X11/xorg.conf.d/20-radeon.conf

Section "Device"
	Identifier "AMD-R9290-1"
	Driver "radeon"
	Option "Monitor0" "VGA-0"
	Option "ZaphodHeads" "VGA-0"
	VendorName "AMD"
	BusID "PCI:01:00.0"
	Screen "Screen0"
EndSection

Section "Device"
	Identifier "AMD-R9290-1"
	Driver "radeon"
	Option "Monitor1" "VGA-0"
	Option "ZaphodHeads" "VGA-0"
	VendorName "AMD"
	BusID "PCI:01:00.0"
	Screen "Screen0"
EndSection

Section "Device"
	Identifier "AMD-R9290-1"
	Driver "radeon"
	Option "Monitor2" "VGA-0"
	Option "ZaphodHeads" "VGA-0"
	VendorName "AMD"
	BusID "PCI:01:00:0"
	Screen "Screen0"
EndSection

Section "Device"
	Identifier "AMD-R9290-2"
	Driver "radeon"
	Option "Monitor3" "VGA-0"
	Option "ZaphodHeads" "VGA-0"
	VendorName "AMD"
	BusID "PCI:02:00.0"
	Screen "Screen1"
EndSection

Section "Device"
	Identifier "AMD-R9290-2"
	Driver "radeon"
	Option "Monitor4" "VGA-0"
	Option "ZaphodHeads" "VGA-0"
	VendorName "AMD"
	BusID "PCI:02:00.0"
	Screen "Screen1"
EndSection

Section "Device"
	Identifier "AMD-R9290-2"
	Driver "radeon"
	Option "Monitor5" "VGA-0"
	Option "ZaphodHeads" "VGA-0"
	VendorName "AMD"
	BusID "PCI:02:00.0"
	Screen "Screen1"
EndSection

Last edited by AstralAbraxas (2016-11-16 12:55:58)

Offline

#2 2016-11-17 13:03:56

AstralAbraxas
Member
Registered: 2016-11-16
Posts: 6

Re: multihead multicard amd

Well, good news and bad news. I got 6 monitors to work and it was a lot easier than I thought. The bad news is the performance is absolutely terrible. It's unbearable. This is how I got it to work:

1) remove all my xorg config files from /etc/X11 and /etc/X11/xorg.conf.d
2) run the following command:

xrandr --listproviders

As in my previous post, it shows:

Providers: number : 2
Provider 0: id: 0xa1 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 4 associated providers: 0 name:HAWAII @ pci:0000:01:00.0
Provider 1: id: 0x59 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 4 associated providers: 0 name:HAWAII @ pci:0000:02:00.0

Notice "associated providers: 0"

Then I run the following command:

xrandr --setprovideroutputsource 1 0

and then it flips to "associated providers: 1" for both of them.

Then when I go into kscreen I can see the other 3 monitors but I am unable to enable them. So I went to arandr and I was able to enable those outputs and rearrange the monitors.

Tada... I have all 6 monitors working and I can drag windows between them, scale windows between them etc. The issue is, the performance is absolutely terrible. I figured it might be because of compositor on KDE. So I switched over to just plain OpenBox. Nope, the performance was still terrible. It especially lagged when I moved my mouse between monitors that were attached to different GPUs... But as long as my activity stayed on monitors that were attached to the same GPU it ran "ok". I think I've read somewhere that it's because everything is being processes on one card and being displayed later through the second card or something like that when using this method. I have no idea how to change that if that's the case....

Honestly, at this point I'm thinking about just getting a graphics card that supports 6 monitors and will be easy to setup and sell my two R9 290s... If anyone knows of a card that should be seamless to setup that has preferably 4GB of memory and 384bit bandwidth that'd be nice. Or if you can help me fix this lag issue that I'm having that would be even better. Thanks.

Side Notes:

I almost got the the monitors working by using the config file generated from:

X :1 -configure

as a base, and then adding in the extra device sections and monitor sections myself. This made the other monitors turn on, and I could drag my mouse between them etc... but they were pure white with some pixels random colors making an interesting but meaningless pattern. This is the file that I was using:

/etc/X11/xorg.conf

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	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   "ACER"
	ModelName    "Monitor Model"
EndSection

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

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

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

Section "Monitor"
	Identifier   "Monitor4"
	VendorName   "ACER"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor5"
	VendorName   "ACER"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
	Option      "ZaphodHeads" "DVI-0"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
	Option      "ZaphodHeads" "DVI-1"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
	Option      "ZaphodHeads" "HDMI-0"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "radeon"
	BusID       "PCI:2:0:0"
	Option      "ZaphodHeads" "DVI-0"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "radeon"
	BusID       "PCI:2:0:0"
	Option      "ZaphodHeads" "DVI-1"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "radeon"
	BusID       "PCI:2:0:0"
	Option      "ZaphodHeads" "HDMI-0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor1"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor2"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor3"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor4"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor5"
EndSection

another note is that with 6 monitors running using xrandr, it gives the other 3 monitors the identifiers: DVI-1-2, DVI-1-3, HDMI-1-1 on DisplayPort-1-1... Where the first 3 that always work are DVI-0, DVI-1, HDMI-0 on DisplayPort-0. I might go back and try these id's in my xorg.conf and see if it gets the rendering working properly.

Offline

#3 2016-11-17 15:48:31

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: multihead multicard amd

Please start x without any *.conf file and post the log and  "xrandr -q" output .
"lspci -k" output would also be helpful.

Unless you need some special setup like all HDMI connected screens on card A & DP/DVI screens on card B i doubt you'll need the ZaphodHeads option.

What setup do you want to achieve, should the screens function as one big screen or several separate ones ?
Which relative postion do you want ?


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

#4 2016-12-09 01:36:20

AstralAbraxas
Member
Registered: 2016-11-16
Posts: 6

Re: multihead multicard amd

Sorry for the delayed response. I want it to act as one large screen. I have top 3 monitors attached to one card and bottom 3 monitors attached to the other card. I have the feeling I won't be able to have an individual taskbar for each screen if I do this way however. Oh well.

lspci -k

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: hsw_uncore
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x8 Controller (rev 06)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:14.0 USB controller: Intel Corporation 9 Series Chipset Family USB xHCI Controller
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation 9 Series Chipset Family ME Interface #1
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V
	Subsystem: ASUSTeK Computer Inc. Device 85c4
	Kernel driver in use: e1000e
	Kernel modules: e1000e
00:1a.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI Controller #2
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio Controller
	Subsystem: ASUSTeK Computer Inc. Device 8602
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 9 Series Chipset Family PCI Express Root Port 1 (rev d0)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 9 Series Chipset Family PCI Express Root Port 4 (rev d0)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI Controller #1
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1f.0 ISA bridge: Intel Corporation 9 Series Chipset Family Z97 LPC Controller
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 9 Series Chipset Family SATA Controller [AHCI Mode]
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 9 Series Chipset Family SMBus Controller
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390]
	Subsystem: Gigabyte Technology Co., Ltd Device 228e
	Kernel driver in use: radeon
	Kernel modules: radeon
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii HDMI Audio
	Subsystem: Gigabyte Technology Co., Ltd Device aac8
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390]
	Subsystem: Gigabyte Technology Co., Ltd Device 228f
	Kernel driver in use: radeon
	Kernel modules: radeon
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii HDMI Audio
	Subsystem: Gigabyte Technology Co., Ltd Device aac8
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
04:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device 858d
	Kernel driver in use: ahci
	Kernel modules: ahci

xrandr -q

Screen 0: minimum 320 x 200, current 5760 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1920x1080+3840+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+
   1680x1050     59.88  
   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  
DVI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+
   1680x1050     59.88  
   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  
DVI-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+
   1680x1050     59.88  
   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  

Offline

#5 2016-12-10 16:23:13

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: multihead multicard amd

hmm, just 3 monitors seen and only from 1 card.

Are you sure that was without any xorg.conf files ?
Full dmesg  & xorg log please.

Last edited by Lone_Wolf (2016-12-10 16:23:40)


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

#6 2016-12-11 13:56:13

AstralAbraxas
Member
Registered: 2016-11-16
Posts: 6

Re: multihead multicard amd

ls -R /etc/X11

/etc/X11:
xinit  xorg.conf.d

/etc/X11/xinit:
xinitrc  xinitrc.d  xserverrc

/etc/X11/xinit/xinitrc.d:
40-libcanberra-gtk-module.sh  50-systemd-user.sh

/etc/X11/xorg.conf.d:

Xorg.0.log

[    16.617] (--) Log file renamed from "/var/log/Xorg.pid-466.log" to "/var/log/Xorg.0.log"
[    16.620] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    16.620] X Protocol Version 11, Revision 0
[    16.620] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[    16.620] Current Operating System: Linux Valhalla 4.8.8-1-ARCH #1 SMP PREEMPT Tue Nov 15 08:25:24 CET 2016 x86_64
[    16.620] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=feed1721-a689-4291-ac9a-8613e3c9c71c rw
[    16.620] Build Date: 19 July 2016  05:54:24PM
[    16.620]  
[    16.620] Current version of pixman: 0.34.0
[    16.620] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    16.620] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.620] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 11 09:41:10 2016
[    16.624] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    16.625] (==) No Layout section.  Using the first Screen section.
[    16.625] (==) No screen section available. Using defaults.
[    16.625] (**) |-->Screen "Default Screen Section" (0)
[    16.625] (**) |   |-->Monitor "<default monitor>"
[    16.625] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    16.625] (==) Automatically adding devices
[    16.625] (==) Automatically enabling devices
[    16.625] (==) Automatically adding GPU devices
[    16.625] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    16.633] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    16.633] 	Entry deleted from font path.
[    16.633] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    16.633] 	Entry deleted from font path.
[    16.633] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    16.633] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    16.633] 	Entry deleted from font path.
[    16.633] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    16.633] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    16.633] (==) ModulePath set to "/usr/lib/xorg/modules"
[    16.633] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    16.634] (II) Loader magic: 0x821d40
[    16.634] (II) Module ABI versions:
[    16.634] 	X.Org ANSI C Emulation: 0.4
[    16.634] 	X.Org Video Driver: 20.0
[    16.634] 	X.Org XInput driver : 22.1
[    16.634] 	X.Org Server Extension : 9.0
[    16.634] (++) using VT number 1

[    16.634] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    16.634] (II) xfree86: Adding drm device (/dev/dri/card0)
[    16.635] (II) xfree86: Adding drm device (/dev/dri/card1)
[    16.635] (--) PCI:*(0:1:0:0) 1002:67b1:1458:228e rev 0, Mem @ 0xe0000000/268435456, 0xf0000000/8388608, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    16.635] (--) PCI: (0:2:0:0) 1002:67b1:1458:228f rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/8388608, 0xf7d00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[    16.636] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    16.636] (II) LoadModule: "glx"
[    16.644] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    16.652] (II) Module glx: vendor="X.Org Foundation"
[    16.652] 	compiled for 1.18.4, module version = 1.0.0
[    16.652] 	ABI class: X.Org Server Extension, version 9.0
[    16.652] (==) AIGLX enabled
[    16.652] (==) Matched ati as autoconfigured driver 0
[    16.652] (==) Matched ati as autoconfigured driver 1
[    16.652] (==) Matched ati as autoconfigured driver 2
[    16.652] (==) Matched modesetting as autoconfigured driver 3
[    16.652] (==) Matched fbdev as autoconfigured driver 4
[    16.652] (==) Matched vesa as autoconfigured driver 5
[    16.652] (==) Assigned the driver to the xf86ConfigLayout
[    16.652] (II) LoadModule: "ati"
[    16.652] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    16.652] (II) Module ati: vendor="X.Org Foundation"
[    16.652] 	compiled for 1.18.4, module version = 7.7.1
[    16.652] 	Module class: X.Org Video Driver
[    16.652] 	ABI class: X.Org Video Driver, version 20.0
[    16.652] (II) LoadModule: "radeon"
[    16.652] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    16.654] (II) Module radeon: vendor="X.Org Foundation"
[    16.654] 	compiled for 1.18.4, module version = 7.7.1
[    16.654] 	Module class: X.Org Video Driver
[    16.654] 	ABI class: X.Org Video Driver, version 20.0
[    16.654] (II) LoadModule: "modesetting"
[    16.654] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    16.655] (II) Module modesetting: vendor="X.Org Foundation"
[    16.655] 	compiled for 1.18.4, module version = 1.18.4
[    16.655] 	Module class: X.Org Video Driver
[    16.655] 	ABI class: X.Org Video Driver, version 20.0
[    16.655] (II) LoadModule: "fbdev"
[    16.655] (WW) Warning, couldn't open module fbdev
[    16.655] (II) UnloadModule: "fbdev"
[    16.655] (II) Unloading fbdev
[    16.655] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    16.655] (II) LoadModule: "vesa"
[    16.655] (WW) Warning, couldn't open module vesa
[    16.655] (II) UnloadModule: "vesa"
[    16.655] (II) Unloading vesa
[    16.655] (EE) Failed to load module "vesa" (module does not exist, 0)
[    16.655] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
	MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
	MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[    16.657] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    16.657] (II) [KMS] Kernel modesetting enabled.
[    16.657] (II) [KMS] Kernel modesetting enabled.
[    16.657] (WW) Falling back to old probe method for modesetting
[    16.657] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    16.657] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    16.657] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    16.657] (==) RADEON(0): Default visual is TrueColor
[    16.657] (==) RADEON(0): RGB weight 888
[    16.657] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    16.657] (--) RADEON(0): Chipset: "HAWAII" (ChipID = 0x67b1)
[    16.658] (II) Loading sub module "fb"
[    16.658] (II) LoadModule: "fb"
[    16.658] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.658] (II) Module fb: vendor="X.Org Foundation"
[    16.658] 	compiled for 1.18.4, module version = 1.0.0
[    16.658] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.658] (II) Loading sub module "dri2"
[    16.658] (II) LoadModule: "dri2"
[    16.658] (II) Module "dri2" already built-in
[    16.658] (II) Loading sub module "glamoregl"
[    16.658] (II) LoadModule: "glamoregl"
[    16.658] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    16.664] (II) Module glamoregl: vendor="X.Org Foundation"
[    16.664] 	compiled for 1.18.4, module version = 1.0.0
[    16.664] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.664] (II) glamor: OpenGL accelerated X.org driver based.
[    16.787] (II) glamor: EGL version 1.4 (DRI2):
[    16.792] (II) RADEON(0): glamor detected, initialising EGL layer.
[    16.792] (II) RADEON(0): KMS Color Tiling: enabled
[    16.792] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    16.792] (II) RADEON(0): KMS Pageflipping: enabled
[    16.792] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    16.978] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[    17.010] (II) RADEON(0): Output HDMI-0 has no monitor section
[    17.042] (II) RADEON(0): Output DVI-0 has no monitor section
[    17.073] (II) RADEON(0): Output DVI-1 has no monitor section
[    17.261] (II) RADEON(0): EDID for output DisplayPort-0
[    17.293] (II) RADEON(0): EDID for output HDMI-0
[    17.293] (II) RADEON(0): Manufacturer: ACR  Model: 32e  Serial#: 1109420649
[    17.293] (II) RADEON(0): Year: 2014  Week: 22
[    17.293] (II) RADEON(0): EDID Version: 1.3
[    17.293] (II) RADEON(0): Digital Display Input
[    17.293] (II) RADEON(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    17.293] (II) RADEON(0): Gamma: 2.20
[    17.293] (II) RADEON(0): DPMS capabilities: Off
[    17.293] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.293] (II) RADEON(0): First detailed timing is preferred mode
[    17.293] (II) RADEON(0): redX: 0.645 redY: 0.332   greenX: 0.315 greenY: 0.619
[    17.293] (II) RADEON(0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[    17.293] (II) RADEON(0): Supported established timings:
[    17.293] (II) RADEON(0): 720x400@70Hz
[    17.293] (II) RADEON(0): 640x480@60Hz
[    17.293] (II) RADEON(0): 640x480@67Hz
[    17.293] (II) RADEON(0): 800x600@56Hz
[    17.293] (II) RADEON(0): 800x600@60Hz
[    17.293] (II) RADEON(0): 1024x768@60Hz
[    17.293] (II) RADEON(0): 1024x768@70Hz
[    17.293] (II) RADEON(0): Manufacturer's mask: 0
[    17.293] (II) RADEON(0): Supported standard timings:
[    17.293] (II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    17.293] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.293] (II) RADEON(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    17.293] (II) RADEON(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    17.293] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.293] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.293] (II) RADEON(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.293] (II) RADEON(0): Supported detailed timing:
[    17.293] (II) RADEON(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    17.293] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    17.293] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    17.293] (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    17.293] (II) RADEON(0): Serial No: LXMAA0014200
[    17.293] (II) RADEON(0): Monitor name: Acer V246HL
[    17.293] (II) RADEON(0): EDID (in hex):
[    17.293] (II) RADEON(0): 	00ffffffffffff0004722e03696a2042
[    17.293] (II) RADEON(0): 	1618010380351e782a0ef5a555509e26
[    17.293] (II) RADEON(0): 	105054b30c00714f818081c081009500
[    17.293] (II) RADEON(0): 	b300d1c00101023a801871382d40582c
[    17.293] (II) RADEON(0): 	4500132b2100001e000000fd00374c1e
[    17.293] (II) RADEON(0): 	5311000a202020202020000000ff004c
[    17.293] (II) RADEON(0): 	584d4141303031343230300a000000fc
[    17.293] (II) RADEON(0): 	00416365722056323436484c0a20008b
[    17.293] (II) RADEON(0): Printing probed modes for output HDMI-0
[    17.293] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.293] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.293] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.293] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.293] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.293] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.293] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.293] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.293] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.293] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.293] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.293] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    17.293] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.293] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.325] (II) RADEON(0): EDID for output DVI-0
[    17.325] (II) RADEON(0): Manufacturer: ACR  Model: 32e  Serial#: 1109421419
[    17.325] (II) RADEON(0): Year: 2014  Week: 22
[    17.325] (II) RADEON(0): EDID Version: 1.3
[    17.325] (II) RADEON(0): Digital Display Input
[    17.325] (II) RADEON(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    17.325] (II) RADEON(0): Gamma: 2.20
[    17.325] (II) RADEON(0): DPMS capabilities: Off
[    17.325] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.325] (II) RADEON(0): First detailed timing is preferred mode
[    17.325] (II) RADEON(0): redX: 0.645 redY: 0.332   greenX: 0.315 greenY: 0.619
[    17.325] (II) RADEON(0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[    17.325] (II) RADEON(0): Supported established timings:
[    17.325] (II) RADEON(0): 720x400@70Hz
[    17.325] (II) RADEON(0): 640x480@60Hz
[    17.325] (II) RADEON(0): 640x480@67Hz
[    17.325] (II) RADEON(0): 800x600@56Hz
[    17.325] (II) RADEON(0): 800x600@60Hz
[    17.325] (II) RADEON(0): 1024x768@60Hz
[    17.325] (II) RADEON(0): 1024x768@70Hz
[    17.325] (II) RADEON(0): Manufacturer's mask: 0
[    17.325] (II) RADEON(0): Supported standard timings:
[    17.325] (II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    17.325] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.325] (II) RADEON(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    17.325] (II) RADEON(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    17.325] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.325] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.325] (II) RADEON(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.325] (II) RADEON(0): Supported detailed timing:
[    17.325] (II) RADEON(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    17.325] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    17.325] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    17.325] (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    17.325] (II) RADEON(0): Serial No: LXMAA0014200
[    17.325] (II) RADEON(0): Monitor name: Acer V246HL
[    17.325] (II) RADEON(0): EDID (in hex):
[    17.325] (II) RADEON(0): 	00ffffffffffff0004722e036b6d2042
[    17.325] (II) RADEON(0): 	1618010380351e782a0ef5a555509e26
[    17.325] (II) RADEON(0): 	105054b30c00714f818081c081009500
[    17.325] (II) RADEON(0): 	b300d1c00101023a801871382d40582c
[    17.325] (II) RADEON(0): 	4500132b2100001e000000fd00374c1e
[    17.325] (II) RADEON(0): 	5311000a202020202020000000ff004c
[    17.325] (II) RADEON(0): 	584d4141303031343230300a000000fc
[    17.325] (II) RADEON(0): 	00416365722056323436484c0a200086
[    17.325] (II) RADEON(0): Printing probed modes for output DVI-0
[    17.325] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.325] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.325] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.325] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.325] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.325] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.325] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.325] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.325] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.325] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.325] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.325] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    17.325] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.325] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.357] (II) RADEON(0): EDID for output DVI-1
[    17.357] (II) RADEON(0): Manufacturer: ACR  Model: 32e  Serial#: 1109419922
[    17.357] (II) RADEON(0): Year: 2014  Week: 22
[    17.357] (II) RADEON(0): EDID Version: 1.3
[    17.357] (II) RADEON(0): Digital Display Input
[    17.357] (II) RADEON(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    17.357] (II) RADEON(0): Gamma: 2.20
[    17.357] (II) RADEON(0): DPMS capabilities: Off
[    17.357] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.357] (II) RADEON(0): First detailed timing is preferred mode
[    17.357] (II) RADEON(0): redX: 0.645 redY: 0.332   greenX: 0.315 greenY: 0.619
[    17.357] (II) RADEON(0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[    17.357] (II) RADEON(0): Supported established timings:
[    17.357] (II) RADEON(0): 720x400@70Hz
[    17.357] (II) RADEON(0): 640x480@60Hz
[    17.357] (II) RADEON(0): 640x480@67Hz
[    17.357] (II) RADEON(0): 800x600@56Hz
[    17.357] (II) RADEON(0): 800x600@60Hz
[    17.357] (II) RADEON(0): 1024x768@60Hz
[    17.357] (II) RADEON(0): 1024x768@70Hz
[    17.357] (II) RADEON(0): Manufacturer's mask: 0
[    17.357] (II) RADEON(0): Supported standard timings:
[    17.357] (II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    17.357] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.357] (II) RADEON(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    17.357] (II) RADEON(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    17.357] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.357] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.357] (II) RADEON(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.357] (II) RADEON(0): Supported detailed timing:
[    17.357] (II) RADEON(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    17.357] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    17.357] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    17.357] (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    17.357] (II) RADEON(0): Serial No: LXMAA0014200
[    17.357] (II) RADEON(0): Monitor name: Acer V246HL
[    17.357] (II) RADEON(0): EDID (in hex):
[    17.357] (II) RADEON(0): 	00ffffffffffff0004722e0392672042
[    17.357] (II) RADEON(0): 	1618010380351e782a0ef5a555509e26
[    17.357] (II) RADEON(0): 	105054b30c00714f818081c081009500
[    17.357] (II) RADEON(0): 	b300d1c00101023a801871382d40582c
[    17.357] (II) RADEON(0): 	4500132b2100001e000000fd00374c1e
[    17.357] (II) RADEON(0): 	5311000a202020202020000000ff004c
[    17.357] (II) RADEON(0): 	584d4141303031343230300a000000fc
[    17.357] (II) RADEON(0): 	00416365722056323436484c0a200065
[    17.357] (II) RADEON(0): Printing probed modes for output DVI-1
[    17.357] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.357] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.357] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.357] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.357] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.357] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.357] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.357] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.357] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.357] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.357] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.357] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    17.357] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.357] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.357] (II) RADEON(0): Output DisplayPort-0 disconnected
[    17.357] (II) RADEON(0): Output HDMI-0 connected
[    17.357] (II) RADEON(0): Output DVI-0 connected
[    17.357] (II) RADEON(0): Output DVI-1 connected
[    17.357] (II) RADEON(0): Using spanning desktop for initial modes
[    17.357] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080 +0+0
[    17.357] (II) RADEON(0): Output DVI-0 using initial mode 1920x1080 +1920+0
[    17.357] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080 +3840+0
[    17.357] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    17.357] (II) RADEON(0): mem size init: gart size :7fb69000 vram size: s:100000000 visible:ff0f6000
[    17.357] (==) RADEON(0): DPI set to (96, 96)
[    17.357] (II) Loading sub module "ramdac"
[    17.357] (II) LoadModule: "ramdac"
[    17.357] (II) Module "ramdac" already built-in
[    17.357] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[    17.357] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    17.357] (==) RADEON(G0): Default visual is TrueColor
[    17.357] (==) RADEON(G0): RGB weight 888
[    17.357] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[    17.357] (--) RADEON(G0): Chipset: "HAWAII" (ChipID = 0x67b1)
[    17.357] (II) Loading sub module "fb"
[    17.357] (II) LoadModule: "fb"
[    17.357] (II) Loading /usr/lib/xorg/modules/libfb.so
[    17.357] (II) Module fb: vendor="X.Org Foundation"
[    17.357] 	compiled for 1.18.4, module version = 1.0.0
[    17.357] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.357] (II) Loading sub module "dri2"
[    17.357] (II) LoadModule: "dri2"
[    17.357] (II) Module "dri2" already built-in
[    17.357] (II) Loading sub module "glamoregl"
[    17.357] (II) LoadModule: "glamoregl"
[    17.358] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    17.358] (II) Module glamoregl: vendor="X.Org Foundation"
[    17.358] 	compiled for 1.18.4, module version = 1.0.0
[    17.358] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.358] (II) glamor: OpenGL accelerated X.org driver based.
[    17.358] (II) glamor: EGL version 1.4 (DRI2):
[    17.359] (II) RADEON(G0): glamor detected, initialising EGL layer.
[    17.359] (II) RADEON(G0): KMS Color Tiling: enabled
[    17.359] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[    17.359] (II) RADEON(G0): KMS Pageflipping: enabled
[    17.359] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[    17.545] (II) RADEON(G0): Output DisplayPort-1-1 has no monitor section
[    17.577] (II) RADEON(G0): Output HDMI-1-1 has no monitor section
[    17.608] (II) RADEON(G0): Output DVI-1-2 has no monitor section
[    17.640] (II) RADEON(G0): Output DVI-1-3 has no monitor section
[    17.828] (II) RADEON(G0): EDID for output DisplayPort-1-1
[    17.860] (II) RADEON(G0): EDID for output HDMI-1-1
[    17.860] (II) RADEON(G0): Manufacturer: ACR  Model: 32e  Serial#: 1109419495
[    17.860] (II) RADEON(G0): Year: 2014  Week: 22
[    17.860] (II) RADEON(G0): EDID Version: 1.3
[    17.860] (II) RADEON(G0): Digital Display Input
[    17.860] (II) RADEON(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    17.860] (II) RADEON(G0): Gamma: 2.20
[    17.860] (II) RADEON(G0): DPMS capabilities: Off
[    17.860] (II) RADEON(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.860] (II) RADEON(G0): First detailed timing is preferred mode
[    17.860] (II) RADEON(G0): redX: 0.645 redY: 0.332   greenX: 0.315 greenY: 0.619
[    17.860] (II) RADEON(G0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[    17.860] (II) RADEON(G0): Supported established timings:
[    17.860] (II) RADEON(G0): 720x400@70Hz
[    17.860] (II) RADEON(G0): 640x480@60Hz
[    17.860] (II) RADEON(G0): 640x480@67Hz
[    17.860] (II) RADEON(G0): 800x600@56Hz
[    17.860] (II) RADEON(G0): 800x600@60Hz
[    17.860] (II) RADEON(G0): 1024x768@60Hz
[    17.860] (II) RADEON(G0): 1024x768@70Hz
[    17.860] (II) RADEON(G0): Manufacturer's mask: 0
[    17.860] (II) RADEON(G0): Supported standard timings:
[    17.860] (II) RADEON(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    17.860] (II) RADEON(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.860] (II) RADEON(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    17.860] (II) RADEON(G0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    17.860] (II) RADEON(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.860] (II) RADEON(G0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.860] (II) RADEON(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.860] (II) RADEON(G0): Supported detailed timing:
[    17.860] (II) RADEON(G0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    17.860] (II) RADEON(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    17.860] (II) RADEON(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    17.860] (II) RADEON(G0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    17.860] (II) RADEON(G0): Serial No: LXMAA0014200
[    17.860] (II) RADEON(G0): Monitor name: Acer V246HL
[    17.860] (II) RADEON(G0): EDID (in hex):
[    17.860] (II) RADEON(G0): 	00ffffffffffff0004722e03e7652042
[    17.860] (II) RADEON(G0): 	1618010380351e782a0ef5a555509e26
[    17.860] (II) RADEON(G0): 	105054b30c00714f818081c081009500
[    17.860] (II) RADEON(G0): 	b300d1c00101023a801871382d40582c
[    17.860] (II) RADEON(G0): 	4500132b2100001e000000fd00374c1e
[    17.860] (II) RADEON(G0): 	5311000a202020202020000000ff004c
[    17.860] (II) RADEON(G0): 	584d4141303031343230300a000000fc
[    17.860] (II) RADEON(G0): 	00416365722056323436484c0a200012
[    17.860] (II) RADEON(G0): Printing probed modes for output HDMI-1-1
[    17.860] (II) RADEON(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.860] (II) RADEON(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.860] (II) RADEON(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.860] (II) RADEON(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.860] (II) RADEON(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.860] (II) RADEON(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    17.860] (II) RADEON(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.860] (II) RADEON(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.892] (II) RADEON(G0): EDID for output DVI-1-2
[    17.892] (II) RADEON(G0): Manufacturer: ACR  Model: 32e  Serial#: 1109421328
[    17.892] (II) RADEON(G0): Year: 2014  Week: 22
[    17.892] (II) RADEON(G0): EDID Version: 1.3
[    17.892] (II) RADEON(G0): Digital Display Input
[    17.892] (II) RADEON(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    17.892] (II) RADEON(G0): Gamma: 2.20
[    17.892] (II) RADEON(G0): DPMS capabilities: Off
[    17.892] (II) RADEON(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.892] (II) RADEON(G0): First detailed timing is preferred mode
[    17.892] (II) RADEON(G0): redX: 0.645 redY: 0.332   greenX: 0.315 greenY: 0.619
[    17.892] (II) RADEON(G0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[    17.892] (II) RADEON(G0): Supported established timings:
[    17.892] (II) RADEON(G0): 720x400@70Hz
[    17.892] (II) RADEON(G0): 640x480@60Hz
[    17.892] (II) RADEON(G0): 640x480@67Hz
[    17.892] (II) RADEON(G0): 800x600@56Hz
[    17.892] (II) RADEON(G0): 800x600@60Hz
[    17.892] (II) RADEON(G0): 1024x768@60Hz
[    17.892] (II) RADEON(G0): 1024x768@70Hz
[    17.892] (II) RADEON(G0): Manufacturer's mask: 0
[    17.892] (II) RADEON(G0): Supported standard timings:
[    17.892] (II) RADEON(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    17.892] (II) RADEON(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.892] (II) RADEON(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    17.892] (II) RADEON(G0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    17.892] (II) RADEON(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.892] (II) RADEON(G0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.892] (II) RADEON(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.892] (II) RADEON(G0): Supported detailed timing:
[    17.892] (II) RADEON(G0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    17.892] (II) RADEON(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    17.892] (II) RADEON(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    17.892] (II) RADEON(G0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    17.892] (II) RADEON(G0): Serial No: LXMAA0014200
[    17.892] (II) RADEON(G0): Monitor name: Acer V246HL
[    17.892] (II) RADEON(G0): EDID (in hex):
[    17.892] (II) RADEON(G0): 	00ffffffffffff0004722e03106d2042
[    17.892] (II) RADEON(G0): 	1618010380351e782a0ef5a555509e26
[    17.892] (II) RADEON(G0): 	105054b30c00714f818081c081009500
[    17.892] (II) RADEON(G0): 	b300d1c00101023a801871382d40582c
[    17.892] (II) RADEON(G0): 	4500132b2100001e000000fd00374c1e
[    17.892] (II) RADEON(G0): 	5311000a202020202020000000ff004c
[    17.892] (II) RADEON(G0): 	584d4141303031343230300a000000fc
[    17.892] (II) RADEON(G0): 	00416365722056323436484c0a2000e1
[    17.892] (II) RADEON(G0): Printing probed modes for output DVI-1-2
[    17.892] (II) RADEON(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.892] (II) RADEON(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.892] (II) RADEON(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.892] (II) RADEON(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.892] (II) RADEON(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.892] (II) RADEON(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    17.892] (II) RADEON(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.892] (II) RADEON(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.924] (II) RADEON(G0): EDID for output DVI-1-3
[    17.924] (II) RADEON(G0): Manufacturer: ACR  Model: 32e  Serial#: 1109421294
[    17.924] (II) RADEON(G0): Year: 2014  Week: 22
[    17.924] (II) RADEON(G0): EDID Version: 1.3
[    17.924] (II) RADEON(G0): Digital Display Input
[    17.924] (II) RADEON(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    17.924] (II) RADEON(G0): Gamma: 2.20
[    17.924] (II) RADEON(G0): DPMS capabilities: Off
[    17.924] (II) RADEON(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.924] (II) RADEON(G0): First detailed timing is preferred mode
[    17.924] (II) RADEON(G0): redX: 0.645 redY: 0.332   greenX: 0.315 greenY: 0.619
[    17.924] (II) RADEON(G0): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[    17.924] (II) RADEON(G0): Supported established timings:
[    17.924] (II) RADEON(G0): 720x400@70Hz
[    17.924] (II) RADEON(G0): 640x480@60Hz
[    17.924] (II) RADEON(G0): 640x480@67Hz
[    17.924] (II) RADEON(G0): 800x600@56Hz
[    17.924] (II) RADEON(G0): 800x600@60Hz
[    17.924] (II) RADEON(G0): 1024x768@60Hz
[    17.924] (II) RADEON(G0): 1024x768@70Hz
[    17.924] (II) RADEON(G0): Manufacturer's mask: 0
[    17.924] (II) RADEON(G0): Supported standard timings:
[    17.924] (II) RADEON(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    17.924] (II) RADEON(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.924] (II) RADEON(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    17.924] (II) RADEON(G0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    17.924] (II) RADEON(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    17.924] (II) RADEON(G0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.924] (II) RADEON(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    17.924] (II) RADEON(G0): Supported detailed timing:
[    17.924] (II) RADEON(G0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    17.924] (II) RADEON(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    17.924] (II) RADEON(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    17.924] (II) RADEON(G0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    17.924] (II) RADEON(G0): Serial No: LXMAA0014200
[    17.924] (II) RADEON(G0): Monitor name: Acer V246HL
[    17.924] (II) RADEON(G0): EDID (in hex):
[    17.924] (II) RADEON(G0): 	00ffffffffffff0004722e03ee6c2042
[    17.924] (II) RADEON(G0): 	1618010380351e782a0ef5a555509e26
[    17.924] (II) RADEON(G0): 	105054b30c00714f818081c081009500
[    17.924] (II) RADEON(G0): 	b300d1c00101023a801871382d40582c
[    17.924] (II) RADEON(G0): 	4500132b2100001e000000fd00374c1e
[    17.924] (II) RADEON(G0): 	5311000a202020202020000000ff004c
[    17.924] (II) RADEON(G0): 	584d4141303031343230300a000000fc
[    17.924] (II) RADEON(G0): 	00416365722056323436484c0a200004
[    17.924] (II) RADEON(G0): Printing probed modes for output DVI-1-3
[    17.924] (II) RADEON(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.924] (II) RADEON(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.924] (II) RADEON(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.924] (II) RADEON(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.924] (II) RADEON(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.924] (II) RADEON(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    17.924] (II) RADEON(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.924] (II) RADEON(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.924] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    17.924] (II) RADEON(G0): mem size init: gart size :7fb69000 vram size: s:100000000 visible:ff0f6000
[    17.924] (==) RADEON(G0): DPI set to (96, 96)
[    17.924] (II) Loading sub module "ramdac"
[    17.924] (II) LoadModule: "ramdac"
[    17.924] (II) Module "ramdac" already built-in
[    17.924] (II) UnloadModule: "modesetting"
[    17.924] (II) Unloading modesetting
[    17.924] (--) Depth 24 pixmap format is 32 bpp
[    17.924] (II) RADEON(G0): [DRI2] Setup complete
[    17.924] (II) RADEON(G0): [DRI2]   DRI driver: radeonsi
[    17.924] (II) RADEON(G0): [DRI2]   VDPAU driver: radeonsi
[    17.924] (II) RADEON(G0): Front buffer size: 3072K
[    17.924] (II) RADEON(G0): VRAM usage limit set to 3758162K
[    17.925] (==) RADEON(G0): DRI3 disabled
[    17.925] (==) RADEON(G0): Backing store enabled
[    17.925] (II) RADEON(G0): Direct rendering enabled
[    18.038] (II) RADEON(G0): Use GLAMOR acceleration.
[    18.038] (II) RADEON(G0): Acceleration enabled
[    18.038] (==) RADEON(G0): DPMS enabled
[    18.038] (==) RADEON(G0): Silken mouse enabled
[    18.039] (II) RADEON(G0): Set up textured video (glamor)
[    18.039] (II) RADEON(G0): [XvMC] Associated with GLAMOR Textured Video.
[    18.039] (II) RADEON(G0): [XvMC] Extension initialized.
[    18.039] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.039] (II) RADEON(0): [DRI2] Setup complete
[    18.039] (II) RADEON(0): [DRI2]   DRI driver: radeonsi
[    18.039] (II) RADEON(0): [DRI2]   VDPAU driver: radeonsi
[    18.039] (II) RADEON(0): Front buffer size: 25920K
[    18.039] (II) RADEON(0): VRAM usage limit set to 3737599K
[    18.039] (==) RADEON(0): DRI3 disabled
[    18.039] (==) RADEON(0): Backing store enabled
[    18.039] (II) RADEON(0): Direct rendering enabled
[    18.117] (II) RADEON(0): Use GLAMOR acceleration.
[    18.117] (II) RADEON(0): Acceleration enabled
[    18.117] (==) RADEON(0): DPMS enabled
[    18.117] (==) RADEON(0): Silken mouse enabled
[    18.117] (II) RADEON(0): Set up textured video (glamor)
[    18.117] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[    18.117] (II) RADEON(0): [XvMC] Extension initialized.
[    18.117] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.117] (--) RandR disabled
[    18.121] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.121] (II) AIGLX: enabled GLX_ARB_create_context
[    18.121] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    18.121] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    18.121] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.121] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    18.121] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    18.121] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    18.121] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    18.121] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    18.121] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    18.122] (II) AIGLX: Loaded and initialized radeonsi
[    18.122] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.122] (II) RADEON(0): Setting screen physical size to 1524 x 285
[    18.174] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    18.174] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.174] (II) LoadModule: "evdev"
[    18.174] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.175] (II) Module evdev: vendor="X.Org Foundation"
[    18.175] 	compiled for 1.18.4, module version = 2.10.4
[    18.175] 	Module class: X.Org XInput Driver
[    18.175] 	ABI class: X.Org XInput driver, version 22.1
[    18.175] (II) Using input driver 'evdev' for 'Power Button'
[    18.175] (**) Power Button: always reports core events
[    18.175] (**) evdev: Power Button: Device: "/dev/input/event6"
[    18.175] (--) evdev: Power Button: Vendor 0 Product 0x1
[    18.175] (--) evdev: Power Button: Found keys
[    18.175] (II) evdev: Power Button: Configuring as keyboard
[    18.175] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6"
[    18.175] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    18.175] (**) Option "xkb_rules" "evdev"
[    18.176] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    18.176] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.176] (II) Using input driver 'evdev' for 'Power Button'
[    18.176] (**) Power Button: always reports core events
[    18.176] (**) evdev: Power Button: Device: "/dev/input/event5"
[    18.176] (--) evdev: Power Button: Vendor 0 Product 0x1
[    18.176] (--) evdev: Power Button: Found keys
[    18.176] (II) evdev: Power Button: Configuring as keyboard
[    18.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event5"
[    18.176] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    18.176] (**) Option "xkb_rules" "evdev"
[    18.176] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[    18.176] (II) No input driver specified, ignoring this device.
[    18.176] (II) This device may have been added with another device file.
[    18.176] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[    18.176] (II) No input driver specified, ignoring this device.
[    18.176] (II) This device may have been added with another device file.
[    18.176] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[    18.176] (II) No input driver specified, ignoring this device.
[    18.176] (II) This device may have been added with another device file.
[    18.177] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event17)
[    18.177] (II) No input driver specified, ignoring this device.
[    18.177] (II) This device may have been added with another device file.
[    18.177] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event18)
[    18.177] (II) No input driver specified, ignoring this device.
[    18.177] (II) This device may have been added with another device file.
[    18.177] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event19)
[    18.177] (II) No input driver specified, ignoring this device.
[    18.177] (II) This device may have been added with another device file.
[    18.177] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[    18.177] (II) No input driver specified, ignoring this device.
[    18.177] (II) This device may have been added with another device file.
[    18.177] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[    18.177] (II) No input driver specified, ignoring this device.
[    18.177] (II) This device may have been added with another device file.
[    18.177] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[    18.177] (II) No input driver specified, ignoring this device.
[    18.177] (II) This device may have been added with another device file.
[    18.178] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event11)
[    18.178] (II) No input driver specified, ignoring this device.
[    18.178] (II) This device may have been added with another device file.
[    18.178] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[    18.178] (II) No input driver specified, ignoring this device.
[    18.178] (II) This device may have been added with another device file.
[    18.178] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event13)
[    18.178] (II) No input driver specified, ignoring this device.
[    18.178] (II) This device may have been added with another device file.
[    18.178] (II) config/udev: Adding input device HD Webcam C615 (/dev/input/event30)
[    18.178] (**) HD Webcam C615: Applying InputClass "evdev keyboard catchall"
[    18.178] (II) Using input driver 'evdev' for 'HD Webcam C615'
[    18.178] (**) HD Webcam C615: always reports core events
[    18.178] (**) evdev: HD Webcam C615: Device: "/dev/input/event30"
[    18.178] (--) evdev: HD Webcam C615: Vendor 0x46d Product 0x82c
[    18.178] (--) evdev: HD Webcam C615: Found keys
[    18.178] (II) evdev: HD Webcam C615: Configuring as keyboard
[    18.178] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/input/input33/event30"
[    18.178] (II) XINPUT: Adding extended input device "HD Webcam C615" (type: KEYBOARD, id 8)
[    18.178] (**) Option "xkb_rules" "evdev"
[    18.178] (II) config/udev: Adding input device Cooler Master Storm Havoc Mouse (/dev/input/event0)
[    18.178] (**) Cooler Master Storm Havoc Mouse: Applying InputClass "evdev pointer catchall"
[    18.178] (II) Using input driver 'evdev' for 'Cooler Master Storm Havoc Mouse'
[    18.178] (**) Cooler Master Storm Havoc Mouse: always reports core events
[    18.178] (**) evdev: Cooler Master Storm Havoc Mouse: Device: "/dev/input/event0"
[    18.178] (--) evdev: Cooler Master Storm Havoc Mouse: Vendor 0x2516 Product 0x1d
[    18.178] (--) evdev: Cooler Master Storm Havoc Mouse: Found 9 mouse buttons
[    18.178] (--) evdev: Cooler Master Storm Havoc Mouse: Found scroll wheel(s)
[    18.178] (--) evdev: Cooler Master Storm Havoc Mouse: Found relative axes
[    18.178] (--) evdev: Cooler Master Storm Havoc Mouse: Found x and y relative axes
[    18.178] (II) evdev: Cooler Master Storm Havoc Mouse: Configuring as mouse
[    18.178] (II) evdev: Cooler Master Storm Havoc Mouse: Adding scrollwheel support
[    18.179] (**) evdev: Cooler Master Storm Havoc Mouse: YAxisMapping: buttons 4 and 5
[    18.179] (**) evdev: Cooler Master Storm Havoc Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.179] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:001D.0001/input/input2/event0"
[    18.179] (II) XINPUT: Adding extended input device "Cooler Master Storm Havoc Mouse" (type: MOUSE, id 9)
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: initialized for relative axes.
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) keeping acceleration scheme 1
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) acceleration profile 0
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) acceleration factor: 2.000
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) acceleration threshold: 4
[    18.179] (II) config/udev: Adding input device Cooler Master Storm Havoc Mouse (/dev/input/mouse0)
[    18.179] (II) No input driver specified, ignoring this device.
[    18.179] (II) This device may have been added with another device file.
[    18.179] (II) config/udev: Adding input device Cooler Master Storm Havoc Mouse (/dev/input/event1)
[    18.179] (**) Cooler Master Storm Havoc Mouse: Applying InputClass "evdev keyboard catchall"
[    18.179] (II) Using input driver 'evdev' for 'Cooler Master Storm Havoc Mouse'
[    18.179] (**) Cooler Master Storm Havoc Mouse: always reports core events
[    18.179] (**) evdev: Cooler Master Storm Havoc Mouse: Device: "/dev/input/event1"
[    18.179] (--) evdev: Cooler Master Storm Havoc Mouse: Vendor 0x2516 Product 0x1d
[    18.179] (--) evdev: Cooler Master Storm Havoc Mouse: Found 1 mouse buttons
[    18.179] (--) evdev: Cooler Master Storm Havoc Mouse: Found scroll wheel(s)
[    18.179] (--) evdev: Cooler Master Storm Havoc Mouse: Found relative axes
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: Forcing relative x/y axes to exist.
[    18.179] (--) evdev: Cooler Master Storm Havoc Mouse: Found absolute axes
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: Forcing absolute x/y axes to exist.
[    18.179] (--) evdev: Cooler Master Storm Havoc Mouse: Found keys
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: Configuring as mouse
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: Configuring as keyboard
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: Adding scrollwheel support
[    18.179] (**) evdev: Cooler Master Storm Havoc Mouse: YAxisMapping: buttons 4 and 5
[    18.179] (**) evdev: Cooler Master Storm Havoc Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.179] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:001D.0002/input/input3/event1"
[    18.179] (II) XINPUT: Adding extended input device "Cooler Master Storm Havoc Mouse" (type: KEYBOARD, id 10)
[    18.179] (**) Option "xkb_rules" "evdev"
[    18.179] (II) evdev: Cooler Master Storm Havoc Mouse: initialized for relative axes.
[    18.179] (WW) evdev: Cooler Master Storm Havoc Mouse: ignoring absolute axes.
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) keeping acceleration scheme 1
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) acceleration profile 0
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) acceleration factor: 2.000
[    18.179] (**) Cooler Master Storm Havoc Mouse: (accel) acceleration threshold: 4
[    18.180] (II) config/udev: Adding input device Corsair Corsair K50A Gaming Keyboard (/dev/input/event2)
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[    18.180] (II) Using input driver 'evdev' for 'Corsair Corsair K50A Gaming Keyboard'
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: always reports core events
[    18.180] (**) evdev: Corsair Corsair K50A Gaming Keyboard: Device: "/dev/input/event2"
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Vendor 0x1b1c Product 0x1b04
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found keys
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Configuring as keyboard
[    18.180] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:1B1C:1B04.0003/input/input4/event2"
[    18.180] (II) XINPUT: Adding extended input device "Corsair Corsair K50A Gaming Keyboard" (type: KEYBOARD, id 11)
[    18.180] (**) Option "xkb_rules" "evdev"
[    18.180] (II) config/udev: Adding input device Corsair Corsair K50A Gaming Keyboard (/dev/input/event3)
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[    18.180] (II) Using input driver 'evdev' for 'Corsair Corsair K50A Gaming Keyboard'
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: always reports core events
[    18.180] (**) evdev: Corsair Corsair K50A Gaming Keyboard: Device: "/dev/input/event3"
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Vendor 0x1b1c Product 0x1b04
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found 1 mouse buttons
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found scroll wheel(s)
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found relative axes
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Forcing relative x/y axes to exist.
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found absolute axes
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Forcing absolute x/y axes to exist.
[    18.180] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found keys
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Configuring as mouse
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Configuring as keyboard
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Adding scrollwheel support
[    18.180] (**) evdev: Corsair Corsair K50A Gaming Keyboard: YAxisMapping: buttons 4 and 5
[    18.180] (**) evdev: Corsair Corsair K50A Gaming Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.180] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:1B1C:1B04.0004/input/input5/event3"
[    18.180] (II) XINPUT: Adding extended input device "Corsair Corsair K50A Gaming Keyboard" (type: KEYBOARD, id 12)
[    18.180] (**) Option "xkb_rules" "evdev"
[    18.180] (II) evdev: Corsair Corsair K50A Gaming Keyboard: initialized for relative axes.
[    18.180] (WW) evdev: Corsair Corsair K50A Gaming Keyboard: ignoring absolute axes.
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: (accel) keeping acceleration scheme 1
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: (accel) acceleration profile 0
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: (accel) acceleration factor: 2.000
[    18.180] (**) Corsair Corsair K50A Gaming Keyboard: (accel) acceleration threshold: 4
[    18.181] (II) config/udev: Adding input device Corsair Corsair K50A Gaming Keyboard (/dev/input/event4)
[    18.181] (**) Corsair Corsair K50A Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[    18.181] (II) Using input driver 'evdev' for 'Corsair Corsair K50A Gaming Keyboard'
[    18.181] (**) Corsair Corsair K50A Gaming Keyboard: always reports core events
[    18.181] (**) evdev: Corsair Corsair K50A Gaming Keyboard: Device: "/dev/input/event4"
[    18.181] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Vendor 0x1b1c Product 0x1b04
[    18.181] (--) evdev: Corsair Corsair K50A Gaming Keyboard: Found keys
[    18.181] (II) evdev: Corsair Corsair K50A Gaming Keyboard: Configuring as keyboard
[    18.181] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:1B1C:1B04.0005/input/input6/event4"
[    18.181] (II) XINPUT: Adding extended input device "Corsair Corsair K50A Gaming Keyboard" (type: KEYBOARD, id 13)
[    18.181] (**) Option "xkb_rules" "evdev"
[    18.181] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event20)
[    18.181] (II) No input driver specified, ignoring this device.
[    18.181] (II) This device may have been added with another device file.
[    18.181] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event21)
[    18.181] (II) No input driver specified, ignoring this device.
[    18.181] (II) This device may have been added with another device file.
[    18.181] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event22)
[    18.181] (II) No input driver specified, ignoring this device.
[    18.181] (II) This device may have been added with another device file.
[    18.181] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event23)
[    18.181] (II) No input driver specified, ignoring this device.
[    18.181] (II) This device may have been added with another device file.
[    18.182] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event24)
[    18.182] (II) No input driver specified, ignoring this device.
[    18.182] (II) This device may have been added with another device file.
[    18.182] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event25)
[    18.182] (II) No input driver specified, ignoring this device.
[    18.182] (II) This device may have been added with another device file.
[    18.182] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event26)
[    18.182] (II) No input driver specified, ignoring this device.
[    18.182] (II) This device may have been added with another device file.
[    18.182] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event27)
[    18.182] (II) No input driver specified, ignoring this device.
[    18.182] (II) This device may have been added with another device file.
[    18.182] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event28)
[    18.182] (II) No input driver specified, ignoring this device.
[    18.182] (II) This device may have been added with another device file.
[    18.182] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event29)
[    18.182] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    18.182] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    18.182] (**) Eee PC WMI hotkeys: always reports core events
[    18.182] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event29"
[    18.182] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    18.182] (--) evdev: Eee PC WMI hotkeys: Found keys
[    18.182] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    18.182] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input32/event29"
[    18.182] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[    18.182] (**) Option "xkb_rules" "evdev"
[    18.182] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    18.183] (II) No input driver specified, ignoring this device.
[    18.183] (II) This device may have been added with another device file.
[    41.021] (II) RADEON(0): EDID vendor "ACR", prod id 814
[    41.021] (II) RADEON(0): Using EDID range info for horizontal sync
[    41.021] (II) RADEON(0): Using EDID range info for vertical refresh
[    41.021] (II) RADEON(0): Printing DDC gathered Modelines:
[    41.021] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    41.021] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    41.021] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    41.021] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    41.021] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    41.021] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    41.021] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    41.021] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    41.021] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    41.021] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    41.021] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    41.021] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    41.021] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    41.021] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    41.021] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    41.395] (II) RADEON(0): EDID vendor "ACR", prod id 814
[    41.395] (II) RADEON(0): Using hsync ranges from config file
[    41.395] (II) RADEON(0): Using vrefresh ranges from config file
[    41.395] (II) RADEON(0): Printing DDC gathered Modelines:
[    41.395] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    41.395] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    41.395] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    41.395] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    41.395] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    41.395] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    41.395] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    41.395] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    41.395] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    41.395] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    41.395] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    41.395] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    41.395] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    41.395] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    41.395] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)

dmesg

[    0.000000] microcode: microcode updated early to revision 0x20, date = 2016-03-16
[    0.000000] Linux version 4.8.8-1-ARCH (builduser@tobias) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Tue Nov 15 08:25:24 CET 2016
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=feed1721-a689-4291-ac9a-8613e3c9c71c rw
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009dc0dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000009dc0e000-0x000000009dc14fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009dc15000-0x000000009e074fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009e075000-0x000000009e4ddfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009e4de000-0x00000000bda8cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bda8d000-0x00000000bdc9cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdc9d000-0x00000000bdcbdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bdcbe000-0x00000000be1e6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000be1e7000-0x00000000beffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000befff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x9cb58018-0x9cb76257] usable ==> usable
[    0.000000] e820: update [mem 0x9cb39018-0x9cb57257] usable ==> usable
[    0.000000] e820: update [mem 0x9cb27018-0x9cb38057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009cb27017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cb27018-0x000000009cb38057] usable
[    0.000000] reserve setup_data: [mem 0x000000009cb38058-0x000000009cb39017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cb39018-0x000000009cb57257] usable
[    0.000000] reserve setup_data: [mem 0x000000009cb57258-0x000000009cb58017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cb58018-0x000000009cb76257] usable
[    0.000000] reserve setup_data: [mem 0x000000009cb76258-0x000000009dc0dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000009dc0e000-0x000000009dc14fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000009dc15000-0x000000009e074fff] usable
[    0.000000] reserve setup_data: [mem 0x000000009e075000-0x000000009e4ddfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000009e4de000-0x00000000bda8cfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bda8d000-0x00000000bdc9cfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bdc9d000-0x00000000bdcbdfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bdcbe000-0x00000000be1e6fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000be1e7000-0x00000000beffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000befff000-0x00000000beffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083effffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ESRT=0xbef58818  ACPI 2.0=0xbdca3000  ACPI=0xbdca3000  SMBIOS=0xf04d0  MPS=0xfd5c0 
[    0.000000] esrt: Reserving ESRT space from 0x00000000bef58818 to 0x00000000bef58850.
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUS All Series/MAXIMUS VII HERO, BIOS 1104 07/16/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x83f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7800000000 write-back
[    0.000000]   1 base 0800000000 mask 7FE0000000 write-back
[    0.000000]   2 base 0820000000 mask 7FF0000000 write-back
[    0.000000]   3 base 0830000000 mask 7FF8000000 write-back
[    0.000000]   4 base 0838000000 mask 7FFC000000 write-back
[    0.000000]   5 base 083C000000 mask 7FFE000000 write-back
[    0.000000]   6 base 083E000000 mask 7FFF000000 write-back
[    0.000000]   7 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd870-0x000fd87f] mapped at [ffff8800000fd870]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d4d000, 0x01d4dfff] PGTABLE
[    0.000000] BRK [0x01d4e000, 0x01d4efff] PGTABLE
[    0.000000] BRK [0x01d4f000, 0x01d4ffff] PGTABLE
[    0.000000] BRK [0x01d50000, 0x01d50fff] PGTABLE
[    0.000000] BRK [0x01d51000, 0x01d51fff] PGTABLE
[    0.000000] BRK [0x01d52000, 0x01d52fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x7f983000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BDCA3000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BDCA3080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BDCB5800 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000BDCA3198 012668 (v02 ALASKA A M I    00000006 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000BE1E6F80 000040
[    0.000000] ACPI: APIC 0x00000000BDCB5910 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000BDCB59A8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000BDCB59F0 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BDCB65E0 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000BDCB6B20 000B74 (v01 CpuRef CpuSsdt  00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 0x00000000BDCB7698 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BDCB76D8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000BDCB7710 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BDCB7A80 005B5E (v01 SaSsdt SaSsdt   00003000 INTL 20120711)
[    0.000000] ACPI: BGRT 0x00000000BDCBD638 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000083effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x83eff7000-0x83effbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000083effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000009dc0dfff]
[    0.000000]   node   0: [mem 0x000000009dc15000-0x000000009e074fff]
[    0.000000]   node   0: [mem 0x000000009e4de000-0x00000000bda8cfff]
[    0.000000]   node   0: [mem 0x00000000befff000-0x00000000beffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000083effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000083effffff]
[    0.000000] On node 0 totalpages: 8373691
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12057 pages used for memmap
[    0.000000]   DMA32 zone: 771614 pages, LIFO batch:31
[    0.000000]   Normal zone: 118720 pages used for memmap
[    0.000000]   Normal zone: 7598080 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cb27000-0x9cb27fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cb38000-0x9cb38fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cb39000-0x9cb39fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cb57000-0x9cb57fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cb58000-0x9cb58fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cb76000-0x9cb76fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9dc0e000-0x9dc14fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e075000-0x9e4ddfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbda8d000-0xbdc9cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdc9d000-0xbdcbdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdcbe000-0xbe1e6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe1e7000-0xbeffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xbf000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff88083ec00000 s103128 r8192 d32040 u262144
[    0.000000] pcpu-alloc: s103128 r8192 d32040 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 8242826
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=feed1721-a689-4291-ac9a-8613e3c9c71c rw
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 32654644K/33494764K available (6130K kernel code, 1051K rwdata, 1912K rodata, 1256K init, 1036K bss, 840120K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4080.142 MHz processor
[    0.000014] Calibrating delay loop (skipped), value calculated using timer frequency.. 8163.29 BogoMIPS (lpj=13600473)
[    0.000015] pid_max: default: 32768 minimum: 301
[    0.000020] ACPI: Core revision 20160422
[    0.010282] ACPI: 6 ACPI AML tables successfully acquired and loaded

[    0.010803] Security Framework initialized
[    0.010803] Yama: becoming mindful.
[    0.011608] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.015066] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.016610] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.016625] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.016848] CPU: Physical Processor ID: 0
[    0.016849] CPU: Processor Core ID: 0
[    0.016851] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.016851] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.016853] mce: CPU supports 9 MCE banks
[    0.016859] CPU0: Thermal monitoring enabled (TM1)
[    0.016868] process: using mwait in idle threads
[    0.016870] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.016870] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.017077] Freeing SMP alternatives memory: 24K (ffffffff81c42000 - ffffffff81c48000)
[    0.024951] ftrace: allocating 24331 entries in 96 pages
[    0.031189] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.031189] smpboot: Max logical packages: 2
[    0.031252] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.031568] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.064572] TSC deadline timer enabled
[    0.064573] smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.064575] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.064592] ... version:                3
[    0.064592] ... bit width:              48
[    0.064593] ... generic registers:      4
[    0.064593] ... value mask:             0000ffffffffffff
[    0.064593] ... max period:             0000ffffffffffff
[    0.064594] ... fixed-purpose events:   3
[    0.064594] ... event mask:             000000070000000f
[    0.087982] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.104590] x86: Booting SMP configuration:
[    0.104591] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.770082] x86: Booted up 1 node, 8 CPUs
[    0.770083] smpboot: Total of 8 processors activated (65317.98 BogoMIPS)
[    0.775800] devtmpfs: initialized
[    0.775834] x86/mm: Memory block size: 128MB
[    0.778943] PM: Registering ACPI NVS region [mem 0x9dc0e000-0x9dc14fff] (28672 bytes)
[    0.778944] PM: Registering ACPI NVS region [mem 0xbdcbe000-0xbe1e6fff] (5410816 bytes)
[    0.779016] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.779042] pinctrl core: initialized pinctrl subsystem
[    0.779072] RTC time:  9:40:54, date: 12/11/16
[    0.779119] NET: Registered protocol family 16
[    0.795310] cpuidle: using governor ladder
[    0.811979] cpuidle: using governor menu
[    0.812003] ACPI: bus type PCI registered
[    0.812004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.812034] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.812035] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.812037] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.812075] PCI: Using configuration type 1 for base access
[    0.812102] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.825365] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.825366] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.825476] ACPI: Added _OSI(Module Device)
[    0.825476] ACPI: Added _OSI(Processor Device)
[    0.825476] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.825477] ACPI: Added _OSI(Processor Aggregator Device)
[    0.825770] ACPI: Executed 13 blocks of module-level executable AML code
[    0.829336] ACPI: Dynamic OEM Table Load:
[    0.829339] ACPI: SSDT 0xFFFF88081A69D800 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.830829] ACPI : EC: EC started
[    0.830849] ACPI: Interpreter enabled
[    0.830869] ACPI: (supports S0 S3 S4 S5)
[    0.830869] ACPI: Using IOAPIC for interrupt routing
[    0.830885] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.831159] ACPI: Power Resource [PG00] (on)
[    0.831394] ACPI: Power Resource [PG01] (on)
[    0.831651] ACPI: Power Resource [PG02] (on)
[    0.837726] ACPI: Power Resource [FN00] (off)
[    0.837768] ACPI: Power Resource [FN01] (off)
[    0.837807] ACPI: Power Resource [FN02] (off)
[    0.837846] ACPI: Power Resource [FN03] (off)
[    0.837885] ACPI: Power Resource [FN04] (off)
[    0.838491] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.838494] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.838619] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.838697] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.839042] PCI host bridge to bus 0000:00
[    0.839043] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.839044] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.839044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.839045] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.839045] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.839046] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.839046] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.839047] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff window]
[    0.839048] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.839052] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.839109] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.839130] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.839180] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.839199] pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400
[    0.839219] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.839265] pci 0000:00:01.1: System wakeup disabled by ACPI
[    0.839304] pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
[    0.839316] pci 0000:00:14.0: reg 0x10: [mem 0xf7f20000-0xf7f2ffff 64bit]
[    0.839362] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.839396] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.839419] pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
[    0.839431] pci 0000:00:16.0: reg 0x10: [mem 0xf7f3a000-0xf7f3a00f 64bit]
[    0.839480] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.839538] pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
[    0.839548] pci 0000:00:19.0: reg 0x10: [mem 0xf7f00000-0xf7f1ffff]
[    0.839553] pci 0000:00:19.0: reg 0x14: [mem 0xf7f38000-0xf7f38fff]
[    0.839559] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.839602] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.839634] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.839655] pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
[    0.839668] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f37000-0xf7f373ff]
[    0.839735] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.839769] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.839791] pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
[    0.839801] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f30000-0xf7f33fff 64bit]
[    0.839846] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.839879] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.839899] pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
[    0.839946] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.839991] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.840012] pci 0000:00:1c.3: [8086:8c96] type 01 class 0x060400
[    0.840060] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.840105] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.840130] pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
[    0.840143] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f36000-0xf7f363ff]
[    0.840209] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.840243] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.840265] pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
[    0.840391] pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
[    0.840400] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.840405] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.840410] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.840414] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.840419] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.840424] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f35000-0xf7f357ff]
[    0.840449] pci 0000:00:1f.2: PME# supported from D3hot
[    0.840492] pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
[    0.840502] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f34000-0xf7f340ff 64bit]
[    0.840516] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.840594] pci 0000:01:00.0: [1002:67b1] type 00 class 0x030000
[    0.840605] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.840613] pci 0000:01:00.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
[    0.840618] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.840623] pci 0000:01:00.0: reg 0x24: [mem 0xf7e00000-0xf7e3ffff]
[    0.840628] pci 0000:01:00.0: reg 0x30: [mem 0xf7e40000-0xf7e5ffff pref]
[    0.840668] pci 0000:01:00.0: supports D1 D2
[    0.840669] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.840691] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.840714] pci 0000:01:00.1: [1002:aac8] type 00 class 0x040300
[    0.840725] pci 0000:01:00.1: reg 0x10: [mem 0xf7e60000-0xf7e63fff 64bit]
[    0.840779] pci 0000:01:00.1: supports D1 D2
[    0.848665] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.848666] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.848667] pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.848669] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf07fffff 64bit pref]
[    0.848695] pci 0000:02:00.0: [1002:67b1] type 00 class 0x030000
[    0.848705] pci 0000:02:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.848711] pci 0000:02:00.0: reg 0x18: [mem 0xd0000000-0xd07fffff 64bit pref]
[    0.848715] pci 0000:02:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.848719] pci 0000:02:00.0: reg 0x24: [mem 0xf7d00000-0xf7d3ffff]
[    0.848723] pci 0000:02:00.0: reg 0x30: [mem 0xf7d40000-0xf7d5ffff pref]
[    0.848762] pci 0000:02:00.0: supports D1 D2
[    0.848763] pci 0000:02:00.0: PME# supported from D1 D2 D3hot
[    0.848785] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.848807] pci 0000:02:00.1: [1002:aac8] type 00 class 0x040300
[    0.848817] pci 0000:02:00.1: reg 0x10: [mem 0xf7d60000-0xf7d63fff 64bit]
[    0.848865] pci 0000:02:00.1: supports D1 D2
[    0.858666] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.858667] pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
[    0.858668] pci 0000:00:01.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.858670] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
[    0.858709] acpiphp: Slot [1] registered
[    0.858711] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.858760] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[    0.858775] pci 0000:04:00.0: reg 0x10: [io  0xc050-0xc057]
[    0.858784] pci 0000:04:00.0: reg 0x14: [io  0xc040-0xc043]
[    0.858793] pci 0000:04:00.0: reg 0x18: [io  0xc030-0xc037]
[    0.858802] pci 0000:04:00.0: reg 0x1c: [io  0xc020-0xc023]
[    0.858811] pci 0000:04:00.0: reg 0x20: [io  0xc000-0xc01f]
[    0.858820] pci 0000:04:00.0: reg 0x24: [mem 0xf7c00000-0xf7c001ff]
[    0.858904] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.868672] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.868673] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.868675] pci 0000:00:1c.3:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.869179] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.869207] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.869233] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.869258] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.869284] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[    0.869309] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.869334] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.869359] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 7 10 11 12 14 15)
[    0.869519] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.869545] ACPI : EC: EC stopped
[    0.869557] ACPI : EC: GPE = 0x1e, I/O: command/status = 0x66, data = 0x62
[    0.869557] ACPI : EC: EC started
[    0.869617] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.869618] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.869619] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none
[    0.869620] vgaarb: loaded
[    0.869620] vgaarb: bridge control possible 0000:02:00.0
[    0.869621] vgaarb: bridge control possible 0000:01:00.0
[    0.872464] PCI: Using ACPI for IRQ routing
[    0.873536] PCI: pci_cache_line_size set to 64 bytes
[    0.873574] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.873575] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.873575] e820: reserve RAM buffer [mem 0x9cb27018-0x9fffffff]
[    0.873576] e820: reserve RAM buffer [mem 0x9cb39018-0x9fffffff]
[    0.873576] e820: reserve RAM buffer [mem 0x9cb58018-0x9fffffff]
[    0.873577] e820: reserve RAM buffer [mem 0x9dc0e000-0x9fffffff]
[    0.873577] e820: reserve RAM buffer [mem 0x9e075000-0x9fffffff]
[    0.873578] e820: reserve RAM buffer [mem 0xbda8d000-0xbfffffff]
[    0.873578] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.873579] e820: reserve RAM buffer [mem 0x83f000000-0x83fffffff]
[    0.873627] NetLabel: Initializing
[    0.873628] NetLabel:  domain hash size = 128
[    0.873628] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.873635] NetLabel:  unlabeled traffic allowed by default
[    0.873660] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.873662] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.875677] clocksource: Switched to clocksource hpet
[    0.878898] VFS: Disk quotas dquot_6.6.0
[    0.878906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.878941] pnp: PnP ACPI init
[    0.878999] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.879001] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.879112] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.879113] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.879125] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.879145] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.879146] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.879203] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.879204] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.879205] system 00:04: [io  0x0a00-0x0aff] has been reserved
[    0.879206] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.879235] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.879237] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.879472] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.879473] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.879474] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.879474] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.879475] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.879476] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.879476] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.879477] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.879478] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.879478] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.879479] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.879480] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.879574] pnp: PnP ACPI: found 7 devices
[    0.885066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.885083] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.885084] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.885085] pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.885087] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf07fffff 64bit pref]
[    0.885089] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.885089] pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
[    0.885091] pci 0000:00:01.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.885092] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
[    0.885094] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.885101] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.885102] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.885104] pci 0000:00:1c.3:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.885109] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.885110] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.885110] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.885111] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.885112] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.885112] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.885113] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.885113] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xfeafffff window]
[    0.885114] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.885114] pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7efffff]
[    0.885115] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf07fffff 64bit pref]
[    0.885116] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.885116] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.885117] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd07fffff 64bit pref]
[    0.885117] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.885118] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.885133] NET: Registered protocol family 2
[    0.885250] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.885450] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.885541] TCP: Hash tables configured (established 262144 bind 65536)
[    0.885560] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.885615] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.885690] NET: Registered protocol family 1
[    0.925730] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.925736] PCI: CLS 64 bytes, default 64
[    0.925758] Unpacking initramfs...
[    0.976691] Freeing initrd memory: 6644K (ffff88007f983000 - ffff880080000000)
[    0.976692] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.976694] software IO TLB [mem 0xab555000-0xaf555000] (64MB) mapped at [ffff8800ab555000-ffff8800af554fff]
[    0.976856] Scanning for low memory corruption every 60 seconds
[    0.977003] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.977221] Initialise system trusted keyrings
[    0.977289] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[    0.978025] zbud: loaded
[    0.978260] Key type asymmetric registered
[    0.978276] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.978299] io scheduler noop registered
[    0.978299] io scheduler deadline registered
[    0.978303] io scheduler cfq registered (default)
[    0.978628] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.978631] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.978639] efifb: probing for efifb
[    0.978649] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[    0.978649] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.978650] efifb: scrolling: redraw
[    0.978650] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.981463] Console: switching to colour frame buffer device 240x67
[    0.984198] fb0: EFI VGA frame buffer device
[    0.984202] intel_idle: MWAIT substates: 0x42120
[    0.984203] intel_idle: v0.4.1 model 0x3C
[    0.984342] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.984453] GHES: HEST is not enabled!
[    0.984478] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.984715] Linux agpgart interface v0.103
[    0.985017] rtc_cmos 00:02: RTC can wake from S4
[    0.985109] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.985129] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.985134] intel_pstate: Intel P-state driver initializing
[    0.985327] ledtrig-cpu: registered to indicate activity on CPUs
[    0.985878] NET: Registered protocol family 10
[    0.986360] NET: Registered protocol family 17
[    0.986934] microcode: sig=0x306c3, pf=0x2, revision=0x20
[    0.987243] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.987631] registered taskstats version 1
[    0.987634] Loading compiled-in X.509 certificates
[    0.987664] zswap: loaded using pool lzo/zbud
[    0.988872]   Magic number: 12:947:676
[    0.988886] vtconsole vtcon1: hash matches
[    0.989067] rtc_cmos 00:02: setting system clock to 2016-12-11 09:40:54 UTC (1481449254)
[    0.989263] PM: Hibernation image not present or could not be loaded.
[    0.991611] Freeing unused kernel memory: 1256K (ffffffff81b08000 - ffffffff81c42000)
[    0.991613] Write protecting the kernel read-only data: 10240k
[    0.992754] Freeing unused kernel memory: 2044K (ffff880001601000 - ffff880001800000)
[    0.993701] Freeing unused kernel memory: 136K (ffff8800019de000 - ffff880001a00000)
[    1.008504] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.010702] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.010754] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.011874] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.011898] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.014605] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.014624] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.014630] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.014863] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.014878] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.036088] sdhci: Secure Digital Host Controller Interface driver
[    1.036089] sdhci: Copyright(c) Pierre Ossman
[    1.037277] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.039567] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.039588] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.040709] ACPI: bus type USB registered
[    1.040720] usbcore: registered new interface driver usbfs
[    1.040725] usbcore: registered new interface driver hub
[    1.040746] usbcore: registered new device driver usb
[    1.041114] SCSI subsystem initialized
[    1.041240] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.041525] ehci-pci: EHCI PCI platform driver
[    1.041586] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.041589] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.042107] libata version 3.00 loaded.
[    1.042661] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.042664] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.042776] hub 1-0:1.0: USB hub found
[    1.042792] hub 1-0:1.0: 14 ports detected
[    1.043841] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.043842] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.043910] hub 2-0:1.0: USB hub found
[    1.043920] hub 2-0:1.0: 6 ports detected
[    1.044549] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.044552] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.044560] ehci-pci 0000:00:1a.0: debug port 2
[    1.048448] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.048455] ehci-pci 0000:00:1a.0: irq 20, io mem 0xf7f37000
[    1.059036] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.059123] hub 3-0:1.0: USB hub found
[    1.059125] hub 3-0:1.0: 2 ports detected
[    1.059255] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.059257] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.059264] ehci-pci 0000:00:1d.0: debug port 2
[    1.063156] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.063162] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f36000
[    1.075708] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.075836] hub 4-0:1.0: USB hub found
[    1.075839] hub 4-0:1.0: 2 ports detected
[    1.075924] ahci 0000:00:1f.2: version 3.0
[    1.076039] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xb impl SATA mode
[    1.076041] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    1.099478] scsi host0: ahci
[    1.099582] scsi host1: ahci
[    1.099665] scsi host2: ahci
[    1.099735] scsi host3: ahci
[    1.099786] scsi host4: ahci
[    1.099832] scsi host5: ahci
[    1.099854] ata1: SATA max UDMA/133 abar m2048@0xf7f35000 port 0xf7f35100 irq 27
[    1.099855] ata2: SATA max UDMA/133 abar m2048@0xf7f35000 port 0xf7f35180 irq 27
[    1.099855] ata3: DUMMY
[    1.099856] ata4: SATA max UDMA/133 abar m2048@0xf7f35000 port 0xf7f35280 irq 27
[    1.099856] ata5: DUMMY
[    1.099857] ata6: DUMMY
[    1.099946] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    1.099981] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.099982] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc 
[    1.100129] scsi host6: ahci
[    1.100175] scsi host7: ahci
[    1.100197] ata7: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00100 irq 28
[    1.100199] ata8: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00180 irq 28
[    1.362381] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.379046] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.395713] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.412239] ata7: SATA link down (SStatus 0 SControl 300)
[    1.412241] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.412260] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.412273] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.412425] ata2.00: ATA-9: ADATA SP600, 2.9, max UDMA/100
[    1.412426] ata2.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.412622] ata2.00: configured for UDMA/100
[    1.413363] ata1.00: ATA-9: ST2000DM001-1CH164, CC29, max UDMA/133
[    1.413364] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.414250] ata1.00: configured for UDMA/133
[    1.414402] scsi 0:0:0:0: Direct-Access     ATA      ST2000DM001-1CH1 CC29 PQ: 0 ANSI: 5
[    1.414681] ata4.00: ATAPI: TSSTcorp CDDVDW SH-224DB, SB01, max UDMA/100
[    1.415553] ata4.00: configured for UDMA/100
[    1.462622] scsi 1:0:0:0: Direct-Access     ATA      ADATA SP600      2.9  PQ: 0 ANSI: 5
[    1.516166] hub 3-1:1.0: USB hub found
[    1.516273] hub 3-1:1.0: 6 ports detected
[    1.521057] scsi 3:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-224DB  SB01 PQ: 0 ANSI: 5
[    1.532917] hub 4-1:1.0: USB hub found
[    1.533021] hub 4-1:1.0: 8 ports detected
[    1.845538] ata8: SATA link down (SStatus 0 SControl 300)
[    1.847886] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.847888] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.847904] sd 1:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.847931] sd 0:0:0:0: [sda] Write Protect is off
[    1.847933] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.847949] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.847952] sd 1:0:0:0: [sdb] Write Protect is off
[    1.847956] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.847977] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.849483]  sdb: sdb1 sdb2 sdb3 sdb4
[    1.849742] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.862391] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.868786]  sda: sda1
[    1.868923] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.869102] sr 3:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.869103] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.869189] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.993109] random: fast init done
[    1.995243] hidraw: raw HID events driver (C) Jiri Kosina
[    1.997797] usbcore: registered new interface driver usbhid
[    1.997798] usbhid: USB HID core driver
[    1.998072] input: Cooler Master Storm Havoc Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:001D.0001/input/input2
[    1.998094] hid-generic 0003:2516:001D.0001: input,hidraw0: USB HID v1.11 Mouse [Cooler Master Storm Havoc Mouse] on usb-0000:00:14.0-4/input0
[    1.998123] hid-generic 0003:2516:001D.0002: ignoring exceeding usage max
[    1.998562] input: Cooler Master Storm Havoc Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:001D.0002/input/input3
[    1.999064] tsc: Refined TSC clocksource calibration: 4080.279 MHz
[    1.999070] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3ad09879496, max_idle_ns: 440795206467 ns
[    2.052454] hid-generic 0003:2516:001D.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Cooler Master Storm Havoc Mouse] on usb-0000:00:14.0-4/input1
[    2.162414] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    2.296283] input: Corsair Corsair K50A Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:1B1C:1B04.0003/input/input4
[    2.352569] hid-generic 0003:1B1C:1B04.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K50A Gaming Keyboard] on usb-0000:00:14.0-9/input0
[    2.354115] input: Corsair Corsair K50A Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:1B1C:1B04.0004/input/input5
[    2.369734] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[    2.409265] hid-generic 0003:1B1C:1B04.0004: input,hidraw3: USB HID v1.11 Device [Corsair Corsair K50A Gaming Keyboard] on usb-0000:00:14.0-9/input1
[    2.410183] input: Corsair Corsair K50A Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:1B1C:1B04.0005/input/input6
[    2.465924] hid-generic 0003:1B1C:1B04.0005: input,hidraw4: USB HID v1.11 Keyboard [Corsair Corsair K50A Gaming Keyboard] on usb-0000:00:14.0-9/input2
[    2.567089] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.594248] systemd[1]: systemd 231 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.594387] systemd[1]: Detected architecture x86-64.
[    2.594762] systemd[1]: Set hostname to <Valhalla>.
[    2.662368] systemd[1]: Created slice User and Session Slice.
[    2.662462] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.665238] systemd[1]: Listening on Process Core Dump Socket.
[    2.665307] systemd[1]: Listening on Journal Socket.
[    2.665412] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.665474] systemd[1]: Listening on udev Kernel Socket.
[    2.665524] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.685121] EXT4-fs (sdb3): re-mounted. Opts: data=ordered
[    2.885164] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
[    2.885166] ACPI: Power Button [PWRB]
[    2.885212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[    2.885213] ACPI: Power Button [PWRF]
[    2.885345] wmi: Mapper loaded
[    2.891859] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    2.902934] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.942469] systemd-journald[210]: Received request to flush runtime journal from PID 1
[    2.946882] thermal LNXTHERM:00: registered as thermal_zone0
[    2.946883] ACPI: Thermal Zone [TZ00] (28 C)
[    2.947046] thermal LNXTHERM:01: registered as thermal_zone1
[    2.947047] ACPI: Thermal Zone [TZ01] (30 C)
[    2.947266] media: Linux media interface: v0.10
[    2.947377] pps_core: LinuxPPS API ver. 1 registered
[    2.947378] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.953332] PTP clock support registered
[    2.979407] [drm] Initialized drm 1.1.0 20060810
[    2.980298] Linux video capture interface: v2.00
[    2.983613] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    2.985201] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    2.985733] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    2.985967] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.985968] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    2.985982] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.986107] snd_hda_intel 0000:02:00.1: enabling device (0000 -> 0002)
[    2.986420] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
[    2.986421] snd_hda_intel 0000:02:00.1: Force to non-snoop mode
[    2.986954] ERROR: Unable to locate IOAPIC for GSI 37
[    2.989873] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.989874] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.989973] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.993676] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.993677] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.993677] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.993678] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.993678] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.996438] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input17
[    2.996548] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input11
[    3.009236] snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
[    3.009760] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    3.009761] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.009762] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.009763] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.009764] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    3.009764] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.009766] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.009767] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.009768] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.012108] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input18
[    3.012472] clocksource: Switched to clocksource tsc
[    3.012508] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input19
[    3.012554] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input20
[    3.012594] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input21
[    3.012631] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card3/input22
[    3.012730] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input12
[    3.012751] mousedev: PS/2 mouse device common for all mice
[    3.012795] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input13
[    3.012853] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input14
[    3.012904] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input15
[    3.012942] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input16
[    3.014404] [drm] radeon kernel modesetting enabled.
[    3.018388] AVX2 version of gcm_enc/dec engaged.
[    3.018389] AES CTR mode by8 optimization enabled
[    3.022593] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.022594] AMD IOMMUv2 functionality not available on this system
[    3.023355] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23
[    3.023900] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input24
[    3.023928] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input25
[    3.023959] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
[    3.023984] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
[    3.024009] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
[    3.024033] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input29
[    3.024058] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input30
[    3.024082] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input31
[    3.028232] usbcore: registered new interface driver snd-usb-audio
[    3.028254] uvcvideo: Found UVC 1.00 device HD Webcam C615 (046d:082c)
[    3.029051] CRAT table not found
[    3.029051] Finished initializing topology ret=0
[    3.029062] kfd kfd: Initialized module
[    3.029738] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[    3.029739] fb: switching to radeondrmfb from EFI VGA
[    3.029756] Console: switching to colour dummy device 80x25
[    3.029772] iTCO_vendor_support: vendor-support=0
[    3.029982] [drm] initializing kernel modesetting (HAWAII 0x1002:0x67B1 0x1458:0x228E 0x00).
[    3.029990] [drm] register mmio base: 0xF7E00000
[    3.029991] [drm] register mmio size: 262144
[    3.029993] [drm] doorbell mmio base: 0xF0000000
[    3.029993] [drm] doorbell mmio size: 8388608
[    3.030016] radeon 0000:01:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
[    3.030057] ATOM BIOS: GV
[    3.030115] radeon 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
[    3.030115] radeon 0000:01:00.0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF
[    3.030116] [drm] Detected VRAM RAM=4096M, BAR=256M
[    3.030116] [drm] RAM width 512bits DDR
[    3.030138] [TTM] Zone  kernel: Available graphics memory: 16446202 kiB
[    3.030138] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.030138] [TTM] Initializing pool allocator
[    3.030141] [TTM] Initializing DMA pool allocator
[    3.030151] [drm] radeon: 4096M of VRAM memory ready
[    3.030151] [drm] radeon: 2048M of GTT memory ready.
[    3.030156] [drm] Loading hawaii Microcode
[    3.030425] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.030447] iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
[    3.030509] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.032062] asus_wmi: ASUS WMI generic driver loaded
[    3.036121] asus_wmi: Initialization: 0x0
[    3.036139] asus_wmi: BIOS WMI version: 0.9
[    3.036168] asus_wmi: SFUN value: 0x0
[    3.036453] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input32
[    3.036508] asus_wmi: Number of fans: 1
[    3.039936] Adding 50331644k swap on /dev/sdb2.  Priority:-1 extents:1 across:50331644k SSFS
[    3.040613] uvcvideo 1-3:1.2: Entity type for entity Extension 5 was not initialized!
[    3.040615] uvcvideo 1-3:1.2: Entity type for entity Processing 2 was not initialized!
[    3.040616] uvcvideo 1-3:1.2: Entity type for entity Camera 1 was not initialized!
[    3.040617] uvcvideo 1-3:1.2: Entity type for entity Extension 6 was not initialized!
[    3.040618] uvcvideo 1-3:1.2: Entity type for entity Extension 7 was not initialized!
[    3.040619] uvcvideo 1-3:1.2: Entity type for entity Extension 8 was not initialized!
[    3.040682] input: HD Webcam C615 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/input/input33
[    3.040724] usbcore: registered new interface driver uvcvideo
[    3.040725] USB Video Class driver (1.1.1)
[    3.053268] intel_rapl: Found RAPL domain package
[    3.053270] intel_rapl: Found RAPL domain core
[    3.053272] intel_rapl: Found RAPL domain dram
[    3.056627] [drm] Internal thermal controller with fan control
[    3.056648] [drm] probing gen 2 caps for device 8086:c01 = 261ac82/e
[    3.069828] [drm] radeon: dpm initialized
[    3.072672] [drm] Found UVD firmware Version: 1.64 Family ID: 9
[    3.075408] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[    3.075415] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    3.076106] [drm] probing gen 2 caps for device 8086:c01 = 261ac82/e
[    3.076108] [drm] enabling PCIE gen 3 link speeds, disable with radeon.pcie_gen2=0
[    3.081922] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    3.092948] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.169421] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 78:24:af:33:67:0c
[    3.169425] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    3.169461] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    3.170494] e1000e 0000:00:19.0 eno1: renamed from eth0
[    3.341635] random: crng init done
[    3.432553] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[    4.337020] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
[    4.337119] radeon 0000:01:00.0: WB enabled
[    4.337122] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000c00 and cpu addr 0xffff8808099acc00
[    4.337123] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000c04 and cpu addr 0xffff8808099acc04
[    4.337124] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000c08 and cpu addr 0xffff8808099acc08
[    4.337124] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000c0c and cpu addr 0xffff8808099acc0c
[    4.337125] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000c10 and cpu addr 0xffff8808099acc10
[    4.337849] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000078d30 and cpu addr 0xffffc90003c38d30
[    4.338124] radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000c18 and cpu addr 0xffff8808099acc18
[    4.338124] radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000c1c and cpu addr 0xffff8808099acc1c
[    4.338125] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.338126] [drm] Driver supports precise vblank timestamp query.
[    4.338147] radeon 0000:01:00.0: radeon: using MSI.
[    4.338169] [drm] radeon: irq initialized.
[    4.340472] [drm] ring test on 0 succeeded in 4 usecs
[    4.340550] [drm] ring test on 1 succeeded in 3 usecs
[    4.340562] [drm] ring test on 2 succeeded in 3 usecs
[    4.340722] [drm] ring test on 3 succeeded in 5 usecs
[    4.340729] [drm] ring test on 4 succeeded in 5 usecs
[    4.386759] [drm] ring test on 5 succeeded in 2 usecs
[    4.406770] [drm] UVD initialized successfully.
[    4.516832] [drm] ring test on 6 succeeded in 22 usecs
[    4.516841] [drm] ring test on 7 succeeded in 3 usecs
[    4.516841] [drm] VCE initialized successfully.
[    4.518158] [drm] ib test on ring 0 succeeded in 0 usecs
[    4.518187] [drm] ib test on ring 1 succeeded in 0 usecs
[    4.969732] e1000e: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[    4.969735] e1000e 0000:00:19.0 eno1: 10/100 speed: disabling TSO
[    4.969762] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    5.039202] [drm] ib test on ring 2 succeeded in 0 usecs
[    5.039277] [drm] ib test on ring 3 succeeded in 0 usecs
[    5.039350] [drm] ib test on ring 4 succeeded in 0 usecs
[    5.572623] [drm] ib test on ring 5 succeeded
[    5.593581] [drm] ib test on ring 6 succeeded
[    5.594329] [drm] ib test on ring 7 succeeded
[    5.595383] [drm] Radeon Display Connectors
[    5.595385] [drm] Connector 0:
[    5.595386] [drm]   DP-1
[    5.595387] [drm]   HPD2
[    5.595391] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    5.595392] [drm]   Encoders:
[    5.595393] [drm]     DFP1: INTERNAL_UNIPHY2
[    5.595394] [drm] Connector 1:
[    5.595395] [drm]   HDMI-A-1
[    5.595397] [drm]   HPD3
[    5.595399] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    5.595400] [drm]   Encoders:
[    5.595401] [drm]     DFP2: INTERNAL_UNIPHY2
[    5.595402] [drm] Connector 2:
[    5.595403] [drm]   DVI-D-1
[    5.595404] [drm]   HPD1
[    5.595406] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[    5.595407] [drm]   Encoders:
[    5.595409] [drm]     DFP3: INTERNAL_UNIPHY1
[    5.595410] [drm] Connector 3:
[    5.595411] [drm]   DVI-D-2
[    5.595411] [drm]   HPD6
[    5.595414] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    5.595415] [drm]   Encoders:
[    5.595416] [drm]     DFP4: INTERNAL_UNIPHY
[    5.893509] [drm] fb mappable at 0xE0721000
[    5.893510] [drm] vram apper at 0xE0000000
[    5.893510] [drm] size 8294400
[    5.893511] [drm] fb depth is 24
[    5.893511] [drm]    pitch is 7680
[    5.893563] fbcon: radeondrmfb (fb0) is primary device
[    5.945289] Console: switching to colour frame buffer device 240x67
[    5.948131] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    5.982114] [drm] Initialized radeon 2.46.0 20080528 for 0000:01:00.0 on minor 0
[    5.982156] radeon 0000:02:00.0: enabling device (0000 -> 0003)
[    5.982394] [drm] initializing kernel modesetting (HAWAII 0x1002:0x67B1 0x1458:0x228F 0x00).
[    5.982401] [drm] register mmio base: 0xF7D00000
[    5.982402] [drm] register mmio size: 262144
[    5.982406] [drm] doorbell mmio base: 0xD0000000
[    5.982406] [drm] doorbell mmio size: 8388608
[    6.865938] ATOM BIOS: GV
[    6.865953] [drm] GPU not posted. posting now...
[    6.873380] radeon 0000:02:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
[    6.873381] radeon 0000:02:00.0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF
[    6.873381] [drm] Detected VRAM RAM=4096M, BAR=256M
[    6.873382] [drm] RAM width 512bits DDR
[    6.873385] [drm] radeon: 4096M of VRAM memory ready
[    6.873386] [drm] radeon: 2048M of GTT memory ready.
[    6.873393] [drm] Loading hawaii Microcode
[    6.873398] [drm] Internal thermal controller with fan control
[    6.873417] [drm] probing gen 2 caps for device 8086:c05 = 361ac82/e
[    6.887522] [drm] radeon: dpm initialized
[    6.887523] [drm] Found UVD firmware Version: 1.64 Family ID: 9
[    6.889377] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[    6.889381] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    6.889986] [drm] probing gen 2 caps for device 8086:c05 = 361ac82/e
[    6.889988] [drm] enabling PCIE gen 3 link speeds, disable with radeon.pcie_gen2=0
[    8.147628] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
[    8.147724] radeon 0000:02:00.0: WB enabled
[    8.147727] radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000100000c00 and cpu addr 0xffff880806792c00
[    8.147728] radeon 0000:02:00.0: fence driver on ring 1 use gpu addr 0x0000000100000c04 and cpu addr 0xffff880806792c04
[    8.147728] radeon 0000:02:00.0: fence driver on ring 2 use gpu addr 0x0000000100000c08 and cpu addr 0xffff880806792c08
[    8.147729] radeon 0000:02:00.0: fence driver on ring 3 use gpu addr 0x0000000100000c0c and cpu addr 0xffff880806792c0c
[    8.147730] radeon 0000:02:00.0: fence driver on ring 4 use gpu addr 0x0000000100000c10 and cpu addr 0xffff880806792c10
[    8.148454] radeon 0000:02:00.0: fence driver on ring 5 use gpu addr 0x0000000000078d30 and cpu addr 0xffffc9000f038d30
[    8.148728] radeon 0000:02:00.0: fence driver on ring 6 use gpu addr 0x0000000100000c18 and cpu addr 0xffff880806792c18
[    8.148728] radeon 0000:02:00.0: fence driver on ring 7 use gpu addr 0x0000000100000c1c and cpu addr 0xffff880806792c1c
[    8.148729] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.148729] [drm] Driver supports precise vblank timestamp query.
[    8.148749] radeon 0000:02:00.0: radeon: using MSI.
[    8.148773] [drm] radeon: irq initialized.
[    8.151093] [drm] ring test on 0 succeeded in 3 usecs
[    8.151170] [drm] ring test on 1 succeeded in 3 usecs
[    8.151182] [drm] ring test on 2 succeeded in 3 usecs
[    8.151346] [drm] ring test on 3 succeeded in 5 usecs
[    8.151352] [drm] ring test on 4 succeeded in 4 usecs
[    8.197381] [drm] ring test on 5 succeeded in 2 usecs
[    8.217391] [drm] UVD initialized successfully.
[    8.327455] [drm] ring test on 6 succeeded in 22 usecs
[    8.327464] [drm] ring test on 7 succeeded in 3 usecs
[    8.327464] [drm] VCE initialized successfully.
[    8.328787] [drm] ib test on ring 0 succeeded in 0 usecs
[    8.852724] [drm] ib test on ring 1 succeeded in 0 usecs
[    8.852760] [drm] ib test on ring 2 succeeded in 0 usecs
[    8.852829] [drm] ib test on ring 3 succeeded in 0 usecs
[    8.852901] [drm] ib test on ring 4 succeeded in 0 usecs
[    9.386051] [drm] ib test on ring 5 succeeded
[    9.406985] [drm] ib test on ring 6 succeeded
[    9.407739] [drm] ib test on ring 7 succeeded
[    9.408463] [drm] Radeon Display Connectors
[    9.408464] [drm] Connector 0:
[    9.408465] [drm]   DP-2
[    9.408466] [drm]   HPD2
[    9.408468] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    9.408469] [drm]   Encoders:
[    9.408470] [drm]     DFP1: INTERNAL_UNIPHY2
[    9.408470] [drm] Connector 1:
[    9.408471] [drm]   HDMI-A-2
[    9.408472] [drm]   HPD3
[    9.408474] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    9.408474] [drm]   Encoders:
[    9.408475] [drm]     DFP2: INTERNAL_UNIPHY2
[    9.408476] [drm] Connector 2:
[    9.408477] [drm]   DVI-D-3
[    9.408477] [drm]   HPD1
[    9.408479] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[    9.408479] [drm]   Encoders:
[    9.408480] [drm]     DFP3: INTERNAL_UNIPHY1
[    9.408481] [drm] Connector 3:
[    9.408482] [drm]   DVI-D-4
[    9.408482] [drm]   HPD6
[    9.408484] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    9.408485] [drm]   Encoders:
[    9.408485] [drm]     DFP4: INTERNAL_UNIPHY
[    9.704946] [drm] fb mappable at 0xC0721000
[    9.704947] [drm] vram apper at 0xC0000000
[    9.704947] [drm] size 8294400
[    9.704947] [drm] fb depth is 24
[    9.704948] [drm]    pitch is 7680
[    9.704996] radeon 0000:02:00.0: fb1: radeondrmfb frame buffer device
[    9.707779] [drm] Initialized radeon 2.46.0 20080528 for 0000:02:00.0 on minor 1
[   16.660764] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=none
[   16.660766] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   41.357186] usb 1-3: reset high-speed USB device number 2 using xhci_hcd

dmesg and lspci list the two cards and connectors. "xrandr -q" only sees the one. but "xrandr --listproviders" will show both cards.

Offline

#7 2016-12-11 23:59:07

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: multihead multicard amd

Well, xorg log indicates that X sees all 6 monitors.

try adding the screens manually:

xrandr --output HDMI1-1 --below HDMI-0

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