NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Notebook Screen shuts off
New Posts  All Forums:Forum Nav:

Notebook Screen shuts off

post #1 of 9
Thread Starter 
I have a bit of a weird problem I think. I run Ubuntu linux right now and I have a problem with my screen shutting off. When I watch movies or video clips on my computer it does not realize that I am using the computer and every minute the screen turns off which is quite an annoyance to have to move the mouse or hit a key every minute. I also have my screen saver shut off. I originally thought this might be a setting in my bios ( It is a toshiba satellite A45 by the way) but I cannot find anything in there that fixes the problem. I also have all Power Management disabled for the computer. I used to rune SuSE linux a while back and I never had this problem. I have tried asking in the ubuntu forusm but they cannot figure out what is going on so I thought id try a notebook specific forum. Thanks for any help.
post #2 of 9
hmm... try removing the line, Option "DPMS" in your /etc/X11/xorg.conf file... That'll make sure that the screen cannot turn off. Although, it might still blank, but we will see what happens...
post #3 of 9
Quote:
Originally Posted by danip
I have a bit of a weird problem I think. I run Ubuntu linux right now and I have a problem with my screen shutting off. When I watch movies or video clips on my computer it does not realize that I am using the computer and every minute the screen turns off which is quite an annoyance to have to move the mouse or hit a key every minute. I also have my screen saver shut off. I originally thought this might be a setting in my bios ( It is a toshiba satellite A45 by the way) but I cannot find anything in there that fixes the problem. I also have all Power Management disabled for the computer. I used to rune SuSE linux a while back and I never had this problem. I have tried asking in the ubuntu forusm but they cannot figure out what is going on so I thought id try a notebook specific forum. Thanks for any help.
What movie player are you running? If its mplayer try putting
stop-xscreensaver = yes
in your config

--
Shawn
post #4 of 9
Thread Starter 
I removed that line still shut off after about a minute. I tried making sure xscreen saver was killed by doing this

PHP Code:
sudo ps -ax | grep xscreen
Did that to find out what its process number was and then I killed it. Still shut off.
post #5 of 9
The problem is that your movie player is not emulating activity to X so your screen goes blank after said amount of time. Can not troubleshoot further without knowing which program you are using.

--
Shawn
post #6 of 9
Thread Starter 
Sorry. I am using vlc and sometimes xine.
post #7 of 9
Also might help to know what make and modle of laptop it is. Could it be a bios thing?
post #8 of 9
Thread Starter 
I thought it was a bios thing but I have changed all sorts of things in there and not found anything to work. There is a section in there called powermanagement and I changed it so it said screen never powers off bug that did not do anything.

It is a Toshiba Satellite A45
post #9 of 9
Quote:
Originally Posted by danip
Sorry. I am using vlc and sometimes xine.
Sorry I dont use either of those players. Try this forum . Hopefully they can offer you better help there.
I would suggest puttting all your settings back to normal and doing an apt-get totem or mplayer until you get this VLC issue resolved. Also for future reference "xset" is the tool you want to view and change settings pertaining to your xserver.

# xset -q //will give you status
# xset -dpms //disables DPMS
# xset +dpms //enables DPMS
# man xset //to list em all

Sorry I couldnt help further

--
Shawn
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Notebook Screen shuts off