2024-10-06

current64 - xfce4-settings-editor - Settings Editor


xfce4-settings-editor - Settings Editor

Panels can be configured and populated with items and these configurations
are also stored in
$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
but when xfce4-panel is restarted, as with logout and new login,
this configuration is lost!

Try!

Accessing Configuration Data

xfce4-settings-editor - Settings Editor
Monitoring Channel Changes

XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon

xfconf - Configuration Storage System

Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.”

Accessing Configuration Data
Settings stored in Xfconf can be accessed in numerous ways:

From within applications of Settings Manager. Most of the time, settings stored in Xfconf and configuration options presented in the GUI are tightly coupled. It means that any action of the GUI settings is automatically and immediately propagated to the configuration system and vice-versa. See also: Settings Daemon.

From Command Line Interface (CLI) using xfconf-query.

From GUI. Settings, which are not exposed in configuration dialogs, can be browsed and manipulated using Settings Editor.

If everything else fails, settings can be edited manually. Xfconf stores all its data in XML files, which can be edited when Xfconf is not running. Be very careful when using this option, as it is easy to make the file unparseable or inconsistent.

https://docs.xfce.org/xfce/xfconf/start

xfce4-settings-editor - Settings Editor

The xfce4-settings-editor is a tool for editing ALL settings within xfconf. It is the graphical counterpart of xfconf-query. Both xfconf-query and the xfce4-settings-editor can be used to perform maintenance on the xfconf property database.

[..]

Monitoring Channel Changes

If you right-click a channel, you can Monitor... a channel for changes. This is useful for debugging in some cases and gives you some insight in the activity of a channel.

https://docs.xfce.org/xfce/xfce4-settings/editor

xfce4-settings - Settings Daemon

Debugging

If you have problems with settings and wonder which and if the settings are applied, you can run the daemon in debugging mode. You can do with with the following command in a terminal:
XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon

https://docs.xfce.org/xfce/xfce4-settings/xfsettingsd


https://forum.slitaz.org/topic/warning-xfce4-cooking#post-52823


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

current64 - xfce4-4.18

 

current64 - xfce4-4.18 

Xfce's dependency chain

https://docs.xfce.org/xfce/4.12/building

Try build xfce4-4.18

Changes in Dependencies
glib-2.0 >= 2.66
Same version for gmodule-2.0, gobject-2.0, gthread-2.0, gio-2.0 and gdbus
gtk >= 3.24
libcairo >= 1.16
gdk-pixbuf-2.0 >= 2.40
gobject-introspection >= 1.66

https://wiki.xfce.org/releng/4.18/roadmap#changes_in_dependencies

https://docs.xfce.org/xfce/building

tux@slitaz:~$ tazpkg -l | grep xfce

tux@slitaz:~$ tazpkg -l | grep xfce

elementary-xfce                    0.19              xfce
exo               		   4.18.0            xfce
garcon                             4.18.2            xfce
greybird                           3.23.3            xfce
libxfce4ui                         4.18.6            xfce
libxfce4util                       4.18.2            xfce
mousepad                           0.6.2             xfce
thunar                             4.18.11           xfce
thunar-archive-plugin              0.5.2             xfce
thunar-volman                      4.18.0            xfce
tumbler                            4.18.2            xfce
xfce4-appfinder                    4.18.1            xfce
xfce4-netload-plugin               1.4.1             xfce
xfce4-notifyd                      0.9.4             xfce
xfce4-panel                        4.18.6            xfce
xfce4-power-manager                4.18.4            xfce
xfce4-pulseaudio-plugin            0.4.8             xfce
xfce4-ristretto                    0.13.2            xfce
xfce4-screensaver                  4.18.3            xfce
xfce4-screenshooter                1.9.9             xfce
xfce4-session                      4.18.4            xfce
xfce4-settings                     4.18.6            xfce
xfce4-taskmanager                  1.5.7             xfce
xfce4-terminal                     1.1.3             xfce
xfce4-whiskermenu-plugin           2.7.3             xfce
xfconf                             4.18.3            xfce
xfdesktop                          4.18.1            xfce
xfwm4                              4.18.0            xfce
xfwm4-themes                       4.18.0            xfce

tux@slitaz:~$ tazpkg -l | grep xfce | wc -l
29

2024-09-22

current64 - Xfce's dependency chain

current64 - Xfce's dependency chain

 

7 cook libxfce4ui

10 cook libxfconf

13 cook libxfce4util

16 cook libxfce4util-dev


Xfce's dependency chain

The Xfce packages need to be built in a specific order.
If you don't follow this, compile options might not be available or the configure stage will abort because of missing dependencies.

