LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-09-2017, 06:30 PM   #61
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

mpyusko

Were you able to get that driver working for your Slackware system?
 
Old 01-09-2017, 06:33 PM   #62
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by charlie4 View Post
I've noticed that your git doesn't exist anymore. Are you still going to update your script for amdgpu-pro-driver-16.5?
I actually changed things around since I don't know how well each driver version is supported (and what needs to be done). I have created a directory for the 16.30, 16.40, and 16.50 releases and have SlackBuilds in each (the download link is near the top of each SlackBuild). Although, I believe that 16.50 (possibly 16.40 too) need something compiled in there, but I haven't found any solid information on it. Give it a try and let me know your results.

Right now, all my packages do is repackage the Ubuntu driver's individual .deb files (found after extracting the main tarball) and create one giant Slackware package. If something does need to be compiled, I'll need to work that into the script.

https://github.com/bassmadrigal/slac...gpu-pro-driver
 
Old 01-10-2017, 03:47 AM   #63
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
let me know your results
I compiled the right xorg-server-1.18.4 from git based upon this line: "[ 47433.439] compiled for 1.18.4, module version = 1.1.99"
Perhaps I need to make an "/etc/X11/xorg.conf" to get a working screen?

Also, makepkg is complaining about zero-length documentation files.

Code:
[ 47433.405] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 47433.405] X Protocol Version 11, Revision 0
[ 47433.405] Build Operating System: Linux 4.9.0-rc8+ x86_64 
[ 47433.405] Current Operating System: Linux 64 4.9.0-rc8+ #1 SMP Fri Jan 6 06:19:55 UTC 2017 x86_64
[ 47433.405] Kernel command line: auto BOOT_IMAGE=Linux64 ro root=802
[ 47433.405] Build Date: 10 January 2017  03:27:34AM
[ 47433.405]  
[ 47433.406] Current version of pixman: 0.35.1
[ 47433.406] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 47433.406] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 47433.406] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 10 03:32:11 2017
[ 47433.406] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 47433.406] (==) No Layout section.  Using the first Screen section.
[ 47433.406] (==) No screen section available. Using defaults.
[ 47433.406] (**) |-->Screen "Default Screen Section" (0)
[ 47433.406] (**) |   |-->Monitor "<default monitor>"
[ 47433.406] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 47433.406] (==) Automatically adding devices
[ 47433.406] (==) Automatically enabling devices
[ 47433.406] (==) Automatically adding GPU devices
[ 47433.406] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 47433.406] (==) FontPath set to:
	
[ 47433.406] (**) ModulePath set to "/opt/amdgpu-pro/lib/xorg/modules,/usr/lib/xorg/modules"
[ 47433.406] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 47433.406] (II) Loader magic: 0x802660
[ 47433.406] (II) Module ABI versions:
[ 47433.406] 	X.Org ANSI C Emulation: 0.4
[ 47433.406] 	X.Org Video Driver: 20.0
[ 47433.406] 	X.Org XInput driver : 22.1
[ 47433.406] 	X.Org Server Extension : 9.0
[ 47433.407] (++) using VT number 1

[ 47433.407] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[ 47433.407] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 47433.433] (--) PCI:*(0:1:0:0) 1002:7300:1002:0b36 rev 202, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 47433.433] (II) Open ACPI successful (/var/run/acpid.socket)
[ 47433.433] (II) "glx" will be loaded by default.
[ 47433.433] (II) LoadModule: "dri2"
[ 47433.433] (II) Module "dri2" already built-in
[ 47433.433] (II) LoadModule: "glamoregl"
[ 47433.433] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/libglamoregl.so
[ 47433.438] (II) Module glamoregl: vendor="X.Org Foundation"
[ 47433.438] 	compiled for 1.18.4, module version = 1.0.0
[ 47433.438] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 47433.438] (II) LoadModule: "glx"
[ 47433.438] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/extensions/libglx.so
[ 47433.439] (II) Module glx: vendor="X.Org Foundation"
[ 47433.439] 	compiled for 1.18.0, module version = 1.0.0
[ 47433.439] 	ABI class: X.Org Server Extension, version 9.0
[ 47433.439] (==) AIGLX enabled
[ 47433.439] (II) Applying OutputClass "amdgpu-pro" to /dev/dri/card0
[ 47433.439] 	loading driver: amdgpu
[ 47433.439] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 47433.439] 	loading driver: amdgpu
[ 47433.439] (==) Matched amdgpu as autoconfigured driver 0
[ 47433.439] (==) Matched amdgpu as autoconfigured driver 1
[ 47433.439] (==) Matched ati as autoconfigured driver 2
[ 47433.439] (==) Matched ati as autoconfigured driver 3
[ 47433.439] (==) Matched modesetting as autoconfigured driver 4
[ 47433.439] (==) Matched fbdev as autoconfigured driver 5
[ 47433.439] (==) Matched vesa as autoconfigured driver 6
[ 47433.439] (==) Assigned the driver to the xf86ConfigLayout
[ 47433.439] (II) LoadModule: "amdgpu"
[ 47433.439] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/drivers/amdgpu_drv.so
[ 47433.439] (II) Module amdgpu: vendor="X.Org Foundation"
[ 47433.439] 	compiled for 1.18.4, module version = 1.1.99
[ 47433.439] 	Module class: X.Org Video Driver
[ 47433.439] 	ABI class: X.Org Video Driver, version 20.0
[ 47433.439] (II) LoadModule: "ati"
[ 47433.439] (WW) Warning, couldn't open module ati
[ 47433.439] (II) UnloadModule: "ati"
[ 47433.439] (II) Unloading ati
[ 47433.439] (EE) Failed to load module "ati" (module does not exist, 0)
[ 47433.439] (II) LoadModule: "modesetting"
[ 47433.439] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/drivers/modesetting_drv.so
[ 47433.439] (II) Module modesetting: vendor="X.Org Foundation"
[ 47433.439] 	compiled for 1.18.4, module version = 1.18.4
[ 47433.439] 	Module class: X.Org Video Driver
[ 47433.439] 	ABI class: X.Org Video Driver, version 20.0
[ 47433.439] (II) LoadModule: "fbdev"
[ 47433.439] (WW) Warning, couldn't open module fbdev
[ 47433.439] (II) UnloadModule: "fbdev"
[ 47433.439] (II) Unloading fbdev
[ 47433.439] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 47433.439] (II) LoadModule: "vesa"
[ 47433.440] (WW) Warning, couldn't open module vesa
[ 47433.440] (II) UnloadModule: "vesa"
[ 47433.440] (II) Unloading vesa
[ 47433.440] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 47433.440] (II) AMDGPU: Driver for AMD Radeon chipsets: BONAIRE, CARRIZO, FIJI,
	HAINAN, HAWAII, KABINI, KAVERI, MULLINS, OLAND, PITCAIRN, POLARIS10,
	POLARIS11, STONEY, TAHITI, TONGA, TOPAZ, VERDE
