LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 02-12-2022, 07:13 PM   #1
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Rep: Reputation: Disabled
New installation of Cinnamon v20.3 brightness issue + others


I finally managed a new install yesterday.
A few issues. Not sure the correct way to do this. I'll just list the first one here.

I have a Gateway ID57H laptop (made by Gateway, who were later taken over by Acer)
Five years ago with v18.3 I had had the same problem adjusting the screen brightness via the function keys.

Another member helped me out with this and it worked.
I tried the same with my new V20.3 installation, as I couldn't adjust the brightness, but it told me the system was running in "fallback mode", so I had to remove the d/20-intel.conf file below:

This is what I did:
[quote]
Code:
sudo touch /usr/share/X11/xorg.conf
Then:
Code:
sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
Add the following lines to this file:

Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
[end quote]

Seeing as the above failed, what can I do to be able to adjust the brightness?
 
Old 02-12-2022, 07:22 PM   #2
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
I found this with methods to fix this issue. I have had to many issues with brightness on my laptops knock on wood.

https://www.debugpoint.com/2016/10/2...-ubuntu-linux/
 
Old 02-12-2022, 07:54 PM   #3
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dave67 View Post
I found this with methods to fix this issue. I have had to many issues with brightness on my laptops knock on wood.

https://www.debugpoint.com/2016/10/2...-ubuntu-linux/
Thanks for your help again dave67.

I wonder if any of these methods which may not work, will cause a problem I was describing earlier, re: fallback mode?
The method I tried last night was very similar to Method 3. It took me ages to work out how to edit the file in fallback mode, as a 'user' for about six years isn't the same as understanding it technically!
 
Old 02-12-2022, 08:28 PM   #4
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
I've failed at the first hurdle on method 1.
It says:
Open the file /etc/default/grub using gedit or any other text editor.

Is etc a folder called .etc? I can't find it?
I also tried pasting '/etc/default/grub' into terminal, but it said 'permission denied'.
 
Old 02-13-2022, 12:02 PM   #5
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
The syntax would be
Code:
sudo nano /etc/default/grub
Cause you need to use a text editor to edit the config file and you need to be root(think admin)to edit a root config file.

Lets step back a minute

Fallback hmm

Lets check something copy and paste this type in your password press enter
Code:
sudo apt install -f
If nothing is wrong than you will see nothing happen with the command above.


After you installed the OS did you perform a updates with the update manager? If not open the update manager by searching the menu for it than click refresh once the sync is done apply the updates. If all goes well above than I suggest trying method 2 see if it works. if you still have issues with the brightness. I am little worried about editing config files it could cause regression which is the system will not boot. But its a last resort I go for if possible.
 
1 members found this post helpful.
Old 02-13-2022, 07:32 PM   #6
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
[QUOTE=dave67;6329085]The syntax would be
Code:
sudo nano /etc/default/grub
I typed the above which didn't appear to throw up any error.

In the end I did go for your suggestion with method 2, and it works OK. So thanks for your help with this.
 
Old 02-14-2022, 11:57 AM   #7
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
I think you meant the below command did not throw up any errors

Code:
sudo apt install-f

The other command below would have opened the grub config file.

Code:
sudo nano /etc/default/grub

I am glad method 2 worked. It will take time to lean the command line. I dislike it cause I have dyslexia. This is why I have a commandline commands in text file.

Last edited by dave67; 02-14-2022 at 05:16 PM.
 
Old 02-14-2022, 07:49 PM   #8
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
I was a bit hasty saying that method 2 worked.

Later on in the evening I realised that when viewing the screen in a darkened room, the picture appears washed out on low brightness.
I'm guessing it must be due to the backlight being on 'full'?
The function keys must dim that along with the screen brightness?
 
Old 02-15-2022, 01:08 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by paxolin View Post
I was a bit hasty saying that method 2 worked.

Later on in the evening I realised that when viewing the screen in a darkened room, the picture appears washed out on low brightness.
I'm guessing it must be due to the backlight being on 'full'?
The function keys must dim that along with the screen brightness?
The backlight controls screen brightness. In this topic, they're the same thing. Reducing screen brightness means reducing backlight and vice versa.
 
