is a little long, I hope I don't forget anything
unpack rootfsjustx_20220607.gz and create rootfs
gunzip -c /media/disk/Slitaz-archiver/downloads1/rootfsjustx_20220607.gz -c | cpio -idvu
from folder repos copy packages
cp -a *.tazpkg /media/SliTaz-test/var/cache/tazpkg/
boot from partition and login root on text mode
tazpkg setup-mirror
set /var/cache/tazpkg
cd /var/cache/tazpkg
tazpkg -gi slitaz-toolchain
tazpkg -gi cmake
mkdir /media/disk
mount /dev/sdb1 /media/disk #my external disk of sources
cd /media/disk/sources
cd slim-test
cd slim
mkdir
cd build1
cmake -DCMAKE_INSTALL_PREFIX=/usr .. #error X11
tazpkg -gi xorg*-dev
cmake -DCMAKE_INSTALL_PREFIX=/usr .. #error jpeg
cd /media/disk/sources/libjpeg-turbo-2.0.6
cd build3
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && make install
cd /media/disk/sources/slim-test/slim/build1
cmake -DCMAKE_INSTALL_PREFIX=/usr .. #error zlib
tazpkg -gi zlib-dev
cmake -DCMAKE_INSTALL_PREFIX=/usr .. #error fontconfig
tazpkg -gi fontconfig-dev --forced
tazpkg -gi pkg-config
cmake -DCMAKE_INSTALL_PREFIX=/usr .. #success > view config.log
make install
slim -version
slim version 1.3.6
config.log
-- PAM is DISABLED, slimlock is depend on PAM and not be built
-- Enable shared library building
-- Configuring done
-- Generating done
-- Build files have been written to: /media/disk/sources/slim-test/slim/build1
Xorg.0.log
[ 703.173]
X.Org X Server 1.20.14
X Protocol Version 11, Revision 0
[ 703.174] Build Operating System: SliTaz GNU/Linux
[ 703.174] Current Operating System: Linux slitaz 3.16.55-slitaz #4 SMP Mon Dec 6 13:01:40 UTC 2021 i686
[ 703.174] Kernel command line: root=/dev/sda5
[ 703.174] Build Date: 07 June 2022 01:35:59PM
[ 703.174]
[ 703.174] Current version of pixman: 0.40.0
[ 703.175] Before reporting problems, check https://www.slitaz.org/
to make sure that you have the latest version.
[ 703.175] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 703.176] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 12 20:14:04 2022
[ 703.190] (==) Using config file: "/etc/X11/xorg.conf"
[ 703.191] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 703.209] (==) ServerLayout "X.org Configured"
[ 703.209] (**) |-->Screen "Screen0" (0)
[ 703.209] (**) | |-->Monitor "Monitor0"
[ 703.209] (**) | |-->Device "Card0"
[ 703.209] (==) Automatically adding devices
[ 703.209] (==) Automatically enabling devices
[ 703.209] (==) Automatically adding GPU devices
[ 703.210] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 703.210] (WW) The directory "/usr/share/fonts/X11/misc/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/OTF/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/Type1/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/misc/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/OTF/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/Type1/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 703.210] Entry deleted from font path.
[ 703.210] (**) FontPath set to:[ 703.210] (**) ModulePath set to "/usr/lib/X11/modules"
[ 703.210] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 703.210] (II) Loader magic: 0x8243640
[ 703.210] (II) Module ABI versions:
[ 703.210] X.Org ANSI C Emulation: 0.4
[ 703.210] X.Org Video Driver: 24.1
[ 703.210] X.Org XInput driver : 24.1
[ 703.210] X.Org Server Extension : 10.0
[ 703.214] (--) PCI:*(1@0:0:0) 1002:95c4:1179:ff1e rev 0, Mem @ 0xc0000000/268435456, 0xd6400000/65536, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[ 703.214] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 703.214] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 703.214] (II) LoadModule: "glx"
[ 703.232] (II) Loading /usr/lib/X11/modules/extensions/libglx.so
[ 703.248] (II) Module glx: vendor="X.Org Foundation"
[ 703.248] compiled for 1.20.14, module version = 1.0.0
[ 703.248] ABI class: X.Org Server Extension, version 10.0
[ 703.248] (II) LoadModule: "modesetting"
[ 703.249] (II) Loading /usr/lib/X11/modules/drivers/modesetting_drv.so
[ 703.250] (II) Module modesetting: vendor="X.Org Foundation"
[ 703.250] compiled for 1.20.14, module version = 1.20.14
[ 703.250] Module class: X.Org Video Driver
[ 703.250] ABI class: X.Org Video Driver, version 24.1
[ 703.250] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 703.250] (--) using VT number 7[ 703.256] (EE) open /dev/dri/card0: No such file or directory
[ 703.256] (WW) Falling back to old probe method for modesetting
[ 703.256] (EE) open /dev/dri/card0: No such file or directory
[ 703.256] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 703.256] (EE) Screen 0 deleted because of no matching config section.
[ 703.256] (II) UnloadModule: "modesetting"
[ 703.256] (EE) Device(s) detected, but none match those in the config file.
[ 703.256] (EE)
Fatal server error:
[ 703.256] (EE) no screens found(EE)
[ 703.256] (EE)
Please consult the The X.Org Foundation support
at https://www.slitaz.org/
for help.
[ 703.256] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 703.257] (EE)
[ 703.260] (EE) Server terminated with error (1). Closing log file.