xfce4-dev-tools (only required if you build from GIT)
libxfce4util
xfconf
libxfce4ui
garcon, exo
thunar
xfce4-panel, xfce4-settings, xfce4-session, xfdesktop, xfwm4, xfce4-appfinder, tumbler…

....

https://docs.xfce.org/xfce/4.12/building


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


2024-07-06

current - current64

 

current - current64

slitaz-current-base64.iso 2024-Jul-02 14:45:09 18.2M
slitaz-current-core64.iso 2024-Jul-04 14:25:37 90.3M
https://people.slitaz.org/~shann/slitaz-current64-stuff/slitaz-current-core64.iso

slitaz-current-base64.iso 2024-May-27 22:06:15 # 19.7M
slitaz-current-core64.iso 2024-Jun-16 11:31:31 # 97.1M
http://mirror1.slitaz.org/iso/current/slitaz-current-core64.iso

 

 

current64 - mirror

 current - x86_64

Mirror : /home/slitaz/packages-incoming/

tux@slitaz:~$ uname -a
Linux slitaz 5.10.217-slitaz64 #2 SMP Tue Jul 2 12:53:32 CEST 2024 x86_64 GNU/Linux

tux@slitaz:~$ slitaz

SliTaz GNU/Linux
====================================================================================
Release      : current
Architecture : x86_64
Kernel       : 5.10.217-slitaz64
Machine type : x86_64
Home path    : /home/slitaz
Configs      : /etc/slitaz
Main config  : /etc/slitaz/slitaz.conf
Log files    : /var/log/slitaz
Packages DB  : /var/lib/tazpkg
Installed    : 299 packages
Mirror       : /home/slitaz/packages-incoming/
System date  : Fri Jul  5 07:31:15 EDT 2024
--------------
Boot options : BOOT_IMAGE=/boot/bzImage initrd=/boot/rootfs.gz root=/dev/null video=-32 autologin lang=en_US kmap=us tz=America/New_York
====================================================================================

tux@slitaz:~$ tazpkg

SliTaz package manager - Version: 944
====================================================================================
  Installed packages:    300
  Installed files:       6880
  Blocked packages:      0
  Upgradeable packages:  0

  Repository:            Main
  Last recharge:         Today at 08:22.
  Database timestamp:    07/05/2024 04:11
  Mirrored packages:     1372
====================================================================================

tux@slitaz:~$ cat /usr/share/doc/slitaz/toolchain.txt
SliTaz GNU/Linux toolchain
================================================================================

Build date   : 2024-07-01
Architecture : x86_64
Build system : x86_64-slitaz-linux
Host  system : x86_64-slitaz-linux

Packages:

    * Binutils 2.37
    * Linux API headers 5.10.217
    * GCC 8.3.0
    * Glibc 2.28

Toolchain documentation: http://doc.slitaz.org/en:cookbook:toolchain

================================================================================
 

 

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

2024-04-19

current - glxgears-amd

 

 glxgears-amd

 

i put amdgpu as module on kernel, 'black screen' with Xorg, and see on dmesg need amdgpu firmware, with it, Xorg happy and glxgears also ~3300 frames in 5s, ~600 FPS ^^

Failed to load /usr/lib/X11/modules/libglamoregl.so: libepoxy.so.0: cannot open shared object file: No such file or directory

/usr/share/libdrm/amdgpu.ids: No such file or directory

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

AIGLX: Loaded and initialized radeonsi

vblank_mode=0 glxgears

$ 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

$ vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
66640 frames in 5.0 seconds = 13327.949 FPS
79353 frames in 5.0 seconds = 15870.588 FPS
71401 frames in 5.0 seconds = 14280.120 FPS
79951 frames in 5.0 seconds = 15990.154 FPS
78137 frames in 5.0 seconds = 15627.323 FPS
74431 frames in 5.0 seconds = 14886.021 FP

$ 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
[ 1864.056] (II) modeset(0): Setting screen physical size to 761 x 476
[ 1864.090] (II) config/udev: Adding input device Video Bus (/dev/input/event5)



 

Current - xinput-touchpad

 xinput-touchpad

$ uname -a
Linux slitaz 5.10.214-slitaz64 #2 SMP Mon Apr 8 00:16:44 CEST 2024 x86_64 GNU/Linux

$ xinput

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ ASUE120B:00 04F3:31C0 Mouse             	id=8	[slave  pointer  (2)]
⎜   ↳ ASUE120B:00 04F3:31C0 Touchpad          	id=9	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Video Bus                               	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=7	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]

