Showing posts with label mesa. Show all posts
Showing posts with label mesa. Show all posts

2025-03-29

current64- amdgpu-libclc

 

current64- amdgpu-libclc

 

But on my hp with amdgpu, seem glitch again,

Try:
rm /usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc

or
remove the patch for libclc

# Patch to add AMD gfx9 and gfx10
patch -p1 < $stuff/libclc-add-missing-AMD-gfx9-and-gfx10-symlinks.patch

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/37#post-53060

current64 - mesamatrix

 

current64 - mesamatrix


> opencl-mesa not work correctly but with opencl-amdgpu-pro-icd it's work.

yes.

mesamatrix

This page is a graphical representation of the text file docs/features.txt from the Mesa repository.

Age Commit message
1 day tu: Implement VK_KHR_maintenance7
2 days panvk: fix dependency for EXT_display_control
2 days panvk: disable VK_KHR_shader_quad_control
....

Rusticl OpenCL

There are a total of 123 extensions to implement. The ranking is based on the current number of extensions implemented per driver.
# 	Driver 	Extensions 	Version
1 	iris 	(56.9%) 70 	1.0
2 	radeonsi (55.3%) 68 	1.0
2 	mesa 	(55.3%) 68 	N/A
4 	llvmpipe (54.5%) 67 	1.0
5 	zink 	(52.8%) 65 	1.0
6 	nvc0 	(49.6%) 61 	1.0
7 	panfrost (48.8%) 60 	1.0
7 	asahi 	(48.8%) 60 	1.0
9 	freedreno (48.0%) 59 	1.0

Clover OpenCL

There are a total of 123 extensions to implement. The ranking is based on the current number of extensions implemented per driver.
# 	Driver 	Extensions 	Version
1 	mesa 	(39.8%) 49 	N/A
2 	nvc0 	(36.6%) 45 	N/A
3 	r600 	(33.3%) 41 	N/A
3 	radeonsi (33.3%) 41 	N/A

https://mesamatrix.net/

 

 

 

 

 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/37#post-53054

 

 

 

current64 - slackware-opencl

 slackware-opencl

 

Unfortunately, if i try to enable openCL in LibreOffice, still graphic stack glitch

Can’t enable OpenCL,too.

live@darkstar:~$ uname -a
Linux darkstar.home.arpa 6.12.7 #1 SMP PREEMPT_DYNAMIC Fri Dec 27 13:47:18 CST 2024 x86_64 AMD Ryzen 7 5800H with Radeon Graphics AuthenticAMD GNU/Linux

live@darkstar:~$ libreoffice --version
LibreOffice 25.2.1.2 520(Build:2)

live@darkstar:~$ ls -l /etc/OpenCL/vendors/
total 1
-rw-r--r-- 1 root root 19 Nov 28 20:22 mesa.icd
-rw-r--r-- 1 root root 22 Nov 28 20:22 rusticl.icd

