You are not logged in.

#1 2020-04-22 22:17:56

makosmos
Member
Registered: 2019-12-25
Posts: 28

Xorg can't start with HD7950 gpu

Hello,

Since now, x server was using an Intel HD Graphics 630 and it was running fine
But I want to use Radeon HD 7950 gpu instead, so I modified the /etc/X11/xorg.conf such that the screen use the amd gpu.
The issue is that I'm no longer able to run xorg.

Here xorg.conf :

Section "ServerLayout"
	Identifier     "X.org Configured"
	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   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	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"              	"True"	
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "ColorTiling"        	"True"	
        #Option     "ColorTiling2D"      	"True"
        #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"           	"True"
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
EndSection

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

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

Here xorg's log

[  4483.501] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  4483.501] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  4483.501] Build Operating System: Linux Arch Linux
[  4483.501] Current Operating System: Linux METEOR 5.6.4-arch1-1 #1 SMP PREEMPT Mon, 13 Apr 2020 12:21:19 +0000 x86_64
[  4483.501] Kernel command line: \\boot\vmlinuz-linux root=UUID=b4610a75-ec16-42d4-8534-4006912a7b8c rw add_efi_memmap initrd=/boot/intel-ucode.img initrd=/boot/initramfs-linux.img quiet
[  4483.501] Build Date: 30 March 2020  05:05:45AM
[  4483.501]  
[  4483.501] Current version of pixman: 0.38.4
[  4483.501] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4483.501] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4483.502] (==) Log file: "/home/makosmos/.local/share/xorg/Xorg.1.log", Time: Thu Apr 23 00:00:58 2020
[  4483.502] (==) Using config file: "/etc/X11/xorg.conf"
[  4483.502] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4483.502] (==) ServerLayout "X.org Configured"
[  4483.502] (**) |-->Screen "Screen1" (1)
[  4483.502] (**) |   |-->Monitor "Monitor1"
[  4483.502] (**) |   |-->Device "Card0"
[  4483.502] (EE) Screen Screen0 doesn't exist: deleting placement
[  4483.502] (**) |-->Input Device "Mouse0"
[  4483.502] (**) |-->Input Device "Keyboard0"
[  4483.502] (==) Automatically adding devices
[  4483.502] (==) Automatically enabling devices
[  4483.502] (==) Automatically adding GPU devices
[  4483.502] (==) Automatically binding GPU devices
[  4483.502] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4483.502] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  4483.502] 	Entry deleted from font path.
[  4483.502] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  4483.502] 	Entry deleted from font path.
[  4483.502] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  4483.502] (**) ModulePath set to "/usr/lib/xorg/modules"
[  4483.502] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  4483.502] (WW) Disabling Mouse0
[  4483.502] (WW) Disabling Keyboard0
[  4483.502] (II) Module ABI versions:
[  4483.502] 	X.Org ANSI C Emulation: 0.4
[  4483.502] 	X.Org Video Driver: 24.1
[  4483.502] 	X.Org XInput driver : 24.1
[  4483.502] 	X.Org Server Extension : 10.0
[  4483.502] (++) using VT number 1