$ neofetch --off
tux@slitaz
----------
OS: SliTaz current x86_64
Host: VivoBook_ASUSLaptop M3400QA_M3400QA 1.0
Kernel: 5.10.214-slitaz64
Uptime: 1 hour, 56 mins
Packages: 321 (tazpkg)
Shell: sh
Resolution: 1920x1200
DE: LXDE
Theme: SliTaz [GTK2]
Icons: SliTaz [GTK2]
Terminal: sakura
CPU: AMD Ryzen 7 5800H with Radeon Graphics (8) @ 3.555GHz
GPU: AMD ATI 03:00.0 Cezanne
Memory: 1213MiB / 15516MiB

 

 

2024-04-12

current - usbhid.ko - slitaz-current-core64.iso

 

usbhid.ko - slitaz-current-core64.iso

slitaz-current-core64.iso 2024-Apr-08 06:00:11 99.4M

USB Receiver RQR51.00_B0007 (none)

VS.

USB Receiver RQR51.00_B0007 usbhid

# ls -l rootfs/lib/modules/5.10.214-slitaz64
total 1620
drwxr-xr-x 11 root root 220 Apr 12 08:18 kernel
-rw-r--r-- 1 root root 389677 Apr 8 01:43 modules.alias
-rw-r--r-- 1 root root 360758 Apr 8 01:43 modules.alias.bin
-rw-r--r-- 1 root root 10653 Apr 7 18:29 modules.builtin
-rw-r--r-- 1 root root 13066 Apr 8 01:43 modules.builtin.bin
-rw-r--r-- 1 root root 87007 Apr 7 18:29 modules.builtin.modinfo
-rw-r--r-- 1 root root 90815 Apr 8 01:43 modules.dep
-rw-r--r-- 1 root root 122319 Apr 8 01:43 modules.dep.bin
-rw-r--r-- 1 root root 171 Apr 8 01:43 modules.devname
-rw-r--r-- 1 root root 78693 Apr 7 18:29 modules.order
-rw-r--r-- 1 root root 82 Apr 8 01:43 modules.softdep
-rw-r--r-- 1 root root 215572 Apr 8 01:43 modules.symbols
-rw-r--r-- 1 root root 257320 Apr 8 01:43 modules.symbols.bin

# grep usbhid rootfs/lib/modules/5.10.214-slitaz64/modules.builtin
# grep usbhid rootfs/lib/modules/5.10.214-slitaz64/modules.dep
# ls -l rootfs/lib/modules/5.10.214-slitaz64/kernel/drivers/hid
total 12
-rw-r--r-- 1 root root 1224 Apr 7 18:29 hid-holtekff.ko.xz
-rw-r--r-- 1 root root 1188 Apr 7 18:29 hid-primax.ko.xz
-rw-r--r-- 1 root root 1096 Apr 7 18:29 hid-speedlink.ko.xz
drwxr-xr-x 2 root root 60 Apr 12 08:18 i2c-hid

 



 

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

2024-04-06

current - esp.img

 

esp.img - slitaz-current-core64.iso

2024-03-07 17:30:27 ..... 190464 190464 EFI/esp.img

Testing archive: esp.img
ERRORS:
Unexpected end of archive

ERROR: Data Error : EFI/boot/linux.cmdline
ERROR: Data Error : EFI/boot/bootx64.efi
ERROR: Data Error : EFI/boot/rootfs.gz

slitaz-current-core64.iso

$ 7z l slitaz-current-core64.iso

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 92872704 bytes (89 MiB)

Listing archive: slitaz-current-core64.iso

--
Path = slitaz-current-core64.iso
Type = Iso
Physical Size = 92872704
Comment =
System: LINUX
Volume: SliTaz core64
VolumeSet: SliTaz cooking
Publisher: http://www.slitaz.org
Preparer: root
Application: tazlito 537/genisoimage 1.1.11 (Linux)
Copyright: README
Created = 2024-03-07 17:30:28
Modified = 2024-03-07 17:30:28

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2024-03-07 17:30:25 D....                            boot
2024-03-07 14:38:43 .....      5271744      5271744  boot/bzImage64
2024-03-07 17:26:57 D....                            boot/grub
2021-10-23 10:33:57 .....        24842        24842  boot/grub/splash.xpm.gz
2024-01-15 16:12:05 .....       354512       354512  boot/ipxe.exe
2024-03-07 17:30:27 D....                            boot/isolinux
2024-03-07 17:30:28 .....         2048         2048  boot/isolinux/boot.cat
2024-01-15 12:25:26 .....        17607        17607  boot/isolinux/c32box.c32
2024-01-15 12:25:26 .....          857          857  boot/isolinux/help.en
2024-01-15 12:25:26 .....          875          875  boot/isolinux/help.fr
2024-01-15 12:25:26 .....         3718         3718  boot/isolinux/i18n.cfg
2024-01-15 12:25:20 .....        26624        26624  boot/isolinux/isolinux.bin
2024-03-07 17:27:12 .....         1499         1499  boot/isolinux/isolinux.cfg
2024-01-15 12:25:26 .....         1446         1446  boot/isolinux/kbd
2024-01-15 12:25:26 .....         1000         1000  boot/isolinux/opts.en
2024-01-15 12:25:26 .....         1118         1118  boot/isolinux/opts.fr
2021-10-23 10:33:57 .....        23795        23795  boot/isolinux/splash.jpg
2024-01-15 12:25:26 .....        75442        75442  boot/isolinux/vesamenu.c32
2024-01-15 12:25:26 .....         4042         4042  boot/linld.com
2024-01-15 16:12:51 .....        55532        55532  boot/memtest.exe
2024-01-15 16:13:00 .....        57865        57865  boot/memtest64.exe
2024-01-15 16:13:22 .....        23717        23717  boot/plop.exe
2024-03-07 17:30:24 .....     86607792     86607792  boot/rootfs.gz
2024-03-07 14:38:43 .....      5271744      5271744  boot/vmlinuz-5.10.210-slitaz64
2024-03-07 17:30:25 D....                            EFI
2024-03-07 17:30:25 D....                            EFI/boot
2024-03-07 14:38:43 .....      5271744      5271744  EFI/boot/bootx64.efi
2024-03-07 17:30:25 .....           61           61  EFI/boot/linux.cmdline
2024-03-07 17:30:24 .....     86607792     86607792  EFI/boot/rootfs.gz
2024-03-07 17:30:27 .....       190464       190464  EFI/esp.img
2024-03-07 17:30:25 .....         4922         4922  index.html
2024-03-07 17:30:28 .....         1393         1393  md5sum
2024-03-07 17:30:25 .....          811          811  README
                    .....         2048         2048  [BOOT]/1-Boot-NoEmul.img
                    .....       190464       190464  [BOOT]/2-Boot-NoEmul.img
------------------- ----- ------------ ------------  ------------------------
2024-03-07 17:30:28          190097518    190097518  30 files, 5 folders

$ 7z t esp.img

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 190464 bytes (186 KiB)

Testing archive: esp.img

ERRORS:
Unexpected end of archive

--
Path = esp.img
Type = FAT
ERRORS:
Unexpected end of archive
Physical Size = 92073984
File System = FAT16
Cluster Size = 2048
Free Space = 91885568
Headers Size = 188416
Label = SLITAZ BOOT
Sector Size = 512
ID = 0

ERROR: Data Error : EFI/boot/linux.cmdline
ERROR: Data Error : EFI/boot/bootx64.efi
ERROR: Data Error : EFI/boot/rootfs.gz

Sub items Errors: 3

Archives with Errors: 1

Open Errors: 1

Sub items Errors: 3

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


 

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

current - UEFI only Laptop - Trouble booting -6

 

UEFI only Laptop - Trouble booting -6 

 

 

Test for core64 on qemu, i don't have xorg launch due of unknown video device.

# qemu-system-x86_64 --help | grep -A1 vga
vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]
select video card type

----

root@mx1:~# cat /etc/mx-version
MX-23.1_ahs_x64 Libretto October 15, 2023

root@mx1:~# ps m | grep qemu
24279 pts/1 - 1:07 qemu-system-x86_64 -m 2G -enable-kvm -bios OVMF.fd -vga vmware -cdrom slitaz-current-core64.iso
24631 pts/2 - 0:00 grep qemu

root@mx1:~# exit
logout
tux@slitaz:~$ uname -a
Linux slitaz 5.10.210-slitaz64 #2 SMP Mon Mar 18 12:38:59 Europe 2024 x86_64 GNU/Linux

tux@slitaz:~$ blkid
/dev/sr0: BLOCK_SIZE="2048" UUID="2024-03-29-22-05-19-00" LABEL="SliTaz core64" TYPE="iso9660" PTTYPE="PMBR"
/dev/zram0: UUID="fee28e8a-0a5b-4894-9e59-3230b0609c9b" TYPE="swap"

 

 

current - UEFI only Laptop - Trouble booting -5

 

UEFI only Laptop - Trouble booting -5 

Fixed ISO

slitaz-current-core64.iso 2024-Mar-14 21:44:10 88.8M
http://mirror1.slitaz.org/iso/current/slitaz-current-core64.iso

Fix issue efi for tazlito on current
https://hg.slitaz.org/wok-current/rev/a8b1ac48fc8d

 

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

current - UEFI only Laptop - Trouble booting -4

 

UEFI only Laptop - Trouble booting -4

 

