Porteus 5 RC
How do i disable powersaving functions ? (desktop)
no GUI for it and there are several files that point to power-management ..
problem: power goes halt/hibernate (screen off, sound off etc) because no mouse input .. it just goes off while listening to music or playing game with joystick .. i want it to always stay on
Disable powersaving
- ncmprhnsbl
- DEV Team
- Posts: 2786
- Joined: 20 Mar 2012, 03:42
- Distribution: 5.0rc1-64bit all-DE+more
- Location: australia
- Contact:
Disable powersaving
which desktop module are you using?
maybe:
if this works for you they could go in auto start(how: depending on which DE)
unless something else is controlling this..
maybe:
Code: Select all
xset q (gives settings status)
xset s off (turns off screensaver/blanking) or
xset s 00 (set the timeout to never)
xset -dpms (disables powersaving)
unless something else is controlling this..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- Blaze
- DEV Team
- Posts: 3088
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Disable powersaving
Buurman, like this
and reboot.
Code: Select all
su
toor
echo 'xset -dpms s off' >> /etc/rc.d/rc.local
Linux 5.4.85-porteus #1 SMP Wed Dec 23 12:36:37 UTC 2020 x86_64 Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Tobago PRO [Radeon R7 360 / R9 360 OEM] (rev 81) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Tobago PRO [Radeon R7 360 / R9 360 OEM] (rev 81) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
Disable powersaving
First checked with
and settings are 600sec for dpms and Blankscreen .. seems right ..
put in rc.local
reboot .. still going into powersafe
check with
settings are default 600 again .. looking in rc.local ..settigns ARE THERE
it's doesn't seem to be using the rc.local ?
Code: Select all
xset q
put
Code: Select all
xset -dpms s off
reboot .. still going into powersafe

check with
Code: Select all
xset q

it's doesn't seem to be using the rc.local ?
- ncmprhnsbl
- DEV Team
- Posts: 2786
- Joined: 20 Mar 2012, 03:42
- Distribution: 5.0rc1-64bit all-DE+more
- Location: australia
- Contact:
Disable powersaving
rc.local might be too early in the boot process.. ie. before X has started..
so autostart at the DE level might be better..
so autostart at the DE level might be better..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
Disable powersaving
i've put it in .config/autostart
in a .desktop launch ..works
in a .desktop launch ..works