[ 47433.440] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 47433.440] (II) [KMS] Kernel modesetting enabled.
[ 47433.440] (II) AMDGPU(0): ShareFD: disabled
[ 47433.465] (DB) AMDGPU(0): open fd=10
[ 47433.465] (WW) Falling back to old probe method for modesetting
[ 47433.465] (II) AMDGPU(0): AMDGPU DDX hybrid version: 16.50.5
[ 47433.465] (EE) AMDGPU(0): Failed to open amdgpu hybrid version
[ 47433.465] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 47433.465] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 47433.465] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 47433.465] (==) AMDGPU(0): Default visual is TrueColor
[ 47433.465] (==) AMDGPU(0): RGB weight 888
[ 47433.465] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 47433.465] (--) AMDGPU(0): Chipset: "FIJI" (ChipID = 0x7300)
[ 47433.465] (II) Loading sub module "fb"
[ 47433.465] (II) LoadModule: "fb"
[ 47433.465] (WW) Warning, couldn't open module fb
[ 47433.465] (II) UnloadModule: "fb"
[ 47433.465] (II) Unloading fb
[ 47433.465] (EE) AMDGPU: Failed to load module "fb" (module does not exist, 0)
[ 47433.490] (II) UnloadModule: "amdgpu"
[ 47433.490] (EE) Screen(s) found, but none have a usable configuration.
[ 47433.490] (EE) 
Fatal server error:
[ 47433.490] (EE) no screens found(EE) 
[ 47433.490] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[ 47433.490] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 47433.490] (EE) 
[ 47433.528] (EE) Server terminated with error (1). Closing log file.
 
Old 01-10-2017, 10:34 AM   #64
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
For some reason, it isn't finding a usable configuration for your screens. Was this working with an older version of amdgpu-pro? If so, it may be something that needs to be configured/compiled with the newer version of the the driver. Do you currently have a /etc/X11/xorg.conf or anything in /etc/X11/xorg.conf.d/? If so, try removing or renaming (like adding a .bak to them) them so X can use its default configuration.
 
Old 01-11-2017, 01:04 AM   #65
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
Do you currently have a /etc/X11/xorg.conf or anything in /etc/X11/xorg.conf.d/?
Not at the time of your question. I did and do have a /usr/share/X11/xorg.conf.d directory which have files that do not appear prevent starting X.

There is some progress. With amdgpu-pro-driver-16.50-362463-x86_64-1_bass.txz installed, I recompiled the xorg build order from mesa/mesa to util/lndir. This time xserver was compiled with option "--with-module-dir=/opt/amdgpu-pro/lib/xorg/modules" X starts now. I don't know, for now, what enabled X to start. Mouse and keyboard will not work with "--with-module-dir" set to /opt/amdgpu-pro/lib/xorg/modules even after recompiling evdev. So, I created an xorg.conf with these lines:

