You are not logged in.
I don't know what to do anymore, X simple doesn't start at all on my system:
- AMD Ryzen 5 3400G (APU)
- Gigabyte Aorus B450 I Pro WiFi
My Xorg log trying to run as root (# startx):
[ 44.406] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 44.407]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 44.410] Build Operating System: Linux Archlinux
[ 44.411] Current Operating System: Linux nas 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[ 44.411] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p2 rootfstype=ext4 rw audit=0 apparmor=1 lsm=lockdown,yama,apparmor,bpf amd_iommu=on iommu=pt
[ 44.413] Build Date: 13 April 2021 03:12:10PM
[ 44.415]
[ 44.416] Current version of pixman: 0.40.0
[ 44.418] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 44.418] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 44.422] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 25 09:34:13 2021
[ 44.424] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 44.425] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 44.426] (==) No Layout section. Using the first Screen section.
[ 44.426] (==) No screen section available. Using defaults.
[ 44.426] (**) |-->Screen "Default Screen Section" (0)
[ 44.426] (**) | |-->Monitor "<default monitor>"
[ 44.426] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 44.426] (**) | |-->Device "AMD"
[ 44.426] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 44.426] (==) Automatically adding devices
[ 44.426] (==) Automatically enabling devices
[ 44.426] (==) Automatically adding GPU devices
[ 44.426] (==) Automatically binding GPU devices
[ 44.426] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 44.426] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 44.426] Entry deleted from font path.
[ 44.427] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 44.427] Entry deleted from font path.
[ 44.428] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 44.428] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 44.428] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 44.428] (II) Module ABI versions:
[ 44.428] X.Org ANSI C Emulation: 0.4
[ 44.428] X.Org Video Driver: 24.1
[ 44.428] X.Org XInput driver : 24.1
[ 44.428] X.Org Server Extension : 10.0
[ 44.429] (++) using VT number 1
[ 44.430] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 44.430] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 44.431] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 44.433] (--) PCI:*(10@0:0:0) 1002:15d8:1458:d000 rev 200, Mem @ 0xffe0000000/268435456, 0xfff0000000/2097152, 0xfcb00000/524288, I/O @ 0x0000e000/256
[ 44.433] (II) Open ACPI successful (/var/run/acpid.socket)
[ 44.433] (II) LoadModule: "glx"
[ 44.433] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 44.438] (II) Module glx: vendor="X.Org Foundation"
[ 44.438] compiled for 1.20.11, module version = 1.0.0
[ 44.438] ABI class: X.Org Server Extension, version 10.0
[ 44.438] (II) LoadModule: "amdgpu"
[ 44.438] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 44.440] (II) Module amdgpu: vendor="X.Org Foundation"
[ 44.440] compiled for 1.20.8, module version = 19.1.0
[ 44.440] Module class: X.Org Video Driver
[ 44.440] ABI class: X.Org Video Driver, version 24.1
[ 44.440] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 44.450] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 44.450] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 44.450] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 44.450] (==) AMDGPU(0): Default visual is TrueColor
[ 44.450] (**) AMDGPU(0): Option "DRI" "3"
[ 44.450] (**) AMDGPU(0): Option "TearFree" "true"
[ 44.450] (==) AMDGPU(0): RGB weight 888
[ 44.450] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 44.450] (--) AMDGPU(0): Chipset: "AMD Radeon(TM) Vega 11 Graphics" (ChipID = 0x15d8)
[ 44.450] (II) Loading sub module "fb"
[ 44.450] (II) LoadModule: "fb"
[ 44.450] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 44.451] (II) Module fb: vendor="X.Org Foundation"
[ 44.451] compiled for 1.20.11, module version = 1.0.0
[ 44.451] ABI class: X.Org ANSI C Emulation, version 0.4
[ 44.451] (II) Loading sub module "dri2"
[ 44.451] (II) LoadModule: "dri2"
[ 44.451] (II) Module "dri2" already built-in
[ 44.568] (II) Loading sub module "glamoregl"
[ 44.568] (II) LoadModule: "glamoregl"
[ 44.568] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 44.574] (II) Module glamoregl: vendor="X.Org Foundation"
[ 44.574] compiled for 1.20.11, module version = 1.0.1
[ 44.574] ABI class: X.Org ANSI C Emulation, version 0.4
[ 44.589] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon(TM) Vega 11 Graphics (RAVEN, DRM 3.40.0, 5.11.16-arch1-1, LLVM 11.1.0)
[ 44.589] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 44.589] (**) AMDGPU(0): TearFree property default: on
[ 44.589] (==) AMDGPU(0): VariableRefresh: disabled
[ 44.589] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 44.589] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 44.589] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 44.590] (II) AMDGPU(0): Output HDMI-A-1 has no monitor section
[ 44.599] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 44.599] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 44.600] (II) AMDGPU(0): EDID for output HDMI-A-1
[ 44.600] (II) AMDGPU(0): Manufacturer: SAM Model: c26 Serial#: 16777217
[ 44.600] (II) AMDGPU(0): Year: 2014 Week: 44
[ 44.600] (II) AMDGPU(0): EDID Version: 1.3
[ 44.600] (II) AMDGPU(0): Digital Display Input
[ 44.600] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 95 vert.: 54
[ 44.600] (II) AMDGPU(0): Gamma: 2.20
[ 44.600] (II) AMDGPU(0): No DPMS capabilities specified
[ 44.600] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 44.600] (II) AMDGPU(0): First detailed timing is preferred mode
[ 44.600] (II) AMDGPU(0): redX: 0.641 redY: 0.330 greenX: 0.301 greenY: 0.601
[ 44.600] (II) AMDGPU(0): blueX: 0.150 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
[ 44.600] (II) AMDGPU(0): Supported established timings:
[ 44.600] (II) AMDGPU(0): 720x400@70Hz
[ 44.600] (II) AMDGPU(0): 640x480@60Hz
[ 44.600] (II) AMDGPU(0): 640x480@67Hz
[ 44.600] (II) AMDGPU(0): 640x480@72Hz
[ 44.600] (II) AMDGPU(0): 640x480@75Hz
[ 44.600] (II) AMDGPU(0): 800x600@60Hz
[ 44.600] (II) AMDGPU(0): 800x600@72Hz
[ 44.600] (II) AMDGPU(0): 800x600@75Hz
[ 44.600] (II) AMDGPU(0): 832x624@75Hz
[ 44.600] (II) AMDGPU(0): 1024x768@60Hz
[ 44.600] (II) AMDGPU(0): 1024x768@70Hz
[ 44.600] (II) AMDGPU(0): 1024x768@75Hz
[ 44.600] (II) AMDGPU(0): 1280x1024@75Hz
[ 44.600] (II) AMDGPU(0): 1152x864@75Hz
[ 44.600] (II) AMDGPU(0): Manufacturer's mask: 0
[ 44.600] (II) AMDGPU(0): Supported standard timings:
[ 44.600] (II) AMDGPU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 44.600] (II) AMDGPU(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 44.600] (II) AMDGPU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 44.600] (II) AMDGPU(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 44.600] (II) AMDGPU(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 44.600] (II) AMDGPU(0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 44.600] (II) AMDGPU(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 44.600] (II) AMDGPU(0): Supported detailed timing:
[ 44.600] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 1209 x 680 mm
[ 44.600] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 44.600] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 44.600] (II) AMDGPU(0): Supported detailed timing:
[ 44.600] (II) AMDGPU(0): clock: 85.5 MHz Image Size: 1209 x 680 mm
[ 44.600] (II) AMDGPU(0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
[ 44.600] (II) AMDGPU(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
[ 44.600] (II) AMDGPU(0): Ranges: V min: 24 V max: 75 Hz, H min: 15 H max: 81 kHz, PixClock max 235 MHz
[ 44.600] (II) AMDGPU(0): Monitor name: SAMSUNG
[ 44.600] (II) AMDGPU(0): Supported detailed timing:
[ 44.600] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 1209 x 680 mm
[ 44.600] (II) AMDGPU(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 44.600] (II) AMDGPU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 44.600] (II) AMDGPU(0): Supported detailed timing:
[ 44.600] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 1209 x 680 mm
[ 44.600] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 44.600] (II) AMDGPU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 44.600] (II) AMDGPU(0): Supported detailed timing:
[ 44.600] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 1209 x 680 mm
[ 44.600] (II) AMDGPU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 44.600] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 44.600] (II) AMDGPU(0): Supported detailed timing:
[ 44.600] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 1209 x 680 mm
[ 44.600] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 44.600] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 44.600] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 44.600] (II) AMDGPU(0): EDID (in hex):
[ 44.600] (II) AMDGPU(0): 00ffffffffffff004c2d260c01000001
[ 44.600] (II) AMDGPU(0): 2c180103805f36780a23a5a4544d9926
[ 44.600] (II) AMDGPU(0): 0f5054bdef80714f81c0810081809500
[ 44.600] (II) AMDGPU(0): a9c0b3000101023a801871382d40582c
[ 44.600] (II) AMDGPU(0): 4500b9a84200001e662156aa51001e30
[ 44.600] (II) AMDGPU(0): 468f3300b9a84200001e000000fd0018
[ 44.600] (II) AMDGPU(0): 4b0f5117000a202020202020000000fc
[ 44.600] (II) AMDGPU(0): 0053414d53554e470a202020202001d0
[ 44.600] (II) AMDGPU(0): 02032cf14d901f041305140312202122
[ 44.600] (II) AMDGPU(0): 0716290907071507503d04c083010000
[ 44.600] (II) AMDGPU(0): e2000f68030c003000b82d01011d80d0
[ 44.600] (II) AMDGPU(0): 721c1620102c2580b9a84200009e011d
[ 44.600] (II) AMDGPU(0): 8018711c1620582c2500b9a84200009e
[ 44.600] (II) AMDGPU(0): 011d00bc52d01e20b8285540b9a84200
[ 44.600] (II) AMDGPU(0): 001e011d007251d01e206e285500b9a8
[ 44.600] (II) AMDGPU(0): 4200001e0000000000000000000000ac
[ 44.600] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[ 44.600] (II) AMDGPU(0): Printing probed modes for output HDMI-A-1
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 44.600] (II) AMDGPU(0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 44.601] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 44.601] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 44.601] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 44.601] (II) AMDGPU(0): Output HDMI-A-1 connected
[ 44.601] (II) AMDGPU(0): Using exact sizes for initial modes
[ 44.601] (II) AMDGPU(0): Output HDMI-A-1 using initial mode 1920x1080 +0+0
[ 44.601] (II) AMDGPU(0): mem size init: gart size :bf6ca000 vram size: s:7dfc9000 visible:7dfc9000
[ 44.601] (==) AMDGPU(0): DPI set to (96, 96)
[ 44.601] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 44.601] (II) Loading sub module "ramdac"
[ 44.601] (II) LoadModule: "ramdac"
[ 44.601] (II) Module "ramdac" already built-in
[ 44.601] (II) AMDGPU(0): [DRI2] Setup complete
[ 44.601] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 44.601] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 44.657] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 44.658] (II) AMDGPU(0): SYNC extension fences enabled
[ 44.658] (II) AMDGPU(0): Present extension enabled
[ 44.658] (**) AMDGPU(0): DRI3 enabled
[ 44.658] (==) AMDGPU(0): Backing store enabled
[ 44.658] (II) AMDGPU(0): Direct rendering enabled
[ 44.667] (EE)
[ 44.667] (EE) Backtrace:
I tried almost everything, including changing BIOS settings or trying to install things like LightDM. I have installed the complete xorg group including xf86-video-amdgpu.
Thanks.
Last edited by beta990 (2021-04-25 08:04:52)
Offline
Hmm, I think I've solved the issue. It seems KMS wasn't activated - I did re-run mkinitcpio -p again (amdgpu was added to the modules array already) and now it works!
Offline