Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
03-14-2013, 06:54 PM
|
#16
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
thank you for your reply w1k0, got a rather long warning message about program is an suid-root and not safe to format the whole message, then xterm: xt error: can't open display: %s xterm: DISPLAY is not set
|
|
|
|
03-14-2013, 07:19 PM
|
#17
|
|
Senior Member
Registered: May 2008
Location: Poland
Distribution: Slackware, Mint
Posts: 1,232
Rep: 
|
I referred to X Window – you tried that in the console mode.
|
|
|
1 members found this post helpful.
|
03-14-2013, 07:28 PM
|
#18
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
@volkerdi typed the command correctly(not sure where the error was maybe in the account type) and got the download i could see it downloading. when done got command prompt again and entered the second part installpkg...got this response bash: installpkg: command not found STRIKE THAT I switched to my root user and it accepted the second part and the third. font is now bigger. thank you very much your a genius!
|
|
|
|
03-14-2013, 07:32 PM
|
#19
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
@ w1k0 sorry didn't know the difference, yes entered the code at the command prompt i.e. the first screen after boot up.
|
|
|
|
03-14-2013, 07:36 PM
|
#20
|
|
Senior Member
Registered: May 2008
Location: Poland
Distribution: Slackware, Mint
Posts: 1,232
Rep: 
|
You use the console. I use X Window.
Run first the command:
startx
then open the terminal or start the command prompt,
and finally run the command such as:
xterm +sb -fg black -bg white -geometry 186x68+0+0 -fn 9x15
|
|
|
1 members found this post helpful.
|
03-14-2013, 07:45 PM
|
#21
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
@ w1k0 so I go into the kde gui and open terminal and enter the code and that will change the text size when i close the kde and return to the command line interface? btw my monitor is 1920X1080
|
|
|
|
03-14-2013, 07:48 PM
|
#22
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
how do i view the usr/share/kbd/consolefonts file to see the proper way to enter even bigger font sizes?
|
|
|
|
03-14-2013, 08:02 PM
|
#23
|
|
Member
Registered: Apr 2012
Location: California
Distribution: Slackware, Ubuntu
Posts: 30
Rep: 
|
Quote:
Originally Posted by myglide
@ w1k0 so I go into the kde gui and open terminal and enter the code and that will change the text size when i close the kde and return to the command line interface? btw my monitor is 1920X1080
|
Setting the console font can be done interactively as root: setconsolefont
|
|
|
1 members found this post helpful.
|
03-14-2013, 08:06 PM
|
#24
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,199
|
W1k0 refers to the terminal emulators usually used from within X. Maybe he missed that you want to have bigger fonts when X is not running.
To see the other fonts just try this command:
Code:
cd /usr/share/kbd/consolefonts
ls
Interesting for you when looking at Terminus fonts are the numbers beginning with 1 (that number determines which codepages are in the fonts), the last two numbers determine the size (the largest you can install is 32 as it seems), if I understand that correctly n stands for normal and b for bold, I am not quite sure what v is for.
Last edited by TobiSGD; 03-14-2013 at 10:16 PM.
Reason: fixed code-tags
|
|
|
1 members found this post helpful.
|
03-14-2013, 08:10 PM
|
#25
|
|
Senior Member
Registered: May 2008
Location: Poland
Distribution: Slackware, Mint
Posts: 1,232
Rep: 
|
Quote:
Originally Posted by myglide
@ w1k0 so I go into the kde gui and open terminal and enter the code and that will change the text size when i close the kde and return to the command line interface? btw my monitor is 1920X1080
|
No way! That works in X Window only. It was misunderstanding from my side.
In the console mode try the command such as:
setfont -v iso01.16.gz
(In the above example iso01 is for the encoding and 16 for the size of the font.)
To see all the console fonts use the command:
ls /usr/share/kbd/consolefonts
***
It seems that the biggest standard font is lat4a-19.psfu.gz.
So if the above is too small for you use the command:
setfont -v lat4a-19.psfu.gz
Last edited by w1k0; 03-14-2013 at 08:14 PM.
|
|
|
1 members found this post helpful.
|
03-14-2013, 08:25 PM
|
#26
|
|
Senior Member
Registered: May 2008
Location: Poland
Distribution: Slackware, Mint
Posts: 1,232
Rep: 
|
I just installed the terminus-font and ter-132n.psf.gz is really huge and nice:
setfont -v ter-132n.psf.gz
|
|
|
1 members found this post helpful.
|
03-14-2013, 08:26 PM
|
#27
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
@ w1k0 thank you for your replies. the command worked and it set my font back to its orginal size. did the ls command and was able to see all the fonts available and have set my font size to the ter-132n a nice big size for old eyes. I will play around with them to find the one just right for me.
|
|
|
|
03-14-2013, 08:29 PM
|
#28
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
Thanks to all that replied learned a great deal
|
|
|
|
03-14-2013, 08:53 PM
|
#29
|
|
Senior Member
Registered: May 2008
Location: Poland
Distribution: Slackware, Mint
Posts: 1,232
Rep: 
|
To make the change permanent put the command such as:
setfont -v ter-132n.psf.gz
into /etc/rc.d/rc.font file and make sure that it’s executable.
Do that as root.
|
|
|
|
03-14-2013, 09:19 PM
|
#30
|
|
Member
Registered: Mar 2013
Location: Texas
Distribution: slackware 14.0
Posts: 57
Original Poster
Rep: 
|
@w1k0 I opened the /etc/rc.d/rc.font file in vim in root and added the line only had to add the part after -v and saved rebooted and the first text on boot up, the lilo, and the text that followed was bigger but when a certain amount of the os was loaded the text reverted back to the small text. now this was normal on boot ups before first the text was larger then it got small as it got close to the login prompt. dont know how to make sure its executable though.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:21 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|