When slitaz-rolling-core64.iso is copied to a USB flash drive via:
# dd if=slitaz-rolling-core64.iso of=/dev/sdb bs=1M
where /dev/sdb is the flash drive,
SliTaz can be booted in UEFI mode from that device.

With slitaz-current-core64.iso this does not work!
EFI/esp.img in that ISO is much smaller than that in rolling.

> Try slitaz-current-core64.iso with dd.

My bad !

Please try again:
slitaz-current.iso with dd.

slitaz-current.iso https://tinyurl.com/yt8shtty
slitaz-current.md5 https://tinyurl.com/yzj2n4tn

----

slitaz-current-core64.iso

$ 7z l slitaz-current-core64.iso

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 92872704 bytes (89 MiB)

Listing archive: slitaz-current-core64.iso

--
Path = slitaz-current-core64.iso
Type = Iso
Physical Size = 92872704
Comment =
System: LINUX
Volume: SliTaz core64
VolumeSet: SliTaz cooking
Publisher: http://www.slitaz.org
Preparer: root
Application: tazlito 537/genisoimage 1.1.11 (Linux)
Copyright: README
Created = 2024-03-07 17:30:28
Modified = 2024-03-07 17:30:28

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2024-03-07 17:30:25 D....                            boot
2024-03-07 14:38:43 .....      5271744      5271744  boot/bzImage64
2024-03-07 17:26:57 D....                            boot/grub
2021-10-23 10:33:57 .....        24842        24842  boot/grub/splash.xpm.gz
2024-01-15 16:12:05 .....       354512       354512  boot/ipxe.exe
2024-03-07 17:30:27 D....                            boot/isolinux
2024-03-07 17:30:28 .....         2048         2048  boot/isolinux/boot.cat
2024-01-15 12:25:26 .....        17607        17607  boot/isolinux/c32box.c32
2024-01-15 12:25:26 .....          857          857  boot/isolinux/help.en
2024-01-15 12:25:26 .....          875          875  boot/isolinux/help.fr
2024-01-15 12:25:26 .....         3718         3718  boot/isolinux/i18n.cfg
2024-01-15 12:25:20 .....        26624        26624  boot/isolinux/isolinux.bin
2024-03-07 17:27:12 .....         1499         1499  boot/isolinux/isolinux.cfg
2024-01-15 12:25:26 .....         1446         1446  boot/isolinux/kbd
2024-01-15 12:25:26 .....         1000         1000  boot/isolinux/opts.en
2024-01-15 12:25:26 .....         1118         1118  boot/isolinux/opts.fr
2021-10-23 10:33:57 .....        23795        23795  boot/isolinux/splash.jpg
2024-01-15 12:25:26 .....        75442        75442  boot/isolinux/vesamenu.c32
2024-01-15 12:25:26 .....         4042         4042  boot/linld.com
2024-01-15 16:12:51 .....        55532        55532  boot/memtest.exe
2024-01-15 16:13:00 .....        57865        57865  boot/memtest64.exe
2024-01-15 16:13:22 .....        23717        23717  boot/plop.exe
2024-03-07 17:30:24 .....     86607792     86607792  boot/rootfs.gz
2024-03-07 14:38:43 .....      5271744      5271744  boot/vmlinuz-5.10.210-slitaz64
2024-03-07 17:30:25 D....                            EFI
2024-03-07 17:30:25 D....                            EFI/boot
2024-03-07 14:38:43 .....      5271744      5271744  EFI/boot/bootx64.efi
2024-03-07 17:30:25 .....           61           61  EFI/boot/linux.cmdline
2024-03-07 17:30:24 .....     86607792     86607792  EFI/boot/rootfs.gz
2024-03-07 17:30:27 .....       190464       190464  EFI/esp.img
2024-03-07 17:30:25 .....         4922         4922  index.html
2024-03-07 17:30:28 .....         1393         1393  md5sum
2024-03-07 17:30:25 .....          811          811  README
                    .....         2048         2048  [BOOT]/1-Boot-NoEmul.img
                    .....       190464       190464  [BOOT]/2-Boot-NoEmul.img
------------------- ----- ------------ ------------  ------------------------
2024-03-07 17:30:28          190097518    190097518  30 files, 5 folders

$ 7z e slitaz-current-core64.iso EFI/esp.img

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 92872704 bytes (89 MiB)

Extracting archive: slitaz-current-core64.iso
--
Path = slitaz-current-core64.iso
Type = Iso
Physical Size = 92872704
Comment =
System: LINUX
Volume: SliTaz core64
VolumeSet: SliTaz cooking
Publisher: http://www.slitaz.org
Preparer: root
Application: tazlito 537/genisoimage 1.1.11 (Linux)
Copyright: README
Created = 2024-03-07 17:30:28
Modified = 2024-03-07 17:30:28

