Tiny Core Base > piCore Test Releases

piCore15.0 Beta

<< < (16/23) > >>

yvs:

--- Code: ---% uname -a
Linux box 6.6.34-piCore-v7 #18 SMP Wed Jun 19 12:59:04 EDT 2024 armv7l GNU/Linux

--- End code ---

running glxgears with v4-kms in config:

--- Code: ---% top -n10 | head -10
Mem: 457868K used, 485156K free, 20660K shrd, 2344K buff, 263728K cached
CPU: 46.3% usr  2.4% sys  0.0% nic 51.2% idle  0.0% io  0.0% irq  0.0% sirq
Load average: 2.64 2.87 2.55 6/136 9277
  PID  PPID USER     STAT   VSZ %VSZ CPU %CPU COMMAND
 3430  2715 tc       R     177m 19.1   1 44.0 glxgears
 2727  2715 tc       S     162m 17.5   0  2.3 lxterminal
 2676     1 root     S     100m 10.8   0  2.3 /usr/local/lib/xorg/Xorg -nolisten
 2734     1 tc       S    44732  4.7   2  0.0 {at-spi-bus-laun} /usr/local/lib/a
 2757     1 tc       S    36428  3.8   1  0.0 {at-spi2-registr} /usr/local/lib/a
 2682     1 tc       S    13272  1.4   0  0.0 flwm_topside

--- End code ---

running glxgears with v4-fkms:

--- Code: ---% top -n10 | head -10
Mem: 449144K used, 493888K free, 19084K shrd, 2344K buff, 237456K cached
CPU:  2.3% usr  2.3% sys  0.0% nic 95.2% idle  0.0% io  0.0% irq  0.0% sirq
Load average: 0.48 0.27 0.11 2/134 8438
  PID  PPID USER     STAT   VSZ %VSZ CPU %CPU COMMAND
 2665     1 root     S     112m 12.1   1  3.1 /usr/local/lib/xorg/Xorg -nolisten
 8432  4650 tc       S    75084  7.9   3  1.5 glxgears
 8396  4650 tc       S     163m 17.6   2  0.0 lxterminal
 8403     1 tc       S    44768  4.7   2  0.0 {at-spi-bus-laun} /usr/local/lib/a
 8426     1 tc       S    36428  3.8   1  0.0 {at-spi2-registr} /usr/local/lib/a
 2674     1 tc       S    13340  1.4   2  0.0 flwm_topside

--- End code ---

Juanito:

--- Quote from: yvs on August 24, 2024, 08:11:18 AM ---it looks like software rendering and visually slower comparing to v4-fkms

with v4-kms line in config

--- End quote ---

It looks like you’re missing something - the modesetting driver is not loaded, did you update both xorg-server and Xorg-3d?

yvs:

--- Quote from: Juanito on August 24, 2024, 02:54:02 PM ---
--- Quote from: yvs on August 24, 2024, 08:11:18 AM ---it looks like software rendering and visually slower comparing to v4-fkms

with v4-kms line in config

--- End quote ---

It looks like you’re missing something - the modesetting driver is not loaded, did you update both xorg-server and Xorg-3d?

--- End quote ---

yep, firstly updated via "Apps", then after getting it not worked: Xorg removed and downloaded with 'tce-load -wl' to be sure

--- Code: ---% ls -l /mnt/mmcblk0p2/tce/optional/Xorg*
-rw-rw-r--    1 tc       staff         4096 Aug 24 11:35 /mnt/mmcblk0p2/tce/optional/Xorg-3d.tcz
-rw-rw-r--    1 tc       staff           52 Aug 24 11:35 /mnt/mmcblk0p2/tce/optional/Xorg-3d.tcz.dep
-rw-rw-r--    1 tc       staff           46 Aug 24 11:35 /mnt/mmcblk0p2/tce/optional/Xorg-3d.tcz.md5.txt
-rw-rw-r--    1 tc       staff      1564672 Jun 28 20:40 /mnt/mmcblk0p2/tce/optional/Xorg-fonts.tcz
-rw-rw-r--    1 tc       staff           49 Jun 28 20:40 /mnt/mmcblk0p2/tce/optional/Xorg-fonts.tcz.md5.txt
-rw-rw-r--    1 tc       staff         4096 Aug 24 11:35 /mnt/mmcblk0p2/tce/optional/Xorg.tcz
-rw-rw-r--    1 tc       staff          120 Aug 24 11:35 /mnt/mmcblk0p2/tce/optional/Xorg.tcz.dep
-rw-rw-r--    1 tc       staff           43 Aug 24 11:35 /mnt/mmcblk0p2/tce/optional/Xorg.tcz.md5.txt

