LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 03-18-2024, 09:22 AM   #31
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,543

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313

Quote:
Originally Posted by brianL View Post
one with the ncurses setup being too big for the screen .
Did the font size increase when you pressed ENTER to activate the console and start the installer, or was it before that? The root's shell profile sets a large font, but I can adjust it to not do that on the RPi400.
 
Old 03-18-2024, 09:44 AM   #32
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
When I typed setup, then pressed Enter and the ncurses interface came up. The console font size was OK before and after that.
 
Old 03-18-2024, 10:52 AM   #33
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,543

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by brianL View Post
When I typed setup, then pressed Enter and the ncurses interface came up. The console font size was OK before and after that.
Are you using the Slackware installer? The font size should increase after you hit ENTER when seeing this message.
I could either set a smaller console font so that the setup menu fits, or leave it unset and use the default font (which is too small on regular monitors).
 
Old 03-18-2024, 11:35 AM   #34
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Yes, used the installer. The problem occurs after the message you quoted, after partitioning, and only in the ncurses interface after entering setup. The console font is OK sizewise. Does the ncurses font setting depend on the console font setting?
 
Old 03-18-2024, 11:49 AM   #35
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,119

Rep: Reputation: Disabled
My /etc/rc.d is fully populated!

Will come back when you've got this initial hurdle sorted...

--
Pete
 
Old 03-18-2024, 11:49 AM   #36
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,543

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by brianL View Post
Yes, used the installer. The problem occurs after the message you quoted, after partitioning, and only in the ncurses interface after entering setup. The console font is OK sizewise. Does the ncurses font setting depend on the console font setting?
The selected font is used throughout the Virtual Console, unless some app changes it.
For future Installer builds, it'll not set a console font on the RPi400; but if you want to experiment with one that works in the Installer, the command is:

Code:
setfont /usr/share/kbd/consolefonts/ter-732b.psf.gz
You could look within that dir to find a smaller, suitable font and let me know and I'll make it load that one instead.

So, the RPi400 works for you with the standard Slackware Installer and Kernel?
 
Old 03-18-2024, 11:53 AM   #37
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Anyway, I eventually got everything installed, up, and running. So it doesn't prevent installation, just delays it a bit. Maybe something in the ncurses source code?
 
Old 03-18-2024, 12:04 PM   #38
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by drmozes View Post
So, the RPi400 works for you with the standard Slackware Installer and Kernel?
Yes, perfect, thanks.
The problem could be due to this small monitor (10.1") I'm using, although that wouldn't explain the difference in size between the console and ncurses fonts. I've set a suitable size for future console use as ter-v18n.
 
1 members found this post helpful.
Old 03-18-2024, 12:08 PM   #39
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,543

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by brianL View Post
Maybe something in the ncurses source code?
It's because I configured root's shell profile to use a larger screen font, which allows for comfortable reading on my large monitor.This setup also works well on the screen of the Pinebook Pro.

You don't need to reboot into the Installer to play with the fonts - you can set one from the OS:
Code:
setconsolefont
Find one that works well on the RPi's screen, then test it with the Installer's setup menu:

Code:
cd /tmp;mkdir Z; cd Z
wget https://slackware.uk/slackwarearm/slackwareaarch64-current/installer/initrd-armv8.img
As root, unpack it and chroot into it
Code:
cd /tmp/Z
xz -dc initrd-armv8.img | cpio -di
chroot .
/usr/lib/setup/setup
You can see if the setup menu fits on screen.
 
1 members found this post helpful.
Old 03-18-2024, 12:36 PM   #40
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Did all that, and everything looked perfect. Have to wait and see if anyone else installs it on a 400, see if they encounter the same problem.
 
Old 03-18-2024, 01:05 PM   #41
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,543

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by brianL View Post
I've set a suitable size for future console use as ter-v18n.
Thanks, I'll configure this one for the Installer.
 
Old 03-18-2024, 01:48 PM   #42
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Wait and see if anybody else reports the same issue before you make any changes.
 
Old 03-19-2024, 04:35 AM   #43
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,543

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by brianL View Post
Wait and see if anybody else reports the same issue before you make any changes.
The font has been included in the Installer, but it won't be automatically loaded. I've included a note about this in the installation guide.
 
Old 03-19-2024, 06:38 AM   #44
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
My problem sorted out. See the changelog for current thread.
 
Old 03-19-2024, 06:53 AM   #45
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by brianL View Post
Where has everything gone out of /etc/rc.d? I went there looking for rc.ntpd, and it was empty.
Quote:
Originally Posted by drmozes View Post
I see mine!
Me too, using ls /etc/rc.d. But I looked first in the file manager (dolphin), and it was empty.
 
  


Reply

Tags
aarch64, hardware, raspberry pi, slackware, support



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Raspberry Pi 4 bcm2711 / Raspberry Pi 3 bcm2837 (aarch64) sndwvs slarm64 145 03-16-2024 05:05 AM
LXer: Raspberry Pi OS Is Now Powered by Linux Kernel 5.10 LTS, Improves Support for Raspberry Pi 400 LXer Syndicated Linux News 0 03-27-2021 11:04 AM
LXer: openSUSE Tumbleweed ARM Adds Support for Raspberry Pi 400 and Raspberry Pi 4 CM LXer Syndicated Linux News 0 01-13-2021 07:12 PM
[VPS] 4 load page = 100 MB RAM loaded? do i need 100x 400 mb ram for next 400 page? vaporizel Linux - Server 1 03-14-2011 08:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 12:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration