You are not logged in.

#1 2011-04-07 03:28:46

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

what is causing my monitor to sleep

I have recently reinstalled Arch on my desktop and now I have the problem of my monitor going to sleep. I am using a minimal kde setup and I do not have any screensavers enabled. I believe a base install of arch linux is setup in a way that the monitor sleeps after a certain time of inactivity. I have had this problem in the past, but I found out the secret to it and fixed it, but over the course of time I forgot how. Any ideas? I have already looked at this thread (https://bbs.archlinux.org/viewtopic.php?id=33497) and tried the fix there involving putting those four lines in the /etc/X11/xorg.conf file, but that didn't work for me.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#2 2011-04-07 03:43:24

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: what is causing my monitor to sleep

how about this?

Section "Monitor"
...
    Option "DPMS" "off"
EndSection

Offline

#3 2011-04-07 03:49:03

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: what is causing my monitor to sleep

I'll try that, but I don't think it is an X issue. This can happen when I am at the virtual console, you know before you run startx.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#4 2011-04-07 04:04:46

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: what is causing my monitor to sleep

it is Xorg related for sure.

for tty's, use `setterm`

setterm -blank 0 -powersave off

check man setterm for more details.

Last edited by JokerBoy (2011-04-07 04:05:29)

Offline

#5 2011-04-07 04:38:39

my0pic
Member
From: Melbourne, Australia
Registered: 2008-05-23
Posts: 206

Re: what is causing my monitor to sleep

You can also boot with the kernel parameter

consoleblank=0

to disable the kernels built in terminal blanking.

Offline

#6 2011-04-07 05:16:19

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: what is causing my monitor to sleep

Try

xset -dpms
xset s off

in you ".xinitrc".
- dpms turns off your energy star features)
s off turns off the screensaver
More info, try: "man xset"

Offline

#7 2011-04-08 02:11:08

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: what is causing my monitor to sleep

JackH79 wrote:

Try

xset -dpms
xset s off

in you ".xinitrc".
- dpms turns off your energy star features)
s off turns off the screensaver
More info, try: "man xset"

this didn't work for me, I'll post my .xinitrc to make sure you guys can "crowd source" it.

#!/bin/bash
#
#user commands
OPERAPLUGINWRAPPER_PRIORITY=0
OPERA_KEEP_BLOCKED_PLUGIN=1
xset -dpms
xset s off
#desktop environments
exec ck-launch-session startkde

Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#8 2011-04-08 02:39:04

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: what is causing my monitor to sleep

JokerBoy wrote:

how about this?

Section "Monitor"
...
    Option "DPMS" "off"
EndSection

I put this in my xorg.conf and now the display will only blank instead of going to sleep. now I must try the kernel setting.

this is very frustrating.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

Board footer

Powered by FluxBB