Everything is Ok

Size: 190464
Compressed: 92872704

$ 7z t esp.img

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 190464 bytes (186 KiB)

Testing archive: esp.img

ERRORS:
Unexpected end of archive

--
Path = esp.img
Type = FAT
ERRORS:
Unexpected end of archive
Physical Size = 92073984
File System = FAT16
Cluster Size = 2048
Free Space = 91885568
Headers Size = 188416
Label = SLITAZ BOOT
Sector Size = 512
ID = 0

ERROR: Data Error : EFI/boot/linux.cmdline
ERROR: Data Error : EFI/boot/bootx64.efi
ERROR: Data Error : EFI/boot/rootfs.gz

Sub items Errors: 3

Archives with Errors: 1

Open Errors: 1

Sub items Errors: 3

$ 7z l esp.img

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 190464 bytes (186 KiB)

Listing archive: esp.img

--
Path = esp.img
Type = FAT
ERRORS:
Unexpected end of archive
Physical Size = 92073984
File System = FAT16
Cluster Size = 2048
Free Space = 91885568
Headers Size = 188416
Label = SLITAZ BOOT
Sector Size = 512
ID = 0

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2024-03-07 17:30:26 D....                            EFI
2024-03-07 17:30:26 D....                            EFI/boot
2024-03-07 17:30:24 ....A           61         2048  EFI/boot/linux.cmdline
2024-03-07 14:38:42 ....A      5271744      5273600  EFI/boot/bootx64.efi
2024-03-07 17:30:24 ....A     86607792     86607872  EFI/boot/rootfs.gz
------------------- ----- ------------ ------------  ------------------------
2024-03-07 17:30:26           91879597     91883520  3 files, 2 folders

Errors: 1

$

VS.

$ 7z l slitaz-current.iso

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)

Scanning the drive for archives:
1 file, 92872704 bytes (89 MiB)

Listing archive: slitaz-current.iso

--
Path = slitaz-current.iso
Type = Iso
Physical Size = 92872704
Comment =
System: LINUX
Volume: SliTaz LiveCD
VolumeSet: SliTaz current
Publisher: http://www.slitaz.org
Preparer: root
Application: tazlito 537/genisoimage 1.1.11 (Linux)
Copyright: README
Created = 2024-03-13 12:07:13
Modified = 2024-03-13 12:07:13

 Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2024-03-13 12:07:12 D....                            boot
2024-03-13 12:06:41 .....      5271744      5271744  boot/bzImage64
2024-03-07 17:26:57 D....                            boot/grub
2021-10-23 10:33:57 .....        24842        24842  boot/grub/splash.xpm.gz
2024-03-13 12:06:41 .....       354512       354512  boot/ipxe.exe
2024-03-07 17:30:27 D....                            boot/isolinux
2024-03-13 12:07:13 .....         2048         2048  boot/isolinux/boot.cat
2024-01-15 12:25:26 .....        17607        17607  boot/isolinux/c32box.c32
2024-01-15 12:25:26 .....          857          857  boot/isolinux/help.en
2024-01-15 12:25:26 .....          875          875  boot/isolinux/help.fr
2024-01-15 12:25:26 .....         3718         3718  boot/isolinux/i18n.cfg
2024-01-15 12:25:20 .....        26624        26624  boot/isolinux/isolinux.bin
2024-03-07 17:27:12 .....         1499         1499  boot/isolinux/isolinux.cfg
2024-01-15 12:25:26 .....         1446         1446  boot/isolinux/kbd
2024-01-15 12:25:26 .....         1000         1000  boot/isolinux/opts.en
2024-01-15 12:25:26 .....         1118         1118  boot/isolinux/opts.fr
2021-10-23 10:33:57 .....        23795        23795  boot/isolinux/splash.jpg
2024-01-15 12:25:26 .....        75442        75442  boot/isolinux/vesamenu.c32
2024-03-13 12:06:41 .....         4042         4042  boot/linld.com
2024-03-13 12:06:41 .....        55532        55532  boot/memtest.exe
2024-03-13 12:06:41 .....        57865        57865  boot/memtest64.exe
2024-03-13 12:06:41 .....        23717        23717  boot/plop.exe
2024-03-13 12:06:41 .....     86607792     86607792  boot/rootfs.gz
2024-03-13 12:06:41 .....      5271744      5271744  boot/vmlinuz-5.10.210-slitaz64
2024-03-13 12:07:12 D....                            EFI
2024-03-13 12:07:12 D....                            EFI/boot
2024-03-13 12:06:41 .....      5271744      5271744  EFI/boot/bootx64.efi
2024-03-13 12:07:12 .....           61           61  EFI/boot/linux.cmdline
2024-03-13 12:06:41 .....     86607792     86607792  EFI/boot/rootfs.gz
2024-03-13 12:07:13 .....     92073984     92073984  EFI/esp.img
2024-03-13 12:07:12 .....         4922         4922  index.html
2024-03-13 12:07:13 .....         1393         1393  md5sum
2024-03-13 12:07:12 .....          811          811  README
                    .....         2048         2048  [BOOT]/1-Boot-NoEmul.img
                    .....     23018496     23018496  [BOOT]/2-Boot-NoEmul.img
