LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-12-2018, 09:14 AM   #16
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled

would need to know about your desktop emvironment to give better answers:

OS: Debian GNU/Linux 9.4 (stretch) x86_64
Host: Inspiron 1545
Kernel: 4.9.0-6-amd64
Uptime: 3 hours, 50 mins
Packages: 2032 (dpkg)
Shell: bash 4.4.12
Resolution: 1366x768
DE: GNOME 3.22.3
WM: GNOME Shell
WM Theme: Adwaita
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: gnome-terminal
CPU: Intel Core 2 Duo P8600 (2) @ 2.401GHz
GPU: Intel Mobile 4 Series Chipset
Memory: 1995MiB / 3916MiB

Those information was obtained with the command: neofetch --distro_shorthand off
Now I think you have all the information about my Laptop and the system I am running.
By the way, what does mean "btw"?
What option had to start xscreensaver without the splash screen?
thanks or your kindness and patience.

Last edited by nogueira13; 07-12-2018 at 09:18 AM. Reason: Compleeting information.
 
Old 07-12-2018, 11:21 AM   #17
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Funny quote

Quote:
Originally Posted by nogueira13 View Post
By the way, what does mean "btw"?
Lol funny quote

Quote:
Originally Posted by nogueira13 View Post
What option had to start xscreensaver without the splash screen?
thanks or your kindness and patience.
Code:
xscreensaver -no-splash
 
Old 07-12-2018, 01:05 PM   #18
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
Now I look at Google to know the meaning of btw e ele significa "by the way"... kkk kkk Now I knew why you lough...
Thanks a lot for the answer about o xscreensaver -n-splash. But and about the fact it is not present in the "Settings Tools" --> "Startup App" list drop? Have any idea?
 
Old 07-12-2018, 03:26 PM   #19
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Maybe, the man page of xscreensaver has some guide to setup the screensaver in various desktops
The part about GNOME says:
Code:
       For the better part of a decade, GNOME shipped xscreensaver as-is,  and
       everything  just worked out of the box.  In 2005, however, they decided
       to re-invent the wheel and ship their own replacement for the  xscreen-
       saver daemon called "gnome-screensaver", rather than improving xscreen-
       saver and contributing their changes back.  As a  result,  the  "gnome-
       screensaver" program is insecure, bug-ridden, and missing many features
       of xscreensaver.  You shouldn't use it.

       To replace gnome-screensaver with xscreensaver:

           1: Fully uninstall the gnome-screensaver package.
              sudo apt-get remove gnome-screensaver
              or possibly
              sudo dpkg -P gnome-screensaver

           2: Launch xscreensaver at login.
              Select "Startup Applications" from the menu (or manually  launch
              "gnome-session-properties") and add "xscreensaver".

              Do  this as your normal user account, not as root.  (This should
              go without saying, because  you  should  never,  ever,  ever  be
              logged in to the graphical desktop as user "root".)

           3: Make GNOME's "Lock Screen" use xscreensaver.
              sudo ln -sf /usr/bin/xscreensaver-command \
                          /usr/bin/gnome-screensaver-command
              That  doesn't  work  under Unity, though.  Apparently it has its
              own built-in screen locker which is not  gnome-screensaver,  and
              cannot  be  removed,  and yet still manages to be bug-addled and
              insecure.  Keep reinventing that wheel, guys!  (If you have fig-
              ured  out how to replace Unity's locking "feature" with xscreen-
              saver, let me know.)

           4: Turn off Unity's built-in blanking.
              Open "System Settings / Brightness & Lock";
              Un-check "Start Automatically";
              Set "Turn screen off when inactive for" to "Never."
 
Old 07-13-2018, 02:04 AM   #20
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 nogueira13 View Post
Thanks a lot for the answer about o xscreensaver -n-splash. But and about the fact it is not present in the "Settings Tools" --> "Startup App" list drop? Have any idea?
i'm sure you can ADD something to that list, no?

if not (this is entirely possible), then i must say that gnome is simply evil.

btw (sic), please make sure you type commands correctly. your computer does not autocorrect these things.
 
Old 07-16-2018, 05:19 PM   #21
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
I am giving up. I will start xscreensaver manually using the xscreensaver-demo command at every boot up of my linux. Thank you very much for your help
 
Old 10-14-2019, 12:01 PM   #22
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
Error message in the startup xscreensaver

Now I am using Linux Mint 19.2 and when I start xscreensaver for the first time I receive the following message: "It seems that the xscreensaver daemon is not being executed in monitor ".0" Launch it now?"
How could I fix up this problem?

Last edited by nogueira13; 10-14-2019 at 12:05 PM.
 
Old 10-15-2019, 01:36 AM   #23
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 nogueira13 View Post
Now I am using Linux Mint 19.2 and when I start xscreensaver for the first time I receive the following message: "It seems that the xscreensaver daemon is not being executed in monitor ".0" Launch it now?"
How could I fix up this problem?
Apparently xscreensaver is not being started automatically.
The trend nowadays is to not use old-style screensavers anymore; plain blanking and/or locking is prefered ( = power management).
Fix: add the command 'xscreensaver' to your startup (or autostart) applications.
 
Old 10-16-2019, 09:27 AM   #24
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
I moved to Linux Mint 19.2 and it is working properly now. How can I close this topic?
 
Old 10-17-2019, 01:35 AM   #25
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
You don't close topics, because each and every topic has the potential to help others with same/similar problems, and should thus remain visible.
That's the main purpose of forums.
If you think it's SOLVED, mark it so.
 
1 members found this post helpful.
  


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
starting xscreensaver daemon auto Kanaflloric Linux - General 3 01-24-2011 05:15 PM
How can i stop xscreensaver from automatically starting. deathalele Linux - Software 3 01-10-2010 05:19 AM
xscreensaver leaves bad screen settings vit0cf Linux - Desktop 1 03-29-2009 07:13 AM
xscreensaver: how do I stop it from starting PionexUser Linux - General 9 09-14-2003 11:00 PM
help starting xscreensaver at bootup rose_bud4201 Linux - Software 2 01-10-2003 06:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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