[  4483.503] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  4483.504] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4483.504] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  4483.505] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4483.505] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  4483.506] (--) PCI:*(0@0:2:0) 8086:5912:1043:8694 rev 4, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  4483.507] (--) PCI: (1@0:0:0) 1002:679a:1682:3221 rev 0, Mem @ 0xe0000000/268435456, 0xf7100000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  4483.507] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4483.507] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  4483.507] (II) LoadModule: "glx"
[  4483.507] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4483.507] (II) Module glx: vendor="X.Org Foundation"
[  4483.507] 	compiled for 1.20.8, module version = 1.0.0
[  4483.507] 	ABI class: X.Org Server Extension, version 10.0
[  4483.507] (II) LoadModule: "radeon"
[  4483.508] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  4483.508] (II) Module radeon: vendor="X.Org Foundation"
[  4483.508] 	compiled for 1.20.5, module version = 19.1.0
[  4483.508] 	Module class: X.Org Video Driver
[  4483.508] 	ABI class: X.Org Video Driver, version 24.0
[  4483.508] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	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 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 X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, 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 RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	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 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[  4483.509] (II) [KMS] Kernel modesetting enabled.
[  4483.509] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4483.509] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  4483.509] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  4483.509] (==) RADEON(0): Default visual is TrueColor
[  4483.509] (==) RADEON(0): RGB weight 888
[  4483.509] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  4483.509] (--) RADEON(0): Chipset: "TAHITI" (ChipID = 0x679a)
[  4483.509] (II) Loading sub module "fb"
[  4483.509] (II) LoadModule: "fb"
[  4483.509] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4483.509] (II) Module fb: vendor="X.Org Foundation"
[  4483.510] 	compiled for 1.20.8, module version = 1.0.0
[  4483.510] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4483.510] (II) Loading sub module "dri2"
[  4483.510] (II) LoadModule: "dri2"
[  4483.510] (II) Module "dri2" already built-in
[  4483.562] (II) Loading sub module "glamoregl"
[  4483.562] (II) LoadModule: "glamoregl"
[  4483.562] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4483.564] (II) Module glamoregl: vendor="X.Org Foundation"
[  4483.564] 	compiled for 1.20.8, module version = 1.0.1
[  4483.564] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4483.570] (II) RADEON(0): glamor X acceleration enabled on AMD TAHITI (DRM 2.50.0, 5.6.4-arch1-1, LLVM 9.0.1)
[  4483.570] (II) RADEON(0): glamor detected, initialising EGL layer.
[  4483.570] (II) RADEON(0): KMS Color Tiling: enabled
[  4483.570] (II) RADEON(0): KMS Color Tiling 2D: enabled
[  4483.570] (==) RADEON(0): TearFree property default: auto
[  4483.570] (II) RADEON(0): KMS Pageflipping: enabled
[  4483.599] (II) RADEON(0): Output DisplayPort-1 using monitor section Monitor1
[  4483.629] (II) RADEON(0): Output DisplayPort-2 has no monitor section
[  4483.630] (II) RADEON(0): Output HDMI-2 has no monitor section
[  4483.645] (II) RADEON(0): Output DVI-0 has no monitor section
[  4483.675] (II) RADEON(0): EDID for output DisplayPort-1
[  4483.705] (II) RADEON(0): EDID for output DisplayPort-2
[  4483.706] (II) RADEON(0): EDID for output HDMI-2
[  4483.718] (II) RADEON(0): EDID for output DVI-0
[  4483.718] (II) RADEON(0): Output DisplayPort-1 disconnected
[  4483.718] (II) RADEON(0): Output DisplayPort-2 disconnected
[  4483.718] (II) RADEON(0): Output HDMI-2 disconnected
[  4483.718] (II) RADEON(0): Output DVI-0 disconnected
[  4483.718] (WW) RADEON(0): No outputs definitely connected, trying again...
[  4483.718] (II) RADEON(0): Output DisplayPort-1 disconnected
[  4483.718] (II) RADEON(0): Output DisplayPort-2 disconnected
[  4483.718] (II) RADEON(0): Output HDMI-2 disconnected
[  4483.718] (II) RADEON(0): Output DVI-0 disconnected
[  4483.718] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[  4483.718] (II) RADEON(0): mem size init: gart size :7fbcc000 vram size: s:c0000000 visible:fa28000
[  4483.718] (==) RADEON(0): DPI set to (96, 96)
[  4483.718] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[  4483.718] (II) Loading sub module "ramdac"
[  4483.719] (II) LoadModule: "ramdac"
[  4483.719] (II) Module "ramdac" already built-in
[  4483.719] (II) RADEON(0): [DRI2] Setup complete
[  4483.719] (II) RADEON(0): [DRI2]   DRI driver: radeonsi
[  4483.719] (II) RADEON(0): [DRI2]   VDPAU driver: radeonsi
[  4483.719] (II) RADEON(0): Front buffer size: 3072K
[  4483.719] (II) RADEON(0): VRAM usage limit set to 227692K
[  4483.719] (II) RADEON(0): SYNC extension fences enabled
[  4483.719] (II) RADEON(0): Present extension enabled
[  4483.720] (==) RADEON(0): DRI3 enabled
[  4483.720] (==) RADEON(0): Backing store enabled
[  4483.720] (II) RADEON(0): Direct rendering enabled
[  4483.744] (II) RADEON(0): Use GLAMOR acceleration.
[  4483.744] (II) RADEON(0): Acceleration enabled
[  4483.744] (==) RADEON(0): DPMS enabled
[  4483.744] (==) RADEON(0): Silken mouse disabled
[  4483.744] (II) RADEON(0): Set up textured video (glamor)
[  4483.744] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[  4483.744] (II) RADEON(0): [XvMC] Extension initialized.
[  4483.745] (II) Initializing extension Generic Event Extension
[  4483.745] (II) Initializing extension SHAPE
[  4483.745] (II) Initializing extension MIT-SHM
[  4483.745] (II) Initializing extension XInputExtension
[  4483.745] (II) Initializing extension XTEST
[  4483.745] (II) Initializing extension BIG-REQUESTS
[  4483.745] (II) Initializing extension SYNC
[  4483.745] (II) Initializing extension XKEYBOARD
[  4483.745] (II) Initializing extension XC-MISC
[  4483.745] (II) Initializing extension SECURITY
[  4483.745] (II) Initializing extension XFIXES
[  4483.745] (II) Initializing extension RENDER
[  4483.745] (II) Initializing extension RANDR
[  4483.745] (II) Initializing extension COMPOSITE
[  4483.745] (II) Initializing extension DAMAGE
[  4483.745] (II) Initializing extension MIT-SCREEN-SAVER
[  4483.745] (II) Initializing extension DOUBLE-BUFFER
[  4483.745] (II) Initializing extension RECORD
[  4483.745] (II) Initializing extension DPMS
[  4483.745] (II) Initializing extension Present
[  4483.745] (II) Initializing extension DRI3
[  4483.745] (II) Initializing extension X-Resource
[  4483.745] (II) Initializing extension XVideo
[  4483.745] (II) Initializing extension XVideo-MotionCompensation
[  4483.745] (II) Initializing extension GLX
[  4483.748] (II) AIGLX: Loaded and initialized radeonsi
[  4483.748] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4483.748] (II) Initializing extension XFree86-VidModeExtension
[  4483.748] (II) Initializing extension XFree86-DGA
[  4483.748] (II) Initializing extension XFree86-DRI
[  4483.748] (II) Initializing extension DRI2
[  4483.824] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  4483.824] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4483.824] (II) LoadModule: "libinput"
[  4483.824] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  4483.825] (II) Module libinput: vendor="X.Org Foundation"
[  4483.825] 	compiled for 1.20.7, module version = 0.29.0
[  4483.825] 	Module class: X.Org XInput Driver
[  4483.825] 	ABI class: X.Org XInput driver, version 24.1
[  4483.825] (II) Using input driver 'libinput' for 'Power Button'
[  4483.825] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[  4483.825] (**) Power Button: always reports core events
[  4483.825] (**) Option "Device" "/dev/input/event2"
[  4483.825] (**) Option "_source" "server/udev"
[  4483.826] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  4483.826] (II) event2  - Power Button: device is a keyboard
[  4483.826] (II) event2  - Power Button: device removed
[  4483.826] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  4483.826] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4483.827] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  4483.827] (II) event2  - Power Button: device is a keyboard
[  4483.827] (II) config/udev: Adding input device Video Bus (/dev/input/event21)
[  4483.827] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  4483.827] (II) Using input driver 'libinput' for 'Video Bus'
[  4483.828] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 22 paused 0
[  4483.828] (**) Video Bus: always reports core events
[  4483.828] (**) Option "Device" "/dev/input/event21"
[  4483.828] (**) Option "_source" "server/udev"
[  4483.829] (II) event21 - Video Bus: is tagged by udev as: Keyboard
[  4483.829] (II) event21 - Video Bus: device is a keyboard
[  4483.829] (II) event21 - Video Bus: device removed
[  4483.829] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input28/event21"
[  4483.829] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4483.829] (II) event21 - Video Bus: is tagged by udev as: Keyboard
[  4483.829] (II) event21 - Video Bus: device is a keyboard
[  4483.830] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  4483.830] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4483.830] (II) Using input driver 'libinput' for 'Power Button'
[  4483.830] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[  4483.830] (**) Power Button: always reports core events
[  4483.830] (**) Option "Device" "/dev/input/event1"
[  4483.830] (**) Option "_source" "server/udev"
[  4483.831] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4483.831] (II) event1  - Power Button: device is a keyboard
[  4483.831] (II) event1  - Power Button: device removed
[  4483.831] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  4483.831] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4483.832] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4483.832] (II) event1  - Power Button: device is a keyboard
[  4483.832] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  4483.832] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  4483.832] (II) Using input driver 'libinput' for 'Sleep Button'
[  4483.832] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[  4483.832] (**) Sleep Button: always reports core events
[  4483.832] (**) Option "Device" "/dev/input/event0"
[  4483.832] (**) Option "_source" "server/udev"
[  4483.833] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  4483.833] (II) event0  - Sleep Button: device is a keyboard
[  4483.833] (II) event0  - Sleep Button: device removed
[  4483.833] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  4483.833] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  4483.834] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  4483.834] (II) event0  - Sleep Button: device is a keyboard
[  4483.834] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[  4483.834] (II) No input driver specified, ignoring this device.
[  4483.834] (II) This device may have been added with another device file.
[  4483.834] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[  4483.835] (II) No input driver specified, ignoring this device.
[  4483.835] (II) This device may have been added with another device file.
[  4483.835] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[  4483.835] (II) No input driver specified, ignoring this device.
[  4483.835] (II) This device may have been added with another device file.
[  4483.835] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[  4483.835] (II) No input driver specified, ignoring this device.
[  4483.835] (II) This device may have been added with another device file.
[  4483.835] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[  4483.835] (II) No input driver specified, ignoring this device.
[  4483.835] (II) This device may have been added with another device file.
[  4483.835] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event20)
[  4483.835] (II) No input driver specified, ignoring this device.
[  4483.835] (II) This device may have been added with another device file.
[  4483.836] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event3)
[  4483.836] (**) Razer Razer BlackWidow X Chroma: Applying InputClass "libinput keyboard catchall"
[  4483.836] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma'
[  4483.836] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[  4483.836] (**) Razer Razer BlackWidow X Chroma: always reports core events
[  4483.836] (**) Option "Device" "/dev/input/event3"
[  4483.836] (**) Option "_source" "server/udev"
[  4483.837] (II) event3  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Keyboard
[  4483.837] (II) event3  - Razer Razer BlackWidow X Chroma: device is a keyboard
[  4483.837] (II) event3  - Razer Razer BlackWidow X Chroma: device removed
[  4483.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1532:0216.0001/input/input3/event3"
[  4483.837] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma" (type: KEYBOARD, id 10)
[  4483.838] (II) event3  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Keyboard
[  4483.838] (II) event3  - Razer Razer BlackWidow X Chroma: device is a keyboard
[  4483.839] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma Keyboard (/dev/input/event4)
[  4483.839] (**) Razer Razer BlackWidow X Chroma Keyboard: Applying InputClass "libinput keyboard catchall"
[  4483.839] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Keyboard'
[  4483.840] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[  4483.840] (**) Razer Razer BlackWidow X Chroma Keyboard: always reports core events
[  4483.840] (**) Option "Device" "/dev/input/event4"
[  4483.840] (**) Option "_source" "server/udev"
[  4483.840] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: is tagged by udev as: Keyboard
[  4483.840] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device is a keyboard
[  4483.841] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device removed
[  4483.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input4/event4"
[  4483.841] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Keyboard" (type: KEYBOARD, id 11)
[  4483.842] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: is tagged by udev as: Keyboard
[  4483.842] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device is a keyboard
[  4483.842] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma Consumer Control (/dev/input/event5)
[  4483.842] (**) Razer Razer BlackWidow X Chroma Consumer Control: Applying InputClass "libinput keyboard catchall"
[  4483.842] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Consumer Control'
[  4483.843] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[  4483.843] (**) Razer Razer BlackWidow X Chroma Consumer Control: always reports core events
[  4483.843] (**) Option "Device" "/dev/input/event5"
[  4483.843] (**) Option "_source" "server/udev"
[  4483.844] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: is tagged by udev as: Keyboard
[  4483.844] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device is a keyboard
[  4483.844] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device removed
[  4483.844] (II) libinput: Razer Razer BlackWidow X Chroma Consumer Control: needs a virtual subdevice
[  4483.844] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input5/event5"
[  4483.844] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Consumer Control" (type: MOUSE, id 12)
[  4483.844] (**) Option "AccelerationScheme" "none"
[  4483.844] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) selected scheme none/0
[  4483.844] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) acceleration factor: 2.000
[  4483.844] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) acceleration threshold: 4
[  4483.845] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: is tagged by udev as: Keyboard
[  4483.845] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device is a keyboard
[  4483.845] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma System Control (/dev/input/event6)
[  4483.845] (**) Razer Razer BlackWidow X Chroma System Control: Applying InputClass "libinput keyboard catchall"
[  4483.845] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma System Control'
[  4483.846] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[  4483.846] (**) Razer Razer BlackWidow X Chroma System Control: always reports core events
[  4483.846] (**) Option "Device" "/dev/input/event6"
[  4483.846] (**) Option "_source" "server/udev"
[  4483.847] (II) event6  - Razer Razer BlackWidow X Chroma System Control: is tagged by udev as: Keyboard
[  4483.847] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device is a keyboard
[  4483.847] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device removed
[  4483.847] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input6/event6"
[  4483.847] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma System Control" (type: KEYBOARD, id 13)
[  4483.848] (II) event6  - Razer Razer BlackWidow X Chroma System Control: is tagged by udev as: Keyboard
[  4483.848] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device is a keyboard
[  4483.849] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event7)
[  4483.849] (II) No input driver specified, ignoring this device.
[  4483.849] (II) This device may have been added with another device file.
[  4483.849] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event8)
[  4483.849] (**) Razer Razer BlackWidow X Chroma: Applying InputClass "libinput pointer catchall"
[  4483.849] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma'
[  4483.905] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[  4483.905] (**) Razer Razer BlackWidow X Chroma: always reports core events
[  4483.905] (**) Option "Device" "/dev/input/event8"
[  4483.905] (**) Option "_source" "server/udev"
[  4483.906] (II) event8  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Mouse
[  4483.906] (II) event8  - Razer Razer BlackWidow X Chroma: device is a pointer
[  4483.906] (II) event8  - Razer Razer BlackWidow X Chroma: device removed
[  4483.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/0003:1532:0216.0003/input/input8/event8"
[  4483.907] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma" (type: MOUSE, id 14)
[  4483.907] (**) Option "AccelerationScheme" "none"
[  4483.907] (**) Razer Razer BlackWidow X Chroma: (accel) selected scheme none/0
[  4483.907] (**) Razer Razer BlackWidow X Chroma: (accel) acceleration factor: 2.000
[  4483.907] (**) Razer Razer BlackWidow X Chroma: (accel) acceleration threshold: 4
[  4483.908] (II) event8  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Mouse
[  4483.908] (II) event8  - Razer Razer BlackWidow X Chroma: device is a pointer
[  4483.909] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/mouse0)
[  4483.909] (II) No input driver specified, ignoring this device.
[  4483.909] (II) This device may have been added with another device file.
[  4483.910] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/event259)
[  4483.910] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[  4483.910] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[  4483.910] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[  4483.910] (II) systemd-logind: got fd for /dev/input/event259 13:259 fd 30 paused 0
[  4483.910] (**) Logitech MX Anywhere 2S: always reports core events
[  4483.910] (**) Option "Device" "/dev/input/event259"
[  4483.910] (**) Option "_source" "server/udev"
[  4483.912] (II) event259 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[  4483.912] (II) event259 - Logitech MX Anywhere 2S: device is a pointer
[  4483.912] (II) event259 - Logitech MX Anywhere 2S: device is a keyboard
[  4483.913] (II) event259 - Logitech MX Anywhere 2S: device removed
[  4483.913] (II) libinput: Logitech MX Anywhere 2S: needs a virtual subdevice
[  4483.913] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:406A.0009/input/input52/event259"
[  4483.913] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: MOUSE, id 15)
[  4483.913] (**) Option "AccelerationScheme" "none"
[  4483.913] (**) Logitech MX Anywhere 2S: (accel) selected scheme none/0
[  4483.913] (**) Logitech MX Anywhere 2S: (accel) acceleration factor: 2.000
[  4483.913] (**) Logitech MX Anywhere 2S: (accel) acceleration threshold: 4
[  4483.915] (II) event259 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[  4483.915] (II) event259 - Logitech MX Anywhere 2S: device is a pointer
[  4483.915] (II) event259 - Logitech MX Anywhere 2S: device is a keyboard
[  4483.916] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/mouse1)
[  4483.916] (II) No input driver specified, ignoring this device.
[  4483.916] (II) This device may have been added with another device file.
[  4483.917] (II) config/udev: Adding input device Logitech MX Anywhere 2 (/dev/input/event26)
[  4483.917] (**) Logitech MX Anywhere 2: Applying InputClass "libinput pointer catchall"
[  4483.917] (**) Logitech MX Anywhere 2: Applying InputClass "libinput keyboard catchall"
[  4483.917] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2'
[  4483.917] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 31 paused 0
[  4483.917] (**) Logitech MX Anywhere 2: always reports core events
[  4483.917] (**) Option "Device" "/dev/input/event26"
[  4483.917] (**) Option "_source" "server/udev"
[  4483.919] (II) event26 - Logitech MX Anywhere 2: is tagged by udev as: Keyboard Mouse
[  4483.919] (II) event26 - Logitech MX Anywhere 2: device is a pointer
[  4483.919] (II) event26 - Logitech MX Anywhere 2: device is a keyboard
[  4483.920] (II) event26 - Logitech MX Anywhere 2: device removed
[  4483.920] (II) libinput: Logitech MX Anywhere 2: needs a virtual subdevice
[  4483.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:4072.000A/input/input53/event26"
[  4483.920] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2" (type: MOUSE, id 16)
[  4483.920] (**) Option "AccelerationScheme" "none"
[  4483.920] (**) Logitech MX Anywhere 2: (accel) selected scheme none/0
[  4483.920] (**) Logitech MX Anywhere 2: (accel) acceleration factor: 2.000
[  4483.920] (**) Logitech MX Anywhere 2: (accel) acceleration threshold: 4
[  4483.921] (II) event26 - Logitech MX Anywhere 2: is tagged by udev as: Keyboard Mouse
[  4483.922] (II) event26 - Logitech MX Anywhere 2: device is a pointer
[  4483.922] (II) event26 - Logitech MX Anywhere 2: device is a keyboard
[  4483.923] (II) config/udev: Adding input device Logitech MX Anywhere 2 (/dev/input/mouse3)
[  4483.923] (II) No input driver specified, ignoring this device.
[  4483.923] (II) This device may have been added with another device file.
[  4483.923] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event13)
[  4483.923] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[  4483.923] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  4483.978] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 32 paused 0
[  4483.978] (**) Logitech USB Receiver: always reports core events
[  4483.978] (**) Option "Device" "/dev/input/event13"
[  4483.979] (**) Option "_source" "server/udev"
[  4483.983] (II) event13 - Logitech USB Receiver: is tagged by udev as: Mouse
[  4483.984] (II) event13 - Logitech USB Receiver: device is a pointer
[  4483.985] (II) event13 - Logitech USB Receiver: device removed
[  4483.985] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.0/0003:046D:C537.0007/input/input14/event13"
[  4483.985] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 17)
[  4483.985] (**) Option "AccelerationScheme" "none"
[  4483.985] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  4483.985] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  4483.985] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  4483.990] (II) event13 - Logitech USB Receiver: is tagged by udev as: Mouse
[  4483.990] (II) event13 - Logitech USB Receiver: device is a pointer
[  4483.993] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse2)
[  4483.993] (II) No input driver specified, ignoring this device.
[  4483.993] (II) This device may have been added with another device file.
[  4483.995] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event14)
[  4483.995] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  4483.995] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  4483.997] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 33 paused 0
[  4483.997] (**) Logitech USB Receiver Keyboard: always reports core events
[  4483.997] (**) Option "Device" "/dev/input/event14"
[  4483.997] (**) Option "_source" "server/udev"
[  4484.002] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  4484.002] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[  4484.003] (II) event14 - Logitech USB Receiver Keyboard: device removed
[  4484.003] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input15/event14"
[  4484.003] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 18)
[  4484.009] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  4484.009] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[  4484.012] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event15)
[  4484.012] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  4484.012] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  4484.014] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 34 paused 0
[  4484.014] (**) Logitech USB Receiver Consumer Control: always reports core events
[  4484.014] (**) Option "Device" "/dev/input/event15"
[  4484.014] (**) Option "_source" "server/udev"
[  4484.017] (II) event15 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  4484.017] (II) event15 - Logitech USB Receiver Consumer Control: device is a keyboard
[  4484.018] (II) event15 - Logitech USB Receiver Consumer Control: device removed
[  4484.018] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[  4484.018] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input16/event15"
[  4484.018] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 19)
[  4484.018] (**) Option "AccelerationScheme" "none"
[  4484.018] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[  4484.018] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[  4484.018] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[  4484.021] (II) event15 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  4484.021] (II) event15 - Logitech USB Receiver Consumer Control: device is a keyboard
[  4484.022] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event16)
[  4484.022] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[  4484.022] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[  4484.023] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 35 paused 0
[  4484.023] (**) Logitech USB Receiver System Control: always reports core events
[  4484.023] (**) Option "Device" "/dev/input/event16"
[  4484.023] (**) Option "_source" "server/udev"
[  4484.025] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  4484.025] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[  4484.026] (II) event16 - Logitech USB Receiver System Control: device removed
[  4484.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input17/event16"
[  4484.026] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 20)
[  4484.028] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  4484.028] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[  4484.029] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event17)
[  4484.029] (II) No input driver specified, ignoring this device.
[  4484.029] (II) This device may have been added with another device file.
[  4484.029] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event22)
[  4484.029] (II) No input driver specified, ignoring this device.
[  4484.029] (II) This device may have been added with another device file.
[  4484.029] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event23)
[  4484.029] (II) No input driver specified, ignoring this device.
[  4484.029] (II) This device may have been added with another device file.
[  4484.030] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event24)
[  4484.030] (II) No input driver specified, ignoring this device.
[  4484.030] (II) This device may have been added with another device file.
[  4484.030] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event31)
[  4484.030] (II) No input driver specified, ignoring this device.
[  4484.030] (II) This device may have been added with another device file.
[  4484.030] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event256)
[  4484.030] (II) No input driver specified, ignoring this device.
[  4484.030] (II) This device may have been added with another device file.
[  4484.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event25)
[  4484.031] (II) No input driver specified, ignoring this device.
[  4484.031] (II) This device may have been added with another device file.
[  4484.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event257)
[  4484.031] (II) No input driver specified, ignoring this device.
[  4484.031] (II) This device may have been added with another device file.
[  4484.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event258)
[  4484.031] (II) No input driver specified, ignoring this device.
[  4484.031] (II) This device may have been added with another device file.
[  4484.032] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event30)
[  4484.032] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  4484.032] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  4484.033] (II) systemd-logind: got fd for /dev/input/event30 13:94 fd 36 paused 0
[  4484.033] (**) Eee PC WMI hotkeys: always reports core events
[  4484.033] (**) Option "Device" "/dev/input/event30"
[  4484.033] (**) Option "_source" "server/udev"
[  4484.033] (II) event30 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  4484.033] (II) event30 - Eee PC WMI hotkeys: device is a keyboard
[  4484.034] (II) event30 - Eee PC WMI hotkeys: device removed
[  4484.034] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input43/event30"
[  4484.034] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 21)
[  4484.034] (II) event30 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  4484.035] (II) event30 - Eee PC WMI hotkeys: device is a keyboard
[  4484.035] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  4484.035] (II) No input driver specified, ignoring this device.
[  4484.035] (II) This device may have been added with another device file.
[  4484.039] (**) Razer Razer BlackWidow X Chroma Consumer Control: Applying InputClass "libinput keyboard catchall"
[  4484.039] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Consumer Control'
[  4484.039] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  4484.039] (**) Razer Razer BlackWidow X Chroma Consumer Control: always reports core events
[  4484.039] (**) Option "Device" "/dev/input/event5"
[  4484.039] (**) Option "_source" "_driver/libinput"
[  4484.039] (II) libinput: Razer Razer BlackWidow X Chroma Consumer Control: is a virtual subdevice
[  4484.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input5/event5"
[  4484.039] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Consumer Control" (type: KEYBOARD, id 22)
[  4484.039] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[  4484.039] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[  4484.039] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[  4484.039] (II) systemd-logind: returning pre-existing fd for /dev/input/event259 13:259
[  4484.039] (**) Logitech MX Anywhere 2S: always reports core events
[  4484.039] (**) Option "Device" "/dev/input/event259"
[  4484.039] (**) Option "_source" "_driver/libinput"
[  4484.039] (II) libinput: Logitech MX Anywhere 2S: is a virtual subdevice
[  4484.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:406A.0009/input/input52/event259"
[  4484.039] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: KEYBOARD, id 23)
[  4484.039] (**) Logitech MX Anywhere 2: Applying InputClass "libinput pointer catchall"
[  4484.039] (**) Logitech MX Anywhere 2: Applying InputClass "libinput keyboard catchall"
[  4484.039] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2'
[  4484.039] (II) systemd-logind: returning pre-existing fd for /dev/input/event26 13:90
[  4484.039] (**) Logitech MX Anywhere 2: always reports core events
[  4484.039] (**) Option "Device" "/dev/input/event26"
[  4484.039] (**) Option "_source" "_driver/libinput"
[  4484.039] (II) libinput: Logitech MX Anywhere 2: is a virtual subdevice
[  4484.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:4072.000A/input/input53/event26"
[  4484.039] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2" (type: KEYBOARD, id 24)
[  4484.039] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  4484.039] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  4484.039] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
[  4484.039] (**) Logitech USB Receiver Consumer Control: always reports core events
[  4484.039] (**) Option "Device" "/dev/input/event15"
[  4484.039] (**) Option "_source" "_driver/libinput"
[  4484.039] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[  4484.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input16/event15"
[  4484.039] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 25)
[  4486.615] (**) Option "fd" "19"
[  4486.616] (II) event2  - Power Button: device removed
[  4486.616] (**) Option "fd" "22"
[  4486.616] (II) event21 - Video Bus: device removed
[  4486.616] (**) Option "fd" "23"
[  4486.616] (II) event1  - Power Button: device removed
[  4486.616] (**) Option "fd" "24"
[  4486.616] (II) event0  - Sleep Button: device removed
[  4486.616] (**) Option "fd" "25"
[  4486.616] (II) event3  - Razer Razer BlackWidow X Chroma: device removed
[  4486.617] (**) Option "fd" "26"
[  4486.617] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device removed
[  4486.617] (**) Option "fd" "27"
[  4486.617] (**) Option "fd" "28"
[  4486.617] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device removed
[  4486.617] (**) Option "fd" "29"
[  4486.617] (II) event8  - Razer Razer BlackWidow X Chroma: device removed
[  4486.618] (**) Option "fd" "30"
[  4486.618] (**) Option "fd" "31"
[  4486.618] (**) Option "fd" "32"
[  4486.618] (II) event13 - Logitech USB Receiver: device removed
[  4486.618] (**) Option "fd" "33"
[  4486.618] (II) event14 - Logitech USB Receiver Keyboard: device removed
[  4486.618] (**) Option "fd" "34"
[  4486.619] (**) Option "fd" "35"
[  4486.619] (II) event16 - Logitech USB Receiver System Control: device removed
[  4486.619] (**) Option "fd" "36"
[  4486.619] (II) event30 - Eee PC WMI hotkeys: device removed
[  4486.619] (**) Option "fd" "27"
[  4486.619] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device removed
[  4486.619] (**) Option "fd" "30"
[  4486.619] (II) event259 - Logitech MX Anywhere 2S: device removed
[  4486.619] (**) Option "fd" "31"
[  4486.619] (II) event26 - Logitech MX Anywhere 2: device removed
[  4486.620] (**) Option "fd" "34"
[  4486.620] (II) event15 - Logitech USB Receiver Consumer Control: device removed
[  4486.620] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4486.674] (II) systemd-logind: got pause for 13:64
[  4486.674] (II) systemd-logind: got pause for 13:77
[  4486.674] (II) systemd-logind: got pause for 13:69
[  4486.674] (II) systemd-logind: got pause for 13:70
[  4486.674] (II) systemd-logind: got pause for 13:94
[  4486.674] (II) systemd-logind: got pause for 13:259
[  4486.674] (II) systemd-logind: got pause for 13:78
[  4486.674] (II) systemd-logind: got pause for 13:79
[  4486.674] (II) systemd-logind: got pause for 13:72
[  4486.674] (II) systemd-logind: got pause for 226:1
[  4486.674] (II) systemd-logind: got pause for 13:65
[  4486.674] (II) systemd-logind: got pause for 13:80
[  4486.674] (II) systemd-logind: got pause for 13:66
[  4486.675] (II) systemd-logind: got pause for 226:0
[  4486.675] (II) systemd-logind: got pause for 13:90
[  4486.675] (II) systemd-logind: got pause for 13:68
[  4486.675] (II) systemd-logind: got pause for 13:67
[  4486.675] (II) systemd-logind: got pause for 13:85
[  4488.385] (II) UnloadModule: "libinput"
[  4488.385] (II) systemd-logind: not releasing fd for 13:79, still in use
[  4488.385] (II) UnloadModule: "libinput"
[  4488.385] (II) systemd-logind: not releasing fd for 13:90, still in use
[  4488.385] (II) UnloadModule: "libinput"
[  4488.385] (II) systemd-logind: not releasing fd for 13:259, still in use
[  4488.385] (II) UnloadModule: "libinput"
[  4488.385] (II) systemd-logind: not releasing fd for 13:69, still in use
[  4488.385] (II) UnloadModule: "libinput"
[  4488.385] (II) systemd-logind: releasing fd for 13:94
[  4488.439] (II) UnloadModule: "libinput"
[  4488.439] (II) systemd-logind: releasing fd for 13:80
[  4488.469] (II) UnloadModule: "libinput"
[  4488.469] (II) systemd-logind: releasing fd for 13:79
[  4488.502] (II) UnloadModule: "libinput"
[  4488.502] (II) systemd-logind: releasing fd for 13:78
[  4488.539] (II) UnloadModule: "libinput"
[  4488.539] (II) systemd-logind: releasing fd for 13:77
[  4488.592] (II) UnloadModule: "libinput"
[  4488.592] (II) systemd-logind: releasing fd for 13:90
[  4488.619] (II) UnloadModule: "libinput"
[  4488.619] (II) systemd-logind: releasing fd for 13:259
[  4488.645] (II) UnloadModule: "libinput"
[  4488.645] (II) systemd-logind: releasing fd for 13:72
[  4488.699] (II) UnloadModule: "libinput"
[  4488.699] (II) systemd-logind: releasing fd for 13:70
[  4488.725] (II) UnloadModule: "libinput"
[  4488.725] (II) systemd-logind: releasing fd for 13:69
[  4488.765] (II) UnloadModule: "libinput"
[  4488.765] (II) systemd-logind: releasing fd for 13:68
[  4488.792] (II) UnloadModule: "libinput"
[  4488.792] (II) systemd-logind: releasing fd for 13:67
[  4488.819] (II) UnloadModule: "libinput"
[  4488.819] (II) systemd-logind: releasing fd for 13:64
[  4488.845] (II) UnloadModule: "libinput"
[  4488.845] (II) systemd-logind: releasing fd for 13:65
[  4488.885] (II) UnloadModule: "libinput"
[  4488.885] (II) systemd-logind: releasing fd for 13:85
[  4488.953] (II) UnloadModule: "libinput"
[  4488.953] (II) systemd-logind: releasing fd for 13:66
[  4489.018] (II) Server terminated successfully (0). Closing log file.

