WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PlayOnLinux.tcz  (Read 39789 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #165 on: December 30, 2021, 06:10:29 AM »
Is it possible for you to select the menu item at the top left corner of the window:

Steam -> Help -> System Information

..and paste the contents.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #166 on: December 30, 2021, 07:22:27 AM »
Is it possible for you to select the menu item at the top left corner of the window:

Steam -> Help -> System Information

..and paste the contents.

note: up to the first 14 lines; metadata ; Darkened to xxxx. :)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #167 on: December 30, 2021, 07:49:52 AM »
It looks like when you first booted CorePure64 you were using Xorg-7.7 and not Xorg-7.7-3d?

It looks like you might be missing the following 64-bit extensions:
glu.tcz
sdl2.tcz
gudev-lib.tcz
opus.tcz
libvulkan.tcz
libva
libvdpau

It also looks like you might be missing the following 32-bit libraries:
gudev (from the udev-lib extension)
libva
libvdpau

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #168 on: January 01, 2022, 03:41:52 AM »
config from scratch

http://tinycorelinux.net/11.x/x86_64/archive/11.1/CorePure64-11.1.iso

Code: [Select]
tce-load -wi Xorg-7.7-3d firmware-radeon xf86-video-ati alsa-config pavucontrol htop windowmaker windowshot ezremaster xfe firefox_getLatest aterm wbar kmaps getlocale
« Last Edit: January 01, 2022, 04:23:18 AM by Juanito »

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #169 on: January 01, 2022, 03:44:58 AM »
http://www.tinycorelinux.net/11.x/x86_64/tcz/src/multilib/

are these files available in TCL-12 and TCL-13 versions!?
Or is it only compatible for TCL 11!?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #170 on: January 01, 2022, 03:57:21 AM »
They are  only compatible with CorePure64 11.x.

Can you check Xorg-7.7-3d hardware acceleration and vulkan are working:

Code: [Select]
tce-load -i Xorg-7.7-3d graphics-KERNEL alsa-config libva libvdpau mesa-demos vulkan-tools
glxinfo | grep Acc
vkcube

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #171 on: January 01, 2022, 04:31:23 AM »
some files are missing in the repository!?
http://tinycorelinux.net/11.x/x86_64/tcz/

Code: [Select]
tc@box:~$ tce-load -i Xorg-7.7-3d graphics-KERNEL alsa-config libva libvdpau mes
a-demos vulkan-tools
Xorg-7.7-3d is already installed!
graphics-5.4.3-tinycore64 is already installed!
alsa-config is already installed!
libvdpau is already installed!
libva.tcz not found!
tc@box:~$ glxinfo | grep Acc
sh: glxinfo: not found
tc@box:~$ vkcube
sh: vkcube: not found

no progress! :(

Code: [Select]
Please wait...
Couldn't import apt, please install python3-apt or update steamdeps for your distribution.
steam.sh[17033]: Running Steam on tinycore 11.1 64-bit
steam.sh[17033]: STEAM_RUNTIME is enabled automatically
setup.sh[17109]: Steam runtime environment up-to-date!
steam.sh[17033]: Steam client's requirements are satisfied
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work
« Last Edit: January 01, 2022, 04:46:31 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #172 on: January 01, 2022, 04:44:40 AM »
Try:
Code: [Select]
tce-load -wil mesa-demos libva vulkan-tools

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #173 on: January 01, 2022, 04:52:48 AM »
Try:
Code: [Select]
tce-load -wil mesa-demos libva vulkan-tools

mesa-demos.tcz ok !
vulkan-tools.tcz ok !


libva NO !!! not in stock!!! ( http://tinycorelinux.net/11.x/x86_64/tcz/ )

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #174 on: January 01, 2022, 04:57:57 AM »
Sorry, libva2

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #175 on: January 01, 2022, 05:36:29 AM »
Code: [Select]
tce-load -wi bash coreutils xz python3.6 gudev-lib sdl2 libGL libdrm zenity Xorg-7.7-3d graphics-KERNEL alsa-config libva2 libvdpau mesa-demos vulkan-tools
ok

Code: [Select]
tc@box:~$ glxinfo | grep Acc
libGL error: MESA-LOADER: failed to open r600 (search paths /usr/local/lib/dri)
libGL error: failed to load driver: r600
libGL error: MESA-LOADER: failed to open r600 (search paths /usr/local/lib/dri)
libGL error: failed to load driver: r600
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/local/lib/dri)
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  57
  Current serial number in output stream:  56


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #176 on: January 01, 2022, 05:53:20 AM »
That seems odd...

What does this give:
Code: [Select]
tce-load -i file
file /usr/local/lib/dri/r600_dri.so
ldd /usr/local/lib/dri/r600_dri.so

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #177 on: January 01, 2022, 06:49:58 AM »
Code: [Select]
tc@box:~$ file /usr/local/lib/dri/r600_dri.so
sh: file: not found
tc@box:~$ ldd /usr/local/lib/dri/r600_dri.so
        linux-gate.so.1 (0xf7f48000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf6d08000)
        libglapi.so.0 => /usr/local/lib32/libglapi.so.0 (0xf6cd8000)
        libdrm.so.2 => /usr/local/lib32/libdrm.so.2 (0xf6cc0000)
        libLLVM-8.so => /usr/local/lib32/libLLVM-8.so (0xf4680000)
        libexpat.so.1 => /usr/local/lib32/libexpat.so.1 (0xf4660000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf4648000)
        libzstd.so.1 => /usr/local/lib32/libzstd.so.1 (0xf45f8000)
        libdl.so.2 => /usr/lib32/libdl.so.2 (0xf45f0000)
        libdrm_radeon.so.1 => /usr/local/lib32/libdrm_radeon.so.1 (0xf45e0000)
        libelf.so.1 => /usr/local/lib32/libelf.so.1 (0xf45c8000)
        libdrm_amdgpu.so.1 => /usr/local/lib32/libdrm_amdgpu.so.1 (0xf45b8000)
        libdrm_nouveau.so.2 => /usr/local/lib32/libdrm_nouveau.so.2 (0xf45a8000)
        libstdc++.so.6 => /usr/local/lib32/libstdc++.so.6 (0xf43c8000)
        libm.so.6 => /usr/lib32/libm.so.6 (0xf42f8000)
        libgcc_s.so.1 => /usr/local/lib32/libgcc_s.so.1 (0xf42d8000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf42b0000)
        /lib/ld-linux.so.2 (0xf7f18000)
        libffi.so.6 => /usr/local/lib32/libffi.so.6 (0xf42a8000)
        librt.so.1 => /usr/lib32/librt.so.1 (0xf4298000)
        libncursesw.so.6 => /usr/local/lib32/libncursesw.so.6 (0xf4250000)
        libxml2.so.2 => /usr/local/lib32/libxml2.so.2 (0xf4138000)
        liblzma.so.5 => /usr/local/lib32/liblzma.so.5 (0xf4110000

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: PlayOnLinux.tcz
« Reply #178 on: January 01, 2022, 06:53:36 AM »
Hi xor
You need to install the  file  extension:
Code: [Select]
tce-load -wi file
Then run:
Code: [Select]
file /usr/local/lib/dri/r600_dri.so

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #179 on: January 01, 2022, 06:55:10 AM »
sequential command runner test 1