Turn off screen after a certain time in xorg.conf

added
Option "DPMS" "true"
to monitor
and
Option "OffTime" "1"
to serverflags
and it doesn't work.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5) man page for details about the format of
# this file.
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# Files section. This allows default font and rgb paths to be set
# Server flags section.
# Input devices
# Core keyboard's InputDevice section
# Core Pointer's InputDevice section
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xorgconfig:
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
# Section "DRI"
# Mode 0666
# EndSection
Section "ServerLayout"
# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
Option "DontZap" "false"
Option "OffTime" "1"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# FontPath "/usr/share/fonts/TTF"
# FontPath "/usr/share/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# Load "type1"
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
Load "synaptics"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
Load "glx"
EndSection
Section "InputDevice"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "latitude"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
# Identifier and driver
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# Mouse-speed setting for PS/2 mouse.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
#Section "InputDevice"
# Identifier "touchpad"
# Driver "synaptics"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/input/mouse0"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.06"
# Option "MaxSpeed" "0.12"
# Option "AccelFactor" "0.0010"
# Option "SHMConfig" "on"
#EndSection
Section "InputDevice"
Identifier "touchpad"
Driver "synaptics"
Option "AlwaysCore" "true" # send events to CorePointer
#Option "Device" "/dev/input/mice"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "false" # configurable at runtime? security risk
Option "LeftEdge" "1700" # x coord left
Option "RightEdge" "5300" # x coord right
Option "TopEdge" "1700" # y coord top
Option "BottomEdge" "4200" # y coord bottom
Option "FingerLow" "25" # pressure below this level triggers release
Option "FingerHigh" "30" # pressure above this level triggers touch
Option "MaxTapTime" "180" # max time in ms for detecting tap
Option "VertEdgeScroll" "true" # enable vertical scroll zone
Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
Option "CoastingSpeed" "0.30" # corner coasting speed
Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
Option "MinSpeed" "0.10" # speed factor for low pointer movement
Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
EndSection
Section "Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "My Monitor"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 60.0
Option "DPMS" "true"
EndSection
Section "Device"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
Option "NoLogo" "True"
#VideoRam 131072
# Insert Clocks lines here if appropriate
Identifier "* Generic VESA compatible"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "* Generic VESA compatible"
Monitor "My Monitor"
DefaultDepth 24
#Option "LogoPath" "/etc/X11/tuxlogos.png"
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

now I have this and it still doesn't work.
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
Option "OffTime" "1"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
Option "DontZap" "false"
EndSection