live@darkstar:~$ cat /etc/OpenCL/vendors/*.icd
libMesaOpenCL.so.1
libRusticlOpenCL.so.1

live@darkstar:~$ ls -l /usr/share/clc/gfx909*
lrwxrwxrwx 1 root root 18 Dec 28 12:53 /usr/share/clc/gfx909-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx 1 root root 28 Dec 28 12:53 /usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc

live@darkstar:~$ clinfo -l
Platform #0: Clover
`-- Device #0: AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)
Platform #1: rusticl

live@darkstar:~$ cat .config/libreoffice/4/cache/opencl_profile.xml
<?xml version="1.0" encoding="UTF-8"?>
<profile>
<version>LibreOffice v1</version>
<device>
<type>opencl</type>
<name>AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)</name>
<driver>24.2.8</driver>
<time>62612026</time>
<errors>false</errors>
</device>
<device>
<type>native</type>
<time>106091520</time>
<errors>false</errors>
</device>
</profile>

live@darkstar:~$ cat .config/libreoffice/4/cache/opencl_devices.log
Device Index: 0
Selected: false
Device Name: AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)
Device Vendor: AMD
Device Version: OpenCL 1.1 Mesa 24.2.8
Driver Version: 24.2.8
Device Type: gpu
Device Extensions: cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning
Device OpenCL C Version: OpenCL C 1.1
Device Available: true
Device Compiler Available: true
Device Linker Available: true
Platform Name: Clover
Platform Vendor: Mesa
Platform Version: OpenCL 1.1 Mesa 24.2.8
Platform Profile: FULL_PROFILE
Platform Extensions: cl_khr_icd 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/36#post-53051 


2024-12-22

current64 - Glamor does not load

 

Seem i always issue with mesa / DRI3 / amdgpu, need to continue investigate

If understand could be related to use gles instead gles2 only, i try with -Ddri3=enabled without success but we have -Dgles1=enabled -Dgles2=enabled
https://forums.gentoo.org/viewtopic-t-1070956-start-0.html
https://wiki.gentoo.org/wiki/Radeon#Troubleshooting

 https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52894

 

 Troubleshooting

Debug tools

It might be helpful to install the package x11-apps/mesa-progs, which provides the packages glxgears and glxinfo.

Glamor does not load

If you see errors like "glamor detected, failed to initialize EGL.", then try enabling USE="gbm egl gles2 llvm" in the mesa builds.
If you see errors like "Failed to link: error: fragment shader lacks `main'", then make sure the glamor package has been built with USE="-gles".
On cards that are supported by radeonsi (starting at Southern Island, see the feature matrix) make sure to not only specify "radeon" but also "radeonsi" as the driver.

 

----


glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.10.215-slitaz64, LLVM 13.0.0)

AIGLX: Loaded and initialized radeonsi

$ grep glamor /var/log/Xorg.0.log
[ 1863.979] (II) Loading sub module "glamoregl"
[ 1863.979] (II) LoadModule: "glamoregl"
[ 1863.979] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[ 1863.981] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1863.996] (II) modeset(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.10.215-slitaz64, LLVM 13.0.0)
[ 1863.996] (II) modeset(0): glamor initialized
[ 1864.050] (WW) modeset(0): DRI2: glamor lacks support for pixmap import/export

$ glxinfo -B | head
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD RENOIR (DRM 3.40.0, 5.10.215-slitaz64, LLVM 13.0.0) (0x1638)
Version: 21.3.5
Accelerated: yes
Video memory: 512MB
Unified memory: no

$ grep -A8 AIGLX /var/log/Xorg.0.log
[ 1864.056] (II) AIGLX: Loaded and initialized radeonsi
[ 1864.056] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1864.056] (II) Initializing extension XFree86-VidModeExtension
[ 1864.056] (II) Initializing extension XFree86-DGA
[ 1864.056] (II) Initializing extension XFree86-DRI
[ 1864.056] (II) Initializing extension DRI2
[ 1864.056] (II) modeset(0): Damage tracking initialized

glxgears-amd.png 8 months old

https://forum.slitaz.org/topic/uefi-only-laptop-trouble-booting/page/6#post-52274

make sure we had a working version. 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52896

 

 

 

current64 - glamor error

 


(EE) AMDGPU(0): eglGetDisplay() failed
(EE) AMDGPU(0): glamor detected, failed to initialize EGL.
(WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB

slitaz-current-core64.iso 2024-Dec-20 13:04:40 96.1M

latest ISO failed.

----

tux@slitaz:~$ uname -a
Linux slitaz 5.10.221-slitaz64 #2 SMP Wed Dec 18 13:36:29 Europe 2024 x86_64 GNU/Linux

tux@slitaz:~$ tazpkg

SliTaz package manager - Version: 944
================================================================================
  Installed packages:    317
  Installed files:       7024
  Blocked packages:      0
  Upgradeable packages:  0

  Repository:            Main
  Last recharge:         Today at 12:11.
  Database timestamp:    12/20/2024 11:09
  Mirrored packages:     1631
================================================================================

tux@slitaz:~$ X -version

X.Org X Server 1.20.14
X Protocol Version 11, Revision 0
Build Operating System: SliTaz GNU/Linux
Current Operating System: Linux slitaz 5.10.221-slitaz64 #2 SMP Wed Dec 18 13:36:29 Europe 2024 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.221-slitaz64 root=/dev/null autologin lang=en_US kmap=us
Build Date: 18 December 2024  08:49:48PM
 
Current version of pixman: 0.40.0
    Before reporting problems, check http://www.slitaz.org/
    to make sure that you have the latest version.

tux@slitaz:~$ egrep 'failed|disabled|glamor|DRI[23]|GLX' /var/log/Xorg.0.log
[    20.643] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    20.670] (II) Loading sub module "glamoregl"
[    20.670] (II) LoadModule: "glamoregl"
[    20.670] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[    20.671] (II) Module glamoregl: vendor="X.Org Foundation"
[    20.672] (EE) AMDGPU(0): eglGetDisplay() failed
[    20.672] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[    20.672] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[    20.675] (==) AMDGPU(0): DRI3 disabled
[    20.675] (WW) AMDGPU(0): Direct rendering disabled
[    20.675] (II) AMDGPU(0): 2D and 3D acceleration disabled
[    20.686] (II) Initializing extension DRI3
[    20.686] (II) Initializing extension GLX
[    20.686] (II) AIGLX: Screen 0 is not DRI2 capable
[    20.689] (II) IGLX: Loaded and initialized swrast
[    20.689] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    20.689] (II) Initializing extension DRI2

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52895

 

2024-09-29

current64 - amdgpu-glamoregl

 amdgpu-glamoregl

(EE) AMDGPU(0): eglGetDisplay() failed
(EE) AMDGPU(0): glamor detected, failed to initialize EGL.
(WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB

(==) AMDGPU(0): DRI3 disabled
(WW) AMDGPU(0): Direct rendering disabled
(II) AMDGPU(0): 2D and 3D acceleration disabled
(II) AIGLX: Screen 0 is not DRI2 capable
(II) IGLX: Loaded and initialized swrast

tux@slitaz:~$ egrep 'failed|disabled|glamor|DRI[23]|GLX' /var/log/Xorg.0.log
[ 25.186] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 25.220] (II) Loading sub module "glamoregl"
[ 25.220] (II) LoadModule: "glamoregl"
[ 25.220] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[ 25.222] (II) Module glamoregl: vendor="X.Org Foundation"
[ 25.222] (EE) AMDGPU(0): eglGetDisplay() failed
[ 25.223] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[ 25.223] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[ 25.230] (==) AMDGPU(0): DRI3 disabled
[ 25.230] (WW) AMDGPU(0): Direct rendering disabled
[ 25.230] (II) AMDGPU(0): 2D and 3D acceleration disabled
[ 25.240] (II) Initializing extension GLX
[ 25.240] (II) AIGLX: Screen 0 is not DRI2 capable
[ 25.244] (II) IGLX: Loaded and initialized swrast
[ 25.244] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 25.244] (II) Initializing extension DRI2


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52819


2024-09-27

current64 - mesa-dri - mesa-dri-ati

 

mesa-dri - mesa-dri-ati



Installing (web/cache): mesa-21.3.5-x86_64
Unable to find package "linux-agp" in the mirrored packages list.
Unable to find package "get-linux-agp" in the mirrored packages list.
Unable to find package "linux-drm" in the mirrored packages list.
Unable to find package "get-linux-drm" in the mirrored packages list.

tux@slitaz:~$ uname -a
Linux slitaz 5.10.221-slitaz64 #2 SMP Thu Jul 11 06:31:46 Europe 2024 x86_64 GNU/Linux

tux@slitaz:~$ ls -l /usr/lib/dri
total 20088
-rwxr-xr-x 1 root root 20568848 Aug 2 13:34 kms_swrast_dri.so
lrwxrwxrwx 1 root root 11 Sep 24 14:39 r200_dri.so -> i830_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 r300_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 r600_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 11 Sep 24 14:39 radeon_dri.so -> i830_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 radeonsi_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 swrast_dri.so -> kms_swrast_dri.so

tux@slitaz:~$ grep -A2 DEPENDS /var/lib/tazpkg/installed/mesa-dri/receipt
DEPENDS="expat libdrm linux-agp llvm-lib \
linux-drm libdrm-amdgpu libdrm-radeon \
libdrm-nouveau libdrm-intel libglapi-mesa"
tux@slitaz:~$


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52818

2024-06-04

current - mesa build log

 

mesa build log

Debian Package Auto-Building
Build log for mesa (21.3.5-1) on i386

mesa → 21.3.5-1 → i386 → 2022-01-28 15:12:31 (text)

sbuild (Debian sbuild) 0.81.2 (31 January 2021) on x86-ubc-02.debian.org

+==============================================================================+
| mesa 21.3.5-1 (i386)                         Fri, 28 Jan 2022 14:52:24 +0000 |
+==============================================================================+

[..]

libgl1-mesa-dri_21.3.5-1_i386.deb
---------------------------------

new Debian package, version 2.0.
size 11054688 bytes: control archive=1364 bytes.
1092 bytes, 21 lines control
1729 bytes, 23 lines md5sums
161 bytes, 5 lines * postinst #!/bin/sh
161 bytes, 5 lines * postrm #!/bin/sh
161 bytes, 5 lines * preinst #!/bin/sh
161 bytes, 5 lines * prerm #!/bin/sh

Package: libgl1-mesa-dri
Source: mesa
Version: 21.3.5-1
Architecture: i386
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Installed-Size: 43315
Depends: libc6 (>= 2.33), libdrm-amdgpu1 (>= 2.4.105), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libglapi-mesa (= 21.3.5-1), libllvm13, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://mesa3d.org/
Description: free implementation of the OpenGL API -- DRI modules
This version of Mesa provides GLX and DRI capabilities: it is capable of
both direct and indirect rendering. For direct rendering, it can use DRI
modules from the libgl1-mesa-dri package to accelerate drawing.
.
This package does not include the OpenGL library itself, only the DRI
modules for accelerating direct rendering.
.
For a complete description of Mesa, please look at the
libglx-mesa0 package.

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/
-rw-r--r-- root/root  27662452 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
-rw-r--r-- root/root  16563628 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i915_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i965_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/iris_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/nouveau_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r200_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r300_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r600_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/radeon_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/radeonsi_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/zink_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/
-rw-r--r-- root/root     46118 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz
-rw-r--r-- root/root      2005 2022-01-26 18:36 ./usr/share/doc/libgl1-mesa-dri/changelog.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/drirc.d/
-rw-r--r-- root/root     44680 2022-01-26 18:36 ./usr/share/drirc.d/00-mesa-defaults.conf

[..]

mesa-vulkan-drivers_21.3.5-1_i386.deb
-------------------------------------

new Debian package, version 2.0.
size 5243052 bytes: control archive=1344 bytes.
836 bytes, 15 lines control
1371 bytes, 17 lines md5sums
26 bytes, 1 lines triggers

Package: mesa-vulkan-drivers
Source: mesa
Version: 21.3.5-1
Architecture: i386
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Installed-Size: 27319
Depends: libvulkan1, libc6 (>= 2.33), libdrm-amdgpu1 (>= 2.4.105), libdrm2 (>= 2.4.89), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm13, libstdc++6 (>= 11), libwayland-client0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Provides: vulkan-icd
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://mesa3d.org/
Description: Mesa Vulkan graphics drivers
Vulkan is a low-overhead 3D graphics and compute API. This package
includes Vulkan drivers provided by the Mesa project.

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/bin/
-rwxr-xr-x root/root      5807 2022-01-26 18:36 ./usr/bin/mesa-overlay-control.py
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
-rw-r--r-- root/root    594256 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so
-rw-r--r-- root/root   1147336 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so
-rw-r--r-- root/root  10714208 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_intel.so
-rw-r--r-- root/root   7188532 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_lvp.so
-rw-r--r-- root/root   8230460 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_radeon.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/
-rw-r--r-- root/root     46118 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/changelog.Debian.gz
-rw-r--r-- root/root      2005 2022-01-26 18:36 ./usr/share/doc/mesa-vulkan-drivers/changelog.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       227 2022-01-28 13:49 ./usr/share/lintian/overrides/mesa-vulkan-drivers
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root       300 2022-01-26 18:36 ./usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/icd.d/
-rw-r--r-- root/root       161 2022-01-28 13:49 ./usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root       159 2022-01-28 13:49 ./usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root       162 2022-01-28 13:49 ./usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root       472 2022-01-26 18:36 ./usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

more detail
https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=i386&ver=21.3.5-1&stamp=1643382751&raw=1

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/28#post-52391

 

 

current - mesa-vulkan

 

mesa-vulkan

# Disable vulkan drivers, seem issue with i486
# see https://bugs.freedesktop.org/show_bug.cgi?id=93089
VULKAN_DRIVERS=""

https://cook.slitaz.org/current/index.cgi?receipt=mesa

$ tar tvf mesa-21.3.5-i586-2.txz | grep vulkan

-rwxr-xr-x root/root  10361828 2022-01-28 20:52 usr/lib/libvulkan_intel.so
-rwxr-xr-x root/root   6963032 2022-01-28 20:52 usr/lib/libvulkan_lvp.so
-rwxr-xr-x root/root   7894432 2022-01-28 20:52 usr/lib/libvulkan_radeon.so
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root   	295 2022-01-26 18:36 usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json
-rw-r--r-- root/root   	300 2022-01-26 18:36 usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/icd.d/
-rw-r--r-- root/root   	146 2022-01-28 20:51 usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root   	144 2022-01-28 20:51 usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root   	147 2022-01-28 20:51 usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root   	472 2022-01-26 18:36 usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

$ dpkg-deb -c mesa-vulkan-drivers_21.3.5-1_i386.deb

drwxr-xr-x root/root     	0 2022-01-28 13:49 ./
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/bin/
-rwxr-xr-x root/root  	5807 2022-01-26 18:36 ./usr/bin/mesa-overlay-control.py
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
-rw-r--r-- root/root	598460 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so
-rw-r--r-- root/root   1159732 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so
-rw-r--r-- root/root  10738892 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_intel.so
-rw-r--r-- root/root   7233696 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_lvp.so
-rw-r--r-- root/root   8255144 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_radeon.so
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/
-rw-r--r-- root/root    	44 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/control
-rwxr-xr-x root/root   	448 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/script
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/
-rw-r--r-- root/root   	709 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/changelog.Debian.gz
-rw-r--r-- root/root 	14241 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/copyright
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/lintian/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/lintian/overrides/
-rw-r--r-- root/root   	227 2022-01-28 13:49 ./usr/share/lintian/overrides/mesa-vulkan-drivers
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root   	300 2022-01-26 18:36 ./usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/icd.d/
-rw-r--r-- root/root   	161 2022-01-28 13:49 ./usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root   	159 2022-01-28 13:49 ./usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root   	162 2022-01-28 13:49 ./usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root     	0 2022-01-28 13:49 ./usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root   	472 2022-01-26 18:36 ./usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

mesa-vulkan-drivers_21.3.5-1_i386.deb (5.5 MiB)
https://launchpad.net/ubuntu/+source/mesa/21.3.5-1/+build/23104818/+files/mesa-vulkan-drivers_21.3.5-1_i386.deb

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/28?replies=407#post-52390 

current - libgl1-mesa-dri

 

libgl1-mesa-dri_21.3.5-1_i386.deb (11.5 MiB)

https://launchpad.net/ubuntu/+source/mesa/21.3.5-1/+build/23104818/+files/libgl1-mesa-dri_21.3.5-1_i386.deb

$ dpkg-deb -c libgl1-mesa-dri_21.3.5-1_i386.deb

drwxr-xr-x root/root     	0 2022-01-28 08:49 ./
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/lib/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/
-rw-r--r-- root/root  27793632 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
-rw-r--r-- root/root  16637464 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i915_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i965_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/iris_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/nouveau_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r200_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r300_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r600_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/radeon_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/radeonsi_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root     	0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/zink_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/bug/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/
-rw-r--r-- root/root    	44 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/control
-rwxr-xr-x root/root   	448 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/script
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/doc/
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/
-rw-r--r-- root/root 	14241 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/copyright
drwxr-xr-x root/root     	0 2022-01-28 08:49 ./usr/share/drirc.d/
-rw-r--r-- root/root 	44680 2022-01-26 13:36 ./usr/share/drirc.d/00-mesa-defaults.conf
lrwxrwxrwx root/root     	0 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz -> ../libglapi-mesa/changelog.Debian.gz

$

 

 

2024-06-03

current - mesa-dri - hardlink

 

mesa-dri - hardlink


 

hrwxr-xr-x root/root 0 2022-01-28 20:52 usr/lib/dri/i915_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root 0 2022-01-28 20:52 usr/lib/dri/i965_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root 0 2022-01-28 20:52 usr/lib/dri/iris_dri.so link to usr/lib/dri/crocus_dri.so

slitaz-current

tux@slitaz:~$ tazpkg -s mesa-dri

Search result for "mesa-dri"
=====================================================================
Installed packages
--------------------------------------------------------------------------------
mesa-dri 21.3.5 x-window
mesa-dri-ati 21.3.5 x-window
mesa-dri-crocus 21.3.5 x-window
mesa-dri-intel 21.3.5 x-window
mesa-dri-iris 21.3.5 x-window
mesa-dri-nouveau 21.3.5 x-window
mesa-dri-virtio 21.3.5 x-window
=====================================================================
7 installed packages found for "mesa-dri"
[..]

tux@slitaz:~$ ls -l /usr/lib/dri
total 225488
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 crocus_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:02 i830_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:02 i915_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:02 i965_dri.so
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 iris_dri.so
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 nouveau_dri.so
-rwxr-xr-x 1 root root 13581848 Mar 4 17:04 nouveau_vieux_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:01 r200_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 r300_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 r600_dri.so
-rwxr-xr-x 1 root root 13581848 Jan 14 21:01 radeon_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 radeonsi_dri.so
-rwxr-xr-x 1 root root 16157480 Jan 14 21:01 swrast_dri.so
-rwxr-xr-x 1 root root 21190112 Mar 4 17:04 virtio_gpu_dri.so

tux@slitaz:~$ du -sh /usr/lib/dri
220.2M /usr/lib/dri

VS.

slackware-15

live@darkstar:~$ ls -l /usr/lib/dri
total 424744
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 crocus_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 i830_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 i915_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 i965_dri.so*
-rwxr-xr-x 1 root root 975 Feb 14 2021 i965_drv_video.la*
-rwxr-xr-x 1 root root 8251412 Feb 14 2021 i965_drv_video.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 iris_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 kms_swrast_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 nouveau_dri.so*
-rwxr-xr-x 3 root root 12301628 Jan 28 2022 nouveau_drv_video.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 nouveau_vieux_dri.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 r200_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 r300_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 r600_dri.so*
-rwxr-xr-x 3 root root 12301628 Jan 28 2022 r600_drv_video.so*
-rwxr-xr-x 6 root root 16067956 Jan 28 2022 radeon_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 radeonsi_dri.so*
-rwxr-xr-x 3 root root 12301628 Jan 28 2022 radeonsi_drv_video.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 swrast_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 virtio_gpu_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 vmwgfx_dri.so*
-rwxr-xr-x 11 root root 26667324 Jan 28 2022 zink_dri.so*

live@darkstar:~$ tar tvf mesa-21.3.5-i586-2.txz | grep usr/lib/dri

drwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/
-rwxr-xr-x root/root  26667324 2022-01-28 20:52 usr/lib/dri/crocus_dri.so
-rwxr-xr-x root/root  16067956 2022-01-28 20:52 usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/i915_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/i965_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/iris_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/kms_swrast_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/nouveau_dri.so link to usr/lib/dri/crocus_dri.so
-rwxr-xr-x root/root  12301628 2022-01-28 20:52 usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/nouveau_vieux_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r200_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r300_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r600_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/r600_drv_video.so link to usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/radeon_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/radeonsi_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/radeonsi_drv_video.so link to usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/swrast_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/virtio_gpu_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/vmwgfx_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root     	0 2022-01-28 20:52 usr/lib/dri/zink_dri.so link to usr/lib/dri/crocus_dri.so

live@darkstar:~$ du -sh /usr/lib/dri
61M /usr/lib/dri

mesa-21.3.5-i586-2.txz 2022-01-28 21:53 20M
http://slackware.nl/slackware/slackware-15.0/slackware/x/mesa-21.3.5-i586-2.txz

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/27#post-52381

2023-04-12

Slitaz64 - firmware-i915

 

firmware-i915

https://forum.slitaz.org/topic/slitaz-next-i-give-up/page/3#post-45602

Intel Linux Graphics Firmware

New generations of Intel® graphics hardware make use specific firmware code to offer additional benefits in terms of power and performance. For more details about each of the firmware binaries see the section below.

https://01.org/group/43/downloads/firmware

https://forum.slitaz.org/topic/slitaz-next-i-give-up/page/3#post-45603

 

https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3?replies=40#post-51463

 

Slitaz64 - firmware-amdgpu

 

firmware-amdgpu

It is necessary to install the proper firmware (or microcode) for the card.

GPU RENOIR

Detailed information for module: amdgpu
filename: /lib/modules/5.15.94/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz
license: GPL and additional rights
description: AMD GPU
author: AMD linux driver team
firmware: amdgpu/yellow_carp_gpu_info.bin
firmware: amdgpu/vangogh_gpu_info.bin
firmware: amdgpu/navi12_gpu_info.bin
firmware: amdgpu/navi14_gpu_info.bin
firmware: amdgpu/navi10_gpu_info.bin
firmware: amdgpu/renoir_gpu_info.bin

$ ls /lib/firmware/amdgpu

green_sardine_asd.bin	green_sardine_sdma.bin   renoir_mec2.bin
green_sardine_ce.bin 	green_sardine_ta.bin 	renoir_mec.bin
green_sardine_dmcub.bin  green_sardine_vcn.bin	renoir_pfp.bin
green_sardine_me.bin 	renoir_asd.bin       	renoir_rlc.bin
green_sardine_mec2.bin   renoir_ce.bin        	renoir_sdma.bin
green_sardine_mec.bin	renoir_dmcub.bin     	renoir_ta.bin
green_sardine_pfp.bin	renoir_gpu_info.bin  	renoir_vcn.bin
green_sardine_rlc.bin	renoir_me.bin



Firmware

It is necessary to install the proper firmware (or microcode) for the card.

https://wiki.gentoo.org/wiki/AMDGPU#Firmware

 

https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3?replies=40#post-51462 

 

UPDATE - 20251129


 

Family Chipset name Microarchitecture[1] ISA[2] Product name Notes

Vega VEGA10/11/12/20 GCN5.x DCE 12.x RX Vega 56, RX Vega 64, Radeon Vega II, Radeon VII Requires kernel 4.15 or newer.
Vega RAVEN GCN5.x DCN 1.0 Raven Ridge APU series Requires kernel 4.16 or newer.[3][4]
Vega RENOIR GCN5.x DCN 2.1 Renoir, Lucienne, and Cezanne APU series


Chipset name Firmware
VEGA10 amdgpu/vega10_{acg_smc,asd,ce,gpu_info,me,mec,mec2,pfp,rlc,sdma,sdma1,smc,sos,uvd,vce}.bin
RAVEN amdgpu/raven_{asd,ce,gpu_info,me,mec,mec2,pfp,rlc,sdma,vcn}.bin
VEGA12 amdgpu/vega12_{asd,ce,gpu_info,me,mec,mec2,pfp,rlc,sdma,sdma1,smc,sos,uvd,vce}.bin
RENOIR amdgpu/renoir_{asd,ce,dmcub,gpu_info,me,mec2,mec,pfp,rlc,sdma,ta,vcn}.bin
CEZANNE amdgpu/green_sardine_{asd,ce,dmcub,me,mec2,mec,pfp,rlc,sdma,ta,vcn}.bin


ISA[2]

The actual Instruction Set Architecture (ISA) is defined by the Display Core Engine (DCE), which was superseded by Display Core Next (DCN), introduced with the Raven Ridge APUs (mobile Vega graphics core).

https://wiki.gentoo.org/wiki/AMDGPU#Firmware  


 

2023-04-09

Slitaz64 - TazPanel - Pale Moon - i915

 

TazPanel - Pale Moon - i915

/lib/modules/5.15.94/kernel/drivers/gpu/drm/i915/i915.ko.xz

intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103

 






https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51459
 

 

Slitaz64 - TazPanel - Pale Moon - amdgpu

 

TazPanel - Pale Moon - amdgpu

/lib/modules/5.15.94/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz

AMDGPU: Driver for AMD Radeon: All GPUs supported by the amdgpu kernel driver

Kernel-5.15.94

AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

Applications --> System Tools --> SliTaz Panel




 https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51458

 

 

2023-04-06

Slitaz64 - Kernel-5.15.94 - neofetch - glxinfo - Intel

 

Kernel-5.15.94 - neofetch - glxinfo - Intel

Device: Mesa Intel(R) HD Graphics (HSW GT1) (0x402)

GPU Mesa Intel HD Graphics

intel(0): SNA initialized with Haswell (gen7.5, gt1) backend

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51435

$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

$ neofetch --off
tux@slitaz
----------
OS: SliTaz slitaz64 x86_64
Host: MS-7850 1.0
Kernel: 5.15.94
Uptime: 2 hours, 43 mins
Packages: 326 (tazpkg)
Shell: sh
Resolution: 1920x1080
DE: Xfce4 4.18
WM: Xfwm4
Theme: SliTaz [GTK2], Adwaita [GTK3]
Icons: SliTaz [GTK2], Adwaita [GTK3]
Terminal: xfce4-terminal
Terminal Font: Monospace 11
CPU: Intel Pentium G3258 (2) @ 2.5500GHz
GPU: Intel HD Graphics
Memory: 603MiB / 7814MiB
GPU Driver: Micro-Star International Co., Ltd. [MSI] Device [1462:7850]
CPU Usage: 1%

$ glxinfo -B

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
	Vendor: Intel (0x8086)
	Device: Mesa Intel(R) HD Graphics (HSW GT1) (0x402)
	Version: 22.2.2
	Accelerated: yes
	Video memory: 1536MB
	Unified memory: yes
	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
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics (HSW GT1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.2
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 22.2.2
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 22.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

 

https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51456

Slitaz64 - Kernel-5.15.94 - neofetch - glxinfo - AMD

Kernel-5.15.94 - neofetch - glxinfo - AMD

Device: RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94) (0x1638)

GPU RENOIR

AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51429

$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

$ neofetch --off
tux@slitaz
----------
OS: SliTaz slitaz64 x86_64
Host: VivoBook_ASUSLaptop M3400QA_M3400QA 1.0
Kernel: 5.15.94
Uptime: 3 hours, 6 mins
Packages: 276 (tazpkg)
Shell: sh
Resolution: 1920x1200
DE: Xfce4
WM: Xfwm4
WM Theme: Default
Theme: Greybird [GTK2], Adwaita [GTK3]
Icons: elementary-xfce-dark [GTK2], Adwaita [GTK3]
Terminal: xfce4-terminal
Terminal Font: Monospace 12
CPU: AMD Ryzen 7 5800H with Radeon Graphics (16) @ 3.200GHz
GPU: AMD ATI Radeon Vega Series
Memory: 1093MiB / 15396MiB

$ glxinfo -B

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
	Vendor: AMD (0x1002)
	Device: RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94) (0x1638)
	Version: 22.2.2
	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: 321 MB, largest block: 321 MB
	VBO free aux. memory - total: 3036 MB, largest block: 3036 MB
	Texture free memory - total: 321 MB, largest block: 321 MB
	Texture free aux. memory - total: 3036 MB, largest block: 3036 MB
	Renderbuffer free memory - total: 321 MB, largest block: 321 MB
	Renderbuffer free aux. memory - total: 3036 MB, largest block: 3036 MB
Memory info (GL_NVX_gpu_memory_info):
	Dedicated video memory: 512 MB
	Total available memory: 3584 MB
	Currently available dedicated video memory: 321 MB
OpenGL vendor string: AMD
OpenGL renderer string: RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.2
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 22.2.2
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 22.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

 

 https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51455

 

2023-03-28

slitaz64 - intel(0): SNA initialized with Haswell (gen7.5, gt1) backend

 

intel(0): SNA initialized with Haswell (gen7.5, gt1) backend

intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103

$ egrep -A6 'intel_drv|i915|SNA|AIGLX' /var/log/Xorg.0.log
[ 12.600] (II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
[ 12.604] (II) Module intel: vendor="X.Org Foundation"
[ 12.604] compiled for 1.21.1.4, module version = 2.99.917
[ 12.604] Module class: X.Org Video Driver
[ 12.604] ABI class: X.Org Video Driver, version 25.2
[ 12.604] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 12.604] (II) intel: Driver for Intel(R) HD Graphics
[ 12.604] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 12.604] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 12.624] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[ 12.637] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 12.637] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads
[ 12.637] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 12.637] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 12.637] (==) intel(0): RGB weight 888
--
[ 12.640] (II) intel(0): SNA initialized with Haswell (gen7.5, gt1) backend
[ 12.640] (==) intel(0): Backing store enabled
[ 12.640] (==) intel(0): Silken mouse enabled
[ 12.640] (II) intel(0): HW Cursor enabled
[ 12.641] (==) intel(0): DPMS enabled
[ 12.641] (==) intel(0): Display hotplug detection enabled
[ 12.641] (II) intel(0): [DRI2] Setup complete
--
[ 12.860] (II) AIGLX: Loaded and initialized crocus
[ 12.861] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 12.861] (II) Initializing extension XFree86-VidModeExtension
[ 12.861] (II) Initializing extension XFree86-DGA
[ 12.861] (II) Initializing extension XFree86-DRI
[ 12.861] (II) Initializing extension DRI2
[ 12.866] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none 

 

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51435

2023-03-26

slitaz64 - AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

 

AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

configure: error: in `/home/slitaz/wok/xorg-xf86-video-amdgpu/source/xorg-xf86-video-amdgpu-22.0.0':

$ egrep -A6 'amdgpu_drv|RENOIR|AIGLX' /var/log/Xorg.0.log
[ 24.899] (II) Loading /usr/lib/X11/modules/drivers/amdgpu_drv.so
[ 24.900] (II) Module amdgpu: vendor="X.Org Foundation"
[ 24.900] compiled for 1.21.1.4, module version = 22.0.0
[ 24.900] Module class: X.Org Video Driver
[ 24.900] ABI class: X.Org Video Driver, version 25.2
[ 24.900] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
--
[ 24.940] (II) AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)
[ 24.940] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 24.940] (==) AMDGPU(0): TearFree property default: auto
[ 24.940] (==) AMDGPU(0): VariableRefresh: disabled
[ 24.940] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 24.940] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 24.942] (II) AMDGPU(0): Output eDP has no monitor section
--
[ 25.000] (II) AIGLX: Loaded and initialized radeonsi
[ 25.000] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 25.000] (II) Initializing extension XFree86-VidModeExtension
[ 25.000] (II) Initializing extension XFree86-DGA
[ 25.000] (II) Initializing extension XFree86-DRI
[ 25.000] (II) Initializing extension DRI2
[ 25.000] (II) AMDGPU(0): Setting screen physical size to 762 x 476 

 

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51429

 

2021-08-06

m3400 - Kernel Linux 5.13.7-xanmod1 - CPU-X

 

kernel Linux 5.13.7-xanmod1 - CPU-X

XanMod Kernel

XanMod is a general-purpose Linux kernel distribution with custom settings and
new features. Built to provide a stable, responsive and smooth desktop experience.

https://xanmod.org/

EDIT:

CPU-X is a Free software that gathers information on CPU, motherboard and more.
CPU-X is a system profiling and monitoring application (similar to CPU-Z for Windows),
but CPU-X is a Free and Open Source software designed for GNU/Linux and FreeBSD.

https://github.com/X0rg/CPU-X







https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa#post-50214