% ls -l /mnt/mmcblk0p2/tce/optional/xorg*
-rw-rw-r--    1 tc       staff       307200 Jul  3 23:34 /mnt/mmcblk0p2/tce/optional/xorg-proto.tcz
-rw-rw-r--    1 tc       staff           16 Jul  3 23:33 /mnt/mmcblk0p2/tce/optional/xorg-proto.tcz.dep
-rw-rw-r--    1 tc       staff           49 Jul  3 23:34 /mnt/mmcblk0p2/tce/optional/xorg-proto.tcz.md5.txt
-rw--w----    1 tc       staff      2674688 Aug 24 08:49 /mnt/mmcblk0p2/tce/optional/xorg-server.tcz
-rw-rw-r--    1 tc       staff           86 Aug 24 10:21 /mnt/mmcblk0p2/tce/optional/xorg-server.tcz.dep
-rw-rw-r--    1 tc       staff           50 Aug 24 10:21 /mnt/mmcblk0p2/tce/optional/xorg-server.tcz.md5.txt

--- End code ---

Rich:
Hi yvs
Try running an update like this:

--- Code: ---tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
exitcheck.sh reboot
--- End code ---

yvs:

--- Quote from: Rich on August 24, 2024, 05:36:33 PM ---Hi yvs
Try running an update like this:

--- Code: ---tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
exitcheck.sh reboot
--- End code ---

--- End quote ---


--- Code: ---% tce-audit builddb
Building Extension Database from /etc/sysconfig/tcedir/optional
....................................................................................

% tce-audit updatedeps
Updating .dep files from /etc/sysconfig/tcedir/optional
...
Building Extension Database from /etc/sysconfig/tcedir/optional
....................................................................................

% tce-audit fetchmissing
flac-dev is already downloaded.
libX11-dev is already downloaded.
libXau-dev is already downloaded.
libXdmcp-dev is already downloaded.
libXv-dev is already downloaded.
libXvmc is already downloaded.
Downloading: libacl-dev.tcz
Error on libacl-dev.tcz
libpsl-dev is already downloaded.
libsndfile is already downloaded.
libsoup is already downloaded.
libxcb-dev is already downloaded.
neon is already downloaded.

% tce-update
Checking for Easy Mode Operation... OK

Press Enter key to begin batch update of extensions in /mmcblk0p2/tce
or enter any char to exit now:
Checking Tiny Core Applications in /mnt/mmcblk0p2/tce/optional
Error Could not verify at-spi2-atk-dev.tcz
Error Could not verify at-spi2-atk.tcz
Error Could not verify atk-dev.tcz
Error Could not verify atk.tcz

Fetching required dependency: libX11-dev md5sum: can't open 'libX11-dev.tcz': No such file or directory
Failed
rm: can't remove '/tmp/libX11-dev': No such file or directory
Fetching required dependency: libxcb-dev md5sum: can't open 'libxcb-dev.tcz': No such file or directory
Failed
rm: can't remove '/tmp/libxcb-dev': No such file or directory
Fetching required dependency: libXau-dev md5sum: can't open 'libXau-dev.tcz': No such file or directory
Failed
rm: can't remove '/tmp/libXau-dev': No such file or directory
Fetching required dependency: libXdmcp-dev md5sum: can't open 'libXdmcp-dev.tcz': No such file or directory
Failed
rm: can't remove '/tmp/libXdmcp-dev': No such file or directory
Errors occurred during upgrade. Press Enter to see /tmp/upgrade_errors.lst

Your system is up-to-date.
Press Enter key.     

% tce-load -wl libX11-dev libxcb-dev libXau-dev libXdmcp-dev
libX11-dev is already downloaded.
libxcb-dev is already downloaded.
libXau-dev is already downloaded.
libXdmcp-dev is already downloaded.

% tce-load -wl at-spi2-atk at-spi2-atk-dev atk atk-dev
at-spi2-atk is already downloaded.
at-spi2-atk-dev is already downloaded.
atk is already downloaded.
atk-dev is already downloaded.

% exitcheck.sh reboot

--- End code ---

and

--- Code: ---   ( '>')
  /) TC (\   Core is distributed with ABSOLUTELY NO WARRANTY.
 (/-_--_-\)           www.tinycorelinux.net

failed in waitforX
tc@box:~$

--- End code ---

in this time Xorg said neither fb0 nor dri/card0 are found

--- Code: ---(EE) open /dev/fb0: No such file or directory
(EE) open /dev/dri/card0: No such file or directory

--- End code ---

sometimes it's just "(EE) open /dev/dri/card0: No such file or directory" when xorg tries to work with it and that jumped to card1, but v4-kms usually works with framebuffer and there's x session via framebuffer.

p.s. with v4-fkms it works as that supposed to be on rpi3 in any configuration that I've had

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version