Find the answer to your Linux question:
Results 1 to 8 of 8
Will a program (created using Real Studio) that's placed in the startup queue run? I tried just this, and while there was no error at startup it appears the program ...
  1. #1
    Just Joined! newyorkpaulie's Avatar
    Join Date
    Jan 2007
    Location
    New York City
    Posts
    25

    Creating a startup program

    Will a program (created using Real Studio) that's placed in the startup queue run?
    I tried just this, and while there was no error at startup it appears the program had no effect. It is a shell execution to set my screen-blanking time. The program does work once I am up and running though. I am using Linux Mint 8 on a T30 Thinkpad.

  2. #2
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    Sorry,
    im english is not good enough...
    I dont understand
    It is a shell execution to set my screen-blanking time
    what is screen-blanking time?

    sorry
    and regards
    There are people trying to avoid mistakes and another that tries to target.

  3. #3
    Just Joined! newyorkpaulie's Avatar
    Join Date
    Jan 2007
    Location
    New York City
    Posts
    25
    Quote Originally Posted by JosePF View Post
    Sorry,
    im english is not good enough...
    I dont understand
    what is screen-blanking time?

    sorry
    and regards
    Screen blanking means turning off power to the monitor (display).

  4. #4
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    Hi,
    this could help you.

    Timeouts can also be specified in the X configuration file: /etc/X11/xorg.conf. In the "Monitor" section, you need a line like:

    Option "DPMS"

    Then, in the "ServerLayout" section (for Xorg 7.2 and later, make a separate ServerFlags section instead), include lines like this:

    Option "BlankTime" "4"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "5"

    Caution: note the numbers are all small. xorg.conf needs times specified in minutes, not seconds as with xset.

    Regards
    There are people trying to avoid mistakes and another that tries to target.

  5. #5
    Just Joined! newyorkpaulie's Avatar
    Join Date
    Jan 2007
    Location
    New York City
    Posts
    25
    I do not have a file named xorg.conf in my /etc/x11/ directory. I do have one called xorg.conf.failsafe though... here are the contents:
    Section "Device"
    Identifier "Configured Video Device"
    Driver "vesa"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

  6. #6
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    Hi,
    you could reconfigure it or you can also include your script in /etc/gdm/Init/Default file to avoid to do this.

    You have to include your script path before "exit 0"

    Regards
    There are people trying to avoid mistakes and another that tries to target.

  7. #7
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Is there any reason you are not using the power management app?

    (System -> Preferences -> Power Management)
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  8. #8
    Just Joined! newyorkpaulie's Avatar
    Join Date
    Jan 2007
    Location
    New York City
    Posts
    25
    Quote Originally Posted by elija View Post
    Is there any reason you are not using the power management app?

    (System -> Preferences -> Power Management)
    Yes, when using this the backlight is not totally turned off.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...