Skip to content

Instantly share code, notes, and snippets.

@abergmeier
Last active January 26, 2018 23:03
Show Gist options
  • Save abergmeier/5c0a79f522247dabd11e8c9b104da32c to your computer and use it in GitHub Desktop.
Save abergmeier/5c0a79f522247dabd11e8c9b104da32c to your computer and use it in GitHub Desktop.
Radeon debug
# Executing dmesg | grep DAL after driver installation gives enabled
# The following output after AMD Pro installation and reboot
# Reboot then leads to the usual kernel panicks. Can only boot with acpi=off.
# Following output when setting acpi=off
~$ dmesg | grep DAL # Gives no output
~$ uname -a
Linux racker 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
~$ dpkg --list | grep amdgpu-pro
ii amdgpu-pro 17.40-501128 amd64 Meta package to install amdgpu Pro components.
ii amdgpu-pro-core 17.40-501128 all Meta package to uninstall amdgpu Pro components.
ii amdgpu-pro-dkms 17.40-501128 all amdgpu-pro driver in DKMS format.
ii amdgpu-pro-lib32 17.40-501128 amd64 Meta package to support i386 runtime on amd64 architecture
ii clinfo-amdgpu-pro 17.40-501128 amd64 AMD OpenCL info utility
ii ids-amdgpu-pro 1.0.0-501128 all List of AMD/ATI cards' device IDs, revision IDs and marketing names
ii libdrm-amdgpu-pro-amdgpu1:amd64 1:2.4.82-501128 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-amdgpu-pro-amdgpu1:i386 1:2.4.82-501128 i386 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm2-amdgpu-pro:amd64 1:2.4.82-501128 amd64 Userspace interface to kernel DRM services -- runtime
ii libdrm2-amdgpu-pro:i386 1:2.4.82-501128 i386 Userspace interface to kernel DRM services -- runtime
ii libegl1-amdgpu-pro:amd64 17.40-501128 amd64 implementation of the EGL API -- runtime
ii libegl1-amdgpu-pro:i386 17.40-501128 i386 implementation of the EGL API -- runtime
ii libgbm1-amdgpu-pro:amd64 17.40-501128 amd64 Generic buffer management API -- runtime
ii libgbm1-amdgpu-pro:i386 17.40-501128 i386 Generic buffer management API -- runtime
ii libgbm1-amdgpu-pro-base 17.40-501128 all Generic buffer management API -- configuration files
ii libgl1-amdgpu-pro-appprofiles 17.40-501128 all AMD OpenGL profiles configuration
ii libgl1-amdgpu-pro-dri:amd64 17.40-501128 amd64 implementation of the OpenGL API -- DRI modules
ii libgl1-amdgpu-pro-dri:i386 17.40-501128 i386 implementation of the OpenGL API -- DRI modules
ii libgl1-amdgpu-pro-ext:amd64 17.40-501128 amd64 xorg GLX exetnsion
ii libgl1-amdgpu-pro-glx:amd64 17.40-501128 amd64 implementation of the OpenGL API -- GLX runtime
ii libgl1-amdgpu-pro-glx:i386 17.40-501128 i386 implementation of the OpenGL API -- GLX runtime
ii libgles2-amdgpu-pro:amd64 17.40-501128 amd64 implementation of the OpenGL|ES 2.x API -- runtime
ii libgles2-amdgpu-pro:i386 17.40-501128 i386 implementation of the OpenGL|ES 2.x API -- runtime
ii libopencl1-amdgpu-pro:amd64 17.40-501128 amd64 AMD OpenCL ICD Loader library
ii libopencl1-amdgpu-pro:i386 17.40-501128 i386 AMD OpenCL ICD Loader library
ii libvdpau-amdgpu-pro:amd64 1:17.0.1-501128 amd64 AMDGPU Pro VDPAU driver
ii libvdpau-amdgpu-pro:i386 1:17.0.1-501128 i386 AMDGPU Pro VDPAU driver
ii opencl-amdgpu-pro-icd:amd64 17.40-501128 amd64 non-free AMD OpenCL ICD Loaders
ii opencl-amdgpu-pro-icd:i386 17.40-501128 i386 non-free AMD OpenCL ICD Loaders
ii vulkan-amdgpu-pro:amd64 17.40-501128 amd64 AMDGPU Pro Vulkan driver
ii vulkan-amdgpu-pro:i386 17.40-501128 i386 AMDGPU Pro Vulkan driver
ii xserver-xorg-video-amdgpu-pro 1:1.3.99-501128 amd64 X.Org X server -- AMD/ATI Radeon display driver
ii xserver-xorg-video-glamoregl-amdgpu-pro:amd64 1.19.0-501128 amd64 X.Org X server -- graphics acceleration module based on OpenGL
~$ dmesg | grep -i amd
[ 0.000000] RAMDISK: [mem 0x33180000-0x358b7fff]
[ 0.239114] Performance Events: Fam17h core perfctr, AMD PMU driver.
[ 0.721615] perf: AMD NB counters detected
[ 0.721618] perf: AMD L2I counters detected
[ 1.250519] [drm] amdgpu kernel modesetting enabled.
[ 1.274871] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.278411] AMD IOMMUv2 functionality not available on this system
[ 1.342819] amdgpu 0000:07:00.0: enabling device (0000 -> 0003)
[ 1.742880] amdgpu 0000:07:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[ 1.746112] amdgpu 0000:07:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF
[ 1.768257] [drm] amdgpu: 2048M of VRAM memory ready
[ 1.771275] [drm] amdgpu: 2048M of GTT memory ready.
[ 1.788326] amdgpu 0000:07:00.0: amdgpu: using MSI.
[ 1.791545] [drm] amdgpu: irq initialized.
[ 1.820455] amdgpu: powerplay initialized
[ 1.824070] [drm] AMDGPU Display Connectors
[ 1.877463] amdgpu 0000:07:00.0: fence driver on ring 0 use gpu addr 0x0000000080000008, cpu addr 0xffff89eca4662008
[ 1.880523] amdgpu 0000:07:00.0: fence driver on ring 1 use gpu addr 0x0000000080000018, cpu addr 0xffff89eca4662018
[ 1.893821] amdgpu 0000:07:00.0: fence driver on ring 2 use gpu addr 0x0000000080000028, cpu addr 0xffff89eca4662028
[ 1.896812] amdgpu 0000:07:00.0: fence driver on ring 3 use gpu addr 0x0000000080000038, cpu addr 0xffff89eca4662038
[ 1.902394] amdgpu 0000:07:00.0: fence driver on ring 4 use gpu addr 0x0000000080000048, cpu addr 0xffff89eca4662048
[ 1.905322] amdgpu 0000:07:00.0: fence driver on ring 5 use gpu addr 0x0000000080000058, cpu addr 0xffff89eca4662058
[ 1.908375] amdgpu 0000:07:00.0: fence driver on ring 6 use gpu addr 0x0000000080000068, cpu addr 0xffff89eca4662068
[ 1.917214] amdgpu 0000:07:00.0: fence driver on ring 7 use gpu addr 0x0000000080000078, cpu addr 0xffff89eca4662078
[ 1.920249] amdgpu 0000:07:00.0: fence driver on ring 8 use gpu addr 0x0000000080000088, cpu addr 0xffff89eca4662088
[ 1.923244] amdgpu 0000:07:00.0: fence driver on ring 9 use gpu addr 0x0000000080000098, cpu addr 0xffff89eca4662098
[ 1.926153] amdgpu 0000:07:00.0: fence driver on ring 10 use gpu addr 0x00000000800000a8, cpu addr 0xffff89eca46620a8
[ 1.954750] amdgpu 0000:07:00.0: fence driver on ring 11 use gpu addr 0x000000000049c420, cpu addr 0xffffb12c42a5a420
[ 1.965931] amdgpu 0000:07:00.0: fence driver on ring 12 use gpu addr 0x00000000800000c8, cpu addr 0xffff89eca46620c8
[ 1.969861] amdgpu 0000:07:00.0: fence driver on ring 13 use gpu addr 0x00000000800000d8, cpu addr 0xffff89eca46620d8
[ 2.753188] amdgpu 0000:07:00.0: fb1: amdgpudrmfb frame buffer device
[ 2.983504] [drm] Initialized amdgpu 3.9.0 20150101 for 0000:07:00.0 on minor 0
[ 11.268795] EDAC amd64: DRAM ECC disabled.
[ 11.268796] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
# X no longer starts - screen is flickering
# Xorg.0.log is not written into
~$ systemctl status x11-common.service
● x11-common.service
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
Jan 26 23:15:08 racker systemd[1]: x11-common.service: Collecting.
systemctl status gdm3.service
● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabled)
Drop-In: /lib/systemd/system/display-manager.service.d
└─xdiagnose.conf
Active: active (running) since Fr 2018-01-26 22:31:30 CET; 44min ago
Process: 1010 ExecStartPre=/usr/share/gdm/generate-config (code=exited, status=0/SUCCESS)
Process: 1003 ExecStartPre=/bin/sh -c [ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/
Main PID: 1015 (gdm3)
Tasks: 4
Memory: 14.1M
CPU: 6.068s
CGroup: /system.slice/gdm.service
└─1015 /usr/sbin/gdm3
Jan 26 23:15:43 racker gdm3[1015]: Child process -5474 was already dead.
Jan 26 23:15:43 racker gdm3[1015]: Child process 5470 was already dead.
Jan 26 23:15:43 racker gdm3[1015]: Unable to kill session worker process
Jan 26 23:15:43 racker gdm-launch-environment][5477]: pam_unix(gdm-launch-environment:session): sess
Jan 26 23:15:50 racker gdm3[1015]: Child process -5481 was already dead.
Jan 26 23:15:50 racker gdm-launch-environment][5520]: pam_unix(gdm-launch-environment:session): sess
Jan 26 23:15:57 racker gdm3[1015]: Child process -5524 was already dead.
Jan 26 23:15:57 racker gdm3[1015]: Child process 5520 was already dead.
Jan 26 23:15:57 racker gdm3[1015]: Unable to kill session worker process
~$ sudo startx
X.Org X Server 1.19.3
Release Date: 2017-03-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
Current Operating System: Linux racker 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic.efi.signed root=UUID=ab3af405-8d7b-4e53-8b13-8adf988aa75a ro acpi=off verbose debug
Build Date: 13 October 2017 02:11:50PM
xorg-server 2:1.19.3-1ubuntu1~16.04.4 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 27 00:00:03 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) [KMS] Kernel modesetting enabled.
(EE)
(EE) Backtrace:
(EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x56385c75ea9e]
(EE) 1: /usr/lib/xorg/Xorg (0x56385c5ad000+0x1b57f9) [0x56385c7627f9]
(EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fdf84994000+0x11390) [0x7fdf849a5390]
(EE) 3: /usr/lib/xorg/Xorg (RRProviderAutoConfigGpuScreen+0x42) [0x56385c6cbda2]
(EE) 4: /usr/lib/xorg/Xorg (InitOutput+0x5bd) [0x56385c645b2d]
(EE) 5: /usr/lib/xorg/Xorg (0x56385c5ad000+0x581a6) [0x56385c6051a6]
(EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7fdf845ea830]
(EE) 7: /usr/lib/xorg/Xorg (_start+0x29) [0x56385c5ef329]
(EE)
(EE) Segmentation fault at address 0x130
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
~$ cat /var/log/Xorg.0.log
[ 5417.971]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 5417.971] X Protocol Version 11, Revision 0
[ 5417.971] Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
[ 5417.971] Current Operating System: Linux racker 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64
[ 5417.971] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic.efi.signed root=UUID=ab3af405-8d7b-4e53-8b13-8adf988aa75a ro acpi=off verbose debug
[ 5417.971] Build Date: 13 October 2017 02:11:50PM
[ 5417.971] xorg-server 2:1.19.3-1ubuntu1~16.04.4 (For technical support please see http://www.ubuntu.com/support)
[ 5417.971] Current version of pixman: 0.33.6
[ 5417.971] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5417.971] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5417.972] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 27 00:00:03 2018
[ 5417.972] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5417.972] (==) No Layout section. Using the first Screen section.
[ 5417.972] (==) No screen section available. Using defaults.
[ 5417.972] (**) |-->Screen "Default Screen Section" (0)
[ 5417.972] (**) | |-->Monitor "<default monitor>"
[ 5417.972] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5417.972] (==) Automatically adding devices
[ 5417.972] (==) Automatically enabling devices
[ 5417.972] (==) Automatically adding GPU devices
[ 5417.972] (==) Automatically binding GPU devices
[ 5417.972] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 5417.972] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 5417.972] Entry deleted from font path.
[ 5417.972] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 5417.972] Entry deleted from font path.
[ 5417.972] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 5417.972] Entry deleted from font path.
[ 5417.972] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 5417.972] Entry deleted from font path.
[ 5417.972] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 5417.972] Entry deleted from font path.
[ 5417.972] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 5417.972] (**) ModulePath set to "/opt/amdgpu-pro/lib/xorg/modules,/usr/lib/xorg/modules"
[ 5417.972] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5417.972] (II) Loader magic: 0x56385c9ebe00
[ 5417.972] (II) Module ABI versions:
[ 5417.972] X.Org ANSI C Emulation: 0.4
[ 5417.972] X.Org Video Driver: 23.0
[ 5417.972] X.Org XInput driver : 24.1
[ 5417.972] X.Org Server Extension : 10.0
[ 5417.973] (--) using VT number 2
[ 5417.973] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 5417.973] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5418.000] (--) PCI:*(0:5:0:0) 10de:0fff:10de:094a rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 5418.000] (--) PCI: (0:7:0:0) 1002:6995:1002:0b0c rev 0, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7200000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 5418.000] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 5418.000] (II) "glx" will be loaded by default.
[ 5418.000] (II) LoadModule: "glx"
[ 5418.000] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/extensions/libglx.so
[ 5418.001] (II) Module glx: vendor="X.Org Foundation"
[ 5418.001] compiled for 1.19.0, module version = 1.0.0
[ 5418.001] ABI class: X.Org Server Extension, version 10.0
[ 5418.001] (II) Applying OutputClass "amdgpu-pro" to /dev/dri/card0
[ 5418.001] loading driver: amdgpu
[ 5418.001] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 5418.001] loading driver: amdgpu
[ 5418.001] (==) Matched amdgpu as autoconfigured driver 0
[ 5418.001] (==) Matched amdgpu as autoconfigured driver 1
[ 5418.001] (==) Matched ati as autoconfigured driver 2
[ 5418.001] (==) Matched nvidia as autoconfigured driver 3
[ 5418.001] (==) Matched nouveau as autoconfigured driver 4
[ 5418.001] (==) Matched modesetting as autoconfigured driver 5
[ 5418.001] (==) Matched fbdev as autoconfigured driver 6
[ 5418.001] (==) Matched vesa as autoconfigured driver 7
[ 5418.001] (==) Assigned the driver to the xf86ConfigLayout
[ 5418.001] (II) LoadModule: "amdgpu"
[ 5418.001] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/drivers/amdgpu_drv.so
[ 5418.001] (II) Module amdgpu: vendor="X.Org Foundation"
[ 5418.001] compiled for 1.19.3, module version = 1.3.99
[ 5418.001] Module class: X.Org Video Driver
[ 5418.001] ABI class: X.Org Video Driver, version 23.0
[ 5418.001] (II) LoadModule: "ati"
[ 5418.001] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 5418.001] (II) Module ati: vendor="X.Org Foundation"
[ 5418.001] compiled for 1.19.3, module version = 7.9.0
[ 5418.001] Module class: X.Org Video Driver
[ 5418.001] ABI class: X.Org Video Driver, version 23.0
[ 5418.051] (II) LoadModule: "nvidia"
[ 5418.051] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5418.051] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5418.051] compiled for 4.0.2, module version = 1.0.0
[ 5418.051] Module class: X.Org Video Driver
[ 5418.051] (II) LoadModule: "nouveau"
[ 5418.052] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 5418.052] (II) Module nouveau: vendor="X.Org Foundation"
[ 5418.052] compiled for 1.19.3, module version = 1.0.14
[ 5418.052] Module class: X.Org Video Driver
[ 5418.052] ABI class: X.Org Video Driver, version 23.0
[ 5418.052] (II) LoadModule: "modesetting"
[ 5418.052] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5418.052] (II) Module modesetting: vendor="X.Org Foundation"
[ 5418.052] compiled for 1.19.3, module version = 1.19.3
[ 5418.052] Module class: X.Org Video Driver
[ 5418.052] ABI class: X.Org Video Driver, version 23.0
[ 5418.052] (II) LoadModule: "fbdev"
[ 5418.052] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 5418.052] (II) Module fbdev: vendor="X.Org Foundation"
[ 5418.052] compiled for 1.19.3, module version = 0.4.4
[ 5418.052] Module class: X.Org Video Driver
[ 5418.052] ABI class: X.Org Video Driver, version 23.0
[ 5418.052] (II) LoadModule: "vesa"
[ 5418.052] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 5418.052] (II) Module vesa: vendor="X.Org Foundation"
[ 5418.052] compiled for 1.19.3, module version = 2.3.4
[ 5418.052] Module class: X.Org Video Driver
[ 5418.052] ABI class: X.Org Video Driver, version 23.0
[ 5418.052] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 5418.052] (II) NVIDIA dlloader X Driver 384.98 Thu Oct 26 14:06:45 PDT 2017
[ 5418.052] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5418.052] (II) NOUVEAU driver Date: Tue Mar 7 18:44:43 2017 -0500
[ 5418.052] (II) NOUVEAU driver for NVIDIA chipset families :
[ 5418.052] RIVA TNT (NV04)
[ 5418.052] RIVA TNT2 (NV05)
[ 5418.052] GeForce 256 (NV10)
[ 5418.052] GeForce 2 (NV11, NV15)
[ 5418.052] GeForce 4MX (NV17, NV18)
[ 5418.052] GeForce 3 (NV20)
[ 5418.052] GeForce 4Ti (NV25, NV28)
[ 5418.052] GeForce FX (NV3x)
[ 5418.052] GeForce 6 (NV4x)
[ 5418.052] GeForce 7 (G7x)
[ 5418.052] GeForce 8 (G8x)
[ 5418.052] GeForce GTX 200 (NVA0)
[ 5418.052] GeForce GTX 400 (NVC0)
[ 5418.052] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 5418.052] (II) FBDEV: driver for framebuffer: fbdev
[ 5418.052] (II) VESA: driver for VESA chipsets: vesa
[ 5418.061] (II) [KMS] Kernel modesetting enabled.
[ 5418.086] (II) Loading sub module "fb"
[ 5418.086] (II) LoadModule: "fb"
[ 5418.086] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5418.087] (II) Module fb: vendor="X.Org Foundation"
[ 5418.087] compiled for 1.19.3, module version = 1.0.0
[ 5418.087] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5418.087] (II) Loading sub module "wfb"
[ 5418.087] (II) LoadModule: "wfb"
[ 5418.087] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5418.087] (II) Module wfb: vendor="X.Org Foundation"
[ 5418.087] compiled for 1.19.3, module version = 1.0.0
[ 5418.087] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5418.087] (II) Loading sub module "ramdac"
[ 5418.087] (II) LoadModule: "ramdac"
[ 5418.087] (II) Module "ramdac" already built-in
[ 5418.090] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 5418.090] (EE) NVIDIA: system's kernel log for additional error messages and
[ 5418.090] (EE) NVIDIA: consult the NVIDIA README for details.
[ 5424.090] (EE) [drm] Failed to open DRM device for pci:0000:05:00.0: -19
[ 5424.090] (WW) Falling back to old probe method for modesetting
[ 5424.091] (II) Loading sub module "fbdevhw"
[ 5424.091] (II) LoadModule: "fbdevhw"
[ 5424.091] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 5424.091] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 5424.091] compiled for 1.19.3, module version = 0.0.2
[ 5424.091] ABI class: X.Org Video Driver, version 23.0
[ 5424.091] (**) FBDEV(1): claimed PCI slot 5@0:0:0
[ 5424.091] (II) FBDEV(1): using default device
[ 5424.091] (WW) Falling back to old probe method for vesa
[ 5424.091] (EE) Screen 0 deleted because of no matching config section.
[ 5424.091] (II) UnloadModule: "modesetting"
[ 5424.091] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5424.091] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 5424.091] (==) FBDEV(0): RGB weight 888
[ 5424.091] (==) FBDEV(0): Default visual is TrueColor
[ 5424.091] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5424.091] (II) FBDEV(0): hardware: EFI VGA (video memory: 3072kB)
[ 5424.091] (II) FBDEV(0): checking modes against framebuffer device...
[ 5424.091] (II) FBDEV(0): checking modes against monitor...
[ 5424.091] (--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
[ 5424.091] (**) FBDEV(0): Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz
[ 5424.091] (II) FBDEV(0): Modeline "current"x0.0 78.65 1024 1056 1184 1312 768 772 776 792 -hsync -vsync -csync (59.9 kHz b)
[ 5424.091] (==) FBDEV(0): DPI set to (96, 96)
[ 5424.091] (II) Loading sub module "fb"
[ 5424.091] (II) LoadModule: "fb"
[ 5424.091] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5424.091] (II) Module fb: vendor="X.Org Foundation"
[ 5424.091] compiled for 1.19.3, module version = 1.0.0
[ 5424.091] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5424.091] (**) FBDEV(0): using shadow framebuffer
[ 5424.091] (II) Loading sub module "shadow"
[ 5424.091] (II) LoadModule: "shadow"
[ 5424.091] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 5424.091] (II) Module shadow: vendor="X.Org Foundation"
[ 5424.091] compiled for 1.19.3, module version = 1.1.0
[ 5424.091] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5424.091] (II) AMDGPU(G0): AMDGPU DDX hybrid version: 17.40.3.12
[ 5424.091] (EE) AMDGPU(G0): Failed to open amdgpu hybrid version
[ 5424.091] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 5424.091] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 5424.091] (==) AMDGPU(G0): Default visual is TrueColor
[ 5424.091] (==) AMDGPU(G0): RGB weight 888
[ 5424.091] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 5424.091] (--) AMDGPU(G0): Chipset: "AMD Radeon Pro WX2100" (ChipID = 0x6995)
[ 5424.091] (II) Loading sub module "fb"
[ 5424.091] (II) LoadModule: "fb"
[ 5424.091] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5424.091] (II) Module fb: vendor="X.Org Foundation"
[ 5424.091] compiled for 1.19.3, module version = 1.0.0
[ 5424.091] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5424.091] (II) Loading sub module "dri2"
[ 5424.091] (II) LoadModule: "dri2"
[ 5424.091] (II) Module "dri2" already built-in
[ 5424.094] (II) Loading sub module "glamoregl"
[ 5424.094] (II) LoadModule: "glamoregl"
[ 5424.094] (II) Loading /opt/amdgpu-pro/lib/xorg/modules/libglamoregl.so
[ 5424.097] (II) Module glamoregl: vendor="X.Org Foundation"
[ 5424.097] compiled for 1.19.3, module version = 1.0.0
[ 5424.097] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5424.097] (II) glamor: OpenGL accelerated X.org driver based.
[ 5424.171] (II) glamor: EGL version 1.4:
[ 5424.188] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 5424.188] (==) AMDGPU(G0): TearFree property default: auto
[ 5424.322] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 5424.458] (II) AMDGPU(G0): Output DisplayPort-1-1 has no monitor section
[ 5424.594] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
[ 5424.730] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 5424.866] (II) AMDGPU(G0): EDID for output DisplayPort-1-1
[ 5425.002] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
[ 5425.002] (II) AMDGPU(G0): mem size init: gart size :7fe3d000 vram size: s:7f591000 visible:5f82cc00
[ 5425.002] (II) AMDGPU(G0): Video RAM: 2086468 kByte
[ 5425.002] (==) AMDGPU(G0): DPI set to (96, 96)
[ 5425.002] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 5425.002] (II) Loading sub module "ramdac"
[ 5425.002] (II) LoadModule: "ramdac"
[ 5425.002] (II) Module "ramdac" already built-in
[ 5425.002] (II) UnloadModule: "vesa"
[ 5425.002] (II) Unloading vesa
[ 5425.002] (==) Depth 24 pixmap format is 32 bpp
[ 5425.002] (II) AMDGPU(G0): [DRI2] Setup complete
[ 5425.002] (II) AMDGPU(G0): [DRI2] DRI driver: amdgpu
[ 5425.002] (II) AMDGPU(G0): [DRI2] VDPAU driver: amdgpu
[ 5425.002] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 5425.004] (==) AMDGPU(G0): Backing store enabled
[ 5425.004] (II) AMDGPU(G0): Direct rendering enabled
[ 5425.065] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 5425.065] (II) AMDGPU(G0): Acceleration enabled
[ 5425.065] (==) AMDGPU(G0): DPMS enabled
[ 5425.065] (==) AMDGPU(G0): Silken mouse enabled
[ 5425.065] (II) AMDGPU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 5425.066] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[ 5425.066] (==) FBDEV(0): Backing store enabled
[ 5425.066] (==) FBDEV(0): DPMS enabled
[ 5425.066] (--) RandR disabled
[ 5425.066] (EE)
[ 5425.066] (EE) Backtrace:
[ 5425.066] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x56385c75ea9e]
[ 5425.066] (EE) 1: /usr/lib/xorg/Xorg (0x56385c5ad000+0x1b57f9) [0x56385c7627f9]
[ 5425.066] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fdf84994000+0x11390) [0x7fdf849a5390]
[ 5425.066] (EE) 3: /usr/lib/xorg/Xorg (RRProviderAutoConfigGpuScreen+0x42) [0x56385c6cbda2]
[ 5425.066] (EE) 4: /usr/lib/xorg/Xorg (InitOutput+0x5bd) [0x56385c645b2d]
[ 5425.066] (EE) 5: /usr/lib/xorg/Xorg (0x56385c5ad000+0x581a6) [0x56385c6051a6]
[ 5425.067] (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7fdf845ea830]
[ 5425.067] (EE) 7: /usr/lib/xorg/Xorg (_start+0x29) [0x56385c5ef329]
[ 5425.067] (EE)
[ 5425.067] (EE) Segmentation fault at address 0x130
[ 5425.067] (EE)
Fatal server error:
[ 5425.067] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 5425.067] (EE)
[ 5425.067] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 5425.067] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 5425.067] (EE)
[ 5425.084] (EE) Server terminated with error (1). Closing log file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment