LinuxQuestions.org
Visit Jeremy's Blog.
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 08-30-2018, 04:06 PM   #1
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Rep: Reputation: 3
How to make 3B+ text brighter?


NOT under X, which is OK. The text from the raspberry pi 3b+ (in contrast to the text generated by the computer on the same monitor) on the basic console screen is very dim. Is there any way to make it brighter?
 
Old 08-31-2018, 01:00 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,640

Rep: Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279
Are you using a converter cable or is it straight HDMI?

Does the monitor have dual inputs?

You do not want to manually adjust the brightness?

Does the Pi have a sufficient power supply?

The video chip on the Pi might be faulty.

Last edited by michaelk; 08-31-2018 at 02:06 PM.
 
Old 08-31-2018, 03:07 PM   #3
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Original Poster
Rep: Reputation: 3
Continuing...

Are you using a converter cable or is it straight HDMI?
Does the monitor have dual inputs?
You do not want to manually adjust the brightness?
Does the Pi have a sufficient power supply?
The video chip on the Pi might be faulty.

Converter cable. Dual inputs. Nothing else needs brightening. 2A power supply. Video chip seems to be fine. Everything under raspbian is fine. Everything is fine (including the prompt) except the text in the console font (NOT X) under slackware, which is what he uses for programming/editing.
 
Old 08-31-2018, 03:46 PM   #4
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Continuing...
Can you please detail what Slackware ARM version are you running on it and how did you install it (which method).
It'll be useful if you could upload somewhere your /boot/config.txt if it contains some parameters that are not commented out (have # in front). Actually, if there are not that many, you can paste here all the active parameters from /boot/config.txt
 
Old 09-01-2018, 06:11 PM   #5
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Coming back to this. You stated that by booting Raspbian in the same HW configuration (display connectivity) gives you a brighter text console.
By default, Raspbian has all the options in /boot/config.txt disabled, except turning on the audio: dtparam=audio=on
This is what led me to believe that you might have some other options enabled in /boot/config.txt for your Slackware installation.
There are many related to the video configuration, not sure if any of them could influence the brightness:
https://www.raspberrypi.org/document...g-txt/video.md

I'm rarely booting Raspbian, mostly for getting the kernel headers for the official Raspberry kernel, but I don't remember observing any brightness differences between the Raspbian console and the Slackware one, for both Slackware ARM 14.2 & -current.

You can apply a "trick" that I'm using on very old/tired displays when working in bright environments, setting the console text on bold white - actually it will be bright white:
Code:
/usr/bin/setterm -foreground white -bold on -store
If you want to make it default for the active user, just create a file .bash_profile in the home of the user and put the command from above inside it.
Note that with this you'll loose some highlighting defined in /etc/DIR_COLORS, which is the file you can play with for defining your own shell colors, together with /etc/profile for defining the shell prompt colors & other personalizations. Handle with care.
https://unix.stackexchange.com/quest...ll-environment

Another option would be to boot the latest official kernel from Raspberry, the one Raspbian is booting and check if you still have the brightness problem.
If you want to try this, go to the section "Follow the manual installation method" from this post:
https://www.linuxquestions.org/quest...4/#post5862696
Use the latest Raspbian image:
http://director.downloads.raspberryp...retch-lite.zip
Use the default /boot/config.txt and /boot/cmdline.txt that you extracted from the Raspbian image and don't forget to modify the /boot/cmdline.txt before you reboot, like this (check with mount or cat /etc/fstab to make sure your root partition is on /dev/mmcblk0p2):
Code:
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
P.S.
If you like to change the console font, you can use setconsolefont
https://docs.slackware.com/slackware...e_console_font
And this might be also useful for orientation:
https://docs.slackware.com/howtos:cli_manual:shells

Last edited by abga; 09-01-2018 at 07:13 PM. Reason: P.S.
 
1 members found this post helpful.
Old 09-03-2018, 01:00 AM   #6
The Real Bev
LQ Newbie
 
Registered: May 2006
Distribution: Slackware 13.0
Posts: 28

Original Poster
Rep: Reputation: 3
That worked. THANK YOU!

Thanks!
 
Old 09-03-2018, 04:25 PM   #7
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
You're welcome!
I'm wondering what exactly worked? The setterm "trick", setting the character color on white bold ?
If you're satisfied with the resolution, please put the thread on resolved.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
A building without windows is a brighter place! lq_gdcook LinuxQuestions.org Member Intro 1 01-13-2010 10:32 PM
LXer: Some Shine Brighter LXer Syndicated Linux News 0 08-26-2009 05:30 PM
LXer: Comeback kids see a brighter future for The SCO Group LXer Syndicated Linux News 0 08-17-2008 09:51 AM
Logitech Quickcam express make the picture brighter fieldyweb Linux - Hardware 2 08-06-2005 08:40 AM
Sun sees brighter days for Linux-Solaris alliance win32sux General 2 11-04-2004 01:05 PM

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

All times are GMT -5. The time now is 07:07 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