Similar Messages

  • How do I turn off screen saver whilst running time machine backup?

    My hard drive failed today when my MacBook Pro took a tumble from the sofa.
    I have replaced it and am trying to restore from a time machine backup.
    I have to use the snow leopard installation disc that came with the machine, once I get into disk utility I can format the new drive and select restore from time machine backup.
    This all runs great until the screen saver kicks in, normally around 1% into the restore. This crashes the restore and gives me the grey screen of death, it's done it four times now.
    Is there anyway to disable the screensaver? Or will I need to install snow leopard first and then software update and then restore from backup once I can turn off the screen saver in system properties.
    I paid a lot of money for the time capsule and having these issues the first time I truly need it is disconcerting.

    Hi Mewnor,
    Is there anyway to disable the screensaver?
    This might help you if your computer is running Mountain Lion (OS X 10.8.3). I can not help you if your computer is running Snow Leopard.
    System Preferences > Desktop and Screensaver > Start After > Never
    Regards,
    Ian.

  • Close cover does not turn off screen after iOS 7

    Close magnetic cover is not putting screen to sleep/opening cover not awakening - causing battery drain.

    Check your settings: General: Lock/Unlock should be turned on.
    Hope this helps.
    Kris

  • Can you set your phone to turn off and on at certain times?

    Help?

    No, there is no app that can do this (Without Jailbreaking), because it would require integration into iOS.

  • My iphone 4 turns off automatically after screen lock

    Hello guys,
    my iphone 4 turns off automatically after screen lock, i have to press the POWER + HOME button during 10 secondes for reboot.
    And it's like that every time i lock the screen.
    Please can someone help me ?
    thanks.

    Standard troubleshooting steps are reset, restore, restore as new.
    Since resetting isn't working, try backing up and restoring through iTunes.

  • Turn-Off screen keeps coming up - maybe broken sleep button?

    hey there,
    i got my 3gs on saturday (t-mobile, germany) and it worked great for exactly one day. on sunday i noticed that the phone woke up from time to time showing the turn off screen, which usually appears if you hold down the sleep button for some seconds (red slider at the top).
    after that, the same screen popped up more often, it even interrupts other actions by appearing on top of applications like phone or mail.
    sometimes the phone will make a screenshot of the current screen if i push the home button, so it seems like the sleep key is stuck.
    the phone has no visible damages, the button looks normal and doesn't act jammed.
    all this happens unpredictably so i can't reproduce it, but its happens pretty often by now and is anoying as ****
    i tried restarting the phone, resetting the prefs, resetting everything, restoring in via itunes etc.
    guess is have to send it back, i just wanted to ask for more ideas and leave a mark for other affected users.
    regards
    jan

    Bad news. I got my 3GS Saturday (6/27) at the local Apple Store. By Sunday morning, I noticed the "random" power off slider. Sometimes, the sleep switch works, sometimes it doesn't. It's gotten progressively worse...after less than 72 hours of ownership. I have a case open with Apple and a Genius appointment in 2 days. In the meantime, I suggest you DO NOT power off your phone. Apple had me do a reset (for the 4th time) and the phone would power down DURING the boot. After 10 minutes..and pressing NOTHING, it suddenly started up and ran. The sleep switch is virtually dead. The Apple rep mentioned something about "cracked circuit boards", but did not elaborate. I suspect something in the assembly process is trashing the board the switch is attached to.

  • My iPhone 4 turns off (crashes) after accesing any apps, It work fine when plugged to charger. I tried all troubleshooting steps suggested by Apple but it doesn't work. What could be the problem and what are the solutions?

    My iPhone 4 turns off (crashes) after accesing any apps, It work fine when plugged to charger (power supply). I tried all troubleshooting steps suggested by Apple but it doesn't work. I backed up my phone. I restored it several times. Even I re-installed iphone software. Also I restored it as a new iphone but doesn't work. What could be the problem and what are the availble solutions?

    We can't know if there's a "fixture" because we can't examine your phone.  But Apple can.  Make a Genius Bar appointment and get your phone evaluated.

  • IPOD freezes after a certain time

    After a certain time using the device, the touch display does not work anymore. The app is still running, but not reacting any more. After switching off the Ipod is working again for a certain time.
    The device has been rebooted several times, restored via Itunes and also the firmware is up to date.
    The device is one year old, 8GByte, enough memory available and the battery charged.
    The problem started some weeks ago.
    I started to remove some apps without success actually.
    Apps that have a bigger size seem to increase the occurence of the problem
    Using WiFi increase the occurence also.
    Any ideas welcome!!!

    Here finally the solution for my problem:
    The hardware of the Ipod had a problem. The device had been replaced by a new one. As I bought the device in Germany, there is an extended warranty of 24 month. The retailer where I bought the device took it back and gave the complete money back including the shipment costs! So I ordered the now IPod Touch G4 and have now fun again.
    The suggestion which already had been given was correct and helpful.
    A comment about the retailer:
    I bought the device via Amazon. There support even on a Sunday evening was just great. In one week (!!!) I sent the device (on Monday), got the result of the investigation and received the new device (on Friday).
    The support I received here was just great!

  • HT1339 I did a reset on my iPod, the a restore now I can't do anything with it, turns off and on all the time, is there anything I can do cheers

    i did a reset on my iPod, then a restore now I can't do anything with it, turns off and on all the time, is there anything I can do?? cheers

    Try the remaining items of:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Bought an iPod nano for use in an external source to the unit of the BMW. It works, but don't remember the place when you turn off the power and every time begins to play the playlist first.

    Bought an iPod nano for use in an external source to the unit of the BMW. It works, but don't remember the place when you turn off the power and every time begins to play the playlist first.

    Thanks iPod Whisperer--
    I do realize that the nano will resume where I left off in my audiobook if I reload the file that was last playing.
    What I was hoping is that the 6g nano would work like my previous iPods and default to the last file played the next time played after Iused sleep mode instead of going to some random song on the iPod.
    Since I usually have a lot of audiobooks on my iPod--and most of those have 10-15 files in them, it's a pain to have to navigate to the correct file (and try to remember which of the 10-15 files I was last playing). On all my other iPods I could simply hit play and it would start up in the audiobook right where it left off.
    Note--this only happens if I use the sleep timer to turn off the iPod. If I pause the book myself, when I turn the iPod back on it'll "remember" what file it was playing.
    Hope this makes sense.
    dordale

  • Turn off screen problem!!!

    I have a serious problem with TURN OFF screen button.When I touch it I have 3 options.Restart,Stand By and Turn off.Every time I press ''Stand By'' everytime the tablet restarts!!! I have tried so many times and every time I have the same problem.I tried also with password to be stand by but again the same problem.The tablet restarts!!!I don't have any problem pressing ''Turn off'' or ''Restart''.Only with this.So,as a clue of all these what can I do for that?Thanks

    NO, it just resets it like if it were to freeze up.
    There are 10 types of people in this world: those who understand binary and those who don't.

  • My iPhone 3GS has just frozen.  My iPhone 3GS has just frozen.  It was going slow all day and has now completely frozen on the turning off screen.  Help!

    My iPhone 3GS has frozen.  It was going slow all day, and has now completely frozen on the turning off screen.  Anyone any ideas?  Thanks.

    The iOs 5.1 is a huge file that needs to be dowloaded when updating/restoring, your phone hasnt completed the update so its now in recovery mode. Look on the left of itunes, it should say downloads under the store section with a spinning wheel, click that and youll see the update file with a time remaining, wait for that download to finish then try the restore again  and it should work

  • AppleScript to turn off Bluetooth after an hour of no usage

    I'm interested in making an AppleScript that will turn off Bluetooth after a bluetooth device is not used for (let's say) one hour. The script should run only on battery life, not when the computer is plugged in.
    Any ideas on how to start? Thanks.

    I don't think there's any way (at least easy way) to do this.
    AppleScript is very good at initiating events, but not good at responding to them. As such it's not easy to write a script in this manner. About the only way to do this would be to have a stay-open script that periodically checks the list of connected devices and keeps track of when the last bluetooth device was used - however, there's a big difference between being 'used' and being 'connected'... you may have a bluetooth headset 'connected', but if you're not running any audio apps it might not be used, and that's hard to AppleScript to determine.

  • My macbook pro keyboard backlight won't turn off, even after pressing F5

    my macbook pro keyboard backlight won't turn off, even after pressing F5

    Try resetting the  SMC http://support.apple.com/kb/ht3964

  • How to turn off screen shot flash

    How do you to turn off screen shot flash?

    Have you tried Clamshell Mode?
    http://support.apple.com/kb/ht3131
    Ciao.

Maybe you are looking for

  • How can I map CHAR jdbc type to the char java type

    Hi, I would like to make all changes in the DB schema file and use source generation tools as a process. Now I foound that JDBC integer type corresponds to the Java int type. But having: <column name="ACTIVATION_STATUS" type="char" not-null="true" si

  • DVD-R plays on one machine but not on another

    I have an HDD-DVD recorder, which can burn DVD-R disks. The disks will then play in my 12" PB, but won't play in my iMac - although they did at one time. Putting the disk in results in a repetitive clicking and whirring but the disk does not appear o

  • Cant record cd on optical out on kt4 ultra

    right here it is, me bitch of a problem: picture this, my optical output will work fine wiv my mp3's and i can get them onto a minidisc and we all live happily ever after. but as soon as i go for a cd, although there is a signal, when i play it back

  • Can I use math functions in a PDF?

    I've got a document where scores are entered (1 - 5) in numeric fields. Is there a way to add these and average them, and output that value into another field on the fly, or by pressing a button on the form?

  • Memory leak in 16 lines

    Here is a trivial program (16 lines) that repeatedly writes the same string into an ObjectOutputStream. It has a memory leak so severe that it not able to iterate more than 1.5 million times with 256M of memory on Windows/2000. Calling System.gc() pe