You are not logged in.

#1 2020-02-24 19:29:07

yoda
Member
From: Montreal
Registered: 2018-12-28
Posts: 157
Website

Laptop and screen saver, sleep mode [SOLVED]

I just clean installed, Titanium,on a small HP Laptop

After a while not using the laptop, the display is dimmed (Dark), it's ok.

But if I wait a bit, and touch the keyboard, the screen does not come back.

I have to CTRL + ALT + F1 then F7, then it says that in a few secondes I will be redirected to a login screen and I can log back...

Anyway to avoid this ?

JF
tks !
My latop is encrypted in case that changes something...

Last edited by yoda (2020-03-02 13:33:06)


According to Buddhism, we all met several times... This time, it's on this forum :-) May we meet again

Offline

#2 2020-02-24 19:47:46

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Laptop and screen saver, sleep mode [SOLVED]

yoda wrote:

I just clean installed, Titanium,on a small HP Laptop...

What is Titanium?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2020-02-24 20:07:06

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Laptop and screen saver, sleep mode [SOLVED]

Lithium I am guessing ...

@yoda

Edit the OpenBox "autostart" file and add these lines:

### Stop screen from going black ###
(xset -dpms && xset s off) &

That should do it.

EDIT:

-dpms   The -dpms option disables DPMS (Energy Star) features.

       s       The s option lets you set the screen saver parameters.  This option accepts up to two numer‐
               ical  parameters,  a  'blank/noblank'  flag, an 'expose/noexpose' flag, an 'on/off' flag, an
               'activate/reset' flag, or the 'default' flag.  If no parameters or  the  'default'  flag  is
               used,  the  system  will  be  set to its default screen saver characteristics.  The 'on/off'
               flags simply turn the screen saver functions on or off.  The 'activate' flag forces  activa‐
               tion  of screen saver even if the screen saver had been turned off.  The 'reset' flag forces
               deactivation of screen saver if it is active.  The 'blank' flag sets the preference to blank
               the  video  (if  the  hardware  can  do  so) rather than display a background pattern, while
               'noblank' sets the preference to display a pattern rather than blank the  video.   The  'ex‐
               pose' flag sets the preference to allow window exposures (the server can freely discard win‐
               dow contents), while 'noexpose' sets the preference  to  disable  screen  saver  unless  the
               server  can  regenerate  the screens without causing exposure events.  The length and period
               parameters for the screen saver function determines how long the server must be inactive for
               screen saving to activate, and the period to change the background pattern to avoid burn in.
               The arguments are specified in seconds.  If only one numerical parameter is given,  it  will
               be used for the length.

Last edited by Sector11 (2020-02-24 20:11:23)


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#4 2020-02-25 02:28:59

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,667

Re: Laptop and screen saver, sleep mode [SOLVED]

damo wrote:
yoda wrote:

I just clean installed, Titanium,on a small HP Laptop...

What is Titanium?

He's from the future.


You must unlearn what you have learned.
    -- yoda

Offline

#5 2020-02-25 03:23:31

clusterF
Member
Registered: 2019-05-07
Posts: 539

Re: Laptop and screen saver, sleep mode [SOLVED]

PackRat wrote:
damo wrote:
yoda wrote:

I just clean installed, Titanium,on a small HP Laptop...

What is Titanium?

He's from the future.

2096 maybe?

Offline

#6 2020-02-25 12:10:40

yoda
Member
From: Montreal
Registered: 2018-12-28
Posts: 157
Website

Re: Laptop and screen saver, sleep mode [SOLVED]

damo wrote:
yoda wrote:

I just clean installed, Titanium,on a small HP Laptop...

What is Titanium?

LOL LOL "Lithium"   Sorry


According to Buddhism, we all met several times... This time, it's on this forum :-) May we meet again

Offline

#7 2020-02-25 12:12:57

yoda
Member
From: Montreal
Registered: 2018-12-28
Posts: 157
Website

Re: Laptop and screen saver, sleep mode [SOLVED]

tks to all for the joke and to @Conky 1.9er Mod Squid for the answer :-)
JF


According to Buddhism, we all met several times... This time, it's on this forum :-) May we meet again

Offline

#8 2020-02-25 19:26:23

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Laptop and screen saver, sleep mode [SOLVED]

That would be @Sectot11
Unless you are @Member and not yoda.   big_smile

Name in blue, Title underneath  wink


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#9 2020-02-25 19:45:36

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Laptop and screen saver, sleep mode [SOLVED]

Sector11 wrote:

...
Name in blue..

Depends on the forum theme set in your Profile, I think.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#10 2020-02-25 19:58:56

iMBeCil
WAAAT?
From: Edrychwch o'ch cwmpas
Registered: 2015-09-29
Posts: 767

Re: Laptop and screen saver, sleep mode [SOLVED]

This thread begs for a BL edition named LITHANIUM big_smile big_smile ... perhaps instead of edition BL-Uranusium?  8o  8o

Last edited by iMBeCil (2020-02-25 19:59:11)


Postpone all your duties; if you die, you won't have to do them ..

Offline

#11 2020-02-25 21:23:09

yoda
Member
From: Montreal
Registered: 2018-12-28
Posts: 157
Website

Re: Laptop and screen saver, sleep mode [SOLVED]

Sector11 wrote:

Lithium I am guessing ...

@yoda

Edit the OpenBox "autostart" file and add these lines:

### Stop screen from going black ###
(xset -dpms && xset s off) &

That should do it.

It worked tks !!!

Now, the last thing to fix is :
if I close the LID, when opening the lid, I have to CTRL F1 then F7, then I see :
" this session is locked, you'll ve redirected to the unlock windo dialog automatically in a few seconds..." and NOTHING happen.... Have to reboot from TTY1


According to Buddhism, we all met several times... This time, it's on this forum :-) May we meet again

Offline

#12 2020-02-25 21:39:07

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Laptop and screen saver, sleep mode [SOLVED]

damo wrote:
Sector11 wrote:

...
Name in blue..

Depends on the forum theme set in your Profile, I think.

OOPS! Correct:

Name: above Title
Title: Member (or some such thing)


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#13 2020-02-26 12:05:35

yoda
Member
From: Montreal
Registered: 2018-12-28
Posts: 157
Website

Re: Laptop and screen saver, sleep mode [SOLVED]

It worked tks !!!

Now, the last thing to fix is :

if I close the LID, when opening the lid, I have to CTRL F1 then F7, then I see :
" this session is locked, you'll ve redirected to the unlock window dialog automatically in a few seconds..."

and NOTHING happen.... Have to reboot from TTY1

Any ideas ?


According to Buddhism, we all met several times... This time, it's on this forum :-) May we meet again

Offline

#14 2020-02-26 12:09:19

yoda
Member
From: Montreal
Registered: 2018-12-28
Posts: 157
Website

Re: Laptop and screen saver, sleep mode [SOLVED]

OK ! I found that CTRL + F8 was bringing me to the login screen.... I'm ok


According to Buddhism, we all met several times... This time, it's on this forum :-) May we meet again

Offline

Board footer

Powered by FluxBB