LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-21-2018, 12:57 PM   #1
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264
Blog Entries: 52

Rep: Reputation: 51
Monitor Timeout in Linux Mint 19


I've been working with LM19 since about a week after it came out. I've solved all my problems, except one, and like the distro a lot. Here's the one:

My monitor times out after a couple minutes.

I've set the Screensaver to Never, I've set the PowerSaver to Never (AC or on battery). I don't know what else to set.

I currently have 4 distros in different partitions on my laptop. I have zero problems with KDE Neon or Ubuntu 18.04 MATE, and am just getting started on PrathamOS so no comments there. I've gone through lots of distros, liked many, disliked some, and couldn't get some to work at all. I'm NOT a Power User (in Linux), just a perennial n00b who likes trying things.

If I could get this problem solved, LM19 would be my daily driver.

I should also point out that I'm running on an external TV as a monitor (32" is much easier on my old eyes, and I stream all my TV). I have checked the TV settings, and, again, it works fine on the other distros currently (and recently) installed.
 
Old 07-21-2018, 02:08 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Try the following command:

Code:
xset s off -dpms
 
Old 07-22-2018, 12:36 AM   #3
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
OK, I tried it. Is something supposed to happen? Do I need to run it every boot?

zaivala@zaivala-ThinkPad-T430:~$ xset s off -dpms
zaivala@zaivala-ThinkPad-T430:~$
 
Old 07-22-2018, 12:52 AM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,808
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by zaivala View Post
I've set the PowerSaver to Never (AC or on battery). I don't know what else to set.
Try a long time, such as 120 minutes, long enough for most movies. Each time you move the mouse or strike a key, timeout should reset to 120.

Another possibility, put the following in /etc/X11/xorg.conf.d/50-monitor.conf (if it doesn't already exist; otherwise add the option line to it):
Code:
Section "Monitor"
    Identifier "Default Monitor"
	Option	"DPMS"	"off"
EndSection
 
Old 07-22-2018, 02:52 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by zaivala View Post
OK, I tried it. Is something supposed to happen? Do I need to run it every boot?

zaivala@zaivala-ThinkPad-T430:~$ xset s off -dpms
zaivala@zaivala-ThinkPad-T430:~$
Does it solve the problem?

No, I don't think you shouldn't have to run it every boot. Don't quote me on that. Let's see if it works first though.

Last edited by hydrurga; 07-22-2018 at 02:54 AM.
 
Old 07-25-2018, 12:41 PM   #6
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
OK, I didn't get a chance to see if it worked. It was not, however, "sticky", that is, it has not continued to work through successive boots. I think I have time to see if it works this boot. Will go do that.
 
Old 07-25-2018, 06:25 PM   #7
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
PowerSaver has already been set. Everything has been set which can be set, unless there is a hidden setting somewhere.

xset s off -dpms - this works, single instance. When I reboot I have to enter it again.
 
Old 07-26-2018, 06:05 AM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by zaivala View Post
PowerSaver has already been set. Everything has been set which can be set, unless there is a hidden setting somewhere.

xset s off -dpms - this works, single instance. When I reboot I have to enter it again.
Why don't you add that command to your startup programs?
 
Old 09-05-2018, 05:38 PM   #9
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
Quote:
Originally Posted by hydrurga View Post
Why don't you add that command to your startup programs?
LOL because I don't really know how. I will go try to fumble my way through that.

I also found that Caffeine DOES NOT WORK in LM19. I tried to use that instead of the xset command. This is not an Ubuntu 18.04 issue, as it works fine in Ubuntu Budgie 18.04 and Ubuntu Studio 18.04.
 
Old 09-05-2018, 05:46 PM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by zaivala View Post
LOL because I don't really know how. I will go try to fumble my way through that.

I also found that Caffeine DOES NOT WORK in LM19. I tried to use that instead of the xset command. This is not an Ubuntu 18.04 issue, as it works fine in Ubuntu Budgie 18.04 and Ubuntu Studio 18.04.
Which desktop environment variant of Linux Mint 19 are you running?
 
Old 09-06-2018, 02:36 AM   #11
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
Quote:
Originally Posted by hydrurga View Post
Which desktop environment variant of Linux Mint 19 are you running?
MATE
 
Old 09-06-2018, 06:56 AM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. You can make an application or a command execute at startup through MATE's Control Centre (Personal->Startup Applications: Add).
 
Old 09-07-2018, 02:37 AM   #13
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
I appear to have made a successful attempt at doing that back when I posted I wasn't sure I could. Thanks. I thought your question had to do with which desktop Caffeine would not operate in, and yes, it could be the same answer. I find Caffeine to work very well in Budgie.
 
  


Reply

Tags
linuxmint, monitor



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
Linux Mint 17.2 Cinnamon crash with second Monitor tiuz Linux Mint 6 12-09-2015 06:25 AM
Battery Percentage Monitor not appearing on latest Linux Mint Rebecca qdobrien Linux - Laptop and Netbook 3 06-13-2015 05:12 AM
Linux Mint - 3 Monitor Setup - 3rd Not working deadlySniper Linux - Desktop 4 06-12-2014 07:54 PM
Linux Mint 12 fails to detect second monitor BillThePlatypus Linux - General 1 11-13-2012 11:00 PM
Slackware 11 Monitor Standby Timeout mr.v. Slackware 2 04-04-2007 03:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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