ah7013 wrote:What DE and Mageia version are you using?
freetibet wrote:How do I install this ?
freetibet wrote:Is this the only way to stop the screen timing out ?
Surely you can stop it another way ?
gsettings get org.gnome.desktop.screensaver idle-activation-enabled
gsettings set org.gnome.desktop.screensaver idle-activation-enabled false
gsettings get org.gnome.desktop.screensaver idle-activation-enabled
[user@localhost ~]$ gsettings get org.gnome.desktop.screensaver idle-activation-enabled
true
[user@localhost ~]$ gsettings set org.gnome.desktop.screensaver idle-activation-enabled false
[user@localhost ~]$ gsettings get org.gnome.desktop.screensaver idle-activation-enabled
false
doktor5000 wrote:What about simply using gnome-control-center or System Settings as it is called under Gnome3?
Brightness & Lock, as it should be called in english, offers what you want.
But don't ask me how to reach it from the menu, as it was easily accessible under gnome2.
Just fired gnome3 up for the first time, and didn't find it in the few minutes i could stand it.
Somebody then told me it's available from the user menu / right top bit of the screen ...
xset -dpms
doktor5000 wrote:Can you try ifin a terminal is effective?
- Code: Select all
xset -dpms
freetibet wrote:So do I just put the line
xset -dpms
in
/etc/rc.d/rc.local
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: rc.local
# X-Mandriva-Compat-Mode
# Default-Start: 2 3 4 5
# Short-Description: Local initialization script
# Description: This script will be executed at the end of the boot process.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
### END INIT INFO
touch /var/lock/subsys/local
xset -dpms
[cctvadmin@localhost ~]$ xset -dpms
xset: unable to open display ""
[cctvadmin@localhost ~]$
freetibet wrote:Now getting this….
- Code: Select all
[cctvadmin@localhost ~]$ xset -dpms
xset: unable to open display ""
[cctvadmin@localhost ~]$
xset -display :0 -dpms
alf wrote:freetibet wrote:you have to add the display's name.
- Code: Select all
xset -display :0 -dpms
Users browsing this forum: No registered users and 1 guest