WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: adriconf.tcz not working for my X  (Read 13707 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: adriconf.tcz not working for my X
« Reply #30 on: September 18, 2020, 12:25:33 AM »
By Core64, I mean the 64-bit kernel with 32-bit apps - rootfs.gz + modules64.gz + vmlinuz64

Edit: In fact the majority of tc extension submissions are for CorePure64.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: adriconf.tcz not working for my X
« Reply #31 on: September 18, 2020, 06:24:16 AM »
Hi aus9
... I have taken the liberty of assuming Core64 is roughly the same as CorePure64, which I abbreviate to TC64
If you are running Core (32 bit kernel, 32 bit apps), you can only run 32 bit programs.
If you are running Core64 (64 bit kernel, 32 bit apps), you can only run 32 bit programs.
If you are running Corepure64 (64 bit kernel, 64 bit apps), you can only run 64 bit programs.

Core64 is not in the release section of the repo. You need to make it yourself:
Code: [Select]
cat rootfs.gz modules64.gz > core64.gz
Core64 lets you use more then 4 GB of RAM. While each application is still limited to 4 GB, the kernel can allocate all of
the systems memory as required.

With Core, all applications share from a pool of up to 4 GB.

With Core64, all applications share from a pool of up to the maximum amount of RAM your system can take, and each
application can have up to a maximum of 4 GB of RAM to use.

aus9

  • Guest
Re: adriconf.tcz not working for my X
« Reply #32 on: September 22, 2020, 06:02:47 PM »
@Rich

Finally getting around to jwm and one issue remains that you might not spot unless you try a jwm theme.
If you get a chance, load jwm and use a web browser to click on
/home/tc/.jwmrc-theme or /usr/local/share/jwm/tce/.jwmrc-theme

What I expect to happen is you might see a xml parsing error Line Number 40, Column 13:
The missing bit is one line above and the alleged fix is "add >"

Code: [Select]
# jwm is unsquashed and renamed from squashfs-root
THEME=jwm/usr/local/share/jwm/tce/.jwmrc-theme
sed 's|<Background>#2e3a67</Background|<Background>#2e3a67</Background>|' -i $THEME

aus9

  • Guest
Re: adriconf.tcz not working for my X
« Reply #33 on: September 22, 2020, 09:57:28 PM »
not sure how  I got "tce" in that pathway but I make mistakes

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: adriconf.tcz not working for my X
« Reply #34 on: September 23, 2020, 10:18:03 AM »
Hi aus9
not sure how  I got "tce" in that pathway but I make mistakes
If it's a mistake, it's been there since  TC4:
http://tinycorelinux.net/4.x/x86/tcz/jwm.tcz.list

... The missing bit is one line above and the alleged fix is "add >" ...
I'll fix that in TC12 since I'm going in there anyway.

aus9

  • Guest
Re: adriconf.tcz not working for my X
« Reply #35 on: September 23, 2020, 09:00:11 PM »
I may have  fixed that glitch as per
http://www.tinycorelinux.net/12.x/aarch64/tcz/src/jwm/build-jwm.sh

but not the tce dir issue. Thanks heaps Rich
« Last Edit: September 23, 2020, 09:01:58 PM by aus9 »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: adriconf.tcz not working for my X
« Reply #36 on: September 23, 2020, 09:13:03 PM »
Hi aus9
The TC12  jwm  extensions were not missing a  >  in  .jwmrc-theme.