Old 02-15-2022, 01:25 AM   #10
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
The backlight controls screen brightness. In this topic, they're the same thing. Reducing screen brightness means reducing backlight and vice versa.
I'm sorry, looks like my misunderstanding then. I'm not too good at understanding it technically.
I assumed the backlight was on full, as when I reduce the brightness to a minimum, the whole screen appears 'washed out'.
When I used the function buttons before, it dimmed everything equally.
 
Old 02-15-2022, 02:24 AM   #11
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
I'm not saying you don't have a problem.

Frankly, I hacve no idea what "washed out" means here. In my exoerience, screens do not do that when hardware brightness is reduced.

How are you reducing it? Does it reduce the backlight or use some software trick (e.g. xgamma)?
 
Old 02-15-2022, 02:54 AM   #12
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
I'm not saying you don't have a problem.

Frankly, I hacve no idea what "washed out" means here. In my exoerience, screens do not do that when hardware brightness is reduced.

How are you reducing it? Does it reduce the backlight or use some software trick (e.g. xgamma)?
The way it appears to me when I reduce the brightness, the blank screen still appears 'well lit'.
I appreciate I'm not too good at explaining this, but if the brightness is reduced, the 'background' is still bright.
I'm using the Brightness Controller as in the attachment pic.
As I said earlier, when the functions keys were working in v18.3, the 'background (light?)' was also equally reduced at the same time as the main screen.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2022-02-15 15-32-00-edit1.png
Views:	15
Size:	31.8 KB
ID:	38359  
 
Old 02-15-2022, 07:37 AM   #13
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
It seems this gateway has a Nvidia card GT 540m I would like to see the information about driver being used.

Code:
sudo lshw -C video
 
Old 02-15-2022, 07:54 AM   #14
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dave67 View Post
It seems this gateway has a Nvidia card GT 540m I would like to see the information about driver being used.

Code:
sudo lshw -C video
Does this help:

~$ sudo lshw -C video
[sudo] password for watt:
*-display
description: VGA compatible controller
product: GF108M [GeForce GT 540M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:36 memory:d0000000-d0ffffff memory:a0000000-afffffff memory:b0000000-b1ffffff ioport:3000(size=128) memory:d1080000-d10fffff
*-display
description: VGA compatible controller
product: 2nd Generation Core Processor Family Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:32 memory:d1400000-d17fffff memory:c0000000-cfffffff ioport:4000(size=64) memory:c0000-dffff
 
Old 02-15-2022, 01:46 PM   #15
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
This laptop has both Nvidia and a Intel gpu. In my laptops I tend to change the Intel the laptop bios. Nvidia gpu eat battery power. The Intel will save power on the battery.

If you go this option

On your gateway model press F2 as the laptop booting up to access the bios. Look for graphics or video. The Intel graphics could be labeled as integrated and the Nvidia PCI with no label but pci on some systems. The options can be dropdown list. Select the Intel option than save the changes by pressing F10 than reboot.


Have you installed the advanced battery management TLP in the past?

If not you can read about it below. Note the current version on Mint is 1.3 no need to update it.

https://linrunner.de/tlp/

Last edited by dave67; 02-15-2022 at 01:48 PM.
 
  


Reply



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
New installation V20 on SSD applies updates but resets to default on restart Stu-UK Linux Mint 4 09-16-2020 05:47 AM
Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session." xxxindigo Linux Mint 22 09-01-2019 09:21 AM
LXer: CFS scheduler v20 for v2.6.22.5, v2.6.21.7 and v2.6.20.16 LXer Syndicated Linux News 0 08-24-2007 01:20 AM
problem configuring logitech v20 USB speakers bucket9 Linux - Hardware 1 01-05-2006 02:46 PM
apache benchmarks (apache v13 / apache v20) ; large differences between benchmarking markus1982 Linux - Software 0 02-08-2003 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 12:51 PM.

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