The installed amd gpu' driver is xf86-video-ati

Maybe should I use amdgpu ?

Thanks in advance for your help

Offline

#2 2020-04-22 22:22:27

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: Xorg can't start with HD7950 gpu

Why do you need an xorg.conf?

[  4489.018] (II) Server terminated successfully (0). Closing log file.

X started and exited without issue.  If that is the correct log file what happens when you run X?

Offline

#3 2020-04-22 22:29:15

makosmos
Member
Registered: 2019-12-25
Posts: 28

Re: Xorg can't start with HD7950 gpu

When I run X with this config file, It print some text on the tty and then freeze (the screen isn't black),
I have to terminate it with

killall Xorg

from another tty but it seems to still be considered as a successful termination

I need a xorg.conf because it doesn't seems to use the right gpu without this conf file (Or you mean I shouldn't write my configurations about xorg in /etc/X11/xorg.conf ?)

Last edited by makosmos (2020-04-22 22:43:30)

Offline

#4 2020-04-22 22:43:53

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: Xorg can't start with HD7950 gpu

What is the log from running startx without xorg.conf.
xorg.conf has Screen1 to the right of Screen0.  Screen0 is not specified.  Screen1 defines a monitor connected to the 7950 GPU.

Offline

#5 2020-04-22 22:55:16

makosmos
Member
Registered: 2019-12-25
Posts: 28

Re: Xorg can't start with HD7950 gpu

The log without the config file:

[  7450.503] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  7450.504] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  7450.506] Build Operating System: Linux Arch Linux
[  7450.506] Current Operating System: Linux METEOR 5.6.4-arch1-1 #1 SMP PREEMPT Mon, 13 Apr 2020 12:21:19 +0000 x86_64
[  7450.506] Kernel command line: \\boot\vmlinuz-linux root=UUID=b4610a75-ec16-42d4-8534-4006912a7b8c rw add_efi_memmap initrd=/boot/intel-ucode.img initrd=/boot/initramfs-linux.img quiet
[  7450.508] Build Date: 30 March 2020  05:05:45AM
[  7450.508]  
[  7450.509] Current version of pixman: 0.38.4
[  7450.510] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  7450.510] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  7450.513] (==) Log file: "/home/makosmos/.local/share/xorg/Xorg.1.log", Time: Thu Apr 23 00:50:25 2020
[  7450.514] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  7450.514] (==) No Layout section.  Using the first Screen section.
[  7450.514] (==) No screen section available. Using defaults.
[  7450.514] (**) |-->Screen "Default Screen Section" (0)
[  7450.514] (**) |   |-->Monitor "<default monitor>"
[  7450.515] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  7450.515] (==) Automatically adding devices
[  7450.515] (==) Automatically enabling devices
[  7450.515] (==) Automatically adding GPU devices
[  7450.515] (==) Automatically binding GPU devices
[  7450.515] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  7450.515] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  7450.515] 	Entry deleted from font path.
[  7450.515] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  7450.515] (==) ModulePath set to "/usr/lib/xorg/modules"
[  7450.515] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  7450.515] (II) Module ABI versions:
[  7450.515] 	X.Org ANSI C Emulation: 0.4
[  7450.515] 	X.Org Video Driver: 24.1
[  7450.515] 	X.Org XInput driver : 24.1
[  7450.515] 	X.Org Server Extension : 10.0
[  7450.515] (++) using VT number 1

