Tiny Core Base > piCore Test Releases
piCore15.0 Beta
Rich:
Hi yvs
I'm not sure what's going on there.
In reply #75 you posted:
--- Quote from: yvs on August 24, 2024, 09:24:46 AM ---
--- 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 ---
...
--- End quote ---
In reply #79 you show this:
--- Quote from: yvs on August 24, 2024, 06:32:28 PM --- ...
--- Code: --- ----- Snip -----
% 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
----- Snip -----
--- End code ---
...
--- End quote ---
The at-spi2-atk and atk extensions don't exist in the armhf (v7) repository.
They do exist in the aarch64 (v8) repository. Are you mixing extensions from
two different repositories?
I also don't understand where all those other extension (libX11-dev, libxcb-dev,
libXau-dev, and libXdmcp-dev) errors are coming from.
Juanito:
Here's what you should get with xorg 3d working using vc4-kms-v3d on an RPi3:
--- Code: ---glxinfo
...
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Broadcom (0x14e4)
Device: VC4 V3D 2.1 (0xffffffff)
Version: 24.1.4
Accelerated: yes
Video memory: 920MB
...
--- End code ---
--- Code: ---inxi -Ga
Graphics:
Device-1: bcm2835-hdmi driver: vc4_hdmi v: N/A bus-ID: N/A
chip-ID: brcm:3f902000 class-ID: hdmi
Device-2: bcm2835-vc4 driver: vc4_drm v: N/A bus-ID: N/A chip-ID: brcm:soc
class-ID: gpu
Display: server: X.org driver: X: loaded: modesetting
gpu: vc4-drm,vc4_crtc,vc4_dpi,vc4_dsi,vc4_firmware_kms,vc4_hdmi,vc4_hvs,vc4_txp,vc4_v3d,vc4_vec
display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 2048x1152 s-size: <missing: xdpyinfo>
Monitor-1: HDMI-A-1 mapped: HDMI-1 model: Dell U2720Q serial: JT61X13
built: 2020 res: 2048x1152 hz: 60 dpi: 87 gamma: 1.2
size: 597x336mm (23.5x13.23") diag: 685mm (27") ratio: 16:9 modes:
max: 2048x1152 min: 720x400
API: OpenGL v: 2.1 vendor: broadcom mesa v: 24.1.4 glx-v: 1.4 es-v: 2.0
direct-render: yes renderer: VC4 V3D 2.1 device-ID: 14e4:ffffffff
memory: 898.4 MiB unified: yes
--- End code ---
Juanito:
--- Quote from: Rich on August 24, 2024, 09:47:56 PM ---The at-spi2-atk and atk extensions don't exist in the armhf (v7) repository.
They do exist in the aarch64 (v8) repository. Are you mixing extensions from
two different repositories?
--- End quote ---
at-spi2-atk and atk were recently removed from the armhf repo as at-spi2-core now supplies at-spi2-atk and atk
yvs:
--- Quote from: Rich on August 24, 2024, 09:47:56 PM ---Hi yvs
I'm not sure what's going on there.
In reply #75 you posted:
--- Quote from: yvs on August 24, 2024, 09:24:46 AM ---
--- 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 ---
...
--- End quote ---
In reply #79 you show this:
--- Quote from: yvs on August 24, 2024, 06:32:28 PM --- ...
--- Code: --- ----- Snip -----
% 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
----- Snip -----
--- End code ---
...
--- End quote ---
The at-spi2-atk and atk extensions don't exist in the armhf (v7) repository.
They do exist in the aarch64 (v8) repository. Are you mixing extensions from
two different repositories?
I also don't understand where all those other extension (libX11-dev, libxcb-dev,
libXau-dev, and libXdmcp-dev) errors are coming from.
--- End quote ---
It's RPi3 with not so long ago (month two) installed TCL and a couple updates via Apps plus 'tce-load' if some packages were needed.
I'd suppose that 'tce-audit' script doesn't take into account periodical possible changes in TCL repository.
yvs:
--- Quote from: Juanito on August 25, 2024, 03:30:13 AM ---
--- Code: --- API: OpenGL v: 2.1 vendor: broadcom mesa v: 24.1.4 glx-v: 1.4 es-v: 2.0
--- End code ---
--- End quote ---
So, API versions are the same as with v4-fkms. I think I will stay with v4-fkms until v4-kms is polished (fighting with v4-kms takes too much time).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version