You are not logged in.
Good morning,
I installed yesterday from scratch a brand new archlinux on my new PC. It is equipped with an AMD Ryzen 5 9600X processor, hence with internal GPU. I am using KDE under Wayland, and SDDM.
No fancy modification in any X11/Wayland config file. System is up-to-date (by definition).
As recommended by the wiki, I installed mesa, amdgpu, vulkan-radeon and xf86-video-amdgpu.
I then noticed I can't enable transparency effects in Plasma. Deep-diving, I see I have no hardware acceleration: eglinfo issues the following error message:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
Then all the supported extensions are displayed.
To be noted that glxgears and vkcube works fine.
I traced down this issue thanks to the web as an issue with access rights. I confirm it: when I open any terminal under KDE and enter "eglinfo" under my standard user, I got this issue. However, if I do "sudo eglinfo", then I don't get the error message.
Finally, I don't see anything weird (at least to me) in dmesg related to amdgpu. Insmod shows the module amdgpu properly loaded.
And here I am stucked. It does not look like a kernel / firmware issue to me as the module loads properly, dmesg does not scream and "eglinfo" launched as root works as intended.
I added both root and my user to the video group, then rebooted: no change.
I tried as well removing xf86-video-amdgpu, in case there would be some race condition with amdgpu: no change.
Some idea?
Last edited by Laserpithium (2025-04-10 18:26:03)
Offline
I can't find amdgpu package and xf86-video-amdgpu is for Xorg. Checked amdgpu driver isn't blacklisted? Have linux-firmware installed?
Output of
sudo dmesg | grep amdgpu
Offline
sudo dmesg | grep amdgpu
[ 6.331516] [drm] amdgpu kernel modesetting enabled.
[ 6.334429] amdgpu: Virtual CRAT table created for CPU
[ 6.334435] amdgpu: Topology: Add CPU node
[ 6.334498] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[ 6.336000] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[ 6.336002] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[ 6.385433] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[ 6.385435] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 6.385457] amdgpu 0000:0a:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 6.385458] amdgpu 0000:0a:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 6.385509] [drm] amdgpu: 512M of VRAM memory ready
[ 6.385510] [drm] amdgpu: 15611M of GTT memory ready.
[ 6.408095] amdgpu 0000:0a:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[ 6.470589] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 6.476285] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 6.476286] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 6.477380] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[ 6.508342] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 6.508346] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 6.508464] amdgpu: Virtual CRAT table created for GPU
[ 6.509138] amdgpu: Topology: Add dGPU node [0x13c0:0x1002]
[ 6.509139] kfd kfd: amdgpu: added device 1002:13c0
[ 6.509146] amdgpu 0000:0a:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[ 6.509148] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 6.509149] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 6.509149] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 6.509150] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 6.509150] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 6.509150] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 6.509151] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 6.509151] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 6.509151] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 6.509152] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 6.509152] amdgpu 0000:0a:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 6.509152] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 6.509153] amdgpu 0000:0a:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 6.509153] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 6.509154] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 6.509154] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 6.509395] amdgpu 0000:0a:00.0: amdgpu: Runtime PM not available
[ 6.509510] [drm] Initialized amdgpu 3.61.0 for 0000:0a:00.0 on minor 1
[ 6.513104] fbcon: amdgpudrmfb (fb0) is primary device
[ 6.513108] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 6.835955] amdgpu 0000:0a:00.0: [drm] REG_WAIT timeout 1us * 100000 tries - optc31_disable_crtc line:145
[ 7.297449] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
I confirm: amdgpu is not blacklisted, linux-firmware is installed.
Last edited by Laserpithium (2025-04-06 18:12:49)
Offline
Is your user in render/video groups?
Offline
errno 13 is "EACCES, Permission denied", hence the sudo thing.
So let's see where we're at.
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the outputs of
qdbus6 org.kde.KWin /KWin supportInformation; glxinfo -B; loginctl session-status
Offline
Thanks for helping!
sudo journalctl -b | curl -F 'file=@-' 0x0.st
http://0x0.st/8_fj.txt
qdbus6 org.kde.KWin /KWin supportInformation; glxinfo -B; loginctl session-status
version
=======
KWin version: 6.3.4
Qt Version: 6.9.0
Qt compile version: 6.9.0
XCB compile version: 1.17.0
Operation Mode: Wayland
Build Options
=============
KWIN_BUILD_DECORATIONS: yes
KWIN_BUILD_TABBOX: yes
KWIN_BUILD_ACTIVITIES: yes
HAVE_X11_XCB: yes
HAVE_GLX: yes
X11
===
Vendor: The X.Org Foundation
Vendor Release: 12401006
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0
Decoration
==========
Plugin: org.kde.kwin.aurorae
Theme: __aurorae__svg__Layan
Plugin recommends border size: No
onAllDesktopsAvailable: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 2
decorationButtonsRight: 6, 3, 4, 5
borderSize: 3
gridUnit: 10
font: Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1
smallSpacing: 2
largeSpacing: 10
Output backend
==============
Name: DRM
Atomic Mode Setting on GPU 0: true
Cursor
======
themeName: Layan-white-cursors
themeSize: 24
Options
=======
focusPolicy: ClickToFocus
xwaylandCrashPolicy: 1
xwaylandMaxCrashCount: 3
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: true
placement: 5
activationDesktopPolicy: SwitchToOtherDesktop
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
edgeBarrier: 100
cornerBarrier: 1
rollOverDesktops: false
focusStealingPreventionLevel: 1
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: MouseRaise
commandActiveTitlebar2: MouseNothing
commandActiveTitlebar3: MouseOperationsMenu
commandInactiveTitlebar1: MouseActivateAndRaise
commandInactiveTitlebar2: MouseNothing
commandInactiveTitlebar3: MouseOperationsMenu
commandWindow1: MouseActivateRaiseOnReleaseAndPassClick
commandWindow2: MouseActivateAndPassClick
commandWindow3: MouseActivateAndPassClick
commandWindowWheel: MouseNothing
commandAll1: MouseUnrestrictedMove
commandAll2: MouseToggleRaiseAndLower
commandAll3: MouseUnrestrictedResize
keyCmdAllModKey: 16777250
doubleClickBorderToMaximize: true
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: false
killPingTimeout: 5000
compositingMode: 1
useCompositing: true
hiddenPreviews: 1
glSmoothScale: 2
glStrictBinding: true
glStrictBindingFollowsDriver: true
glPreferBufferSwap: AutoSwapStrategy
glPlatformInterface: 2
windowsBlockCompositing: true
allowTearing: true
interactiveWindowMoveEnabled: true
Screen Edges
============
desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0
Screens
=======
Number of Screens: 1
Screen 0:
---------
Name: HDMI-A-1
Enabled: 1
Geometry: 0,0,1920x1080
Physical size: 531x299mm
Scale: 1
Refresh Rate: 60000
Adaptive Sync: incapable
Compositing
===========
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL version string: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL platform interface: EGL
OpenGL shading language version string: 4.60
Driver: Unknown
GPU class: Unknown
OpenGL version: 4.6
GLSL version: 4.60
Mesa version: 25.0.3
X server version: 1.24.1
Linux kernel version: 6.13.8
Direct rendering: Requires strict binding: no
Virtual Machine: no
OpenGL 2 Shaders are used
Loaded Effects:
---------------
shakecursor
screenshot
outputlocator
colorpicker
zoom
screenedge
blur
contrast
logout
login
sessionquit
slidingpopups
windowaperture
translucency
slide
fullscreen
frozenapp
squash
fadingpopups
maximize
scale
dialogparent
windowview
tileseditor
overview
highlightwindow
blendchanges
startupfeedback
systembell
screentransform
kscreen
Currently Active Effects:
-------------------------
blur
contrast
Effect Settings:
----------------
shakecursor:
screenshot:
outputlocator:
colorpicker:
zoom:
zoomFactor: 1.2
mousePointer: 0
mouseTracking: 0
focusTrackingEnabled: false
textCaretTrackingEnabled: false
focusDelay: 350
moveFactor: 20
targetZoom: 1
screenedge:
blur:
contrast:
logout:
pluginId: logout
isActiveFullScreenEffect: false
login:
pluginId: login
isActiveFullScreenEffect: false
sessionquit:
pluginId: sessionquit
isActiveFullScreenEffect: false
slidingpopups:
slideInDuration: 200
slideOutDuration: 200
windowaperture:
pluginId: windowaperture
isActiveFullScreenEffect: false
translucency:
pluginId: translucency
isActiveFullScreenEffect: false
slide:
horizontalGap: 45
verticalGap: 20
slideBackground: true
fullscreen:
pluginId: fullscreen
isActiveFullScreenEffect: false
frozenapp:
pluginId: frozenapp
isActiveFullScreenEffect: false
squash:
pluginId: squash
isActiveFullScreenEffect: false
fadingpopups:
pluginId: fadingpopups
isActiveFullScreenEffect: false
maximize:
pluginId: maximize
isActiveFullScreenEffect: false
scale:
pluginId: scale
isActiveFullScreenEffect: false
dialogparent:
pluginId: dialogparent
isActiveFullScreenEffect: false
windowview:
activeView:
delegate:
animationDuration: 300
ignoreMinimized: false
mode:
partialActivationFactor: 0
gestureInProgress: false
searchText:
selectedIds:
tileseditor:
activeView:
delegate:
animationDuration: 200
overview:
activeView:
delegate:
animationDuration: 300
ignoreMinimized: false
filterWindows: true
organizedGrid: true
overviewPartialActivationFactor: 0
overviewGestureInProgress: false
transitionPartialActivationFactor: 0
transitionGestureInProgress: false
gridPartialActivationFactor: 0
gridGestureInProgress: false
desktopOffset:
searchText:
highlightwindow:
blendchanges:
startupfeedback:
type: 1
systembell:
screentransform:
kscreen:
Loaded Plugins:
---------------
BounceKeysPlugin
KeyNotificationPlugin
StickyKeysPlugin
buttonsrebind
eis
krunnerintegration
nightlight
screencast
Available Plugins:
------------------
BounceKeysPlugin
KeyNotificationPlugin
StickyKeysPlugin
buttonsrebind
eis
krunnerintegration
nightlight
screencast
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1) (0x13c0)
Version: 25.0.3
Accelerated: yes
Video memory: 512MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 47 MB, largest block: 47 MB
VBO free aux. memory - total: 15293 MB, largest block: 15293 MB
Texture free memory - total: 47 MB, largest block: 47 MB
Texture free aux. memory - total: 15293 MB, largest block: 15293 MB
Renderbuffer free memory - total: 47 MB, largest block: 47 MB
Renderbuffer free aux. memory - total: 15293 MB, largest block: 15293 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 512 MB
Total available memory: 16123 MB
Currently available dedicated video memory: 47 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
2 - gilgamesh (1000)
Since: Mon 2025-04-07 20:06:33 CEST; 3min 27s ago
State: active
Leader: 871 (sddm-helper)
Seat: seat0; vc1
TTY: tty1
Remote: no
Service: sddm
Type: wayland
Class: user
Desktop: KDE
Idle: no
Unit: session-2.scope
├─ 871 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-cf32c18e-1ed8-4f2c-81f6-1377364437c6 --id 1 --start "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" --user gilgamesh
├─1185 /usr/bin/kwalletd6 --pam-login 12 13
└─1186 /usr/bin/startplasma-wayland
avril 07 20:06:33 Uruk systemd[1]: Started Session 2 of User gilgamesh.
avril 07 20:06:33 Uruk sddm-helper[1184]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
avril 07 20:06:33 Uruk sddm-helper[1186]: Jumping to VT 1
avril 07 20:06:33 Uruk sddm-helper[1186]: VT mode didn't need to be fixed
And the Xorg log:
[ 10.470] (--) Log file renamed from "/var/log/Xorg.pid-773.log" to "/var/log/Xorg.0.log"
[ 10.471]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 10.471] Current Operating System: Linux Uruk 6.13.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:30 +0000 x86_64
[ 10.471] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b412ab44-4228-4c43-8617-b1991d601afc rw loglevel=3 quiet
[ 10.471]
[ 10.471] Current version of pixman: 0.44.2
[ 10.471] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 10.471] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.471] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 7 20:06:24 2025
[ 10.473] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10.473] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.474] (==) No Layout section. Using the first Screen section.
[ 10.474] (==) No screen section available. Using defaults.
[ 10.474] (**) |-->Screen "Default Screen Section" (0)
[ 10.474] (**) | |-->Monitor "<default monitor>"
[ 10.474] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 10.474] (**) Allowing byte-swapped clients
[ 10.474] (==) Automatically adding devices
[ 10.474] (==) Automatically enabling devices
[ 10.474] (==) Automatically adding GPU devices
[ 10.474] (==) Automatically binding GPU devices
[ 10.474] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10.474] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 10.474] Entry deleted from font path.
[ 10.474] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 10.474] Entry deleted from font path.
[ 10.474] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 10.474] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 10.474] Entry deleted from font path.
[ 10.474] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 10.474] Entry deleted from font path.
[ 10.474] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 10.474] Entry deleted from font path.
[ 10.474] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 10.474] Entry deleted from font path.
[ 10.474] (==) FontPath set to:
[ 10.474] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10.474] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10.474] (II) Module ABI versions:
[ 10.474] X.Org ANSI C Emulation: 0.4
[ 10.474] X.Org Video Driver: 25.2
[ 10.474] X.Org XInput driver : 24.4
[ 10.474] X.Org Server Extension : 10.0
[ 10.474] (++) using VT number 2
[ 10.474] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 10.475] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10.475] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.0/drm/card1
[ 10.480] (--) PCI:*(10@0:0:0) 1002:13c0:1043:8877 rev 198, Mem @ 0xfcf0000000/268435456, 0xf6400000/2097152, 0xf6900000/524288, I/O @ 0x0000e000/256
[ 10.480] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10.480] (II) LoadModule: "glx"
[ 10.480] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10.484] (II) Module glx: vendor="X.Org Foundation"
[ 10.484] compiled for 1.21.1.16, module version = 1.0.0
[ 10.484] ABI class: X.Org Server Extension, version 10.0
[ 10.484] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[ 10.484] loading driver: amdgpu
[ 10.484] (==) Matched amdgpu as autoconfigured driver 0
[ 10.484] (==) Matched ati as autoconfigured driver 1
[ 10.484] (==) Matched modesetting as autoconfigured driver 2
[ 10.484] (==) Matched fbdev as autoconfigured driver 3
[ 10.484] (==) Matched vesa as autoconfigured driver 4
[ 10.484] (==) Assigned the driver to the xf86ConfigLayout
[ 10.484] (II) LoadModule: "amdgpu"
[ 10.484] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 10.485] (II) Module amdgpu: vendor="X.Org Foundation"
[ 10.485] compiled for 1.21.1.11, module version = 23.0.0
[ 10.485] Module class: X.Org Video Driver
[ 10.485] ABI class: X.Org Video Driver, version 25.2
[ 10.485] (II) LoadModule: "ati"
[ 10.485] (WW) Warning, couldn't open module ati
[ 10.485] (EE) Failed to load module "ati" (module does not exist, 0)
[ 10.485] (II) LoadModule: "modesetting"
[ 10.485] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 10.485] (II) Module modesetting: vendor="X.Org Foundation"
[ 10.485] compiled for 1.21.1.16, module version = 1.21.1
[ 10.485] Module class: X.Org Video Driver
[ 10.485] ABI class: X.Org Video Driver, version 25.2
[ 10.485] (II) LoadModule: "fbdev"
[ 10.485] (WW) Warning, couldn't open module fbdev
[ 10.485] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 10.485] (II) LoadModule: "vesa"
[ 10.485] (WW) Warning, couldn't open module vesa
[ 10.485] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 10.485] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 10.485] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 10.496] (WW) Falling back to old probe method for modesetting
[ 10.496] (EE) open /dev/dri/card0: No such file or directory
[ 10.496] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 10.496] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 10.496] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 10.496] (==) AMDGPU(0): Default visual is TrueColor
[ 10.496] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[ 10.496] (==) AMDGPU(0): RGB weight 888
[ 10.496] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 10.496] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x13c0)
[ 10.496] (II) Loading sub module "fb"
[ 10.496] (II) LoadModule: "fb"
[ 10.496] (II) Module "fb" already built-in
[ 10.496] (II) Loading sub module "dri2"
[ 10.496] (II) LoadModule: "dri2"
[ 10.496] (II) Module "dri2" already built-in
[ 10.593] (II) Loading sub module "glamoregl"
[ 10.593] (II) LoadModule: "glamoregl"
[ 10.593] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 10.595] (II) Module glamoregl: vendor="X.Org Foundation"
[ 10.595] compiled for 1.21.1.16, module version = 1.0.1
[ 10.595] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.605] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
[ 10.605] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 10.605] (==) AMDGPU(0): TearFree property default: auto
[ 10.605] (==) AMDGPU(0): VariableRefresh: disabled
[ 10.605] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 10.605] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 10.605] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 10.605] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 10.605] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 10.612] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 10.612] (II) AMDGPU(0): Manufacturer: AOC Model: 2495 Serial#: 22
[ 10.612] (II) AMDGPU(0): Year: 2013 Week: 48
[ 10.612] (II) AMDGPU(0): EDID Version: 1.3
[ 10.612] (II) AMDGPU(0): Digital Display Input
[ 10.612] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
[ 10.612] (II) AMDGPU(0): Gamma: 2.20
[ 10.612] (II) AMDGPU(0): DPMS capabilities: Off
[ 10.612] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 10.612] (II) AMDGPU(0): First detailed timing is preferred mode
[ 10.612] (II) AMDGPU(0): redX: 0.650 redY: 0.333 greenX: 0.332 greenY: 0.623
[ 10.613] (II) AMDGPU(0): blueX: 0.157 blueY: 0.053 whiteX: 0.313 whiteY: 0.329
[ 10.613] (II) AMDGPU(0): Supported established timings:
[ 10.613] (II) AMDGPU(0): 720x400@70Hz
[ 10.613] (II) AMDGPU(0): 640x480@60Hz
[ 10.613] (II) AMDGPU(0): 640x480@67Hz
[ 10.613] (II) AMDGPU(0): 640x480@72Hz
[ 10.613] (II) AMDGPU(0): 640x480@75Hz
[ 10.613] (II) AMDGPU(0): 800x600@56Hz
[ 10.613] (II) AMDGPU(0): 800x600@60Hz
[ 10.613] (II) AMDGPU(0): 800x600@72Hz
[ 10.613] (II) AMDGPU(0): 800x600@75Hz
[ 10.613] (II) AMDGPU(0): 832x624@75Hz
[ 10.613] (II) AMDGPU(0): 1024x768@60Hz
[ 10.613] (II) AMDGPU(0): 1024x768@70Hz
[ 10.613] (II) AMDGPU(0): 1024x768@75Hz
[ 10.613] (II) AMDGPU(0): 1280x1024@75Hz
[ 10.613] (II) AMDGPU(0): Manufacturer's mask: 0
[ 10.613] (II) AMDGPU(0): Supported standard timings:
[ 10.613] (II) AMDGPU(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 10.613] (II) AMDGPU(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 10.613] (II) AMDGPU(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 10.613] (II) AMDGPU(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 10.613] (II) AMDGPU(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 10.613] (II) AMDGPU(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 10.613] (II) AMDGPU(0): Supported detailed timing:
[ 10.613] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 531 x 299 mm
[ 10.613] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 10.613] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 10.613] (II) AMDGPU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 10.613] (II) AMDGPU(0): Monitor name: 2495
[ 10.613] (II) AMDGPU(0): Serial No: GNFDBJA000022
[ 10.613] (II) AMDGPU(0): Supported detailed timing:
[ 10.613] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 531 x 299 mm
[ 10.613] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 10.613] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 10.613] (II) AMDGPU(0): Supported detailed timing:
[ 10.613] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 531 x 299 mm
[ 10.613] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 10.613] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 10.613] (II) AMDGPU(0): Supported detailed timing:
[ 10.613] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 531 x 299 mm
[ 10.613] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 10.613] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 10.613] (II) AMDGPU(0): Supported detailed timing:
[ 10.613] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 531 x 299 mm
[ 10.613] (II) AMDGPU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 10.613] (II) AMDGPU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 10.613] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 10.613] (II) AMDGPU(0): EDID (in hex):
[ 10.613] (II) AMDGPU(0): 00ffffffffffff0005e3952416000000
[ 10.613] (II) AMDGPU(0): 3017010380351e782a9265a655559f28
[ 10.613] (II) AMDGPU(0): 0d5054bfef00d1c0b300950081808140
[ 10.613] (II) AMDGPU(0): 81c001010101023a801871382d40582c
[ 10.613] (II) AMDGPU(0): 4500132b2100001e000000fd00324c1e
[ 10.613] (II) AMDGPU(0): 5311000a202020202020000000fc0032
[ 10.613] (II) AMDGPU(0): 3439350a2020202020202020000000ff
[ 10.613] (II) AMDGPU(0): 00474e4644424a413030303032320161
[ 10.613] (II) AMDGPU(0): 02031ef14b0514101f04130312021101
[ 10.613] (II) AMDGPU(0): 230907018301000065030c0010008c0a
[ 10.613] (II) AMDGPU(0): d08a20e02d10103e9600132b21000018
[ 10.613] (II) AMDGPU(0): 011d007251d01e206e285500132b2100
[ 10.613] (II) AMDGPU(0): 001e8c0ad08a20e02d10103e9600132b
[ 10.613] (II) AMDGPU(0): 210000188c0ad090204031200c405500
[ 10.613] (II) AMDGPU(0): 132b2100001800000000000000000000
[ 10.613] (II) AMDGPU(0): 000000000000000000000000000000b7
[ 10.613] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[ 10.613] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 10.613] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x800"x60.0 148.50 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 10.613] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 10.613] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 10.613] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 10.613] (II) AMDGPU(0): Output HDMI-A-0 connected
[ 10.613] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 10.613] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 10.613] (II) AMDGPU(0): Using exact sizes for initial modes
[ 10.613] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[ 10.613] (II) AMDGPU(0): mem size init: gart size :3cee40000 vram size: s:1e054000 visible:1e054000
[ 10.613] (==) AMDGPU(0): DPI set to (96, 96)
[ 10.613] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10.613] (II) Loading sub module "ramdac"
[ 10.613] (II) LoadModule: "ramdac"
[ 10.613] (II) Module "ramdac" already built-in
[ 10.613] (II) UnloadModule: "modesetting"
[ 10.613] (II) Unloading modesetting
[ 10.613] (II) AMDGPU(0): [DRI2] Setup complete
[ 10.613] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 10.613] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 10.613] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 10.614] (II) AMDGPU(0): SYNC extension fences enabled
[ 10.614] (II) AMDGPU(0): Present extension enabled
[ 10.614] (==) AMDGPU(0): DRI3 enabled
[ 10.614] (==) AMDGPU(0): Backing store enabled
[ 10.614] (II) AMDGPU(0): Direct rendering enabled
[ 10.621] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 10.621] (II) AMDGPU(0): Acceleration enabled
[ 10.621] (==) AMDGPU(0): DPMS enabled
[ 10.621] (==) AMDGPU(0): Silken mouse enabled
[ 10.621] (II) AMDGPU(0): Set up textured video (glamor)
[ 10.629] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[ 10.629] (II) Initializing extension Generic Event Extension
[ 10.629] (II) Initializing extension SHAPE
[ 10.629] (II) Initializing extension MIT-SHM
[ 10.629] (II) Initializing extension XInputExtension
[ 10.629] (II) Initializing extension XTEST
[ 10.629] (II) Initializing extension BIG-REQUESTS
[ 10.629] (II) Initializing extension SYNC
[ 10.629] (II) Initializing extension XKEYBOARD
[ 10.629] (II) Initializing extension XC-MISC
[ 10.629] (II) Initializing extension SECURITY
[ 10.629] (II) Initializing extension XFIXES
[ 10.629] (II) Initializing extension RENDER
[ 10.629] (II) Initializing extension RANDR
[ 10.629] (II) Initializing extension COMPOSITE
[ 10.629] (II) Initializing extension DAMAGE
[ 10.629] (II) Initializing extension MIT-SCREEN-SAVER
[ 10.629] (II) Initializing extension DOUBLE-BUFFER
[ 10.629] (II) Initializing extension RECORD
[ 10.629] (II) Initializing extension DPMS
[ 10.629] (II) Initializing extension Present
[ 10.630] (II) Initializing extension DRI3
[ 10.630] (II) Initializing extension X-Resource
[ 10.630] (II) Initializing extension XVideo
[ 10.630] (II) Initializing extension XVideo-MotionCompensation
[ 10.630] (II) Initializing extension GLX
[ 10.633] (II) AIGLX: Loaded and initialized radeonsi
[ 10.633] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 10.633] (II) Initializing extension XFree86-VidModeExtension
[ 10.633] (II) Initializing extension XFree86-DGA
[ 10.633] (II) Initializing extension XFree86-DRI
[ 10.633] (II) Initializing extension DRI2
[ 10.633] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 10.696] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 10.696] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.696] (**) Power Button: Applying InputClass "system-keyboard"
[ 10.696] (II) LoadModule: "libinput"
[ 10.696] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 10.698] (II) Module libinput: vendor="X.Org Foundation"
[ 10.698] compiled for 1.21.1.13, module version = 1.5.0
[ 10.698] Module class: X.Org XInput Driver
[ 10.698] ABI class: X.Org XInput driver, version 24.4
[ 10.698] (II) Using input driver 'libinput' for 'Power Button'
[ 10.698] (**) Power Button: always reports core events
[ 10.698] (**) Option "Device" "/dev/input/event1"
[ 10.700] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.700] (II) event1 - Power Button: device is a keyboard
[ 10.700] (II) event1 - Power Button: device removed
[ 10.723] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 10.723] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10.723] (**) Option "xkb_layout" "fr"
[ 10.730] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.730] (II) event1 - Power Button: device is a keyboard
[ 10.731] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 10.731] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10.731] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10.731] (II) Using input driver 'libinput' for 'Video Bus'
[ 10.731] (**) Video Bus: always reports core events
[ 10.731] (**) Option "Device" "/dev/input/event2"
[ 10.731] (II) event2 - Video Bus: is tagged by udev as: Keyboard
[ 10.731] (II) event2 - Video Bus: device is a keyboard
[ 10.731] (II) event2 - Video Bus: device removed
[ 10.764] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input2/event2"
[ 10.764] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 10.764] (**) Option "xkb_layout" "fr"
[ 10.764] (II) event2 - Video Bus: is tagged by udev as: Keyboard
[ 10.764] (II) event2 - Video Bus: device is a keyboard
[ 10.764] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 10.764] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.764] (**) Power Button: Applying InputClass "system-keyboard"
[ 10.764] (II) Using input driver 'libinput' for 'Power Button'
[ 10.764] (**) Power Button: always reports core events
[ 10.764] (**) Option "Device" "/dev/input/event0"
[ 10.764] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.764] (II) event0 - Power Button: device is a keyboard
[ 10.764] (II) event0 - Power Button: device removed
[ 10.774] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 10.774] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 10.774] (**) Option "xkb_layout" "fr"
[ 10.774] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.774] (II) event0 - Power Button: device is a keyboard
[ 10.774] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver (/dev/input/event3)
[ 10.774] (**) Dell Computer Corp Dell Universal Receiver: Applying InputClass "libinput keyboard catchall"
[ 10.774] (**) Dell Computer Corp Dell Universal Receiver: Applying InputClass "system-keyboard"
[ 10.774] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver'
[ 10.774] (**) Dell Computer Corp Dell Universal Receiver: always reports core events
[ 10.774] (**) Option "Device" "/dev/input/event3"
[ 10.774] (II) event3 - Dell Computer Corp Dell Universal Receiver: is tagged by udev as: Keyboard
[ 10.774] (II) event3 - Dell Computer Corp Dell Universal Receiver: device is a keyboard
[ 10.774] (II) event3 - Dell Computer Corp Dell Universal Receiver: device removed
[ 10.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:08:00.0/usb1/1-8/1-8:1.0/0003:413C:2514.0002/input/input3/event3"
[ 10.784] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver" (type: KEYBOARD, id 9)
[ 10.784] (**) Option "xkb_layout" "fr"
[ 10.784] (II) event3 - Dell Computer Corp Dell Universal Receiver: is tagged by udev as: Keyboard
[ 10.784] (II) event3 - Dell Computer Corp Dell Universal Receiver: device is a keyboard
[ 10.784] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Mouse (/dev/input/event4)
[ 10.784] (**) Dell Computer Corp Dell Universal Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 10.784] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Mouse'
[ 10.784] (**) Dell Computer Corp Dell Universal Receiver Mouse: always reports core events
[ 10.784] (**) Option "Device" "/dev/input/event4"
[ 10.785] (II) event4 - Dell Computer Corp Dell Universal Receiver Mouse: is tagged by udev as: Mouse
[ 10.785] (II) event4 - Dell Computer Corp Dell Universal Receiver Mouse: device is a pointer
[ 10.785] (II) event4 - Dell Computer Corp Dell Universal Receiver Mouse: device removed
[ 10.812] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.812] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.812] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.812] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:08:00.0/usb1/1-8/1-8:1.1/0003:413C:2514.0003/input/input4/event4"
[ 10.812] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Mouse" (type: MOUSE, id 10)
[ 10.812] (**) Option "AccelerationScheme" "none"
[ 10.812] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) selected scheme none/0
[ 10.812] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) acceleration factor: 2.000
[ 10.812] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) acceleration threshold: 4
[ 10.812] (II) event4 - Dell Computer Corp Dell Universal Receiver Mouse: is tagged by udev as: Mouse
[ 10.812] (II) event4 - Dell Computer Corp Dell Universal Receiver Mouse: device is a pointer
[ 10.812] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Mouse (/dev/input/mouse0)
[ 10.812] (II) No input driver specified, ignoring this device.
[ 10.812] (II) This device may have been added with another device file.
[ 10.812] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Consumer Control (/dev/input/event5)
[ 10.812] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.812] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "system-keyboard"
[ 10.812] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Consumer Control'
[ 10.812] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: always reports core events
[ 10.812] (**) Option "Device" "/dev/input/event5"
[ 10.813] (II) event5 - Dell Computer Corp Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard
[ 10.813] (II) event5 - Dell Computer Corp Dell Universal Receiver Consumer Control: device is a keyboard
[ 10.813] (II) event5 - Dell Computer Corp Dell Universal Receiver Consumer Control: device removed
[ 10.830] (II) libinput: Dell Computer Corp Dell Universal Receiver Consumer Control: needs a virtual subdevice
[ 10.830] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:08:00.0/usb1/1-8/1-8:1.1/0003:413C:2514.0003/input/input5/event5"
[ 10.830] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Consumer Control" (type: MOUSE, id 11)
[ 10.830] (**) Option "AccelerationScheme" "none"
[ 10.830] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) selected scheme none/0
[ 10.830] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 10.830] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) acceleration threshold: 4
[ 10.830] (II) event5 - Dell Computer Corp Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard
[ 10.830] (II) event5 - Dell Computer Corp Dell Universal Receiver Consumer Control: device is a keyboard
[ 10.830] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver System Control (/dev/input/event6)
[ 10.830] (**) Dell Computer Corp Dell Universal Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 10.830] (**) Dell Computer Corp Dell Universal Receiver System Control: Applying InputClass "system-keyboard"
[ 10.830] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver System Control'
[ 10.830] (**) Dell Computer Corp Dell Universal Receiver System Control: always reports core events
[ 10.830] (**) Option "Device" "/dev/input/event6"
[ 10.831] (II) event6 - Dell Computer Corp Dell Universal Receiver System Control: is tagged by udev as: Keyboard
[ 10.831] (II) event6 - Dell Computer Corp Dell Universal Receiver System Control: device is a keyboard
[ 10.831] (II) event6 - Dell Computer Corp Dell Universal Receiver System Control: device removed
[ 10.848] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:08:00.0/usb1/1-8/1-8:1.1/0003:413C:2514.0003/input/input6/event6"
[ 10.848] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver System Control" (type: KEYBOARD, id 12)
[ 10.848] (**) Option "xkb_layout" "fr"
[ 10.848] (II) event6 - Dell Computer Corp Dell Universal Receiver System Control: is tagged by udev as: Keyboard
[ 10.848] (II) event6 - Dell Computer Corp Dell Universal Receiver System Control: device is a keyboard
[ 10.848] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event10)
[ 10.848] (II) No input driver specified, ignoring this device.
[ 10.848] (II) This device may have been added with another device file.
[ 10.848] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event11)
[ 10.848] (II) No input driver specified, ignoring this device.
[ 10.848] (II) This device may have been added with another device file.
[ 10.848] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event9)
[ 10.848] (II) No input driver specified, ignoring this device.
[ 10.848] (II) This device may have been added with another device file.
[ 10.848] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event12)
[ 10.848] (II) No input driver specified, ignoring this device.
[ 10.848] (II) This device may have been added with another device file.
[ 10.848] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event13)
[ 10.848] (II) No input driver specified, ignoring this device.
[ 10.848] (II) This device may have been added with another device file.
[ 10.849] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event14)
[ 10.849] (II) No input driver specified, ignoring this device.
[ 10.849] (II) This device may have been added with another device file.
[ 10.849] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event15)
[ 10.849] (II) No input driver specified, ignoring this device.
[ 10.849] (II) This device may have been added with another device file.
[ 10.849] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event16)
[ 10.849] (II) No input driver specified, ignoring this device.
[ 10.849] (II) This device may have been added with another device file.
[ 10.849] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
[ 10.849] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 10.849] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[ 10.849] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 10.849] (**) Eee PC WMI hotkeys: always reports core events
[ 10.849] (**) Option "Device" "/dev/input/event8"
[ 10.849] (II) event8 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 10.849] (II) event8 - Eee PC WMI hotkeys: device is a keyboard
[ 10.849] (II) event8 - Eee PC WMI hotkeys: device removed
[ 10.876] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event8"
[ 10.876] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[ 10.876] (**) Option "xkb_layout" "fr"
[ 10.876] (II) event8 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 10.876] (II) event8 - Eee PC WMI hotkeys: device is a keyboard
[ 10.876] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 10.876] (II) No input driver specified, ignoring this device.
[ 10.876] (II) This device may have been added with another device file.
[ 10.877] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.877] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "system-keyboard"
[ 10.877] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Consumer Control'
[ 10.877] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: always reports core events
[ 10.877] (**) Option "Device" "/dev/input/event5"
[ 10.877] (II) libinput: Dell Computer Corp Dell Universal Receiver Consumer Control: is a virtual subdevice
[ 10.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:08:00.0/usb1/1-8/1-8:1.1/0003:413C:2514.0003/input/input5/event5"
[ 10.877] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Consumer Control" (type: KEYBOARD, id 14)
[ 10.877] (**) Option "xkb_layout" "fr"
[ 18.973] (II) event1 - Power Button: device removed
[ 18.987] (II) event2 - Video Bus: device removed
[ 19.001] (II) event0 - Power Button: device removed
[ 19.007] (II) event3 - Dell Computer Corp Dell Universal Receiver: device removed
[ 19.013] (II) event4 - Dell Computer Corp Dell Universal Receiver Mouse: device removed
[ 19.025] (II) event6 - Dell Computer Corp Dell Universal Receiver System Control: device removed
[ 19.031] (II) event8 - Eee PC WMI hotkeys: device removed
[ 19.043] (II) event5 - Dell Computer Corp Dell Universal Receiver Consumer Control: device removed
[ 19.049] (II) AIGLX: Suspending AIGLX clients for VT switch
And in addition, if needed:
ls -la /dev/dri
total 0
drwxr-xr-x 3 root root 100 7 avril 20:06 ./
drwxr-xr-x 20 root root 4,4K 7 avril 20:06 ../
drwxr-xr-x 2 root root 80 7 avril 20:06 by-path/
crw-rw----+ 1 root video 226, 1 7 avril 20:06 card1
crw-rw-rw- 1 root render 226, 128 7 avril 20:06 renderD128
Last edited by Laserpithium (2025-04-07 18:20:02)
Offline
Operation Mode: Wayland
…
Compositing
===========
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL version string: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL platform interface: EGL
OpenGL shading language version string: 4.60
Driver: Unknown
GPU class: Unknown
OpenGL version: 4.6
GLSL version: 4.60
Mesa version: 25.0.3
X server version: 1.24.1
Linux kernel version: 6.13.8
Direct rendering: Requires strict binding: no
Virtual Machine: no
OpenGL 2 Shaders are used
You're running KDE on wayland on the AMD gpu, the xorg log is likely only relevant to your DM.
getfacl /dev/dri/card1
will likely show that yor user has rw access to the device (being member of hte video group isn't necessary)
Feel free to test eglinfo on an X11 session and post the output(s) of "eglinfo -B" (on wayland and in doubt X11)
Offline
You're running KDE on wayland on the AMD gpu, the xorg log is likely only relevant to your DM.
Yes, this is what I understand as well. Under SDDM I am launching KDE under Wayland, and from what I understand from the arch wiki SDDM for the moment works only under X11. So I guess X11 is only for the SDDM part.
getfacl /dev/dri/card1
# file: dev/dri/card1
# owner: root
# group: video
user::rw-
user:gilgamesh:rw-
group::rw-
mask::rw-
other::---
Very strange... It seems indeed my user ("gilgamesh") as the rw, so why do we have a permission error when launching eglinfo not in root?
I will remove my user from the video group indeed.
eglinfo -B (launched as user, not root, under Wayland)
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 19.1.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 19.1.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 19.1.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device platform:
Device #0:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM 3.61, 6.13.8-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #1:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 19.1.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 19.1.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 19.1.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Edit: just rebooted and tested eglinfo when starting KDE under X11 (vs Wayland). Got the same error message.
Last edited by Laserpithium (2025-04-08 11:20:13)
Offline
It "only" affects the GBM platform, this will be limited to eglinfo.
The broadsword will clear the stage and show access restriction
strace -ff -o /tmp/eglinfo.strace eglinfo -B
grep EACCES /tmp/eglinfo.strace
Offline
The strace commands leads to the creation of ~100 files in tmp => I thus modified the last command as grep EACCES /tmp/eglinfo.strace.*
I got this:
/tmp/eglinfo.strace.10927:ioctl(5, DRM_IOCTL_AMDGPU_INFO or DRM_IOCTL_IVPU_SUBMIT, 0x7ffee83fd300) = -1 EACCES (Permission non accordée)
"Permission non accordée" means "access denied" / "permission not granted".
The file eglinfo.strace.10927 is made of thousands of lines... if I grep -B 50, I got this:
/tmp/eglinfo.strace.10927-futex(0x751364ed5158, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x751364ed56fc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x751364ed8d64, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x751364ed8d6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x751364ed8d70, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x751364ed8f20, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x751364ed8e48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-futex(0x75136798e020, FUTEX_WAKE_PRIVATE, 2147483647) = 0
/tmp/eglinfo.strace.10927-openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
/tmp/eglinfo.strace.10927-fstat(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
/tmp/eglinfo.strace.10927-getdents64(5, 0x5676545bb340 /* 4 entries */, 32768) = 144
/tmp/eglinfo.strace.10927-getdents64(5, 0x5676545bb340 /* 0 entries */, 32768) = 0
/tmp/eglinfo.strace.10927-close(5) = 0
/tmp/eglinfo.strace.10927-openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 5
/tmp/eglinfo.strace.10927-read(5, "<?xml version=\"1.0\" standalone=\""..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " <!-- remove dual_color_blend_"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " <application name=\"Full Bore"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "Program (64-bit)\" executable=\"KS"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "xecutable=\"DirtRally\">\n "..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " <option name=\"allow_glsl_1"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " <option name=\"mesa_glthread"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "icted)\" executable=\"Talos_Unrest"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "+30% avg fps -->\n <applic"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "lication>\n <application n"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "11_strict_image_count\" value=\"tr"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " <!-- Wolfenstein II: The New C"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "si_clamp_div_by_zero\" value=\"tru"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "ogies Inc.\" />\n </applica"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "lication>\n <application n"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " Light 2\" executable=\"DyingLight"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "fault to Vulkan despite having a"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "roid game hall of shame:\n\n "..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "on\" value=\"true\" />\n </ap"..., 4096) = 716
/tmp/eglinfo.strace.10927-read(5, "", 4096) = 0
/tmp/eglinfo.strace.10927-close(5) = 0
/tmp/eglinfo.strace.10927-openat(AT_FDCWD, "/usr/share/drirc.d/00-radv-defaults.conf", O_RDONLY) = 5
/tmp/eglinfo.strace.10927-read(5, "<?xml version=\"1.0\" standalone=\""..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, " <option name=\"radv_o"..., 4096) = 4096
/tmp/eglinfo.strace.10927-read(5, "me=\"radv_zero_vram\" value=\"true\""..., 4096) = 2027
/tmp/eglinfo.strace.10927-read(5, "", 4096) = 0
/tmp/eglinfo.strace.10927-close(5) = 0
/tmp/eglinfo.strace.10927-openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce nom)
/tmp/eglinfo.strace.10927-openat(AT_FDCWD, "/home/gilgamesh/.drirc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce nom)
/tmp/eglinfo.strace.10927-fstat(4, {st_mode=S_IFCHR|0660, st_rdev=makedev(0xe2, 0x1), ...}) = 0
/tmp/eglinfo.strace.10927-newfstatat(AT_FDCWD, "/sys/dev/char/226:1/device/drm", {st_mode=S_IFDIR|0755, st_size=0, ...}, 0) = 0
/tmp/eglinfo.strace.10927-access("/dev/dri/card1", F_OK) = 0
/tmp/eglinfo.strace.10927-ioctl(4, DRM_IOCTL_GET_CLIENT, 0x7ffee83fd3a0) = 0
/tmp/eglinfo.strace.10927-ioctl(4, DRM_IOCTL_VERSION, 0x5676545aaaf0) = 0
/tmp/eglinfo.strace.10927-ioctl(4, DRM_IOCTL_VERSION, 0x5676545aaaf0) = 0
/tmp/eglinfo.strace.10927-fcntl(4, F_DUPFD_CLOEXEC, 0) = 5
/tmp/eglinfo.strace.10927:ioctl(5, DRM_IOCTL_AMDGPU_INFO or DRM_IOCTL_IVPU_SUBMIT, 0x7ffee83fd300) = -1 EACCES (Permission non accordée)
"Aucun fichier ou dossier de ce nom" means "no such file or directory".
Offline
Ah, sorry - only one "-f", not "-ff", my bad.
The protected fd5 is a duplicate of fd4, but the specific segment doesn't say what that is
Offline
Here you are:
$ grep -B 50 EACCES /tmp/eglinfo.strace
11796 futex(0x7a7b9a0d5158, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9a0d56fc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9a0d8d64, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9a0d8d6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9a0d8d70, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9a0d8f20, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9a0d8e48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 futex(0x7a7b9c98e020, FUTEX_WAKE_PRIVATE, 2147483647) = 0
11796 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
11796 fstat(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
11796 getdents64(5, 0x5fabd34c0360 /* 4 entries */, 32768) = 144
11796 getdents64(5, 0x5fabd34c0360 /* 0 entries */, 32768) = 0
11796 close(5) = 0
11796 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 5
11796 read(5, "<?xml version=\"1.0\" standalone=\""..., 4096) = 4096
11796 read(5, " <!-- remove dual_color_blend_"..., 4096) = 4096
11796 read(5, " <application name=\"Full Bore"..., 4096) = 4096
11796 read(5, "Program (64-bit)\" executable=\"KS"..., 4096) = 4096
11796 read(5, "xecutable=\"DirtRally\">\n "..., 4096) = 4096
11796 read(5, " <option name=\"allow_glsl_1"..., 4096) = 4096
11796 read(5, " <option name=\"mesa_glthread"..., 4096) = 4096
11796 read(5, "icted)\" executable=\"Talos_Unrest"..., 4096) = 4096
11796 read(5, "+30% avg fps -->\n <applic"..., 4096) = 4096
11796 read(5, "lication>\n <application n"..., 4096) = 4096
11796 read(5, "11_strict_image_count\" value=\"tr"..., 4096) = 4096
11796 read(5, " <!-- Wolfenstein II: The New C"..., 4096) = 4096
11796 read(5, "si_clamp_div_by_zero\" value=\"tru"..., 4096) = 4096
11796 read(5, "ogies Inc.\" />\n </applica"..., 4096) = 4096
11796 read(5, "lication>\n <application n"..., 4096) = 4096
11796 read(5, " Light 2\" executable=\"DyingLight"..., 4096) = 4096
11796 read(5, "fault to Vulkan despite having a"..., 4096) = 4096
11796 read(5, "roid game hall of shame:\n\n "..., 4096) = 4096
11796 read(5, "on\" value=\"true\" />\n </ap"..., 4096) = 716
11796 read(5, "", 4096) = 0
11796 close(5) = 0
11796 openat(AT_FDCWD, "/usr/share/drirc.d/00-radv-defaults.conf", O_RDONLY) = 5
11796 read(5, "<?xml version=\"1.0\" standalone=\""..., 4096) = 4096
11796 read(5, " <option name=\"radv_o"..., 4096) = 4096
11796 read(5, "me=\"radv_zero_vram\" value=\"true\""..., 4096) = 2027
11796 read(5, "", 4096) = 0
11796 close(5) = 0
11796 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce nom)
11796 openat(AT_FDCWD, "/home/gilgamesh/.drirc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce nom)
11796 fstat(4, {st_mode=S_IFCHR|0660, st_rdev=makedev(0xe2, 0x1), ...}) = 0
11796 newfstatat(AT_FDCWD, "/sys/dev/char/226:1/device/drm", {st_mode=S_IFDIR|0755, st_size=0, ...}, 0) = 0
11796 access("/dev/dri/card1", F_OK) = 0
11796 ioctl(4, DRM_IOCTL_GET_CLIENT, 0x7ffe81384230) = 0
11796 ioctl(4, DRM_IOCTL_VERSION, 0x5fabd34afaf0) = 0
11796 ioctl(4, DRM_IOCTL_VERSION, 0x5fabd34afaf0) = 0
11796 fcntl(4, F_DUPFD_CLOEXEC, 0) = 5
11796 ioctl(5, DRM_IOCTL_AMDGPU_INFO or DRM_IOCTL_IVPU_SUBMIT, 0x7ffe81384190) = -1 EACCES (Permission non accordée)
Offline
I'm afraid not, you're essentially looking for the last occurrence of "… = 4" before this happens.
This will upload the strace to 0x0.st
cat /tmp/eglinfo.strace | curl -F 'file=@-' 0x0.st
Offline
OK, done, the strace is normally uploaded.
Thank you again for helping me on this.
http://0x0.st/8_IO.txt
Offline
525: 2829 openat(AT_FDCWD, "/dev/dri/card0", O_RDWR|O_CLOEXEC) = 3
645: 2829 fcntl(3, F_DUPFD_CLOEXEC, 3) = 4
874: 2829 fcntl(4, F_DUPFD_CLOEXEC, 0) = 5
870: 2829 access("/dev/dri/card0", F_OK) = 0
875: 2829 ioctl(5, DRM_IOCTL_AMDGPU_INFO or DRM_IOCTL_IVPU_SUBMIT, 0x7ffdfd84e2a0) = -1 EACCES (Permission non accordée)
stat /dev/dri/card0
getfacl /dev/dri/card0
lspci
add "nvidia_drm.modeset=1" to the kernel paramters, this is gonna be the simplydumb device…
For clarification: you don't have any actual issues besides that error in eglinfo?
Offline
Ah, here we have something interesting: the command with card0 deliver an error message: "no such file or directory".
Actually:
$ ls -la /dev/dri
total 0
drwxr-xr-x 3 root root 100 9 avril 07:43 ./
drwxr-xr-x 20 root root 4,4K 9 avril 07:44 ../
drwxr-xr-x 2 root root 80 9 avril 07:43 by-path/
crw-rw----+ 1 root video 226, 1 9 avril 07:43 card1
crw-rw-rw- 1 root render 226, 128 9 avril 07:43 renderD128
The card appears as card1 and not card0.
$ lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 7
01:00.0 Non-Volatile memory controller: Micron Technology Inc 2550 NVMe SSD (DRAM-less) (rev 01)
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Upstream Port (rev 01)
03:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
03:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
03:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
03:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
03:0c.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
03:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
04:00.0 Network controller: Intel Corporation Wi-Fi 5(802.11ac) Wireless-AC 9x6x [Thunder Peak] (rev 29)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
08:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 43fa (rev 01)
09:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset SATA Controller (rev 01)
0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Granite Ridge [Radeon Graphics] (rev c6)
0a:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller
0a:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP
0a:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI
0a:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI
0a:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h/1ah HD Audio Controller
0b:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI
My setup is made of an Asus Motherboard, processor AMD 9600X (so with iGPU), RAM, 1 nvme disk (with the system), 2 legacy SATA disk (one SDD, one HDD), and one PCIE Wifi/Bluetooth card. + various USB / audio port from the PC housing.
Could we be in front of some udev issue (vs mesa/dri)? For some reasons, udev detecting the iGPU as card1 and not card0?
And I confirm:appart from this eglinfo issue, I don't have any other issue (at least that I have noticed). I just see this when installing a new kernel, during initramfs generation:
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
Not sure this is related though.
I tried with the nvidia_drm.modeset=1: issue is still there (get the same eglinfo error -13), but when doing ls /dev/dri the card appears as card0 and not card1.
EDIT: just upgraded to the linux 6.14.1: unfortunately this is not helping. Same issue.
Last edited by Laserpithium (2025-04-09 06:04:51)
Offline
$ stat /dev/dri/card1
Fichier : /dev/dri/card1
Taille : 0 Blocs : 0 Blocs d'E/S : 4096 fichier spécial de caractères
Périphérique : 0/6 Inœud : 582 Liens : 1 Type de périph. : 226,1
Accès : (0660/crw-rw----) UID : ( 0/ root) GID : ( 985/ video)
Accès : 2025-04-09 08:11:51.895651940 +0200
Modif. : 2025-04-09 08:11:51.895651940 +0200
Changt : 2025-04-09 08:12:00.987437053 +0200
Créé : 2025-04-09 08:11:51.212437058 +0200
$ getfacl /dev/dri/card1
# file: dev/dri/card1
# owner: root
# group: video
user::rw-
user:gilgamesh:rw-
group::rw-
mask::rw-
other::---
Offline
Ah, here we have something interesting: the command with card0 deliver an error message: "no such file or directory".
Yeah, that's b/c it belonged to the simplydumb device that has been replaced by the actual HW amdgpu.
And I confirm:appart from this eglinfo issue, I don't have any other issue (at least that I have noticed). I just see this when installing a new kernel, during initramfs generation:
Those warnings are unrelated and because you don't have special drivers for ancient hardware installed and no console font configured.
You can change the latter by defining a cnosole font or removing the consolefont hook, but none of this is an actual problem - just "just so you know".
I tried with the nvidia_drm.modeset=1: issue is still there (get the same eglinfo error -13), but when doing ls /dev/dri the card appears as card0 and not card1.
Post a strace of this, but in essence, this is just an interesting artifact and nothing to really worry about.
Offline
Tried rebooting with the nvdia_drm.modeset parameter and run strace:
[ 0.000000] Linux version 6.14.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20250207, GNU ld (GNU Binutils) 2.44) #1 SMP PREEMPT_DYNAMIC Mon, 07 Apr 2025 19:59:13 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b412ab44-4228-4c43-8617-b1991d601afc rw loglevel=3 quiet nvidia_drm.modeset=1
Some clue of what's going bad?
Offline
Tss… https://gitlab.freedesktop.org/mesa/mes … te_2694586
It'll probably work from a console login (only)?
Offline
Yes, I saw as well this thread while googling for a solution before posting on the arch forum. As it is opened for 2 years I hopped my issue was more a configuration issue from my side... but as per the analysis done in the previous posts, it seems this is unfortunately not the case.
I will add my case to the thread in this link, in case of...
What is not very clear for me is if this is a mesa issue or a KDE issue? Just to be sure I am escalading the topic to the proper team?
Will try tonight to launch eglinfo in a VT, to confirm we are facing the same issue.
Thanks a lot for your help Seth.
Offline
What is not very clear for me is if this is a mesa issue or a KDE issue?
It's an eglinfo issue - GBM access simply doesn't work if the device is otherwisely occupied and instead of pointing that out and handling it gracefully, eglinfo prints a generic and rather confusion "error" (which doesn't indicate a problem)
Offline
OK, closing this thread.
So to sum-up, in case this is of need for somebody here one day:
- The error message displayed running eglinfo as normal user within KDE is a "normal" behavior as per the mesa team. See here: https://gitlab.freedesktop.org/mesa/mes … te_2694586
- Simply, eglinfo needs exclusive access to GLM to run properly, which is not the case when running within KDE (as Kwin already uses GDM).
- This error message does not mean you have no hardware acceleration, and is misleading.
Offline