[  7450.516] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_35
[  7450.517] (II) xfree86: Adding drm device (/dev/dri/card1)
[  7450.517] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  7450.517] (II) xfree86: Adding drm device (/dev/dri/card0)
[  7450.517] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  7450.519] (--) PCI:*(0@0:2:0) 8086:5912:1043:8694 rev 4, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  7450.519] (--) PCI: (1@0:0:0) 1002:679a:1682:3221 rev 0, Mem @ 0xe0000000/268435456, 0xf7100000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  7450.519] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7450.519] (II) LoadModule: "glx"
[  7450.519] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  7450.520] (II) Module glx: vendor="X.Org Foundation"
[  7450.520] 	compiled for 1.20.8, module version = 1.0.0
[  7450.520] 	ABI class: X.Org Server Extension, version 10.0
[  7450.520] (II) Applying OutputClass "Radeon" to /dev/dri/card1
[  7450.520] 	loading driver: radeon
[  7450.520] (==) Matched intel as autoconfigured driver 0
[  7450.520] (==) Matched radeon as autoconfigured driver 1
[  7450.520] (==) Matched ati as autoconfigured driver 2
[  7450.520] (==) Matched modesetting as autoconfigured driver 3
[  7450.520] (==) Matched fbdev as autoconfigured driver 4
[  7450.520] (==) Matched vesa as autoconfigured driver 5
[  7450.520] (==) Assigned the driver to the xf86ConfigLayout
[  7450.520] (II) LoadModule: "intel"
[  7450.520] (WW) Warning, couldn't open module intel
[  7450.520] (EE) Failed to load module "intel" (module does not exist, 0)
[  7450.520] (II) LoadModule: "radeon"
[  7450.520] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  7450.520] (II) Module radeon: vendor="X.Org Foundation"
[  7450.520] 	compiled for 1.20.5, module version = 19.1.0
[  7450.520] 	Module class: X.Org Video Driver
[  7450.520] 	ABI class: X.Org Video Driver, version 24.0
[  7450.520] (II) LoadModule: "ati"
[  7450.520] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  7450.520] (II) Module ati: vendor="X.Org Foundation"
[  7450.520] 	compiled for 1.20.5, module version = 19.1.0
[  7450.520] 	Module class: X.Org Video Driver
[  7450.520] 	ABI class: X.Org Video Driver, version 24.0
[  7450.520] (II) LoadModule: "modesetting"
[  7450.520] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  7450.520] (II) Module modesetting: vendor="X.Org Foundation"
[  7450.520] 	compiled for 1.20.8, module version = 1.20.8
[  7450.520] 	Module class: X.Org Video Driver
[  7450.520] 	ABI class: X.Org Video Driver, version 24.1
[  7450.520] (II) LoadModule: "fbdev"
[  7450.520] (WW) Warning, couldn't open module fbdev
[  7450.520] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  7450.520] (II) LoadModule: "vesa"
[  7450.520] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  7450.520] (II) Module vesa: vendor="X.Org Foundation"
[  7450.521] 	compiled for 1.20.0, module version = 2.4.0
[  7450.521] 	Module class: X.Org Video Driver
[  7450.521] 	ABI class: X.Org Video Driver, version 24.0
[  7450.521] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	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 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 X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, 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 RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	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 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[  7450.522] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  7450.522] (II) VESA: driver for VESA chipsets: vesa
[  7450.522] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  7450.522] (II) modeset(0): using drv /dev/dri/card0
[  7450.522] (II) [KMS] Kernel modesetting enabled.
[  7450.522] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  7450.522] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  7450.522] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  7450.522] (==) modeset(0): RGB weight 888
[  7450.522] (==) modeset(0): Default visual is TrueColor
[  7450.522] (II) Loading sub module "glamoregl"
[  7450.522] (II) LoadModule: "glamoregl"
[  7450.522] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  7450.524] (II) Module glamoregl: vendor="X.Org Foundation"
[  7450.524] 	compiled for 1.20.8, module version = 1.0.1
[  7450.524] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7450.576] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[  7450.576] (II) modeset(0): glamor initialized
[  7450.602] (II) modeset(0): Output HDMI-1 has no monitor section
[  7450.606] (II) modeset(0): Output HDMI-2 has no monitor section
[  7450.606] (II) modeset(0): Output DP-1 has no monitor section
[  7450.632] (II) modeset(0): EDID for output HDMI-1
[  7450.632] (II) modeset(0): Manufacturer: HWP  Model: 302f  Serial#: 16843009
[  7450.632] (II) modeset(0): Year: 2013  Week: 42
[  7450.632] (II) modeset(0): EDID Version: 1.3
[  7450.632] (II) modeset(0): Digital Display Input
[  7450.632] (II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[  7450.632] (II) modeset(0): Gamma: 2.20
[  7450.632] (II) modeset(0): DPMS capabilities: Off
[  7450.632] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  7450.632] (II) modeset(0): First detailed timing is preferred mode
[  7450.632] (II) modeset(0): redX: 0.641 redY: 0.337   greenX: 0.313 greenY: 0.623
[  7450.632] (II) modeset(0): blueX: 0.151 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[  7450.633] (II) modeset(0): Supported established timings:
[  7450.633] (II) modeset(0): 720x400@70Hz
[  7450.633] (II) modeset(0): 640x480@60Hz
[  7450.633] (II) modeset(0): 800x600@60Hz
[  7450.633] (II) modeset(0): 1024x768@60Hz
[  7450.633] (II) modeset(0): Manufacturer's mask: 0
[  7450.633] (II) modeset(0): Supported standard timings:
[  7450.633] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  7450.633] (II) modeset(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  7450.633] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  7450.633] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  7450.633] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  7450.633] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  7450.633] (II) modeset(0): Supported detailed timing:
[  7450.633] (II) modeset(0): clock: 148.5 MHz   Image Size:  480 x 270 mm
[  7450.633] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  7450.633] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  7450.633] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[  7450.633] (II) modeset(0): Monitor name: HP 22xi
[  7450.633] (II) modeset(0): Serial No: 3CM3420PTV
[  7450.633] (II) modeset(0): Supported detailed timing:
[  7450.633] (II) modeset(0): clock: 148.5 MHz   Image Size:  480 x 270 mm
[  7450.633] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  7450.633] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  7450.633] (II) modeset(0): Supported detailed timing:
[  7450.633] (II) modeset(0): clock: 148.5 MHz   Image Size:  480 x 270 mm
[  7450.633] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[  7450.633] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  7450.633] (II) modeset(0): Supported detailed timing:
[  7450.633] (II) modeset(0): clock: 74.2 MHz   Image Size:  480 x 270 mm
[  7450.633] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  7450.633] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  7450.633] (II) modeset(0): Supported detailed timing:
[  7450.633] (II) modeset(0): clock: 74.2 MHz   Image Size:  480 x 270 mm
[  7450.633] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[  7450.633] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  7450.633] (II) modeset(0): Supported detailed timing:
[  7450.633] (II) modeset(0): clock: 27.0 MHz   Image Size:  480 x 270 mm
[  7450.633] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  7450.633] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  7450.633] (II) modeset(0): Number of EDID sections to follow: 1
[  7450.633] (II) modeset(0): EDID (in hex):
[  7450.633] (II) modeset(0): 	00ffffffffffff0022f02f3001010101
[  7450.633] (II) modeset(0): 	2a17010380301b782a16c5a456509f26
[  7450.633] (II) modeset(0): 	125054a10800d1c081c081809500a9c0
[  7450.633] (II) modeset(0): 	b30001010101023a801871382d40582c
[  7450.633] (II) modeset(0): 	4500e00e1100001a000000fd00324c18
[  7450.633] (II) modeset(0): 	5e11000a202020202020000000fc0048
[  7450.633] (II) modeset(0): 	5020323278690a2020202020000000ff
[  7450.633] (II) modeset(0): 	0033434d3334323050545620202001ed
[  7450.633] (II) modeset(0): 	020314b249909f041303021211016503
[  7450.633] (II) modeset(0): 	0c001000023a801871382d40582c4500
[  7450.633] (II) modeset(0): 	e00e1100001e023a80d072382d40102c
[  7450.633] (II) modeset(0): 	4580e00e1100001e011d007251d01e20
[  7450.633] (II) modeset(0): 	6e285500e00e1100001e011d00bc52d0
[  7450.633] (II) modeset(0): 	1e20b8285540e00e1100001e8c0ad08a
[  7450.633] (II) modeset(0): 	20e02d10103e9600e00e110000180000
[  7450.633] (II) modeset(0): 	0000000000000000000000000000007d
[  7450.633] (II) modeset(0): Printing probed modes for output HDMI-1
[  7450.633] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[  7450.633] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  7450.633] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  7450.633] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  7450.633] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  7450.633] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  7450.633] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  7450.633] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  7450.633] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7450.633] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7450.633] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  7450.633] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7450.633] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  7450.637] (II) modeset(0): EDID for output HDMI-2
[  7450.637] (II) modeset(0): EDID for output DP-1
[  7450.637] (II) modeset(0): Output HDMI-1 connected
[  7450.637] (II) modeset(0): Output HDMI-2 disconnected
[  7450.637] (II) modeset(0): Output DP-1 disconnected
[  7450.637] (II) modeset(0): Using exact sizes for initial modes
[  7450.637] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[  7450.637] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  7450.637] (==) modeset(0): DPI set to (96, 96)
[  7450.637] (II) Loading sub module "fb"
[  7450.637] (II) LoadModule: "fb"
[  7450.637] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7450.637] (II) Module fb: vendor="X.Org Foundation"
[  7450.637] 	compiled for 1.20.8, module version = 1.0.0
[  7450.637] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7450.637] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[  7450.637] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  7450.637] (==) RADEON(G0): Default visual is TrueColor
[  7450.637] (==) RADEON(G0): RGB weight 888
[  7450.637] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[  7450.637] (--) RADEON(G0): Chipset: "TAHITI" (ChipID = 0x679a)
[  7450.637] (II) Loading sub module "fb"
[  7450.637] (II) LoadModule: "fb"
[  7450.637] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7450.637] (II) Module fb: vendor="X.Org Foundation"
[  7450.637] 	compiled for 1.20.8, module version = 1.0.0
[  7450.637] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7450.637] (II) Loading sub module "dri2"
[  7450.637] (II) LoadModule: "dri2"
[  7450.637] (II) Module "dri2" already built-in
[  7450.640] (II) Loading sub module "glamoregl"
[  7450.640] (II) LoadModule: "glamoregl"
[  7450.640] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  7450.640] (II) Module glamoregl: vendor="X.Org Foundation"
[  7450.640] 	compiled for 1.20.8, module version = 1.0.1
[  7450.640] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7450.644] (II) RADEON(G0): glamor X acceleration enabled on AMD TAHITI (DRM 2.50.0, 5.6.4-arch1-1, LLVM 9.0.1)
[  7450.644] (II) RADEON(G0): glamor detected, initialising EGL layer.
[  7450.644] (II) RADEON(G0): KMS Color Tiling: enabled
[  7450.644] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[  7450.644] (==) RADEON(G0): TearFree property default: auto
[  7450.672] (II) RADEON(G0): Output DisplayPort-1-1 has no monitor section
[  7450.702] (II) RADEON(G0): Output DisplayPort-1-2 has no monitor section
[  7450.703] (II) RADEON(G0): Output HDMI-1-2 has no monitor section
[  7450.715] (II) RADEON(G0): Output DVI-1-0 has no monitor section
[  7450.745] (II) RADEON(G0): EDID for output DisplayPort-1-1
[  7450.775] (II) RADEON(G0): EDID for output DisplayPort-1-2
[  7450.776] (II) RADEON(G0): EDID for output HDMI-1-2
[  7450.788] (II) RADEON(G0): EDID for output DVI-1-0
[  7450.788] (II) RADEON(G0): mem size init: gart size :7fbcc000 vram size: s:c0000000 visible:fa28000
[  7450.788] (==) RADEON(G0): DPI set to (96, 96)
[  7450.788] (==) RADEON(G0): Using gamma correction (1.0, 1.0, 1.0)
[  7450.788] (II) Loading sub module "ramdac"
[  7450.788] (II) LoadModule: "ramdac"
[  7450.788] (II) Module "ramdac" already built-in
[  7450.788] (II) UnloadModule: "vesa"
[  7450.788] (II) Unloading vesa
[  7450.810] (==) modeset(0): Backing store enabled
[  7450.810] (==) modeset(0): Silken mouse disabled
[  7450.950] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  7450.950] (==) modeset(0): DPMS enabled
[  7450.950] (II) modeset(0): [DRI2] Setup complete
[  7450.950] (II) modeset(0): [DRI2]   DRI driver: iris
[  7450.950] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  7450.950] (II) RADEON(G0): [DRI2] Setup complete
[  7450.950] (II) RADEON(G0): [DRI2]   DRI driver: radeonsi
[  7450.950] (II) RADEON(G0): [DRI2]   VDPAU driver: radeonsi
[  7450.951] (II) RADEON(G0): Front buffer size: 3072K
[  7450.951] (II) RADEON(G0): VRAM usage limit set to 227692K
[  7450.951] (==) RADEON(G0): Backing store enabled
[  7450.951] (II) RADEON(G0): Direct rendering enabled
[  7450.962] (II) RADEON(G0): Use GLAMOR acceleration.
[  7450.962] (II) RADEON(G0): Acceleration enabled
[  7450.962] (==) RADEON(G0): DPMS enabled
[  7450.962] (==) RADEON(G0): Silken mouse disabled
[  7450.963] (II) Initializing extension Generic Event Extension
[  7450.963] (II) Initializing extension SHAPE
[  7450.963] (II) Initializing extension MIT-SHM
[  7450.963] (II) Initializing extension XInputExtension
[  7450.963] (II) Initializing extension XTEST
[  7450.963] (II) Initializing extension BIG-REQUESTS
[  7450.963] (II) Initializing extension SYNC
[  7450.963] (II) Initializing extension XKEYBOARD
[  7450.963] (II) Initializing extension XC-MISC
[  7450.963] (II) Initializing extension SECURITY
[  7450.963] (II) Initializing extension XFIXES
[  7450.963] (II) Initializing extension RENDER
[  7450.963] (II) Initializing extension RANDR
[  7450.963] (II) Initializing extension COMPOSITE
[  7450.963] (II) Initializing extension DAMAGE
[  7450.963] (II) Initializing extension MIT-SCREEN-SAVER
[  7450.963] (II) Initializing extension DOUBLE-BUFFER
[  7450.963] (II) Initializing extension RECORD
[  7450.963] (II) Initializing extension DPMS
[  7450.963] (II) Initializing extension Present
[  7450.963] (II) Initializing extension DRI3
[  7450.963] (II) Initializing extension X-Resource
[  7450.963] (II) Initializing extension XVideo
[  7450.963] (II) Initializing extension XVideo-MotionCompensation
[  7450.964] (II) Initializing extension GLX
[  7450.969] (II) AIGLX: Loaded and initialized iris
[  7450.969] (II) GLX: Initialized DRI2 GL provider for screen 0
[  7450.969] (II) Initializing extension XFree86-VidModeExtension
[  7450.969] (II) Initializing extension XFree86-DGA
[  7450.969] (II) Initializing extension XFree86-DRI
[  7450.969] (II) Initializing extension DRI2
[  7450.970] (II) modeset(0): Damage tracking initialized
[  7450.970] (II) modeset(0): Setting screen physical size to 508 x 285
[  7451.016] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  7451.016] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7451.016] (II) LoadModule: "libinput"
[  7451.016] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  7451.017] (II) Module libinput: vendor="X.Org Foundation"
[  7451.017] 	compiled for 1.20.7, module version = 0.29.0
[  7451.017] 	Module class: X.Org XInput Driver
[  7451.017] 	ABI class: X.Org XInput driver, version 24.1
[  7451.017] (II) Using input driver 'libinput' for 'Power Button'
[  7451.017] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[  7451.017] (**) Power Button: always reports core events
[  7451.017] (**) Option "Device" "/dev/input/event2"
[  7451.017] (**) Option "_source" "server/udev"
[  7451.018] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  7451.019] (II) event2  - Power Button: device is a keyboard
[  7451.019] (II) event2  - Power Button: device removed
[  7451.019] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  7451.019] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  7451.019] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  7451.019] (II) event2  - Power Button: device is a keyboard
[  7451.020] (II) config/udev: Adding input device Video Bus (/dev/input/event21)
[  7451.020] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  7451.020] (II) Using input driver 'libinput' for 'Video Bus'
[  7451.020] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 27 paused 0
[  7451.020] (**) Video Bus: always reports core events
[  7451.020] (**) Option "Device" "/dev/input/event21"
[  7451.020] (**) Option "_source" "server/udev"
[  7451.021] (II) event21 - Video Bus: is tagged by udev as: Keyboard
[  7451.021] (II) event21 - Video Bus: device is a keyboard
[  7451.021] (II) event21 - Video Bus: device removed
[  7451.021] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input28/event21"
[  7451.021] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  7451.022] (II) event21 - Video Bus: is tagged by udev as: Keyboard
[  7451.022] (II) event21 - Video Bus: device is a keyboard
[  7451.022] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  7451.022] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7451.022] (II) Using input driver 'libinput' for 'Power Button'
[  7451.022] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[  7451.022] (**) Power Button: always reports core events
[  7451.022] (**) Option "Device" "/dev/input/event1"
[  7451.022] (**) Option "_source" "server/udev"
[  7451.023] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  7451.023] (II) event1  - Power Button: device is a keyboard
[  7451.023] (II) event1  - Power Button: device removed
[  7451.023] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  7451.023] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  7451.024] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  7451.024] (II) event1  - Power Button: device is a keyboard
[  7451.024] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  7451.024] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  7451.024] (II) Using input driver 'libinput' for 'Sleep Button'
[  7451.025] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[  7451.025] (**) Sleep Button: always reports core events
[  7451.025] (**) Option "Device" "/dev/input/event0"
[  7451.025] (**) Option "_source" "server/udev"
[  7451.025] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  7451.025] (II) event0  - Sleep Button: device is a keyboard
[  7451.025] (II) event0  - Sleep Button: device removed
[  7451.025] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  7451.025] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  7451.026] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  7451.026] (II) event0  - Sleep Button: device is a keyboard
[  7451.027] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[  7451.027] (II) No input driver specified, ignoring this device.
[  7451.027] (II) This device may have been added with another device file.
[  7451.027] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[  7451.027] (II) No input driver specified, ignoring this device.
[  7451.027] (II) This device may have been added with another device file.
[  7451.027] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[  7451.027] (II) No input driver specified, ignoring this device.
[  7451.027] (II) This device may have been added with another device file.
[  7451.027] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[  7451.027] (II) No input driver specified, ignoring this device.
[  7451.027] (II) This device may have been added with another device file.
[  7451.027] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[  7451.027] (II) No input driver specified, ignoring this device.
[  7451.027] (II) This device may have been added with another device file.
[  7451.028] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event20)
[  7451.028] (II) No input driver specified, ignoring this device.
[  7451.028] (II) This device may have been added with another device file.
[  7451.028] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event3)
[  7451.028] (**) Razer Razer BlackWidow X Chroma: Applying InputClass "libinput keyboard catchall"
[  7451.028] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma'
[  7451.029] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[  7451.029] (**) Razer Razer BlackWidow X Chroma: always reports core events
[  7451.029] (**) Option "Device" "/dev/input/event3"
[  7451.029] (**) Option "_source" "server/udev"
[  7451.030] (II) event3  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Keyboard
[  7451.030] (II) event3  - Razer Razer BlackWidow X Chroma: device is a keyboard
[  7451.030] (II) event3  - Razer Razer BlackWidow X Chroma: device removed
[  7451.030] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1532:0216.0001/input/input3/event3"
[  7451.030] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma" (type: KEYBOARD, id 10)
[  7451.031] (II) event3  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Keyboard
[  7451.031] (II) event3  - Razer Razer BlackWidow X Chroma: device is a keyboard
[  7451.031] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma Keyboard (/dev/input/event4)
[  7451.031] (**) Razer Razer BlackWidow X Chroma Keyboard: Applying InputClass "libinput keyboard catchall"
[  7451.031] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Keyboard'
[  7451.032] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[  7451.032] (**) Razer Razer BlackWidow X Chroma Keyboard: always reports core events
[  7451.032] (**) Option "Device" "/dev/input/event4"
[  7451.032] (**) Option "_source" "server/udev"
[  7451.033] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: is tagged by udev as: Keyboard
[  7451.033] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device is a keyboard
[  7451.033] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device removed
[  7451.033] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input4/event4"
[  7451.033] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Keyboard" (type: KEYBOARD, id 11)
[  7451.034] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: is tagged by udev as: Keyboard
[  7451.034] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device is a keyboard
[  7451.035] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma Consumer Control (/dev/input/event5)
[  7451.035] (**) Razer Razer BlackWidow X Chroma Consumer Control: Applying InputClass "libinput keyboard catchall"
[  7451.035] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Consumer Control'
[  7451.035] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[  7451.035] (**) Razer Razer BlackWidow X Chroma Consumer Control: always reports core events
[  7451.035] (**) Option "Device" "/dev/input/event5"
[  7451.035] (**) Option "_source" "server/udev"
[  7451.036] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: is tagged by udev as: Keyboard
[  7451.036] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device is a keyboard
[  7451.036] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device removed
[  7451.036] (II) libinput: Razer Razer BlackWidow X Chroma Consumer Control: needs a virtual subdevice
[  7451.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input5/event5"
[  7451.036] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Consumer Control" (type: MOUSE, id 12)
[  7451.036] (**) Option "AccelerationScheme" "none"
[  7451.036] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) selected scheme none/0
[  7451.036] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) acceleration factor: 2.000
[  7451.036] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) acceleration threshold: 4
[  7451.037] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: is tagged by udev as: Keyboard
[  7451.037] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device is a keyboard
[  7451.038] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma System Control (/dev/input/event6)
[  7451.038] (**) Razer Razer BlackWidow X Chroma System Control: Applying InputClass "libinput keyboard catchall"
[  7451.038] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma System Control'
[  7451.038] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
[  7451.038] (**) Razer Razer BlackWidow X Chroma System Control: always reports core events
[  7451.038] (**) Option "Device" "/dev/input/event6"
[  7451.038] (**) Option "_source" "server/udev"
[  7451.039] (II) event6  - Razer Razer BlackWidow X Chroma System Control: is tagged by udev as: Keyboard
[  7451.039] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device is a keyboard
[  7451.039] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device removed
[  7451.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input6/event6"
[  7451.039] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma System Control" (type: KEYBOARD, id 13)
[  7451.040] (II) event6  - Razer Razer BlackWidow X Chroma System Control: is tagged by udev as: Keyboard
[  7451.041] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device is a keyboard
[  7451.041] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event7)
[  7451.041] (II) No input driver specified, ignoring this device.
[  7451.041] (II) This device may have been added with another device file.
[  7451.041] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event8)
[  7451.041] (**) Razer Razer BlackWidow X Chroma: Applying InputClass "libinput pointer catchall"
[  7451.041] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma'
[  7451.098] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[  7451.098] (**) Razer Razer BlackWidow X Chroma: always reports core events
[  7451.098] (**) Option "Device" "/dev/input/event8"
[  7451.098] (**) Option "_source" "server/udev"
[  7451.099] (II) event8  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Mouse
[  7451.100] (II) event8  - Razer Razer BlackWidow X Chroma: device is a pointer
[  7451.100] (II) event8  - Razer Razer BlackWidow X Chroma: device removed
[  7451.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/0003:1532:0216.0003/input/input8/event8"
[  7451.100] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma" (type: MOUSE, id 14)
[  7451.100] (**) Option "AccelerationScheme" "none"
[  7451.100] (**) Razer Razer BlackWidow X Chroma: (accel) selected scheme none/0
[  7451.100] (**) Razer Razer BlackWidow X Chroma: (accel) acceleration factor: 2.000
[  7451.100] (**) Razer Razer BlackWidow X Chroma: (accel) acceleration threshold: 4
[  7451.102] (II) event8  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Mouse
[  7451.102] (II) event8  - Razer Razer BlackWidow X Chroma: device is a pointer
[  7451.103] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/mouse0)
[  7451.103] (II) No input driver specified, ignoring this device.
[  7451.103] (II) This device may have been added with another device file.
[  7451.104] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/event259)
[  7451.104] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[  7451.104] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[  7451.104] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[  7451.105] (II) systemd-logind: got fd for /dev/input/event259 13:259 fd 35 paused 0
[  7451.105] (**) Logitech MX Anywhere 2S: always reports core events
[  7451.105] (**) Option "Device" "/dev/input/event259"
[  7451.105] (**) Option "_source" "server/udev"
[  7451.107] (II) event259 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[  7451.107] (II) event259 - Logitech MX Anywhere 2S: device is a pointer
[  7451.107] (II) event259 - Logitech MX Anywhere 2S: device is a keyboard
[  7451.108] (II) event259 - Logitech MX Anywhere 2S: device removed
[  7451.108] (II) libinput: Logitech MX Anywhere 2S: needs a virtual subdevice
[  7451.108] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:406A.0009/input/input52/event259"
[  7451.108] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: MOUSE, id 15)
[  7451.108] (**) Option "AccelerationScheme" "none"
[  7451.108] (**) Logitech MX Anywhere 2S: (accel) selected scheme none/0
[  7451.108] (**) Logitech MX Anywhere 2S: (accel) acceleration factor: 2.000
[  7451.108] (**) Logitech MX Anywhere 2S: (accel) acceleration threshold: 4
[  7451.110] (II) event259 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[  7451.111] (II) event259 - Logitech MX Anywhere 2S: device is a pointer
[  7451.111] (II) event259 - Logitech MX Anywhere 2S: device is a keyboard
[  7451.112] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/mouse1)
[  7451.112] (II) No input driver specified, ignoring this device.
[  7451.112] (II) This device may have been added with another device file.
[  7451.113] (II) config/udev: Adding input device Logitech MX Anywhere 2 (/dev/input/event26)
[  7451.113] (**) Logitech MX Anywhere 2: Applying InputClass "libinput pointer catchall"
[  7451.113] (**) Logitech MX Anywhere 2: Applying InputClass "libinput keyboard catchall"
[  7451.113] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2'
[  7451.114] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 36 paused 0
[  7451.114] (**) Logitech MX Anywhere 2: always reports core events
[  7451.114] (**) Option "Device" "/dev/input/event26"
[  7451.114] (**) Option "_source" "server/udev"
[  7451.116] (II) event26 - Logitech MX Anywhere 2: is tagged by udev as: Keyboard Mouse
[  7451.117] (II) event26 - Logitech MX Anywhere 2: device is a pointer
[  7451.117] (II) event26 - Logitech MX Anywhere 2: device is a keyboard
[  7451.117] (II) event26 - Logitech MX Anywhere 2: device removed
[  7451.117] (II) libinput: Logitech MX Anywhere 2: needs a virtual subdevice
[  7451.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:4072.000A/input/input53/event26"
[  7451.117] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2" (type: MOUSE, id 16)
[  7451.117] (**) Option "AccelerationScheme" "none"
[  7451.117] (**) Logitech MX Anywhere 2: (accel) selected scheme none/0
[  7451.117] (**) Logitech MX Anywhere 2: (accel) acceleration factor: 2.000
[  7451.117] (**) Logitech MX Anywhere 2: (accel) acceleration threshold: 4
[  7451.120] (II) event26 - Logitech MX Anywhere 2: is tagged by udev as: Keyboard Mouse
[  7451.120] (II) event26 - Logitech MX Anywhere 2: device is a pointer
[  7451.120] (II) event26 - Logitech MX Anywhere 2: device is a keyboard
[  7451.122] (II) config/udev: Adding input device Logitech MX Anywhere 2 (/dev/input/mouse3)
[  7451.122] (II) No input driver specified, ignoring this device.
[  7451.122] (II) This device may have been added with another device file.
[  7451.123] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event13)
[  7451.123] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[  7451.123] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  7451.178] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 37 paused 0
[  7451.178] (**) Logitech USB Receiver: always reports core events
[  7451.178] (**) Option "Device" "/dev/input/event13"
[  7451.178] (**) Option "_source" "server/udev"
[  7451.183] (II) event13 - Logitech USB Receiver: is tagged by udev as: Mouse
[  7451.184] (II) event13 - Logitech USB Receiver: device is a pointer
[  7451.184] (II) event13 - Logitech USB Receiver: device removed
[  7451.184] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.0/0003:046D:C537.0007/input/input14/event13"
[  7451.184] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 17)
[  7451.185] (**) Option "AccelerationScheme" "none"
[  7451.185] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  7451.185] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  7451.185] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  7451.190] (II) event13 - Logitech USB Receiver: is tagged by udev as: Mouse
[  7451.190] (II) event13 - Logitech USB Receiver: device is a pointer
[  7451.193] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse2)
[  7451.193] (II) No input driver specified, ignoring this device.
[  7451.193] (II) This device may have been added with another device file.
[  7451.195] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event14)
[  7451.195] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  7451.195] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  7451.197] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 38 paused 0
[  7451.197] (**) Logitech USB Receiver Keyboard: always reports core events
[  7451.197] (**) Option "Device" "/dev/input/event14"
[  7451.197] (**) Option "_source" "server/udev"
[  7451.202] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  7451.202] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[  7451.203] (II) event14 - Logitech USB Receiver Keyboard: device removed
[  7451.203] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input15/event14"
[  7451.203] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 18)
[  7451.208] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  7451.209] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[  7451.212] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event15)
[  7451.212] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  7451.212] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  7451.213] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
[  7451.213] (**) Logitech USB Receiver Consumer Control: always reports core events
[  7451.213] (**) Option "Device" "/dev/input/event15"
[  7451.213] (**) Option "_source" "server/udev"
[  7451.216] (II) event15 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  7451.217] (II) event15 - Logitech USB Receiver Consumer Control: device is a keyboard
[  7451.217] (II) event15 - Logitech USB Receiver Consumer Control: device removed
[  7451.217] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[  7451.217] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input16/event15"
[  7451.217] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 19)
[  7451.217] (**) Option "AccelerationScheme" "none"
[  7451.217] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[  7451.217] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[  7451.217] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[  7451.220] (II) event15 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  7451.220] (II) event15 - Logitech USB Receiver Consumer Control: device is a keyboard
[  7451.221] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event16)
[  7451.221] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[  7451.221] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[  7451.222] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 40 paused 0
[  7451.222] (**) Logitech USB Receiver System Control: always reports core events
[  7451.222] (**) Option "Device" "/dev/input/event16"
[  7451.222] (**) Option "_source" "server/udev"
[  7451.224] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  7451.224] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[  7451.224] (II) event16 - Logitech USB Receiver System Control: device removed
[  7451.224] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input17/event16"
[  7451.224] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 20)
[  7451.226] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  7451.227] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[  7451.227] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event17)
[  7451.228] (II) No input driver specified, ignoring this device.
[  7451.228] (II) This device may have been added with another device file.
[  7451.228] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event22)
[  7451.228] (II) No input driver specified, ignoring this device.
[  7451.228] (II) This device may have been added with another device file.
[  7451.228] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event23)
[  7451.228] (II) No input driver specified, ignoring this device.
[  7451.228] (II) This device may have been added with another device file.
[  7451.229] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event24)
[  7451.229] (II) No input driver specified, ignoring this device.
[  7451.229] (II) This device may have been added with another device file.
[  7451.229] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event31)
[  7451.229] (II) No input driver specified, ignoring this device.
[  7451.229] (II) This device may have been added with another device file.
[  7451.229] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event256)
[  7451.229] (II) No input driver specified, ignoring this device.
[  7451.229] (II) This device may have been added with another device file.
[  7451.230] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event25)
[  7451.230] (II) No input driver specified, ignoring this device.
[  7451.230] (II) This device may have been added with another device file.
[  7451.230] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event257)
[  7451.230] (II) No input driver specified, ignoring this device.
[  7451.230] (II) This device may have been added with another device file.
[  7451.230] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event258)
[  7451.230] (II) No input driver specified, ignoring this device.
[  7451.230] (II) This device may have been added with another device file.
[  7451.231] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event30)
[  7451.231] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  7451.231] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  7451.231] (II) systemd-logind: got fd for /dev/input/event30 13:94 fd 41 paused 0
[  7451.231] (**) Eee PC WMI hotkeys: always reports core events
[  7451.231] (**) Option "Device" "/dev/input/event30"
[  7451.231] (**) Option "_source" "server/udev"
[  7451.232] (II) event30 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  7451.232] (II) event30 - Eee PC WMI hotkeys: device is a keyboard
[  7451.232] (II) event30 - Eee PC WMI hotkeys: device removed
[  7451.232] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input43/event30"
[  7451.232] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 21)
[  7451.233] (II) event30 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  7451.233] (II) event30 - Eee PC WMI hotkeys: device is a keyboard
[  7451.234] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  7451.234] (II) No input driver specified, ignoring this device.
[  7451.234] (II) This device may have been added with another device file.
[  7451.249] (**) Razer Razer BlackWidow X Chroma Consumer Control: Applying InputClass "libinput keyboard catchall"
[  7451.249] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Consumer Control'
[  7451.249] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  7451.249] (**) Razer Razer BlackWidow X Chroma Consumer Control: always reports core events
[  7451.249] (**) Option "Device" "/dev/input/event5"
[  7451.249] (**) Option "_source" "_driver/libinput"
[  7451.249] (II) libinput: Razer Razer BlackWidow X Chroma Consumer Control: is a virtual subdevice
[  7451.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input5/event5"
[  7451.249] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Consumer Control" (type: KEYBOARD, id 22)
[  7451.249] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[  7451.249] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[  7451.249] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[  7451.249] (II) systemd-logind: returning pre-existing fd for /dev/input/event259 13:259
[  7451.249] (**) Logitech MX Anywhere 2S: always reports core events
[  7451.249] (**) Option "Device" "/dev/input/event259"
[  7451.249] (**) Option "_source" "_driver/libinput"
[  7451.249] (II) libinput: Logitech MX Anywhere 2S: is a virtual subdevice
[  7451.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:406A.0009/input/input52/event259"
[  7451.249] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: KEYBOARD, id 23)
[  7451.249] (**) Logitech MX Anywhere 2: Applying InputClass "libinput pointer catchall"
[  7451.249] (**) Logitech MX Anywhere 2: Applying InputClass "libinput keyboard catchall"
[  7451.249] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2'
[  7451.249] (II) systemd-logind: returning pre-existing fd for /dev/input/event26 13:90
[  7451.249] (**) Logitech MX Anywhere 2: always reports core events
[  7451.249] (**) Option "Device" "/dev/input/event26"
[  7451.249] (**) Option "_source" "_driver/libinput"
[  7451.249] (II) libinput: Logitech MX Anywhere 2: is a virtual subdevice
[  7451.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:4072.000A/input/input53/event26"
[  7451.249] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2" (type: KEYBOARD, id 24)
[  7451.249] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  7451.249] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  7451.249] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
[  7451.249] (**) Logitech USB Receiver Consumer Control: always reports core events
[  7451.249] (**) Option "Device" "/dev/input/event15"
[  7451.249] (**) Option "_source" "_driver/libinput"
[  7451.250] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[  7451.250] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input16/event15"
[  7451.250] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 25)
[  7462.723] (II) modeset(0): EDID vendor "HWP", prod id 12335
[  7462.723] (II) modeset(0): Using EDID range info for horizontal sync
[  7462.723] (II) modeset(0): Using EDID range info for vertical refresh
[  7462.723] (II) modeset(0): Printing DDC gathered Modelines:
[  7462.723] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[  7462.723] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  7462.723] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  7462.723] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  7462.723] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  7462.723] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  7462.723] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  7462.723] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7462.723] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7462.723] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  7462.723] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7462.723] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  7462.723] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  7462.723] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  7462.723] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  7462.753] (II) modeset(0): EDID vendor "HWP", prod id 12335
[  7462.753] (II) modeset(0): Using hsync ranges from config file
[  7462.753] (II) modeset(0): Using vrefresh ranges from config file
[  7462.753] (II) modeset(0): Printing DDC gathered Modelines:
[  7462.753] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[  7462.753] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  7462.753] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  7462.753] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  7462.753] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  7462.753] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  7462.753] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  7462.753] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7462.753] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7462.753] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  7462.753] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7462.753] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  7462.753] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  7462.753] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  7462.753] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  7463.043] (II) modeset(0): EDID vendor "HWP", prod id 12335
[  7463.043] (II) modeset(0): Using hsync ranges from config file
[  7463.043] (II) modeset(0): Using vrefresh ranges from config file
[  7463.043] (II) modeset(0): Printing DDC gathered Modelines:
[  7463.043] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[  7463.043] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  7463.043] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  7463.043] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  7463.043] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  7463.043] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  7463.043] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  7463.043] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7463.043] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7463.043] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  7463.043] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7463.043] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  7463.043] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  7463.043] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  7463.043] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  7463.073] (II) modeset(0): EDID vendor "HWP", prod id 12335
[  7463.073] (II) modeset(0): Using hsync ranges from config file
[  7463.073] (II) modeset(0): Using vrefresh ranges from config file
[  7463.073] (II) modeset(0): Printing DDC gathered Modelines:
[  7463.073] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[  7463.073] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  7463.073] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  7463.073] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  7463.073] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  7463.073] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  7463.073] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  7463.073] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7463.073] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7463.073] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  7463.073] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7463.073] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  7463.073] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  7463.073] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  7463.073] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)