Code:
Section "Files"
ModulePath "/opt/amdgpu-pro/lib/xorg/modules"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Xorg.0.log gives me new errors:
Code:
(EE) AMDGPU(0): Failed to open amdgpu hybrid version
(EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/amdgpu_dri.so failed (/usr/lib64/xorg/modules/dri/amdgpu_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(==) AIGLX enabled
(EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/amdgpu_dri.so failed (/usr/lib64/xorg/modules/dri/amdgpu_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
Even though AIGLX is claiming software rendering steam games are running--except Dota 2 in vulkan mode which gives error: ~/.local/share/Steam/SteamApps/common/dota 2 beta/game/bin/linuxsteamrt64/dota2: symbol lookup error: /opt/amdgpu-pro/lib/x86_64-linux-gnu/amdvlk64.so: undefined symbol: amdgpu_va_range_alloc_in_range

I suspect Steam is still using the opensource drivers.

I may try rebuilding opensource mesa without vulkan or uninstall mesa after I solve amdgpu_dri.so not being found.
 
Old 01-11-2017, 11:14 AM   #66
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
I started a new job and then the holidays hit. Finally settling down from all that. About to give it another shot. Looks like I have some reading to do. ;-)

Thanks.

Quote:
Originally Posted by Ztcoracat View Post
mpyusko

Were you able to get that driver working for your Slackware system?
 
Old 01-11-2017, 03:33 PM   #67
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by charlie4 View Post
Not at the time of your question. I did and do have a /usr/share/X11/xorg.conf.d directory which have files that do not appear prevent starting X.

There is some progress. With amdgpu-pro-driver-16.50-362463-x86_64-1_bass.txz installed, I recompiled the xorg build order from mesa/mesa to util/lndir. This time xserver was compiled with option "--with-module-dir=/opt/amdgpu-pro/lib/xorg/modules" X starts now. I don't know, for now, what enabled X to start. Mouse and keyboard will not work with "--with-module-dir" set to /opt/amdgpu-pro/lib/xorg/modules even after recompiling evdev. So, I created an xorg.conf with these lines:

Code:
Section "Files"
ModulePath "/opt/amdgpu-pro/lib/xorg/modules"
ModulePath "/usr/lib64/xorg/modules"
EndSection
I'm not sure why you would need that because the package includes /usr/share/X11/xorg.conf.d/10-amdgpu-pro.conf that contains:

Code:
Section "OutputClass"
        Identifier "amdgpu-pro"
        MatchDriver "amdgpu"
        Driver "amdgpu"
EndSection

Section "Files"
        ModulePath "/opt/amdgpu-pro/lib/xorg/modules"
        ModulePath "/usr/lib/xorg/modules"
EndSection
That should allow X to look for the modules in the correct directory without any recompilings.

Quote:
Originally Posted by charlie4 View Post
Xorg.0.log gives me new errors:
Code:
(EE) AMDGPU(0): Failed to open amdgpu hybrid version
(EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/amdgpu_dri.so failed (/usr/lib64/xorg/modules/dri/amdgpu_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(==) AIGLX enabled
(EE) AIGLX error: dlopen of /usr/lib64/xorg/modules/dri/amdgpu_dri.so failed (/usr/lib64/xorg/modules/dri/amdgpu_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
Even though AIGLX is claiming software rendering steam games are running--except Dota 2 in vulkan mode which gives error: ~/.local/share/Steam/SteamApps/common/dota 2 beta/game/bin/linuxsteamrt64/dota2: symbol lookup error: /opt/amdgpu-pro/lib/x86_64-linux-gnu/amdvlk64.so: undefined symbol: amdgpu_va_range_alloc_in_range

I suspect Steam is still using the opensource drivers.

I may try rebuilding opensource mesa without vulkan or uninstall mesa after I solve amdgpu_dri.so not being found.
This looks a little more straightforward. It looks like Ubuntu doesn't handle things the same way Slackware does in regards to 64bit libs (they have them in /usr/lib/x86_64-linux-gnu instead of /usr/lib64). Simply creating the /usr/lib64/xorg/modules/dri/ directory structure, moving the amdgpu_dri.so file to it, and removing the empty folder should hopefully fix it. But, I ended up needing to add a new variable at the top for DRIARCH to specify i386 or x86_64 since that is how they were stored under /usr/lib/. Changes have been commmitted and pushed, so grab the latest copy and let me know if it works.

amdgpu-pro-driver.SlackBuild
 
Old 01-11-2017, 08:36 PM   #68
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
I'm not sure why you would need that because the package includes /usr/share/X11/xorg.conf.d/10-amdgpu-pro.conf that contains:
I believed, 'ModulePath "/usr/lib/xorg/modules"' was for 32-bit libraries only. So, I had my .bash_profile build function install modules to /usr/lib64/xorg/modules--which is where my evdev.drv is. I will recompile xserver back to "/usr/lib/xorg/modules" or "/usr/lib64/xorg/modules" instead of "/opt/amdgpu-pro/lib/xorg/modules" to confirm that "/usr/share/X11/xorg.conf.d/10-amdgpu-pro.conf" works by itself.

Sidenote: I'm using universal distro xorg git builder type functions that is able to install multiple versions of X on the same machine without overwriting standard installs--to be released one day for git testers.

I'll checkout the latest amdgpu-pro-driver.SlackBuild.
 
Old 01-11-2017, 08:56 PM   #69
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Oh, I didn't catch that it was specifying /usr/lib/ on x86_64. Thanks for the pointer. This sed line should fix it.

Code:
sed -i "s|/usr/lib|/usr/lib${LIBDIRSUFFIX}|g" $PKG/usr/share/X11/xorg.conf.d/10-amdgpu-pro.conf
And the SlackBuild has now been updated on github.
 
Old 01-12-2017, 04:40 AM   #70
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
Some Xorg.0.log on the current amdgpu-pro script:

Code:
(EE) AMDGPU(0): Failed to open amdgpu hybrid version
(EE) AIGLX error: DRI driver not found
(EE) AIGLX: reverting to software rendering
(EE) GLX: could not load software renderer
X starts though without an /etc/X11/xorg.conf file.

I will attempt building, into the "opt" directory, mesa through to xserver with the libGL.so amdgpu-pro install using environment variables: GL_LIBS, GL_CFLAGS, LLVM_LIB_SEARCH_PATH, LLVM_LIBDIR, LLVM_LDFLAGS because the libGL* amdgpu-pro drivers don't come with include or *.pc files.

So maybe my steps are:

1) build mesa into opt (to get some includes and *.pc files)
2) install pro drivers over the mesa install
3) build every module after mesa referencing the pro driver opt install.
 
Old 01-12-2017, 06:52 AM   #71
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I think the first is not an issue unless you have a hybrid graphics setup. The others are a little disconcerting, but there's not enough info to troubleshoot. Can you post your whole Xorg.0.log? I can dig into it after work today.
 
Old 01-12-2017, 01:34 PM   #72
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
I cut out some modelines because the paste was too long.
Code:
[   210.584] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   210.584] X Protocol Version 11, Revision 0
[   210.584] Build Operating System: Linux 4.9.0-rc8+ x86_64 
[   210.584] Current Operating System: Linux 64 4.9.0-rc8+ #1 SMP Fri Jan 6 06:19:55 UTC 2017 x86_64
[   210.584] Kernel command line: auto BOOT_IMAGE=Linux64 ro root=802
[   210.584] Build Date: 12 January 2017  03:58:47AM
[   210.584]  
[   210.584] Current version of pixman: 0.35.1
[   210.584] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   210.584] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   210.584] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 12 12:57:28 2017
[   210.586] (==) Using config file: "/etc/X11/xorg.conf"
[   210.586] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   210.587] (==) ServerLayout "aticonfig Layout"
[   210.587] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[   210.587] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[   210.587] (**) |   |-->Device "aticonfig-Device[0]-0"
[   210.587] (==) Automatically adding devices
[   210.587] (==) Automatically enabling devices
[   210.587] (==) Automatically adding GPU devices
[   210.587] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   210.587] (==) FontPath set to:
	
