LinuxQuestions.org
Review your favorite Linux distribution.
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-22-2022, 05:52 PM   #31
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68

It will be easier to deal with one graphics card than two. And your welcome for the battery link. My Thinkpads I own neither of them Lenovo makes batteries for now. My newest model is t460s and it has to internal batteries which I got new ones on amazon.

The 10 year old one I got battery from a battery site online they however did not have yours. Like Lenovo I suspect gateway stopped battery production years ago for older models.


I have a question when you created this below did you remove it once it failed? If not I would remove it. On the link I gave you on post 2. once you remove the below. I would try Method 1.


Quote:
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
 
Old 02-24-2022, 02:55 AM   #32
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 will be easier to deal with one graphics card than two. And your welcome for the battery link. My Thinkpads I own neither of them Lenovo makes batteries for now. My newest model is t460s and it has to internal batteries which I got new ones on amazon.

The 10 year old one I got battery from a battery site online they however did not have yours. Like Lenovo I suspect gateway stopped battery production years ago for older models.


I have a question when you created this below did you remove it once it failed? If not I would remove it. On the link I gave you on post 2. once you remove the below. I would try Method 1.
I never installed method 3 as I couldn't follow the instructions. I don't appear to have a file called xorg.conf.d in the X11 folder.
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

On method 1, I typed
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
but it didn't say anything when I did it, so I didn't go any further. I didn't understand if that was an error?
 
Old 02-24-2022, 04:04 AM   #33
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 don't appear to have a file called xorg.conf.d in the X11 folder.
First of all that's a directory, secondly I'm pretty sure that should be /etc/X11.
Don't mess around in /usr/share.
 
Old 02-24-2022, 04:18 AM   #34
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
First of all that's a directory, secondly I'm pretty sure that should be /etc/X11.
Don't mess around in /usr/share.
This is what I have (unless I'm looking in the wrong place?)
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2022-02-24 17-14-23-edit1.png
Views:	14
Size:	55.8 KB
ID:	38457  
 
Old 02-24-2022, 04:48 AM   #35
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
This is what I have:
Code:
ls -l /etc/X11/
drwxr-xr-x 3 root root 4.0K Oct 16  2020 xinit/
drwxr-xr-x 2 root root 4.0K Jul 28  2021 xorg.conf.d/
(But I can see that Debian-based distros look more like yours)

Last edited by ondoho; 02-24-2022 at 04:49 AM.
 
Old 02-24-2022, 07:19 AM   #36
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
This is what I have:
Code:
ls -l /etc/X11/
drwxr-xr-x 3 root root 4.0K Oct 16  2020 xinit/
drwxr-xr-x 2 root root 4.0K Jul 28  2021 xorg.conf.d/
(But I can see that Debian-based distros look more like yours)
Thanks for replying. I'm sorry but I understand not one word of that.

I can navigate around in a window, but anything else I follow blindly what people say.
I really don't understand what it is or what is does.

Are you saying I need to paste those three lines into terminal for example?
 
Old 02-24-2022, 08:06 PM   #37
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
What did you use to install linux mint DVD or USB stick?. I am wondering now that only one graphics card is active now would like to see if the dim issue happens on the live edition. I can see that you have issues with understanding the editing process. I am not Judging I still do myself. meanwhile I will be asking the mint forum how to fix this if needed. I think some of the solutions are old on the sites I been reading. I will explain in more detail how to edit a config file if we need to.

The ls -l /etc/x11
those letters and dashes are permissions for those files. mainly who has the rights to edit them. Most config files fall under the root.

Learning is fun...this is why we use sudo to edit a file like a config file.

https://www.geeksforgeeks.org/permissions-in-linux/

Last edited by dave67; 02-25-2022 at 03:43 PM.
 
Old 02-26-2022, 09:26 PM   #38
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
Here is a guide on how to edit a config file which I think will help you any questions feel free to ask.

https://vitux.com/how-to-edit-config-files-in-ubuntu/
 
Old 02-27-2022, 01:49 AM   #39
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
What did you use to install linux mint DVD or USB stick?. I am wondering now that only one graphics card is active now would like to see if the dim issue happens on the live edition. I can see that you have issues with understanding the editing process. I am not Judging I still do myself. meanwhile I will be asking the mint forum how to fix this if needed. I think some of the solutions are old on the sites I been reading. I will explain in more detail how to edit a config file if we need to.

The ls -l /etc/x11
those letters and dashes are permissions for those files. mainly who has the rights to edit them. Most config files fall under the root.

Learning is fun...this is why we use sudo to edit a file like a config file.

https://www.geeksforgeeks.org/permissions-in-linux/
I used a USB stick - for both v20.3 a couple of weeks ago and v18.3 about six years ago.

Thanks for your help about the editing.

What worries me is if I screw it and Mint won't boot up, or the display ends up being screwed up, then I'd have no idea how to do anything, or ask, as I've now deleted Windows, so I only have Mint to use to access the forum.

I tried
Code:
ls -l /etc/x11
but it came back with this:
Code:
ls: cannot access '/etc/x11': No such file or directory
 
Old 02-27-2022, 09:55 AM   #40
jeremy31
Member
 
Registered: Dec 2018
Distribution: Linux Mint 20.3 Ubuntu 20.04
Posts: 32

Rep: Reputation: Disabled
Check
Code:
ls /sys/class/backlight
 
Old 02-28-2022, 08:37 AM   #41
dave67
Member
 
Registered: Apr 2007
Posts: 421

Rep: Reputation: 68
What does this have for settings on the brightness? If any dim setting is active disable it
Attached Thumbnails
Click image for larger version

Name:	power settings.png
Views:	10
Size:	27.6 KB
ID:	38481  
 
  


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 07:58 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