OK, I've got the deps Jaunito listed along with an 845g chipset, 915resolution invoked from bootlocal.sh. For testing purposes I've tried:xset dpms 0 0 60 ... which results in a "server does not have extension for dpms option" before fo...
Quote from: Tahoe on Today at 07:27:21 AMxset dpms 0 0 60 ... which results in a "server does not have extension for dpms option" before following up with usage. Perhaps my syntax?..maybe the synta...
Xvesa's! Options v and -s [minutes] somewhere in the line before "waitforX."
I've not managed to get the couple of intel graphics chipsets to which I've had access to work confless with xorg, but they do work with a suitable xorg.conf culled from google.As for the 600 screensaver setting - I don't know, but maybe the xset linu...
Unfortunately I'm still a greenhorn when it comes to appending necessary information.[code]Xvesa -br -screen 1024x768x32 -shadow -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1 &waitforX"$DESKTOP" 2>/tmp/wm_errors &export WM_PID=$![ -n "...
Just in case somebody wants to turn of blanking of the screen (beyond disabling the screensaver) here is a failsafe :P method:- edit your autostart and addxset -dpms &
xset s noblank &
xset s off &- if you have an xorg.conf file, edit it as root and add in the section "ServerLayout":Option "BlankTime" "0"
Option "StandbyTime"
Becoming a bit annoyed here. Using the graphical configuration tool for KDE, I have disabled power management stuff. This is a desktop for my personal use, and I am not interested in monitor blanking. The screen, however, continues to blank.
I have determined that the culprit is DPMS. xset q output shows that DPMS is enabled.
Hey everyone this is my first post so plz forgive me if this has been reported before but I haven't found the solution yet while googling I want to completely get rid of any screen saver so I have removed xfce4-power-manager and xscreensaverI have also added in autostart xset -dpms & xset s no blank & xset s off & xset b off & setterm -powersave offSadly I still get a big whit
I don't see any problem with it. Try disabling screensaver and DPMS and see if your screen still turns off.xset s 0 0; xset dpms 0 0 0; xset -dpmsIf you want to revert your settings back:xset s 600 600; xset dpms 600 0 900More info here: https://wiki.archlinux.org/index.php/DPMS
rEnr3n
https://bbs.archlinux.org/profile.php?id=62237
2012-08-06T06:04:55Z