LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how can I disable the auto screen blanking? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-disable-the-auto-screen-blanking-55353/)

r0dr0ddy 04-16-2003 02:16 PM

how can I disable the auto screen blanking?
 
Hi everyone;

I am one of thousands who have installed the nVidia drivers for my graphics card. It's no surprise that the nVidia drivers have problems with the screen saver/auto monitor shutoff.
I've searched high and low all over the web (and this forum!) to find out how the heck I can turn off the screen blanking. In other words, I want my monitor to remain on permanently so it won't freeze up.

So far I've done the following:

I've unchecked the screen saver under the desktop properties along with the "blank after x minutes" box. This didn't stop the screen from turning off.

I've disabled the advanced power management under my system's BIOS. This didn't stop the screen from turning off.

I've disabled the APM under KDE's processes setup. This didn't stop the screen from turning off.

What else can cause the screen to turn off after a few minutes and how can I disable it?

Thanks!
Mark

rockdw 04-16-2003 02:29 PM

comment out the dpms option in your /etc/X11/XF86Config file under the Monitor section. That may disable X's ability to interface with the power management.

e.g.

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Monitor, 1280x1024 @ 60 Hz"
DisplaySize 308 230
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection

lectraplayer 04-16-2003 04:00 PM

I've had limited success (with Mandrake) to go KDE Control Center, Power Management (way at the bottom somewhere) and turn everything under there to "DISABLED". That works only for KDE, though. I would like to know how to disable screen blanking under Konsole. Any Ideas?

andy18 04-16-2003 05:42 PM

Quote:

comment out the dpms option in your /etc/X11/XF86Config file under the Monitor section. That may disable X's ability to interface with the power management.
Hi,

Tried that..but the monitor just went blank screen after 10 minutes.Any workaround on this?



Andy

r0dr0ddy 04-16-2003 07:01 PM

I tried rockdw's idea with changing the XF86config line. This didn't stop the screen from turning off either.
Who knows how many things could be causing it...

utv99 01-27-2004 02:57 PM

Stopping KDE from blacking out
 
KDE is in a way like 'windows' it has screen savers built in to it as does other os systems

what is going on is this by default it is set to blank out in 5mins time ...

to check this just do like you would in windows 'right click' over desktop

you will see 'configure desktop' select it a panel will come up much like windows on the left is icon 'screensaver' click it then 'uncheck' 'enable screensaver and the desktop should stay on all the time from then on

if not you can use 'set term' command


hope this helps :)

lectraplayer 01-27-2004 03:03 PM

There's also a Monitor Power Saving thing under Power Options (KDE Control Center). Either lenghen the time there to, say, 120 minutes (2 hours) or uncheck Enable Power Saving (above the sliders). That should fix it.

You know something? This is an old thread that I didn't have any luck with. From the konsole, you can also execute this:

setterm -blank 0

That will take care of the konsole. I found that out in another thread.
To make it permanent, go in as root and put that command at the end of your /etc/profile as I showed it here.

utv99 01-30-2004 04:04 PM

kde blanking
 
yes it is old ... i noticed it when looking for answer to the very same problem ... took me maybe 3 mins to find it

the set term works under gnome ... or has before on older vers of linux
last one i tired it on was linux 6 or 7 if i recall

i wondered why no one answered this from early posts myself ... not like it was magic :)

lectraplayer 01-30-2004 08:59 PM

I asked the same thing (similar), but they answered it in another thread. I then forgot about this one until I did a search and dug it up. Think nobody knew what r0dr0ddy was wanting?

utv99 02-03-2004 01:33 PM

blanking
 
my guess that is correct .. :) they must not have seen this one


All times are GMT -5. The time now is 05:21 AM.