------------------- ----- ------------ ------------  ------------------------
2024-03-13 12:07:13          304809070    304809070  30 files, 5 folders

$


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

current - UEFI only Laptop - Trouble booting -3

 

UEFI only Laptop - Trouble booting-3

HP Spectre x360 Convertible 15-df1xxx
Intel CometLake-U GT2 [UHD Graphics]
Intel Comet Lake PCH-LP CNVi WiFi

the machine doesn't boot to grub anymore and just locks up with a blank screen.

sda 8:0 1 3.8G 0 disk
└─sda1 8:1 1 52.7M 0 part

slitaz-rolling-core64: kernel-3.16.55 xorg-server-1.12.4
slitaz-current-core64: kernel-5.10.210 xorg-server-1.20.14

Try slitaz-current-core64.iso with dd.

if have showed boot process with a blank screen.

press CTRL + ALT + F2 switch to VT2

login: root
password: root

# slitaz
# tazpkg
# tazpkg recharge
# X -version
....

 
 

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

current - UEFI only Laptop - Trouble booting -2

UEFI only Laptop - Trouble booting -2

https://doc.slitaz.org/en:guides:uefi-live

Where it says
wget http://cook.slitaz.org/next64/grub2/browse/taz/grub2-efi-2.02/fs/boot/efi/boot/bootx64.efi

I changed 2.02 to 2.04

Contents of package “grub2-efi-2.04” (1M):
permissions·lnk·user ·group · size·date & time ·name

drwxr-xr-x 3 root root 4096 Jul 9 2020 /
drwxr-xr-x 3 root root 4096 Jul 9 2020 /boot/
drwxr-xr-x 3 root root 4096 Jul 9 2020 /boot/efi/
drwxr-xr-x 2 root root 4096 Jul 9 2020 /boot/efi/boot/
-rw-r--r-- 1 root root 1064960 Jul 9 2020 /boot/efi/boot/bootx64.efi

https://cook.slitaz.org/next64/grub2/browse/taz/grub2-efi-2.04/fs/boot/efi/boot/bootx64.efi

# file bootx64.efi
bootx64.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows

VS.

# file /media/cdrom/EFI/boot/bootx64.efi
/media/cdrom/EFI/boot/bootx64.efi: Linux kernel x86 boot executable bzImage, version 5.10.210-slitaz64 (root@tank) #2 SMP Thu Mar 7 14:38:29 Europe 2024, RO-rootFS, swap_dev 0X5, Normal VGA

 

 

current - UEFI only Laptop - Trouble booting

 



UEFI only Laptop - Trouble booting

    Looking at what it installed closer all that is on the flash drive is an EFI folder.
    I think I mentioned that in a previous post.

    Here is my boot partition.
    demo@Manjaro mnt]$ tree
    .

    ├── boot
    │   ├── bzImage
    │   ├── grub
    │   │   ├── grub.cfg
    │   │   └── splash.xpm.gz
    │   ├── ipxe
    │   ├── isolinux
    │   │   ├── boot.cat
    │   │   ├── c32box.c32
    │   │   ├── help.en
    │   │   ├── help.fr
    │   │   ├── i18n.cfg
    │   │   ├── isolinux.bin
    │   │   ├── isolinux.cfg
    │   │   ├── kbd
    │   │   ├── opts.en
    │   │   ├── opts.fr
    │   │   ├── splash.png
    │   │   ├── ter-v16v.psf
    │   │   └── vesamenu.c32
    │   ├── linld.com
    │   ├── memtest
    │   ├── rootfs.gz
    │   ├── slitaz-rolling-core64.iso
    │   └── vmlinuz-4.9.30-slitaz
    └── efi
         └── boot
            └── bootx64.efi

    6 directories, 23 files


slitaz-rolling-core64.iso

# mount -o loop slitaz-rolling-core64.iso /media/cdrom
mount: /media/cdrom0: WARNING: source write-protected, mounted read-only.

