Announcement

Collapse
No announcement yet.

'Screen Off' Puzzle

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    'Screen Off' Puzzle

    After about 15 mins, my screens go black (not power saving) and come back when I move the mouse.

    While this isn't the end of the world, its pretty irritating, and I cant find where to switch it off. The monitor power saving option is switched off and there is no screensaver or blank screen set on... so whats causing this? any ideas?
    Compy: AMD 64x2 6000+, Crosshair mobo, Enermax PSU, 4GB DDR2 800, 8800GTS 640mb, 24in cheapy monitor + secondary 17in, aprrx 1.6tb storage (internal) + external DVDrw, lots of nice big blue shiny quiet fans.

    #2
    Re: 'Screen Off' Puzzle

    Hmm - maybe it is DPMS:

    Checking:
    Code:
    :~$ xset q
    clip
    DPMS (Energy Star):
    Standby: 1200 Suspend: 1800 Off: 2400
    DPMS is Enabled
    Monitor is On
    clip

    More:
    Topic: Adjusting monitor-power-off-time doesn't work -- again
    http://kubuntuforums.net/forums/inde...opic=3084428.0

    Topic: Automatic screenblank after 5 minutes
    http://kubuntuforums.net/forums/inde...opic=3083391.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: 'Screen Off' Puzzle

      Code:
      Keyboard Control:
       auto repeat: on  key click percent: 0  LED mask: 00000002
       auto repeat delay: 660  repeat rate: 25
       auto repeating keys: 00ffffffdffffbbf
                  fadfffdfdfdfa7ec
                  ffff767de8e7f9f7
                  2fffef7f1fc0feff
       bell percent: 50  bell pitch: 400  bell duration: 100
      Pointer Control:
       acceleration: 20/10  threshold: 2
      Screen Saver:
       prefer blanking: yes  allow exposures: no
       timeout: 0  cycle: 600
      Colors:
       default colormap: 0x20  BlackPixel: 0  WhitePixel: 16777215
      Font Path:
       /usr/share/fonts/X11/misc/,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/
      Bug Mode: compatibility mode is disabled
      DPMS (Energy Star):
       Display is not capable of DPMS
      I've never set up the monitors as they are not on the manu list. They are just 2 x plug & play "17 Octigen TFTs with no internal power management

      I noticed the 'prefer blanking' option in there is switched on... how does one switch it off? or is that nothing to do with it?
      Compy: AMD 64x2 6000+, Crosshair mobo, Enermax PSU, 4GB DDR2 800, 8800GTS 640mb, 24in cheapy monitor + secondary 17in, aprrx 1.6tb storage (internal) + external DVDrw, lots of nice big blue shiny quiet fans.

      Comment


        #4
        Re: 'Screen Off' Puzzle

        What do you have in the K > System Settings > Monitor & Display ->Power saving tab.

        I noticed the 'prefer blanking' option in there is switched on... how does one switch it off
        XSET(1) XSET(1)

        NAME
        xset - user preference utility for X

        SYNOPSIS
        xset [-display display] [-b] [b on/off] [b [volume [pitch [duration]]]
        [[-]bc] [-c] [c on/off] [c [volume]] [[+-]dpms] [dpms standby [ suspend
        [ off]]] [dpms force standby/suspend/off/on] [[-+]fp[-+=]
        path[,path[,...]]] [fp default] [fp rehash] [[-]led [integer]] [led
        on/off] [m[ouse] [accel_mult[/accel_div] [threshold]]] [m[ouse]
        default] [p pixel color] [[-]r [keycode]] [r on/off] [r rate delay
        [rate]] [s [length [period]]] [s blank/noblank] [s expose/noexpose] [s
        on/off] [s default] [s activate] [s reset] [q]

        DESCRIPTION
        This program is used to set various user preference options of the dis‐
        play.
        ==>
        Code:
        :~$ xset s noblank

        You have:
        Display is not capable of DPMS
        But you can try:
        Code:
        :~$ xset -dpms
        and check if it helps .
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: 'Screen Off' Puzzle

          Well the power settings thingmy shows switched off.

          Unfortunately those 2 codes didn't solve it.

          Thanks for trying though
          Compy: AMD 64x2 6000+, Crosshair mobo, Enermax PSU, 4GB DDR2 800, 8800GTS 640mb, 24in cheapy monitor + secondary 17in, aprrx 1.6tb storage (internal) + external DVDrw, lots of nice big blue shiny quiet fans.

          Comment

          Working...
          X