LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Monitor problems (https://www.linuxquestions.org/questions/linux-newbie-8/monitor-problems-16740/)

alelunelli 03-21-2002 04:49 AM

Monitor problems
 
Hello everybody, I need some help.
I've just erased the Mandrake 8.0 from my laptop to put on the Red Hat 7.2, and almost everything goes fine, except that the monitor turns off, and the only way I have to make it work is to push the standby button to make it go in standby mode and then push it again to turn it on... then it works.
My laptop is an HP Omnibook XE and my video card a silicon Motion Lynx.
I must say that with the mandrake everything was just working fine.
than you,
ale

Syncrm 03-21-2002 08:18 AM

check your bios, make sure it's not set to shut off the lcd after a certain amount of time.

also might wanna check your xscreensaver settings and make sure it's not shutting off your lcd after so many minutes.

gilkyboy 03-23-2002 12:39 PM

Try this
 
While I was reading an article on X configuration things, I noticed that there was a part for monitor shutoff/suspend/whatever it does. Here's a paste of the article (found at http://www.linuxorbit.com/modules.ph...icle&artid=493 ):

Have you noticed that if you leave your computer untouched for long enough, the screen will go black? Well the amount of time it takes to go black can be set in the "ServerFlags" section of the configuration file like this:

Option "BlankTime" "15"

The number at the end of the line sets the time in minutes for your screen to blank when X-Windows is idle. By default, this value is 10. You can also set the times for your monitor to go into standby, suspend, or offline with the options "StandbyTime", "SuspendTime", and "Offtime" respectively. Their syntax is just like BlankTime and their default values are 20, 30, and 40. All of the latter three do the same thing on my monitor, but your results may vary. To enable these features if they're not already, just add the Option lines in your "ServerFlags" Seciton.


In your case, you would probably be wise to disable this or to make it a huge number so as to avoid the blank monitor syndrome. Hope this helps.


All times are GMT -5. The time now is 03:13 PM.