Tiny Core Base > Raspberry Pi
Trying to get bigger font on aterm
Rich:
Hi euless
Welcome to the forum.
Please use Code Tags when posting commands and responses seen in a terminal. To use Code Tags click on the # icon
above the reply box and paste your text between the Code Tags as shown in this example:
--- Quote ---[code][ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]
--- End quote ---
It will appear like this in your post:
--- Code: ---[ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517
--- End code ---
Code Tags serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly.
polikuo:
--- Quote from: euless on January 07, 2021, 08:47:39 AM ---Looks like 10x20 is not installed (see below). Only these small fonts are available. i want to add bigger fonts for aterm.
--- Code: ---tc@box:~$ sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
tc@box:~$ sudo ldconfig
tc@box:~$ xlsfonts
-misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1
-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
6x13
cursor
fixed
tc@box:~$
--- End code ---
[EDIT]: Added code tags. Rich
--- End quote ---
--- Code: ---tc@box:~$ uname -a
Linux box 5.4.51-piCore-v8 #1 SMP PREEMPT Tue Jul 28 16:02:58 EDT 2020 aarch64 GNU/Linux
tc@box:~$ fc-list | grep 10x20
/usr/local/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/local/lib/X11/fonts/misc/10x20.pcf.gz: Fixed:style=Regular
--- End code ---
Looks like a YES to me ;)
euless:
--- Quote from: polikuo on January 07, 2021, 11:58:38 AM ---Looks like a YES to me ;)
--- End quote ---
Cannot find 10x20. :-\
--- Code: ---tc@box:~$
tc@box:~$ uname -a
Linux box 5.4.51-piCore-v7l #1 SMP Sat Sep 19 11:36:43 EDT 2020 armv7l GNU/Linux
tc@box:~$
tc@box:~$ fc-list |grep 10x20
/usr/lib/X11/fonts/misc/10x20.pcf.gz: Fixed:style=Regular
/usr/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz: Fixed:style=Regular
tc@box:~$
tc@box:~$ aterm&
tc@box:~$ aterm: can't load font "10x20"
--- End code ---
polikuo:
--- Quote from: euless on January 07, 2021, 12:51:32 PM ---Cannot find 10x20. :-\
--- End quote ---
It's in Xlibs.tcz on aarch64
What's the output of this command on your machine ?
--- Code: ---tc@box:~$ fc-list | grep -Eo '[0-9]+x[0-9]+' | sort -u
10x20
12x24
5x7
5x8
6x10
6x12
6x13
6x9
7x13
7x14
8x13
8x16
9x15
9x18
--- End code ---
euless:
--- Quote from: polikuo on January 07, 2021, 01:04:26 PM ---It's in Xlibs.tcz on aarch64
What's the output of this command on your machine ?
--- Code: ---tc@box:~$ fc-list | grep -Eo '[0-9]+x[0-9]+' | sort -u
10x20
12x24
5x7
5x8
6x10
6x12
6x13
6x9
7x13
7x14
8x13
8x16
9x15
9x18
--- End code ---
--- End quote ---
Looks like same as yours.
--- Code: ---tc@box:~$ fc-list | grep -Eo '[0-9]+x[0-9]+' | sort -u
10x20
12x24
5x7
5x8
6x10
6x12
6x13
6x9
7x13
7x14
8x13
8x16
9x15
9x18
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version