I used the

Xorg 0: -configure

command to generate the xorg.conf file and I have no clue why It created  2 monitors since only 1 monitor is physically connected to my computer
When I modified the config file, I removed the unused screen (screen0 which as you said was supposed to use the amd gpu)

Offline

#6 2020-04-22 23:13:10

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: Xorg can't start with HD7950 gpu

What if you use the following xorg.conf:

Section "Device"
	Identifier  "radeon"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
EndSection

Section "OutputClass"
	Identifier   "radeon"
	MatchDriver "radeon"
	Option "PrimaryGPU" "yes"
EndSection

Offline

#7 2020-04-23 07:10:20

makosmos
Member
Registered: 2019-12-25
Posts: 28

Re: Xorg can't start with HD7950 gpu

Xorg still freeze on the tty when I launch it with your conf file
Here the log file :

[  1413.231] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1413.233] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  1413.237] Build Operating System: Linux Arch Linux
[  1413.239] Current Operating System: Linux METEOR 5.6.4-arch1-1 #1 SMP PREEMPT Mon, 13 Apr 2020 12:21:19 +0000 x86_64
[  1413.239] Kernel command line: \\boot\vmlinuz-linux root=UUID=b4610a75-ec16-42d4-8534-4006912a7b8c rw add_efi_memmap initrd=/boot/intel-ucode.img initrd=/boot/initramfs-linux.img quiet
[  1413.242] Build Date: 30 March 2020  05:05:45AM
[  1413.243]  
[  1413.245] Current version of pixman: 0.38.4
[  1413.247] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1413.247] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1413.251] (==) Log file: "/home/makosmos/.local/share/xorg/Xorg.0.log", Time: Thu Apr 23 09:07:39 2020
[  1413.252] (==) Using config file: "/etc/X11/xorg.conf"
[  1413.254] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1413.254] (==) No Layout section.  Using the first Screen section.
[  1413.254] (==) No screen section available. Using defaults.
[  1413.254] (**) |-->Screen "Default Screen Section" (0)
[  1413.254] (**) |   |-->Monitor "<default monitor>"
[  1413.254] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1413.254] (**) |   |-->Device "radeon"
[  1413.254] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1413.254] (==) Automatically adding devices
[  1413.254] (==) Automatically enabling devices
[  1413.254] (==) Automatically adding GPU devices
[  1413.254] (==) Automatically binding GPU devices
[  1413.254] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1413.254] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1413.254] 	Entry deleted from font path.
[  1413.254] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1413.254] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1413.254] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1413.254] (II) Module ABI versions:
[  1413.254] 	X.Org ANSI C Emulation: 0.4
[  1413.254] 	X.Org Video Driver: 24.1
[  1413.254] 	X.Org XInput driver : 24.1
[  1413.254] 	X.Org Server Extension : 10.0
[  1413.255] (++) using VT number 1

