On Fri, Dec 2, 2011 at 3:05 AM, Polytropon <free...@edvax.de> wrote: > On Fri, 2 Dec 2011 02:06:26 -0500 (EST), d...@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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"