[   210.587] (**) ModulePath set to "/opt/amdgpu-pro/lib/xorg/modules,/usr/lib64/xorg/modules"
[   210.587] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   210.587] (II) Loader magic: 0x802680
[   210.587] (II) Module ABI versions:
[   210.587] 	X.Org ANSI C Emulation: 0.4
[   210.587] 	X.Org Video Driver: 20.0
[   210.587] 	X.Org XInput driver : 22.1
[   210.587] 	X.Org Server Extension : 9.0
[   210.588] (++) using VT number 1

[   210.588] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[   210.588] (II) xfree86: Adding drm device (/dev/dri/card0)
[   210.616] (--) PCI:*(0:1:0:0) 1002:7300:1002:0b36 rev 202, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   210.616] (II) Open ACPI successful (/var/run/acpid.socket)
[   210.616] (II) "glx" will be loaded by default.
[   210.616] (II) LoadModule: "glx"
[   210.616] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/extensions/libglx.so
[   210.619] (II) Module glx: vendor="X.Org Foundation"
[   210.619] 	compiled for 1.18.0, module version = 1.0.0
[   210.619] 	ABI class: X.Org Server Extension, version 9.0
[   210.619] (==) AIGLX enabled
[   210.619] (II) LoadModule: "amdgpu"
[   210.619] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/drivers/amdgpu_drv.so
[   210.620] (II) Module amdgpu: vendor="X.Org Foundation"
[   210.620] 	compiled for 1.18.4, module version = 1.1.99
[   210.620] 	Module class: X.Org Video Driver
[   210.620] 	ABI class: X.Org Video Driver, version 20.0
[   210.620] (II) AMDGPU: Driver for AMD Radeon chipsets: BONAIRE, CARRIZO, FIJI,
	HAINAN, HAWAII, KABINI, KAVERI, MULLINS, OLAND, PITCAIRN, POLARIS10,
	POLARIS11, STONEY, TAHITI, TONGA, TOPAZ, VERDE