# tree /media/cdrom
/media/cdrom
├── EFI
│ ├── boot
│ │ ├── bootx64.efi
│ │ ├── linux.cmdline
│ │ └── rootfs.gz
│ └── esp.img
├── README
├── boot
│ ├── bzImage64
│ ├── grub
│ │ └── splash.xpm.gz
│ ├── ipxe.exe
│ ├── isolinux
│ │ ├── boot.cat
│ │ ├── c32box.c32
│ │ ├── help.en
│ │ ├── help.fr
│ │ ├── i18n.cfg
│ │ ├── isolinux.bin
│ │ ├── isolinux.cfg
│ │ ├── kbd
│ │ ├── opts.en
│ │ ├── opts.fr
│ │ ├── splash.jpg
│ │ └── vesamenu.c32
│ ├── linld.com
│ ├── memtest.exe
│ ├── memtest64.exe
│ ├── plop.exe
│ ├── rootfs.gz
│ └── vmlinuz-3.16.55-slitaz64
├── index.html
└── md5sum

6 directories, 28 files

# file /media/cdrom/EFI/boot/bootx64.efi
/media/cdrom/EFI/boot/bootx64.efi: Linux kernel x86 boot executable bzImage, version 3.16.55-slitaz64 (root@tank) #2 SMP Thu Jul 14 18:20:24 UTC 2022, RO-rootFS, swap_dev 0X3, Normal VGA

# cat /media/cdrom/EFI/boot/linux.cmdline
rw root=0x100 video=-32 autologin initrd=\EFI\boot\rootfs.gz
#

slitaz-current-core64.iso

# mount -o loop slitaz-current-core64.iso /media/cdrom
mount: /media/cdrom0: WARNING: source write-protected, mounted read-only.

# tree /media/cdrom
/media/cdrom
├── EFI
│ ├── boot
│ │ ├── bootx64.efi
│ │ ├── linux.cmdline
│ │ └── rootfs.gz
│ └── esp.img
├── README
├── boot
│ ├── bzImage64
│ ├── grub
│ │ └── splash.xpm.gz
│ ├── ipxe.exe
│ ├── isolinux
│ │ ├── boot.cat
│ │ ├── c32box.c32
│ │ ├── help.en
│ │ ├── help.fr
│ │ ├── i18n.cfg
│ │ ├── isolinux.bin
│ │ ├── isolinux.cfg
│ │ ├── kbd
│ │ ├── opts.en
│ │ ├── opts.fr
│ │ ├── splash.jpg
│ │ └── vesamenu.c32
│ ├── linld.com
│ ├── memtest.exe
│ ├── memtest64.exe
│ ├── plop.exe
│ ├── rootfs.gz
│ └── vmlinuz-5.10.210-slitaz64
├── index.html
└── md5sum

6 directories, 28 files

# file /media/cdrom/EFI/boot/bootx64.efi
/media/cdrom/EFI/boot/bootx64.efi: Linux kernel x86 boot executable bzImage, version 5.10.210-slitaz64 (root@tank) #2 SMP Thu Mar 7 14:38:29 Europe 2024, RO-rootFS, swap_dev 0X5, Normal VGA

# cat /media/cdrom/EFI/boot/linux.cmdline
rw root=0x100 video=-32 autologin initrd=\EFI\boot\rootfs.gz
#



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

 

2024-03-06

current - iris_dri.so

 

iris_dri.so

libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory

$ uname -a
Linux slitaz 5.10.210-slitaz-pae #6 SMP Sat Mar 2 18:47:09 Europe 2024 i686 GNU/Linux

$ glxinfo -B
name of display: :0.0
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 13.0.0, 128 bits) (0xffffffff)
Version: 21.3.5
Accelerated: no
Video memory: 7829MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 13.0.0, 128 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.3.5
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.5 (Compatibility Profile) Mesa 21.3.5
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

$ tazpkg -sp iris_dri.so

Search result for package "iris_dri.so"
========================================================================
========================================================================
0 packages 

 

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

 

current - ERROR: Module e1000e not found.

 

ERROR: Module e1000e not found.

slitaz-current-core64.iso

$ uname -a
Linux slitaz 5.10.210-slitaz64 #2 SMP Sat Mar 2 17:52:15 Europe 2024 x86_64 GNU/Linux

$ ifconfig eth0
ifconfig: eth0: error fetching interface information: Device not found

$ modinfo e1000e
modinfo: ERROR: Module e1000e not found.

$ zcat /proc/config.gz | grep E1000
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y

$ ls -l /lib/modules/5.10.210-slitaz64/kernel/drivers/net/ethernet/intel
total 0
drwxr-xr-x 2 root root 60 Mar 2 17:07 e1000
drwxr-xr-x 2 root root 60 Mar 2 17:07 igb
drwxr-xr-x 2 root root 60 Mar 2 17:07 ixgb
drwxr-xr-x 2 root root 60 Mar 2 17:07 ixgbe
$

 

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