LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux Mint 18 'Crashes' When Screensavers Are Interrupted (https://www.linuxquestions.org/questions/linux-software-2/linux-mint-18-crashes-when-screensavers-are-interrupted-4175608350/)

julianvb 06-21-2017 07:55 PM

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

hydrurga 06-21-2017 10:31 PM

Can you confirm that you're talking about Linux Mint 18 and not Linux Mint 18.1.

Also, which desktop environment are you using?

AwesomeMachine 06-21-2017 10:57 PM

Do you have any other video problems?

julianvb 06-22-2017 12:03 AM

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

hydrurga 06-22-2017 03:22 AM

Quote:

Originally Posted by julianvb (Post 5725448)
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).

Habitual 06-22-2017 05:57 AM

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!

julianvb 06-22-2017 09:18 AM

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

julianvb 06-23-2017 11:59 PM

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

Habitual 06-24-2017 07:24 AM

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)

frankbell 06-24-2017 06:09 PM

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.

Habitual 06-24-2017 06:13 PM

Menu > Log File Viewer

frankbell 06-24-2017 06:28 PM

Quote:

Menu > Log File Viewer
Oh, my, what will they think of next?

Habitual 06-25-2017 04:43 PM

Quote:

Originally Posted by frankbell (Post 5726765)
Oh, my, what will they think of next?

All they need do, is be aware while using Linux. ;)
https://xkcd.com/627/

frankbell 06-25-2017 06:31 PM

Thanks for the chuckle.

julianvb 07-17-2017 12:56 PM

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


All times are GMT -5. The time now is 02:04 AM.