[   210.620] (II) [KMS] Kernel modesetting enabled.
[   210.620] (II) AMDGPU(0): ShareFD: disabled
[   210.645] (DB) AMDGPU(0): open fd=10
[   210.645] (II) AMDGPU(0): AMDGPU DDX hybrid version: 16.50.5
[   210.645] (EE) AMDGPU(0): Failed to open amdgpu hybrid version
[   210.645] (**) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   210.645] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   210.645] (==) AMDGPU(0): Default visual is TrueColor
[   210.645] (**) AMDGPU(0): Option "EnablePageFlip" "1"
[   210.645] (**) AMDGPU(0): Option "DRI3" "1"
[   210.645] (==) AMDGPU(0): RGB weight 888
[   210.645] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   210.645] (--) AMDGPU(0): Chipset: "FIJI" (ChipID = 0x7300)
[   210.645] (II) Loading sub module "fb"
[   210.645] (II) LoadModule: "fb"
[   210.647] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   210.648] (II) Module fb: vendor="X.Org Foundation"
[   210.648] 	compiled for 1.18.4, module version = 1.0.0
[   210.648] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   210.648] (II) Loading sub module "dri2"
[   210.648] (II) LoadModule: "dri2"
[   210.648] (II) Module "dri2" already built-in
[   210.957] (II) Loading sub module "glamoregl"
[   210.957] (II) LoadModule: "glamoregl"
[   210.957] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/libglamoregl.so
[   210.985] (II) Module glamoregl: vendor="X.Org Foundation"
[   210.985] 	compiled for 1.18.4, module version = 1.0.0
[   210.985] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   210.985] (II) glamor: OpenGL accelerated X.org driver based.
[   210.987] (II) glamor: EGL version 1.4 (DRI2):
[   210.995] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   210.995] (II) AMDGPU(0): KMS Pageflipping: enabled
[   211.077] (II) AMDGPU(0): Output DisplayPort-0 using monitor section aticonfig-Monitor[0]-0
[   211.103] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   211.129] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   211.130] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   211.214] (II) AMDGPU(0): EDID for output DisplayPort-0
[   211.214] (II) AMDGPU(0): Manufacturer: ACI  Model: 28a2  Serial#: 115336
[   211.214] (II) AMDGPU(0): Year: 2014  Week: 16
[   211.214] (II) AMDGPU(0): EDID Version: 1.4
[   211.214] (II) AMDGPU(0): Digital Display Input
[   211.214] (II) AMDGPU(0): 8 bits per channel
[   211.214] (II) AMDGPU(0): Digital interface is DisplayPort
[   211.214] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 62  vert.: 34
[   211.214] (II) AMDGPU(0): Gamma: 2.20
[   211.214] (II) AMDGPU(0): DPMS capabilities: Off
[   211.214] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[   211.214] (II) AMDGPU(0): First detailed timing is preferred mode
[   211.214] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[   211.214] (II) AMDGPU(0): redX: 0.637 redY: 0.341   greenX: 0.312 greenY: 0.625
[   211.214] (II) AMDGPU(0): blueX: 0.154 blueY: 0.054   whiteX: 0.313 whiteY: 0.329
[   211.214] (II) AMDGPU(0): Supported established timings:
[   211.214] (II) AMDGPU(0): 720x400@70Hz
[   211.214] (II) AMDGPU(0): 640x480@60Hz
[   211.214] (II) AMDGPU(0): 800x600@56Hz
[   211.214] (II) AMDGPU(0): 800x600@60Hz
[   211.214] (II) AMDGPU(0): 1024x768@60Hz
[   211.214] (II) AMDGPU(0): Manufacturer's mask: 0
[   211.214] (II) AMDGPU(0): Supported standard timings:
[   211.214] (II) AMDGPU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   211.214] (II) AMDGPU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   211.214] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   211.214] (II) AMDGPU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   211.214] (II) AMDGPU(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   211.214] (II) AMDGPU(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   211.214] (II) AMDGPU(0): Supported detailed timing:
[   211.214] (II) AMDGPU(0): clock: 533.3 MHz   Image Size:  621 x 341 mm
[   211.214] (II) AMDGPU(0): h_active: 3840  h_sync: 3888  h_sync_end 3976 h_blank_end 4000 h_border: 0
[   211.214] (II) AMDGPU(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2222 v_border: 0
[   211.214] (II) AMDGPU(0): Supported detailed timing:
[   211.214] (II) AMDGPU(0): clock: 297.0 MHz   Image Size:  621 x 341 mm
[   211.214] (II) AMDGPU(0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[   211.214] (II) AMDGPU(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[   211.214] (II) AMDGPU(0): Ranges: V min: 30 V max: 80 Hz, H min: 24 H max: 160 kHz, PixClock max 600000 kHz
[   211.214] (II) AMDGPU(0): Maximum pixel width: 1920
[   211.214] (II) AMDGPU(0): Supported aspect ratios: 4:3 16:9* 16:10 5:4 15:9
[   211.214] (II) AMDGPU(0): Supported blankings: standard reduced
[   211.214] (II) AMDGPU(0): Supported scalings: hshrink hstretch vshrink vstretch
[   211.214] (II) AMDGPU(0): Preferred refresh rate: 60
[   211.214] (II) AMDGPU(0): Monitor name: ASUS PB287
[   211.214] (II) AMDGPU(0): Supported detailed timing:
[   211.214] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  621 x 341 mm
[   211.214] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   211.214] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   211.214] (II) AMDGPU(0): Supported detailed timing:
[   211.214] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  621 x 341 mm
[   211.214] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   211.214] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   211.214] (II) AMDGPU(0): Supported detailed timing:
[   211.214] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  621 x 341 mm
[   211.214] (II) AMDGPU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   211.214] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   211.214] (II) AMDGPU(0): Supported detailed timing:
[   211.214] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  621 x 341 mm
[   211.214] (II) AMDGPU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   211.214] (II) AMDGPU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   211.214] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   211.214] (II) AMDGPU(0): EDID (in hex):
[   211.215] (II) AMDGPU(0): 	00ffffffffffff000469a22888c20100
[   211.215] (II) AMDGPU(0): 	10180104a53e22783a1cb5a3574fa027
[   211.215] (II) AMDGPU(0): 	0d5054a30800d1c0814081809500b300
[   211.215] (II) AMDGPU(0): 	81c00101010150d000a0f0703e803058
[   211.215] (II) AMDGPU(0): 	8a006d552100001a04740030f2705a80
[   211.215] (II) AMDGPU(0): 	b0588a006d552100001a000000fd001e
[   211.215] (II) AMDGPU(0): 	5018a03c041100f0f838f03c000000fc
[   211.215] (II) AMDGPU(0): 	00415355532050423238370a2020018d
[   211.215] (II) AMDGPU(0): 	020327714f0102031112130414051f90
[   211.215] (II) AMDGPU(0): 	0e0f1d1e23091707830100006a030c00
[   211.215] (II) AMDGPU(0): 	100000782000008c0ad08a20e02d1010
[   211.215] (II) AMDGPU(0): 	3e96006d5521000018011d007251d01e
[   211.215] (II) AMDGPU(0): 	206e2855006d552100001e011d00bc52
[   211.215] (II) AMDGPU(0): 	d01e20b82855406d552100001e8c0ad0
[   211.215] (II) AMDGPU(0): 	90204031200c4055006d552100001800
[   211.215] (II) AMDGPU(0): 	000000000000000000000000000000eb
[   211.215] (--) AMDGPU(0): HDMI max TMDS frequency 600000KHz
[   211.215] (II) AMDGPU(0): Printing probed modes for output DisplayPort-0
[   211.215] (II) AMDGPU(0): Modeline "3840x2160"x60.0  533.28  3840 3888 3976 4000  2160 2168 2178 2222 +hsync -vsync (133.3 kHz eP)
[   211.215] (II) AMDGPU(0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync -vsync (67.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   211.215] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   211.241] (II) AMDGPU(0): EDID for output DisplayPort-1
[   211.267] (II) AMDGPU(0): EDID for output DisplayPort-2
[   211.268] (II) AMDGPU(0): EDID for output HDMI-A-0
[   211.268] (II) AMDGPU(0): Output DisplayPort-0 connected
[   211.268] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[   211.268] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[   211.268] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[   211.268] (II) AMDGPU(0): Using exact sizes for initial modes
[   211.268] (II) AMDGPU(0): Output DisplayPort-0 using initial mode 3840x2160 +0+0
[   211.268] (II) AMDGPU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   211.268] (II) AMDGPU(0): mem size init: gart size :ffe42000 vram size: s:fd50a000 visible:d50a000
[   211.268] (II) AMDGPU(0): Video RAM: 4150312 kByte
[   211.268] (==) AMDGPU(0): DPI set to (96, 96)
[   211.268] (II) Loading sub module "ramdac"
[   211.268] (II) LoadModule: "ramdac"
[   211.268] (II) Module "ramdac" already built-in
[   211.268] (--) Depth 24 pixmap format is 32 bpp
[   211.270] (II) AMDGPU(0): [DRI2] Setup complete
[   211.270] (II) AMDGPU(0): [DRI2]   DRI driver: amdgpu
[   211.270] (II) AMDGPU(0): [DRI2]   VDPAU driver: amdgpu
[   211.270] (II) AMDGPU(0): Front buffer pitch: 15360 bytes
[   211.271] (II) AMDGPU(0): SYNC extension fences enabled
[   211.271] (II) AMDGPU(0): Present extension enabled
[   211.271] (**) AMDGPU(0): DRI3 enabled
[   211.271] (==) AMDGPU(0): Backing store enabled
[   211.271] (II) AMDGPU(0): Direct rendering enabled
[   211.402] (II) AMDGPU(0): Use GLAMOR acceleration.
[   211.402] (II) AMDGPU(0): Acceleration enabled
[   211.402] (==) AMDGPU(0): Silken mouse enabled
[   211.404] (II) AMDGPU(0): Set up textured video (glamor)
[   211.404] (II) AMDGPU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   211.437] (WW) AMDGPU(0): Option "VendorName" is not used
[   211.438] (WW) AMDGPU(0): Option "ModelName" is not used
[   211.438] (--) RandR disabled
[   211.438] (EE) AIGLX error: DRI driver not found
[   211.438] (EE) AIGLX: reverting to software rendering
[   211.438] (EE) AIGLX error: DRI driver not found
[   211.438] (EE) GLX: could not load software renderer
[   211.438] (II) GLX: no usable GL providers found for screen 0
[   211.439] (II) AMDGPU(0): Setting screen physical size to 1016 x 571
[   211.491] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   211.491] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   211.491] (II) LoadModule: "evdev"
[   211.491] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   211.494] (II) Module evdev: vendor="X.Org Foundation"
[   211.494] 	compiled for 1.18.4, module version = 2.10.4
[   211.494] 	Module class: X.Org XInput Driver
[   211.494] 	ABI class: X.Org XInput driver, version 22.1
[   211.494] (II) Using input driver 'evdev' for 'Power Button'
[   211.494] (**) Power Button: always reports core events
[   211.494] (**) evdev: Power Button: Device: "/dev/input/event1"
[   211.494] (--) evdev: Power Button: Vendor 0 Product 0x1
[   211.494] (--) evdev: Power Button: Found keys
[   211.494] (II) evdev: Power Button: Configuring as keyboard
[   211.494] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   211.494] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   211.494] (**) Option "xkb_rules" "evdev"
[   211.494] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   211.494] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   211.494] (II) Using input driver 'evdev' for 'Power Button'
[   211.494] (**) Power Button: always reports core events
[   211.494] (**) evdev: Power Button: Device: "/dev/input/event0"
[   211.494] (--) evdev: Power Button: Vendor 0 Product 0x1
[   211.494] (--) evdev: Power Button: Found keys
[   211.494] (II) evdev: Power Button: Configuring as keyboard
[   211.494] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   211.494] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   211.494] (**) Option "xkb_rules" "evdev"
[   211.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event9)
[   211.495] (II) No input driver specified, ignoring this device.
[   211.495] (II) This device may have been added with another device file.
[   211.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[   211.495] (II) No input driver specified, ignoring this device.
[   211.495] (II) This device may have been added with another device file.
[   211.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[   211.495] (II) No input driver specified, ignoring this device.
[   211.495] (II) This device may have been added with another device file.
[   211.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[   211.495] (II) No input driver specified, ignoring this device.
[   211.495] (II) This device may have been added with another device file.
[   211.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event7)
[   211.495] (II) No input driver specified, ignoring this device.
[   211.495] (II) This device may have been added with another device file.
[   211.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event8)
[   211.495] (II) No input driver specified, ignoring this device.
[   211.495] (II) This device may have been added with another device file.
[   211.495] (II) config/udev: Adding input device A..... M8600 (/dev/input/event2)
[   211.495] (**) A..... M8600: Applying InputClass "evdev pointer catchall"
[   211.495] (II) Using input driver 'evdev' for 'A..... M8600'
[   211.495] (**) A..... M8600: always reports core events
[   211.495] (**) evdev: A..... M8600: Device: "/dev/input/event2"
[   211.547] (--) evdev: A..... M8600: Vendor 0xe0ff Product 0x2
[   211.547] (--) evdev: A..... M8600: Found 12 mouse buttons
[   211.547] (--) evdev: A..... M8600: Found scroll wheel(s)
[   211.547] (--) evdev: A..... M8600: Found relative axes
[   211.547] (--) evdev: A..... M8600: Found x and y relative axes
[   211.547] (II) evdev: A..... M8600: Configuring as mouse
[   211.547] (II) evdev: A..... M8600: Adding scrollwheel support
[   211.547] (**) evdev: A..... M8600: YAxisMapping: buttons 4 and 5
[   211.547] (**) evdev: A..... M8600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   211.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/0003:E0FF:0002.0001/input/input2/event2"
[   211.547] (II) XINPUT: Adding extended input device "A..... M8600" (type: MOUSE, id 8)
[   211.547] (II) evdev: A..... M8600: initialized for relative axes.
[   211.547] (**) A..... M8600: (accel) keeping acceleration scheme 1
[   211.547] (**) A..... M8600: (accel) acceleration profile 0
[   211.547] (**) A..... M8600: (accel) acceleration factor: 2.000
[   211.547] (**) A..... M8600: (accel) acceleration threshold: 4
[   211.547] (II) config/udev: Adding input device A..... M8600 (/dev/input/mouse0)
[   211.547] (II) No input driver specified, ignoring this device.
[   211.547] (II) This device may have been added with another device file.
[   211.547] (II) config/udev: Adding input device A..... M8600 (/dev/input/event3)
[   211.547] (**) A..... M8600: Applying InputClass "evdev keyboard catchall"
[   211.547] (II) Using input driver 'evdev' for 'A..... M8600'
[   211.548] (**) A..... M8600: always reports core events
[   211.548] (**) evdev: A..... M8600: Device: "/dev/input/event3"
[   211.548] (--) evdev: A..... M8600: Vendor 0xe0ff Product 0x2
[   211.548] (--) evdev: A..... M8600: Found 1 mouse buttons
[   211.548] (--) evdev: A..... M8600: Found scroll wheel(s)
[   211.548] (--) evdev: A..... M8600: Found relative axes
[   211.548] (II) evdev: A..... M8600: Forcing relative x/y axes to exist.
[   211.548] (--) evdev: A..... M8600: Found absolute axes
[   211.548] (II) evdev: A..... M8600: Forcing absolute x/y axes to exist.
[   211.548] (--) evdev: A..... M8600: Found keys
[   211.548] (II) evdev: A..... M8600: Configuring as mouse
[   211.548] (II) evdev: A..... M8600: Configuring as keyboard
[   211.548] (II) evdev: A..... M8600: Adding scrollwheel support
[   211.548] (**) evdev: A..... M8600: YAxisMapping: buttons 4 and 5
[   211.548] (**) evdev: A..... M8600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   211.548] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.1/0003:E0FF:0002.0002/input/input3/event3"
[   211.548] (II) XINPUT: Adding extended input device "A..... M8600" (type: KEYBOARD, id 9)
[   211.548] (**) Option "xkb_rules" "evdev"
[   211.548] (II) evdev: A..... M8600: initialized for relative axes.
[   211.548] (WW) evdev: A..... M8600: ignoring absolute axes.
[   211.548] (**) A..... M8600: (accel) keeping acceleration scheme 1
[   211.548] (**) A..... M8600: (accel) acceleration profile 0
[   211.548] (**) A..... M8600: (accel) acceleration factor: 2.000
[   211.548] (**) A..... M8600: (accel) acceleration threshold: 4
[   211.548] (II) config/udev: Adding input device Logitech K750 (/dev/input/event15)
[   211.548] (**) Logitech K750: Applying InputClass "evdev keyboard catchall"
[   211.548] (II) Using input driver 'evdev' for 'Logitech K750'
[   211.548] (**) Logitech K750: always reports core events
[   211.548] (**) evdev: Logitech K750: Device: "/dev/input/event15"
[   211.548] (--) evdev: Logitech K750: Vendor 0x46d Product 0x4002
[   211.548] (--) evdev: Logitech K750: Found 1 mouse buttons
[   211.548] (--) evdev: Logitech K750: Found scroll wheel(s)
[   211.548] (--) evdev: Logitech K750: Found relative axes
[   211.548] (II) evdev: Logitech K750: Forcing relative x/y axes to exist.
[   211.548] (--) evdev: Logitech K750: Found absolute axes
[   211.548] (II) evdev: Logitech K750: Forcing absolute x/y axes to exist.
[   211.548] (--) evdev: Logitech K750: Found keys
[   211.548] (II) evdev: Logitech K750: Configuring as mouse
[   211.548] (II) evdev: Logitech K750: Configuring as keyboard
[   211.548] (II) evdev: Logitech K750: Adding scrollwheel support
[   211.548] (**) evdev: Logitech K750: YAxisMapping: buttons 4 and 5
[   211.548] (**) evdev: Logitech K750: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   211.548] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0005/0003:046D:4002.0006/input/input18/event15"
[   211.548] (II) XINPUT: Adding extended input device "Logitech K750" (type: KEYBOARD, id 10)
[   211.548] (**) Option "xkb_rules" "evdev"
[   211.549] (II) evdev: Logitech K750: initialized for relative axes.
[   211.549] (WW) evdev: Logitech K750: ignoring absolute axes.
[   211.549] (**) Logitech K750: (accel) keeping acceleration scheme 1
[   211.549] (**) Logitech K750: (accel) acceleration profile 0
[   211.549] (**) Logitech K750: (accel) acceleration factor: 2.000
[   211.549] (**) Logitech K750: (accel) acceleration threshold: 4
[   211.549] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event10)
[   211.549] (II) No input driver specified, ignoring this device.
[   211.549] (II) This device may have been added with another device file.
[   211.549] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event11)
[   211.549] (II) No input driver specified, ignoring this device.
[   211.549] (II) This device may have been added with another device file.
[   211.549] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event12)
[   211.549] (II) No input driver specified, ignoring this device.
[   211.549] (II) This device may have been added with another device file.
[   211.549] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event13)
[   211.549] (II) No input driver specified, ignoring this device.
[   211.549] (II) This device may have been added with another device file.
[   211.549] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event14)
[   211.549] (II) No input driver specified, ignoring this device.
[   211.549] (II) This device may have been added with another device file.
[   211.817] (II) AMDGPU(0): EDID vendor "ACI", prod id 10402
[   211.817] (II) AMDGPU(0): Using EDID range info for horizontal sync
[   211.817] (II) AMDGPU(0): Using EDID range info for vertical refresh
[   211.817] (II) AMDGPU(0): Printing DDC gathered Modelines:
[   211.817] (II) AMDGPU(0): Modeline "3840x2160"x0.0  533.28  3840 3888 3976 4000  2160 2168 2178 2222 +hsync -vsync (133.3 kHz eP)
[   211.817] (II) AMDGPU(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync -vsync (67.5 kHz e)
 
Old 01-12-2017, 02:12 PM   #73
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
[ 211.437] (WW) AMDGPU(0): Option "VendorName" is not used
[ 211.438] (WW) AMDGPU(0): Option "ModelName" is not used
These two lines occur right before the errors. Is your modeline right around there? I'm not seeing any other reason why this would error here. Is there maybe any messages in dmesg?
 
Old 01-12-2017, 09:39 PM   #74
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
The Modelines occur near the end of the log--this is what the rest of the log till the end looks like:

Quote:
[ 85.748] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 85.748] (II) AMDGPU(0): Modeline "3840x2160"x0.0 533.28 3840 3888 3976 4000 2160 2168 2178 2222 +hsync -vsync (133.3 kHz eP)
[ 85.748] (II) AMDGPU(0): Modeline "3840x2160"x0.0 297.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync -vsync (67.5 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 85.748] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 85.749] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 85.749] (--) AMDGPU(0): HDMI max TMDS frequency 600000KHz
[ 86.149] (II) AMDGPU(0): EDID vendor "ACI", prod id 10402
[ 86.149] (II) AMDGPU(0): Using hsync ranges from config file
[ 86.149] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 86.149] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 86.149] (II) AMDGPU(0): Modeline "3840x2160"x0.0 533.28 3840 3888 3976 4000 2160 2168 2178 2222 +hsync -vsync (133.3 kHz eP)
[ 86.149] (II) AMDGPU(0): Modeline "3840x2160"x0.0 297.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync -vsync (67.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 86.150] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 86.150] (--) AMDGPU(0): HDMI max TMDS frequency 600000KHz
[ 86.327] (II) AMDGPU(0): EDID vendor "ACI", prod id 10402
[ 86.327] (II) AMDGPU(0): Using hsync ranges from config file
[ 86.327] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 86.327] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 86.327] (II) AMDGPU(0): Modeline "3840x2160"x0.0 533.28 3840 3888 3976 4000 2160 2168 2178 2222 +hsync -vsync (133.3 kHz eP)
[ 86.327] (II) AMDGPU(0): Modeline "3840x2160"x0.0 297.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync -vsync (67.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 86.327] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 86.327] (--) AMDGPU(0): HDMI max TMDS frequency 600000KHz
Yes dmesg is showing an error:
Quote:
[ 3194.959910] QXcbEventReader[1719]: segfault at 7f0f41ee5239 ip 00007f0f41ee5239 sp 00007f0f3f669ea0 error 14 in libdrm.so.2.4.0[7f0f423d3000+e000]
 