[  1413.256] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1413.257] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1413.257] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  1413.257] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1413.258] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  1413.259] (**) OutputClass "radeon" setting /dev/dri/card1 as PrimaryGPU
[  1413.259] (--) PCI: (0@0:2:0) 8086:5912:1043:8694 rev 4, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  1413.259] (--) PCI:*(1@0:0:0) 1002:679a:1682:3221 rev 0, Mem @ 0xe0000000/268435456, 0xf7100000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  1413.259] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1413.259] (II) LoadModule: "glx"
[  1413.260] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1413.260] (II) Module glx: vendor="X.Org Foundation"
[  1413.260] 	compiled for 1.20.8, module version = 1.0.0
[  1413.260] 	ABI class: X.Org Server Extension, version 10.0
[  1413.260] (II) LoadModule: "radeon"
[  1413.261] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  1413.261] (II) Module radeon: vendor="X.Org Foundation"
[  1413.261] 	compiled for 1.20.5, module version = 19.1.0
[  1413.261] 	Module class: X.Org Video Driver
[  1413.261] 	ABI class: X.Org Video Driver, version 24.0
[  1413.261] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	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 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 X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, 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 RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	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 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[  1413.262] (II) [KMS] Kernel modesetting enabled.
[  1413.262] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1413.262] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1413.262] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  1413.262] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1413.262] (==) RADEON(0): Default visual is TrueColor
[  1413.262] (II) Applying OutputClass "radeon" options to /dev/dri/card1
[  1413.262] (==) RADEON(0): RGB weight 888
[  1413.262] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  1413.262] (--) RADEON(0): Chipset: "TAHITI" (ChipID = 0x679a)
[  1413.262] (II) Loading sub module "fb"
[  1413.262] (II) LoadModule: "fb"
[  1413.262] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1413.263] (II) Module fb: vendor="X.Org Foundation"
[  1413.263] 	compiled for 1.20.8, module version = 1.0.0
[  1413.263] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1413.263] (II) Loading sub module "dri2"
[  1413.263] (II) LoadModule: "dri2"
[  1413.263] (II) Module "dri2" already built-in
[  1413.309] (II) Loading sub module "glamoregl"
[  1413.309] (II) LoadModule: "glamoregl"
[  1413.309] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1413.311] (II) Module glamoregl: vendor="X.Org Foundation"
[  1413.311] 	compiled for 1.20.8, module version = 1.0.1
[  1413.311] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1413.317] (II) RADEON(0): glamor X acceleration enabled on AMD TAHITI (DRM 2.50.0, 5.6.4-arch1-1, LLVM 9.0.1)
[  1413.317] (II) RADEON(0): glamor detected, initialising EGL layer.
[  1413.317] (II) RADEON(0): KMS Color Tiling: enabled
[  1413.317] (II) RADEON(0): KMS Color Tiling 2D: enabled
[  1413.317] (==) RADEON(0): TearFree property default: auto
[  1413.317] (II) RADEON(0): KMS Pageflipping: enabled
[  1413.347] (II) RADEON(0): Output DisplayPort-1 has no monitor section
[  1413.376] (II) RADEON(0): Output DisplayPort-2 has no monitor section
[  1413.377] (II) RADEON(0): Output HDMI-2 has no monitor section
[  1413.389] (II) RADEON(0): Output DVI-0 has no monitor section
[  1413.419] (II) RADEON(0): EDID for output DisplayPort-1
[  1413.449] (II) RADEON(0): EDID for output DisplayPort-2
[  1413.450] (II) RADEON(0): EDID for output HDMI-2
[  1413.462] (II) RADEON(0): EDID for output DVI-0
[  1413.462] (II) RADEON(0): Output DisplayPort-1 disconnected
[  1413.462] (II) RADEON(0): Output DisplayPort-2 disconnected
[  1413.462] (II) RADEON(0): Output HDMI-2 disconnected
[  1413.462] (II) RADEON(0): Output DVI-0 disconnected
[  1413.462] (WW) RADEON(0): No outputs definitely connected, trying again...
[  1413.462] (II) RADEON(0): Output DisplayPort-1 disconnected
[  1413.462] (II) RADEON(0): Output DisplayPort-2 disconnected
[  1413.462] (II) RADEON(0): Output HDMI-2 disconnected
[  1413.462] (II) RADEON(0): Output DVI-0 disconnected
[  1413.462] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[  1413.462] (II) RADEON(0): mem size init: gart size :7fbcc000 vram size: s:c0000000 visible:fa28000
[  1413.462] (==) RADEON(0): DPI set to (96, 96)
[  1413.462] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[  1413.462] (II) Loading sub module "ramdac"
[  1413.462] (II) LoadModule: "ramdac"
[  1413.462] (II) Module "ramdac" already built-in
[  1413.463] (II) RADEON(0): [DRI2] Setup complete
[  1413.463] (II) RADEON(0): [DRI2]   DRI driver: radeonsi
[  1413.463] (II) RADEON(0): [DRI2]   VDPAU driver: radeonsi
[  1413.463] (II) RADEON(0): Front buffer size: 3072K
[  1413.463] (II) RADEON(0): VRAM usage limit set to 227692K
[  1413.463] (II) RADEON(0): SYNC extension fences enabled
[  1413.463] (II) RADEON(0): Present extension enabled
[  1413.463] (==) RADEON(0): DRI3 enabled
[  1413.463] (==) RADEON(0): Backing store enabled
[  1413.463] (II) RADEON(0): Direct rendering enabled
[  1413.488] (II) RADEON(0): Use GLAMOR acceleration.
[  1413.488] (II) RADEON(0): Acceleration enabled
[  1413.488] (==) RADEON(0): DPMS enabled
[  1413.488] (==) RADEON(0): Silken mouse disabled
[  1413.488] (II) RADEON(0): Set up textured video (glamor)
[  1413.488] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[  1413.488] (II) RADEON(0): [XvMC] Extension initialized.
[  1413.490] (WW) RADEON(0): Option "PrimaryGPU" is not used
[  1413.490] (II) Initializing extension Generic Event Extension
[  1413.490] (II) Initializing extension SHAPE
[  1413.490] (II) Initializing extension MIT-SHM
[  1413.490] (II) Initializing extension XInputExtension
[  1413.490] (II) Initializing extension XTEST
[  1413.490] (II) Initializing extension BIG-REQUESTS
[  1413.490] (II) Initializing extension SYNC
[  1413.490] (II) Initializing extension XKEYBOARD
[  1413.490] (II) Initializing extension XC-MISC
[  1413.490] (II) Initializing extension SECURITY
[  1413.490] (II) Initializing extension XFIXES
[  1413.490] (II) Initializing extension RENDER
[  1413.490] (II) Initializing extension RANDR
[  1413.490] (II) Initializing extension COMPOSITE
[  1413.490] (II) Initializing extension DAMAGE
[  1413.490] (II) Initializing extension MIT-SCREEN-SAVER
[  1413.490] (II) Initializing extension DOUBLE-BUFFER
[  1413.490] (II) Initializing extension RECORD
[  1413.490] (II) Initializing extension DPMS
[  1413.490] (II) Initializing extension Present
[  1413.490] (II) Initializing extension DRI3
[  1413.490] (II) Initializing extension X-Resource
[  1413.490] (II) Initializing extension XVideo
[  1413.490] (II) Initializing extension XVideo-MotionCompensation
[  1413.490] (II) Initializing extension GLX
[  1413.495] (II) AIGLX: Loaded and initialized radeonsi
[  1413.495] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1413.495] (II) Initializing extension XFree86-VidModeExtension
[  1413.495] (II) Initializing extension XFree86-DGA
[  1413.495] (II) Initializing extension XFree86-DRI
[  1413.495] (II) Initializing extension DRI2
[  1413.548] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1413.548] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1413.548] (II) LoadModule: "libinput"
[  1413.548] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1413.549] (II) Module libinput: vendor="X.Org Foundation"
[  1413.549] 	compiled for 1.20.7, module version = 0.29.0
[  1413.549] 	Module class: X.Org XInput Driver
[  1413.549] 	ABI class: X.Org XInput driver, version 24.1
[  1413.549] (II) Using input driver 'libinput' for 'Power Button'
[  1413.549] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[  1413.549] (**) Power Button: always reports core events
[  1413.549] (**) Option "Device" "/dev/input/event2"
[  1413.549] (**) Option "_source" "server/udev"
[  1413.550] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1413.550] (II) event2  - Power Button: device is a keyboard
[  1413.550] (II) event2  - Power Button: device removed
[  1413.550] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1413.550] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1413.551] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1413.551] (II) event2  - Power Button: device is a keyboard
[  1413.551] (II) config/udev: Adding input device Video Bus (/dev/input/event21)
[  1413.551] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1413.551] (II) Using input driver 'libinput' for 'Video Bus'
[  1413.552] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 22 paused 0
[  1413.552] (**) Video Bus: always reports core events
[  1413.552] (**) Option "Device" "/dev/input/event21"
[  1413.552] (**) Option "_source" "server/udev"
[  1413.552] (II) event21 - Video Bus: is tagged by udev as: Keyboard
[  1413.552] (II) event21 - Video Bus: device is a keyboard
[  1413.552] (II) event21 - Video Bus: device removed
[  1413.552] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input28/event21"
[  1413.553] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1413.553] (II) event21 - Video Bus: is tagged by udev as: Keyboard
[  1413.553] (II) event21 - Video Bus: device is a keyboard
[  1413.554] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1413.554] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1413.554] (II) Using input driver 'libinput' for 'Power Button'
[  1413.554] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[  1413.554] (**) Power Button: always reports core events
[  1413.554] (**) Option "Device" "/dev/input/event1"
[  1413.554] (**) Option "_source" "server/udev"
[  1413.555] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1413.555] (II) event1  - Power Button: device is a keyboard
[  1413.555] (II) event1  - Power Button: device removed
[  1413.555] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1413.555] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1413.555] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1413.555] (II) event1  - Power Button: device is a keyboard
[  1413.556] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  1413.556] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1413.556] (II) Using input driver 'libinput' for 'Sleep Button'
[  1413.556] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[  1413.556] (**) Sleep Button: always reports core events
[  1413.556] (**) Option "Device" "/dev/input/event0"
[  1413.556] (**) Option "_source" "server/udev"
[  1413.557] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1413.557] (II) event0  - Sleep Button: device is a keyboard
[  1413.557] (II) event0  - Sleep Button: device removed
[  1413.557] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  1413.557] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1413.558] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1413.558] (II) event0  - Sleep Button: device is a keyboard
[  1413.558] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[  1413.558] (II) No input driver specified, ignoring this device.
[  1413.558] (II) This device may have been added with another device file.
[  1413.558] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[  1413.558] (II) No input driver specified, ignoring this device.
[  1413.558] (II) This device may have been added with another device file.
[  1413.559] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[  1413.559] (II) No input driver specified, ignoring this device.
[  1413.559] (II) This device may have been added with another device file.
[  1413.559] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[  1413.559] (II) No input driver specified, ignoring this device.
[  1413.559] (II) This device may have been added with another device file.
[  1413.559] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[  1413.559] (II) No input driver specified, ignoring this device.
[  1413.559] (II) This device may have been added with another device file.
[  1413.559] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event20)
[  1413.559] (II) No input driver specified, ignoring this device.
[  1413.559] (II) This device may have been added with another device file.
[  1413.560] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event3)
[  1413.560] (**) Razer Razer BlackWidow X Chroma: Applying InputClass "libinput keyboard catchall"
[  1413.560] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma'
[  1413.560] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[  1413.560] (**) Razer Razer BlackWidow X Chroma: always reports core events
[  1413.560] (**) Option "Device" "/dev/input/event3"
[  1413.560] (**) Option "_source" "server/udev"
[  1413.561] (II) event3  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Keyboard
[  1413.561] (II) event3  - Razer Razer BlackWidow X Chroma: device is a keyboard
[  1413.561] (II) event3  - Razer Razer BlackWidow X Chroma: device removed
[  1413.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1532:0216.0001/input/input3/event3"
[  1413.561] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma" (type: KEYBOARD, id 10)
[  1413.562] (II) event3  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Keyboard
[  1413.562] (II) event3  - Razer Razer BlackWidow X Chroma: device is a keyboard
[  1413.563] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma Keyboard (/dev/input/event4)
[  1413.563] (**) Razer Razer BlackWidow X Chroma Keyboard: Applying InputClass "libinput keyboard catchall"
[  1413.563] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Keyboard'
[  1413.563] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[  1413.563] (**) Razer Razer BlackWidow X Chroma Keyboard: always reports core events
[  1413.563] (**) Option "Device" "/dev/input/event4"
[  1413.563] (**) Option "_source" "server/udev"
[  1413.564] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: is tagged by udev as: Keyboard
[  1413.564] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device is a keyboard
[  1413.564] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device removed
[  1413.565] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input4/event4"
[  1413.565] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Keyboard" (type: KEYBOARD, id 11)
[  1413.566] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: is tagged by udev as: Keyboard
[  1413.566] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device is a keyboard
[  1413.566] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma Consumer Control (/dev/input/event5)
[  1413.566] (**) Razer Razer BlackWidow X Chroma Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1413.566] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Consumer Control'
[  1413.567] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[  1413.567] (**) Razer Razer BlackWidow X Chroma Consumer Control: always reports core events
[  1413.567] (**) Option "Device" "/dev/input/event5"
[  1413.567] (**) Option "_source" "server/udev"
[  1413.568] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: is tagged by udev as: Keyboard
[  1413.568] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device is a keyboard
[  1413.568] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device removed
[  1413.568] (II) libinput: Razer Razer BlackWidow X Chroma Consumer Control: needs a virtual subdevice
[  1413.568] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input5/event5"
[  1413.568] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Consumer Control" (type: MOUSE, id 12)
[  1413.568] (**) Option "AccelerationScheme" "none"
[  1413.568] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) selected scheme none/0
[  1413.568] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) acceleration factor: 2.000
[  1413.568] (**) Razer Razer BlackWidow X Chroma Consumer Control: (accel) acceleration threshold: 4
[  1413.569] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: is tagged by udev as: Keyboard
[  1413.569] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device is a keyboard
[  1413.569] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma System Control (/dev/input/event6)
[  1413.569] (**) Razer Razer BlackWidow X Chroma System Control: Applying InputClass "libinput keyboard catchall"
[  1413.569] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma System Control'
[  1413.570] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[  1413.570] (**) Razer Razer BlackWidow X Chroma System Control: always reports core events
[  1413.570] (**) Option "Device" "/dev/input/event6"
[  1413.570] (**) Option "_source" "server/udev"
[  1413.571] (II) event6  - Razer Razer BlackWidow X Chroma System Control: is tagged by udev as: Keyboard
[  1413.571] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device is a keyboard
[  1413.571] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device removed
[  1413.571] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input6/event6"
[  1413.571] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma System Control" (type: KEYBOARD, id 13)
[  1413.572] (II) event6  - Razer Razer BlackWidow X Chroma System Control: is tagged by udev as: Keyboard
[  1413.572] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device is a keyboard
[  1413.572] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event7)
[  1413.572] (II) No input driver specified, ignoring this device.
[  1413.572] (II) This device may have been added with another device file.
[  1413.573] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/event8)
[  1413.573] (**) Razer Razer BlackWidow X Chroma: Applying InputClass "libinput pointer catchall"
[  1413.573] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma'
[  1413.629] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[  1413.629] (**) Razer Razer BlackWidow X Chroma: always reports core events
[  1413.629] (**) Option "Device" "/dev/input/event8"
[  1413.629] (**) Option "_source" "server/udev"
[  1413.630] (II) event8  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Mouse
[  1413.630] (II) event8  - Razer Razer BlackWidow X Chroma: device is a pointer
[  1413.631] (II) event8  - Razer Razer BlackWidow X Chroma: device removed
[  1413.631] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/0003:1532:0216.0003/input/input8/event8"
[  1413.631] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma" (type: MOUSE, id 14)
[  1413.631] (**) Option "AccelerationScheme" "none"
[  1413.631] (**) Razer Razer BlackWidow X Chroma: (accel) selected scheme none/0
[  1413.631] (**) Razer Razer BlackWidow X Chroma: (accel) acceleration factor: 2.000
[  1413.631] (**) Razer Razer BlackWidow X Chroma: (accel) acceleration threshold: 4
[  1413.632] (II) event8  - Razer Razer BlackWidow X Chroma: is tagged by udev as: Mouse
[  1413.632] (II) event8  - Razer Razer BlackWidow X Chroma: device is a pointer
[  1413.633] (II) config/udev: Adding input device Razer Razer BlackWidow X Chroma (/dev/input/mouse0)
[  1413.633] (II) No input driver specified, ignoring this device.
[  1413.633] (II) This device may have been added with another device file.
[  1413.634] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/event259)
[  1413.634] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[  1413.634] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[  1413.634] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[  1413.635] (II) systemd-logind: got fd for /dev/input/event259 13:259 fd 30 paused 0
[  1413.635] (**) Logitech MX Anywhere 2S: always reports core events
[  1413.635] (**) Option "Device" "/dev/input/event259"
[  1413.635] (**) Option "_source" "server/udev"
[  1413.637] (II) event259 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[  1413.637] (II) event259 - Logitech MX Anywhere 2S: device is a pointer
[  1413.637] (II) event259 - Logitech MX Anywhere 2S: device is a keyboard
[  1413.638] (II) event259 - Logitech MX Anywhere 2S: device removed
[  1413.638] (II) libinput: Logitech MX Anywhere 2S: needs a virtual subdevice
[  1413.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:406A.0009/input/input52/event259"
[  1413.638] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: MOUSE, id 15)
[  1413.638] (**) Option "AccelerationScheme" "none"
[  1413.638] (**) Logitech MX Anywhere 2S: (accel) selected scheme none/0
[  1413.638] (**) Logitech MX Anywhere 2S: (accel) acceleration factor: 2.000
[  1413.638] (**) Logitech MX Anywhere 2S: (accel) acceleration threshold: 4
[  1413.640] (II) event259 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[  1413.640] (II) event259 - Logitech MX Anywhere 2S: device is a pointer
[  1413.640] (II) event259 - Logitech MX Anywhere 2S: device is a keyboard
[  1413.641] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/mouse1)
[  1413.641] (II) No input driver specified, ignoring this device.
[  1413.641] (II) This device may have been added with another device file.
[  1413.642] (II) config/udev: Adding input device Logitech MX Anywhere 2 (/dev/input/event26)
[  1413.642] (**) Logitech MX Anywhere 2: Applying InputClass "libinput pointer catchall"
[  1413.642] (**) Logitech MX Anywhere 2: Applying InputClass "libinput keyboard catchall"
[  1413.642] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2'
[  1413.643] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 31 paused 0
[  1413.643] (**) Logitech MX Anywhere 2: always reports core events
[  1413.643] (**) Option "Device" "/dev/input/event26"
[  1413.643] (**) Option "_source" "server/udev"
[  1413.645] (II) event26 - Logitech MX Anywhere 2: is tagged by udev as: Keyboard Mouse
[  1413.645] (II) event26 - Logitech MX Anywhere 2: device is a pointer
[  1413.645] (II) event26 - Logitech MX Anywhere 2: device is a keyboard
[  1413.645] (II) event26 - Logitech MX Anywhere 2: device removed
[  1413.645] (II) libinput: Logitech MX Anywhere 2: needs a virtual subdevice
[  1413.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:4072.000A/input/input53/event26"
[  1413.645] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2" (type: MOUSE, id 16)
[  1413.646] (**) Option "AccelerationScheme" "none"
[  1413.646] (**) Logitech MX Anywhere 2: (accel) selected scheme none/0
[  1413.646] (**) Logitech MX Anywhere 2: (accel) acceleration factor: 2.000
[  1413.646] (**) Logitech MX Anywhere 2: (accel) acceleration threshold: 4
[  1413.647] (II) event26 - Logitech MX Anywhere 2: is tagged by udev as: Keyboard Mouse
[  1413.648] (II) event26 - Logitech MX Anywhere 2: device is a pointer
[  1413.648] (II) event26 - Logitech MX Anywhere 2: device is a keyboard
[  1413.649] (II) config/udev: Adding input device Logitech MX Anywhere 2 (/dev/input/mouse3)
[  1413.649] (II) No input driver specified, ignoring this device.
[  1413.649] (II) This device may have been added with another device file.
[  1413.650] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event13)
[  1413.650] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[  1413.650] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  1413.706] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 32 paused 0
[  1413.706] (**) Logitech USB Receiver: always reports core events
[  1413.706] (**) Option "Device" "/dev/input/event13"
[  1413.706] (**) Option "_source" "server/udev"
[  1413.711] (II) event13 - Logitech USB Receiver: is tagged by udev as: Mouse
[  1413.711] (II) event13 - Logitech USB Receiver: device is a pointer
[  1413.712] (II) event13 - Logitech USB Receiver: device removed
[  1413.712] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.0/0003:046D:C537.0007/input/input14/event13"
[  1413.712] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 17)
[  1413.712] (**) Option "AccelerationScheme" "none"
[  1413.712] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  1413.712] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  1413.712] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  1413.717] (II) event13 - Logitech USB Receiver: is tagged by udev as: Mouse
[  1413.718] (II) event13 - Logitech USB Receiver: device is a pointer
[  1413.720] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse2)
[  1413.720] (II) No input driver specified, ignoring this device.
[  1413.720] (II) This device may have been added with another device file.
[  1413.722] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event14)
[  1413.722] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1413.723] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[  1413.724] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 33 paused 0
[  1413.724] (**) Logitech USB Receiver Keyboard: always reports core events
[  1413.724] (**) Option "Device" "/dev/input/event14"
[  1413.725] (**) Option "_source" "server/udev"
[  1413.729] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  1413.730] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[  1413.731] (II) event14 - Logitech USB Receiver Keyboard: device removed
[  1413.731] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input15/event14"
[  1413.731] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 18)
[  1413.736] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[  1413.736] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[  1413.739] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event15)
[  1413.739] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1413.739] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  1413.740] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 34 paused 0
[  1413.740] (**) Logitech USB Receiver Consumer Control: always reports core events
[  1413.740] (**) Option "Device" "/dev/input/event15"
[  1413.740] (**) Option "_source" "server/udev"
[  1413.744] (II) event15 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  1413.744] (II) event15 - Logitech USB Receiver Consumer Control: device is a keyboard
[  1413.744] (II) event15 - Logitech USB Receiver Consumer Control: device removed
[  1413.744] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[  1413.744] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input16/event15"
[  1413.744] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 19)
[  1413.744] (**) Option "AccelerationScheme" "none"
[  1413.744] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[  1413.744] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[  1413.744] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[  1413.747] (II) event15 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  1413.747] (II) event15 - Logitech USB Receiver Consumer Control: device is a keyboard
[  1413.748] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event16)
[  1413.748] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[  1413.748] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[  1413.749] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 35 paused 0
[  1413.749] (**) Logitech USB Receiver System Control: always reports core events
[  1413.749] (**) Option "Device" "/dev/input/event16"
[  1413.749] (**) Option "_source" "server/udev"
[  1413.751] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  1413.751] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[  1413.751] (II) event16 - Logitech USB Receiver System Control: device removed
[  1413.752] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input17/event16"
[  1413.752] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 20)
[  1413.754] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[  1413.754] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[  1413.755] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event17)
[  1413.755] (II) No input driver specified, ignoring this device.
[  1413.755] (II) This device may have been added with another device file.
[  1413.755] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event22)
[  1413.755] (II) No input driver specified, ignoring this device.
[  1413.755] (II) This device may have been added with another device file.
[  1413.755] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event30)
[  1413.755] (II) No input driver specified, ignoring this device.
[  1413.755] (II) This device may have been added with another device file.
[  1413.756] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event23)
[  1413.756] (II) No input driver specified, ignoring this device.
[  1413.756] (II) This device may have been added with another device file.
[  1413.756] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event24)
[  1413.756] (II) No input driver specified, ignoring this device.
[  1413.756] (II) This device may have been added with another device file.
[  1413.756] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event25)
[  1413.756] (II) No input driver specified, ignoring this device.
[  1413.756] (II) This device may have been added with another device file.
[  1413.757] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event256)
[  1413.757] (II) No input driver specified, ignoring this device.
[  1413.757] (II) This device may have been added with another device file.
[  1413.757] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event257)
[  1413.757] (II) No input driver specified, ignoring this device.
[  1413.757] (II) This device may have been added with another device file.
[  1413.757] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event258)
[  1413.757] (II) No input driver specified, ignoring this device.
[  1413.757] (II) This device may have been added with another device file.
[  1413.758] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event31)
[  1413.758] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1413.758] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1413.758] (II) systemd-logind: got fd for /dev/input/event31 13:95 fd 36 paused 0
[  1413.758] (**) Eee PC WMI hotkeys: always reports core events
[  1413.758] (**) Option "Device" "/dev/input/event31"
[  1413.758] (**) Option "_source" "server/udev"
[  1413.759] (II) event31 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1413.759] (II) event31 - Eee PC WMI hotkeys: device is a keyboard
[  1413.759] (II) event31 - Eee PC WMI hotkeys: device removed
[  1413.759] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input51/event31"
[  1413.759] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 21)
[  1413.760] (II) event31 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1413.760] (II) event31 - Eee PC WMI hotkeys: device is a keyboard
[  1413.761] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  1413.761] (II) No input driver specified, ignoring this device.
[  1413.761] (II) This device may have been added with another device file.
[  1413.764] (**) Razer Razer BlackWidow X Chroma Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1413.764] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow X Chroma Consumer Control'
[  1413.764] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  1413.764] (**) Razer Razer BlackWidow X Chroma Consumer Control: always reports core events
[  1413.764] (**) Option "Device" "/dev/input/event5"
[  1413.764] (**) Option "_source" "_driver/libinput"
[  1413.764] (II) libinput: Razer Razer BlackWidow X Chroma Consumer Control: is a virtual subdevice
[  1413.764] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1532:0216.0002/input/input5/event5"
[  1413.764] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow X Chroma Consumer Control" (type: KEYBOARD, id 22)
[  1413.764] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[  1413.764] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[  1413.764] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[  1413.764] (II) systemd-logind: returning pre-existing fd for /dev/input/event259 13:259
[  1413.764] (**) Logitech MX Anywhere 2S: always reports core events
[  1413.764] (**) Option "Device" "/dev/input/event259"
[  1413.764] (**) Option "_source" "_driver/libinput"
[  1413.764] (II) libinput: Logitech MX Anywhere 2S: is a virtual subdevice
[  1413.764] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:406A.0009/input/input52/event259"
[  1413.764] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: KEYBOARD, id 23)
[  1413.765] (**) Logitech MX Anywhere 2: Applying InputClass "libinput pointer catchall"
[  1413.765] (**) Logitech MX Anywhere 2: Applying InputClass "libinput keyboard catchall"
[  1413.765] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2'
[  1413.765] (II) systemd-logind: returning pre-existing fd for /dev/input/event26 13:90
[  1413.765] (**) Logitech MX Anywhere 2: always reports core events
[  1413.765] (**) Option "Device" "/dev/input/event26"
[  1413.765] (**) Option "_source" "_driver/libinput"
[  1413.765] (II) libinput: Logitech MX Anywhere 2: is a virtual subdevice
[  1413.765] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0006/0003:046D:4072.000A/input/input53/event26"
[  1413.765] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2" (type: KEYBOARD, id 24)
[  1413.765] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1413.765] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[  1413.765] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
[  1413.765] (**) Logitech USB Receiver Consumer Control: always reports core events
[  1413.765] (**) Option "Device" "/dev/input/event15"
[  1413.765] (**) Option "_source" "_driver/libinput"
[  1413.765] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[  1413.765] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb3/3-2/3-2:1.1/0003:046D:C537.0008/input/input16/event15"
[  1413.765] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 25)
[  1416.109] (**) Option "fd" "19"
[  1416.109] (II) event2  - Power Button: device removed
[  1416.109] (**) Option "fd" "22"
[  1416.109] (II) event21 - Video Bus: device removed
[  1416.110] (**) Option "fd" "23"
[  1416.110] (II) event1  - Power Button: device removed
[  1416.110] (**) Option "fd" "24"
[  1416.110] (II) event0  - Sleep Button: device removed
[  1416.110] (**) Option "fd" "25"
[  1416.110] (II) event3  - Razer Razer BlackWidow X Chroma: device removed
[  1416.110] (**) Option "fd" "26"
[  1416.110] (II) event4  - Razer Razer BlackWidow X Chroma Keyboard: device removed
[  1416.110] (**) Option "fd" "27"
[  1416.110] (**) Option "fd" "28"
[  1416.110] (II) event6  - Razer Razer BlackWidow X Chroma System Control: device removed
[  1416.110] (**) Option "fd" "29"
[  1416.110] (II) event8  - Razer Razer BlackWidow X Chroma: device removed
[  1416.111] (**) Option "fd" "30"
[  1416.111] (**) Option "fd" "31"
[  1416.111] (**) Option "fd" "32"
[  1416.111] (II) event13 - Logitech USB Receiver: device removed
[  1416.111] (**) Option "fd" "33"
[  1416.111] (II) event14 - Logitech USB Receiver Keyboard: device removed
[  1416.111] (**) Option "fd" "34"
[  1416.111] (**) Option "fd" "35"
[  1416.111] (II) event16 - Logitech USB Receiver System Control: device removed
[  1416.111] (**) Option "fd" "36"
[  1416.111] (II) event31 - Eee PC WMI hotkeys: device removed
[  1416.112] (**) Option "fd" "27"
[  1416.112] (II) event5  - Razer Razer BlackWidow X Chroma Consumer Control: device removed
[  1416.112] (**) Option "fd" "30"
[  1416.112] (II) event259 - Logitech MX Anywhere 2S: device removed
[  1416.112] (**) Option "fd" "31"
[  1416.112] (II) event26 - Logitech MX Anywhere 2: device removed
[  1416.112] (**) Option "fd" "34"
[  1416.112] (II) event15 - Logitech USB Receiver Consumer Control: device removed
[  1416.112] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1416.168] (II) systemd-logind: got pause for 13:68
[  1416.168] (II) systemd-logind: got pause for 13:78
[  1416.168] (II) systemd-logind: got pause for 13:67
[  1416.168] (II) systemd-logind: got pause for 13:69
[  1416.168] (II) systemd-logind: got pause for 13:90
[  1416.168] (II) systemd-logind: got pause for 13:77
[  1416.168] (II) systemd-logind: got pause for 13:85
[  1416.168] (II) systemd-logind: got pause for 13:64
[  1416.168] (II) systemd-logind: got pause for 13:65
[  1416.168] (II) systemd-logind: got pause for 13:66
[  1416.168] (II) systemd-logind: got pause for 226:1
[  1416.168] (II) systemd-logind: got pause for 226:0
[  1416.168] (II) systemd-logind: got pause for 13:259
[  1416.168] (II) systemd-logind: got pause for 13:79
[  1416.168] (II) systemd-logind: got pause for 13:80
[  1416.168] (II) systemd-logind: got pause for 13:95
[  1416.168] (II) systemd-logind: got pause for 13:70
[  1416.168] (II) systemd-logind: got pause for 13:72
[  1421.620] (II) UnloadModule: "libinput"
[  1421.620] (II) systemd-logind: not releasing fd for 13:79, still in use
[  1421.620] (II) UnloadModule: "libinput"
[  1421.620] (II) systemd-logind: not releasing fd for 13:90, still in use
[  1421.620] (II) UnloadModule: "libinput"
[  1421.620] (II) systemd-logind: not releasing fd for 13:259, still in use
[  1421.620] (II) UnloadModule: "libinput"
[  1421.620] (II) systemd-logind: not releasing fd for 13:69, still in use
[  1421.620] (II) UnloadModule: "libinput"
[  1421.620] (II) systemd-logind: releasing fd for 13:95
[  1421.679] (II) UnloadModule: "libinput"
[  1421.679] (II) systemd-logind: releasing fd for 13:80
[  1421.726] (II) UnloadModule: "libinput"
[  1421.726] (II) systemd-logind: releasing fd for 13:79
[  1421.752] (II) UnloadModule: "libinput"
[  1421.752] (II) systemd-logind: releasing fd for 13:78
[  1421.779] (II) UnloadModule: "libinput"
[  1421.779] (II) systemd-logind: releasing fd for 13:77
[  1421.846] (II) UnloadModule: "libinput"
[  1421.846] (II) systemd-logind: releasing fd for 13:90
[  1421.872] (II) UnloadModule: "libinput"
[  1421.872] (II) systemd-logind: releasing fd for 13:259
[  1421.912] (II) UnloadModule: "libinput"
[  1421.912] (II) systemd-logind: releasing fd for 13:72
[  1421.966] (II) UnloadModule: "libinput"
[  1421.966] (II) systemd-logind: releasing fd for 13:70
[  1421.992] (II) UnloadModule: "libinput"
[  1421.992] (II) systemd-logind: releasing fd for 13:69
[  1422.032] (II) UnloadModule: "libinput"
[  1422.032] (II) systemd-logind: releasing fd for 13:68
[  1422.059] (II) UnloadModule: "libinput"
[  1422.059] (II) systemd-logind: releasing fd for 13:67
[  1422.099] (II) UnloadModule: "libinput"
[  1422.099] (II) systemd-logind: releasing fd for 13:64
[  1422.126] (II) UnloadModule: "libinput"
[  1422.126] (II) systemd-logind: releasing fd for 13:65
[  1422.166] (II) UnloadModule: "libinput"
[  1422.166] (II) systemd-logind: releasing fd for 13:85
[  1422.220] (II) UnloadModule: "libinput"
[  1422.221] (II) systemd-logind: releasing fd for 13:66
[  1422.282] (II) Server terminated successfully (0). Closing log file.

Offline

#8 2020-04-23 07:42:02

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,265

Re: Xorg can't start with HD7950 gpu

Contents of your xinitrc?

Also, what happens if you try to re-use the TTY?
https://wiki.archlinux.org/index.php/Xinit#xserverrc

Offline

#9 2020-04-23 07:52:52

makosmos
Member
Registered: 2019-12-25
Posts: 28

Re: Xorg can't start with HD7950 gpu

my .xinitrc:

#!/bin/sh

setxkbmap fr
exec spectrwm

After killing Xorg, I can reuse the tty as usual, If I tell in the xorg.conf to use the intel HD graphic gpu, startx will run successfully

Offline

#10 2020-04-23 08:18:00

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,265

Re: Xorg can't start with HD7950 gpu

Please check the link I posted.
a) is your xinitrc broken
b) the idea is to make X11 re-use the TTY that ran startx intead of opening a second TTY

Offline

#11 2020-04-23 08:45:38

makosmos
Member
Registered: 2019-12-25
Posts: 28

Re: Xorg can't start with HD7950 gpu

I've read it but my xinitrc is fine, the issue is with /etc/X11/xorg.conf where I didn't managed to force Xorg to use my amd gpu instead of the intel hd graphics.

When Xorg freeze in tty1, I kill it using tty2 but then I re-run the startx command back in tty1, and I can do this multiple multiple times without having to run startx in another TTY
If I modify the xorg.conf such that the intel hd graphic is used, then startx successfully launched Xorg.

