make buildworld powers down system

Mehmet Erol Sanliturk m.e.sanliturk at gmail.com
Fri Dec 2 08:28:10 UTC 2011


On Fri, Dec 2, 2011 at 3:05 AM, Polytropon <freebsd at edvax.de> wrote:

> On Fri, 2 Dec 2011 02:06:26 -0500 (EST), doug at safeport.com wrote:
> > The screen does go into standby and I am not
> > sure what is controling that, nothing in KDE or Xorg that I set, perhaps
> a
> > sysctl setting but I did not see one in the acpi section.
>
> This might be a dafault option. You can override it in
> your /etc/X11/xorg.conf by setting
>
>        Option "DPMS" "false"
>
> in the section "Monitor" where you define the values
> for your monitor. I had a similar experience with an
> 21" CRT Eizo F980 going to sleep unintendedly. :-)
>
> --
> Polytropon
> Magdeburg, Germany
> Happy FreeBSD user since 4.0
> Andra moi ennepe, Mousa, ...
>




Another way may be inserting the following lines into ~/.xinitrc :

xset s off
xset -dpms

before the statement

exec  ... desktop_manager


such as

exec /usr/local/bin/gnome-session

etc.


OR ( every time when required )

in a terminal window of the desktop manager , enter the above xset commands
, which will be effective only up to exit from the X or shutdown of the
computer .


Thank you very much .

Mehmet Erol Sanliturk


More information about the freebsd-questions mailing list