Old 01-13-2017, 02:49 AM   #75
charlie4
Member
 
Registered: Jun 2016
Posts: 49

Rep: Reputation: Disabled
So far, with no success, I reverted gits to:

libdrm-2.4.68
xf86-video-amdgpu-1.2.0
xorg-server-1.18.4

I have not tried to compile xserver against the pro driver yet. I might also try reverting the kernel later.

The error 14 in libdrm.so.2.4.0 in dmesg has not been seen again yet.
 
  


Reply

Tags
amdgpu-pro, slack64, slackbuild



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RX 480 AMDGPU Driver Failing To Load On Debian Sid jwhittles Linux - Hardware 4 08-25-2016 06:18 PM
Configuring AMDGPU / PRO drivers with 390x with Linux Mint CordedConch Linux - Newbie 1 08-06-2016 10:38 AM
LXer: AMDGPU-PRO Driver 16.30 Officially Released with Support for Ubuntu 16.04 LTS LXer Syndicated Linux News 0 06-30-2016 02:11 AM
LXer: AMD Going Open Source with AMDGPU Linux Driver and GPUOpen Tools LXer Syndicated Linux News 0 12-15-2015 09:00 PM
HELP! Installing Driver for ATI 3D Rage Pro on Slackware 10 mmarkvillanueva Linux - Hardware 6 06-08-2005 05:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration