Results 1 to 6 of 6

Thread: Hardy: Screen still goes blank even with power saving set to 'Never'

  1. #1
    Join Date
    Dec 2006
    Location
    Oregon, US
    Beans
    1,541
    Distro
    Ubuntu Development Release

    Hardy: Screen still goes blank even with power saving set to 'Never'

    My laptop screen still goes blank after awhile when plugged in, even though I've set the Power Saving control panel to never blank the screen. To add an even odder bit, if I move the mouse a few minutes after it goes blank, then the screen comes back up. But if I wait about 20-30 minutes before moving the mouse, the screen doesn't come back on until I restart the X server.

    Any ideas?
    Last edited by jimv; May 6th, 2008 at 11:54 PM.

  2. #2
    Join Date
    Apr 2008
    Location
    New York
    Beans
    18
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: Hardy: Screen still goes blank even with power saving set to 'Never'

    I thought I was the only one having this problem. I constantly have to keep restarting the laptop for it to become active again. I would love a solution to this as it's driving me a bit insane.

  3. #3
    Join Date
    Dec 2006
    Location
    Oregon, US
    Beans
    1,541
    Distro
    Ubuntu Development Release

    Re: Hardy: Screen still goes blank even with power saving set to 'Never'

    I think I may have found a solution. I was googling around and found some guy who said to add these lines to your xorg.conf (back it up first
    Code:
    Section "ServerFlags"
    	Option	"BlankTime"	"0"
    	Option	"StandbyTime"	"0"
    	Option	"SuspendTime"	"0"
    	Option	"OffTime"	"0"
    EndSection
    If you already have options in that section, you can leave them in. I didn't test it yesterday when I made the change, but I'll try to watch and see if the screen goes off today.

  4. #4
    Join Date
    Apr 2008
    Location
    New York
    Beans
    18
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: Hardy: Screen still goes blank even with power saving set to 'Never'

    Quote Originally Posted by jimv View Post
    I think I may have found a solution. I was googling around and found some guy who said to add these lines to your xorg.conf (back it up first
    Code:
    Section "ServerFlags"
    	Option	"BlankTime"	"0"
    	Option	"StandbyTime"	"0"
    	Option	"SuspendTime"	"0"
    	Option	"OffTime"	"0"
    EndSection
    If you already have options in that section, you can leave them in. I didn't test it yesterday when I made the change, but I'll try to watch and see if the screen goes off today.
    Thanks alot Jim, I just did this also.. I really hope it works!

  5. #5
    Join Date
    Apr 2008
    Location
    New York
    Beans
    18
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: Hardy: Screen still goes blank even with power saving set to 'Never'

    Ok, so I fully tested this out this morning and after the screen goes "blank" I have NO way of "waking" it up to input my password. I have to ctrl-alt-backspace to get back into the system. I am almost at wits end with this anyone have another suggestion?

  6. #6
    Join Date
    May 2008
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Hardy: Screen still goes blank even with power saving set to 'Never'

    Does it help if you type the following on the command line before playing video?

    Code:
    sudo /etc/init.d/laptop-mode stop
    You can undo this afterwards with

    Code:
    sudo /etc/init.d/laptop-mode start

Bookmarks

Posting Permissions

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