LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-21-2017, 07:55 PM   #1
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Rep: Reputation: 3
Linux Mint 18 'Crashes' When Screensavers Are Interrupted


2017-06-21

Linux Mint 18 frequently 'crashes' when I try to interrupt screensavers from the keyboard or mouse. The system may eventually recover after many hours. Any help from this forum will be much appreciated.

Julianvb

Last edited by julianvb; 06-21-2017 at 07:57 PM.
 
Old 06-21-2017, 10:31 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
Can you confirm that you're talking about Linux Mint 18 and not Linux Mint 18.1.

Also, which desktop environment are you using?
 
Old 06-21-2017, 10:57 PM   #3
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Do you have any other video problems?
 
Old 06-22-2017, 12:03 AM   #4
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, Everyone,

My machine is about 5 years old. I've been using it for about 8 months. It came with Linux Mint pre-installed by the seller. It is based on a Jetway mini-motherboard. I use the XFCE terminal environment. I haven't detected other video problems yet.

How can I find out for sure if my Linux Mint is version 18 or 18.1. Thanks very much.

Julianvb

Last edited by julianvb; 06-22-2017 at 12:04 AM.
 
Old 06-22-2017, 03:22 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 julianvb View Post
How can I find out for sure if my Linux Mint is version 18 or 18.1.
Code:
inxi -S
(if you're interested in more complete info on your system, inxi -F).
 
Old 06-22-2017, 05:57 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Will need the Video Card and driver info also, so how about
Code:
inxi -Fszr -c0 | nc termbin.com 9999
from the/a terminal and toss us the short link please?

Thank you!

Last edited by Habitual; 06-22-2017 at 06:00 AM. Reason: Odorless and colorless inxi > inxi -Fszr -c0
 
Old 06-22-2017, 09:18 AM   #7
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, hydrurga and Habitual,
Many thanks.

Code:
 inxi -S
outputs the following information:
System: Host:nim4 kernel: 4.4.0-21-generic i686 (32-bit)
Desktop: Xfce 4.12.3
Distro: Linux Mint 18 Sarah

I've also run the following powerful code to send my inxi data to Habitual:
Code:
 inxi -FSzr -c0 | nc termbin.com 9999
Julianvb

Last edited by julianvb; 06-22-2017 at 09:24 AM.
 
Old 06-23-2017, 11:59 PM   #8
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
I am temporarily solving the problem by running 'killall xscreensaver' after I boot up Linux. I wish I could make Linux perform this command automatically at startup.

In other words, how can I execute a script with the above command automatically at startup? I find that crontab is not a simple tool to accomplish this task due to my unfamiliarity with it.

Julianvb
 
Old 06-24-2017, 07:24 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Go to the Xfce menu and look for screens or screensaver applet?
If it is an LCD you could just "blank it" and lose the screensaver altogether (xscreensaver, I believe)
 
Old 06-24-2017, 06:09 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
The next time this happens, take a look at the log files in /var/log, particularly syslog and mintsystem.log; you may find some hints of why Mint is crashing.

You can use the tail command to make searching the logs for the most recent entries easier.
 
Old 06-24-2017, 06:13 PM   #11
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Menu > Log File Viewer
 
1 members found this post helpful.
Old 06-24-2017, 06:28 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
Menu > Log File Viewer
Oh, my, what will they think of next?
 
Old 06-25-2017, 04:43 PM   #13
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
Oh, my, what will they think of next?
All they need do, is be aware while using Linux.
https://xkcd.com/627/
 
Old 06-25-2017, 06:31 PM   #14
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Thanks for the chuckle.
 
Old 07-17-2017, 12:56 PM   #15
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, Everyone,

I've looked into most of the log files and found no clues. I am inclined to believe that this may very likely be an Xscreensaver interrupt bug. Thanks very much again.

Julianvb
 
  


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
[SOLVED] Linux Mint crashes when switched to battery power! SuyashJ Linux Mint 2 12-05-2017 11:03 AM
[SOLVED] Linux Mint 17.1 Cinnamon Crashes Repeatedly julianvb Linux - Software 13 04-22-2015 01:15 AM
Linux Mint Cinamon Crashes sniper8752 Linux - Newbie 3 08-08-2014 09:41 AM
Linux Mint 12 - flash player crashes SteveBerkshire Linux - Desktop 1 07-04-2012 04:45 PM
[SOLVED] Need to know where to download screensavers for Linux Mint 10 - Julia frank81 Linux - Software 2 02-18-2011 02:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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