In my opinion it might be a driver issue or it's my xorg.conf which is wrong, but this page https://wiki.archlinux.org/index.php/Xorg#AMD tells I can use the ATI for a radeon HD7950

Last edited by makosmos (2020-04-23 08:46:17)

Offline

#12 2020-04-23 08:48:58

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,265

Re: Xorg can't start with HD7950 gpu

wiki wrote:

Note: At the very least, ensure that the last if block in /etc/X11/xinit/xinitrc is present in your ~/.xinitrc file to ensure that the scripts in /etc/X11/xinit/xinitrc.d are sourced.

wiki wrote:

In order to maintain an authenticated session with logind and to prevent bypassing the screen locker by switching terminals, Xorg has to be started on the same virtual terminal where the login occurred [1]. Therefore it is recommended to specify vt$XDG_VTNR in the ~/.xserverrc file:

Offline

#13 2020-04-23 09:21:43

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: Xorg can't start with HD7950 gpu

@makomos the display is connected to the 7950 GPU when you run startx and the tty freezes?

Offline

#14 2020-04-23 10:54:48

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,889

Re: Xorg can't start with HD7950 gpu

Makomos, your system shows very strong signs of using a hybrid graphics setup, intel integrated + amd discrete videocard .

PLease read https://wiki.archlinux.org/index.php/PRIME thoroughly to get a better understanding of how your system works and what options you have.


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

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB