WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] Installing JWM  (Read 5666 times)

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Installing JWM
« Reply #15 on: December 22, 2020, 06:38:48 AM »
Code: [Select]
tc@box:~$ uname -r
5.4.3-tinycore

You're running 32-bit tinycore
using this repo: http://tinycorelinux.net/11.x/x86/tcz/

Quote
Quote
What hardware do you have ?
Lenovo Thinkpad L450

You (most likely) have Intel CPU, and (probably) AMD GPU

Quote
What exactly do you (and I) need to know?

Hardware specs, so we can find out the most suitable drivers for you.

Does your machine have more than 4G of RAM ?
If that's the case, I suggest you switch to 64-bit.
(Since 32-bit operating systems generally don't support RAM more than that, you'll be limit to 4G even if you have more.)

If you're sticking with 32-bit platform
I suggest
Code: [Select]
tce-load -i Xorg-7.7 jwm wbar aterm
IIRC, graphics-KERNEL is needed for Xorg now
So you'll also need graphics-5.4.3-tinycore
Code: [Select]
tce-load -i graphics-KERNEL
How does your onboot.lst look like ?
Code: [Select]
cat /etc/sysconfig/tcedir/onboot.lst

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Installing JWM
« Reply #16 on: December 22, 2020, 06:42:17 AM »
Can you specify what that means?
I only see a shell with
Code: [Select]
tc@box:~$If I exit from that, I am prompted with
Code: [Select]
Core Linux
box login:
so from there I can only login to tc again. Within the shell startx is not found.

You're already in what we called "console prompt"

[startx not found] --> you haven't loaded Xprog-7.7

How did you install your system ?

Did you use the official tc-install ?

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Installing JWM
« Reply #17 on: December 22, 2020, 03:38:36 PM »
I probably messed something up.
Code: [Select]
tce-load -wi graphics-KERNEL Xorg-7.7 jwmand then
Code: [Select]
exec /usr/local/bin/jwmworked.

BUT:
Code: [Select]
tce-load -i graphics-KERNEL Xorg-7.7 jwmwould not work because Xorg-7.7 is not found. Is there a known reason for that?

Hardware specs:
4GB RAM
Intel i3 2GHz
I don't know the GPU, how do I find that out on fresh tinycore install?
Also I will switch to 64bit eventually.

Thank you all.

Offline CNK

  • Full Member
  • ***
  • Posts: 238
Re: Installing JWM
« Reply #18 on: December 22, 2020, 07:44:13 PM »
You run this the first time to download the extensions as well as install them:
Code: [Select]
tce-load -wi graphics-KERNEL Xorg-7.7 jwm

Then later you can use:
Code: [Select]
tce-load -i graphics-KERNEL Xorg-7.7 jwm

As the extensions are already downloaded, the latter command should now work.

"startx" should work in both cases, or at least it does when I load the extensions that I listed earlier.

If you can't check the specs for your laptop to find the GPU, use the "lspci" command and the model will probably be on the line that says "VGA compatible controller:". Sometimes the model info reported there can be a bit cryptic, though hopefully it'll say something to at least indicate Intel/AMD/Nvidea etc.

Offline vltcl

  • Newbie
  • *
  • Posts: 25
Re: Installing JWM
« Reply #19 on: December 25, 2020, 11:05:51 AM »
@CNK you are correct.

lspci | grep VGA gives
Code: [Select]
Intel Corporation HD Graphics 5500 (rev 09)
I believe this can be marked as solved then.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: [Solved] Installing JWM
« Reply #20 on: December 25, 2020, 11:08:04 AM »
Hi vltcl
... I believe this can be marked as solved then.
Done.  :)