Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2009 19:33:37 +0100
From:      Dominique Goncalves <dominique.goncalves@gmail.com>
To:        Brent Clark <brentgclarklist@gmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: X to not blank screen or switch off monitor
Message-ID:  <7daacbbe0902251033x1bdc7220v75c6c644d757c931@mail.gmail.com>
In-Reply-To: <49A57657.5090506@gmail.com>
References:  <49A57657.5090506@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Wed, Feb 25, 2009 at 5:48 PM, Brent Clark <brentgclarklist@gmail.com> wrote:
> Hiya
>
> I got a very minimalistic installation of FreeBSD, so much so that I login
> on console and just run startx and im presented with twm.
>
> The problem I seem to face is that I cant get X and / or freebsd to not
> blank the screen and / or switch off the monitor.
>
> Ive run
>
> xset s noblank && vbetool dpms on
>
> I even set blanktime="NO" in /etc/rc.conf.
>
> And yet after a period in time of idleness my monitor goes off.

I've done a similar setup, add in your xorg.conf

Section "ServerLayout"
[...]
        Option "blank time" "0"
        Option "standby time" "0"
        Option "suspend time" "0"
        Option "off time" "0"
EndSection

Section "Monitor"
[...]
        Option      "DPMS"
EndSection

So far it works with xorg 7.4
HTH

> If anyone can help me understand or achieve my objective, i would be most
> grateful.
>
> Kind Regards
> Brent Clark
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

Regards.

-- 
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7daacbbe0902251033x1bdc7220v75c6c644d757c931>