Ubuntu :: Stop Screen Blanking Without Rebooting?

Jun 28, 2011

I have tried:

Code:
setterm -blank 0
which has always worked in Slackware, Red Had and Fedora. I have went into Screen saver

[code]....

View 3 Replies


ADVERTISEMENT

Ubuntu :: How To Stop Blanking The Screen

Jan 15, 2011

I have both Computer and Display set to NEVER SLEEP in power management. yet after about five minutes of inactivity, Ubuntu always blanks out the screen (i.e., just a black monitor screen but the monitor power light is still on).How do I stop this? I want to continue to see what is on my desktop--I do not want the screen to blank out ever.

View 3 Replies View Related

Fedora :: FC15 Gnome 3 - How To Stop Screen From Blanking

Sep 2, 2011

How do I stop the display from turning off? In 'System Settings/Screen', I can only choose from a preset range of minutes - there is no option to disable it. Very annoying when watching a 90 minute movie, for instance. At least under FC14 I had the disable option. I tried unchecking Power Manager in gnome-session-properties, but that disabled the system from suspending when the laptop lid is closed and might have other ramifications as well. I tried disabling Screensaver in gnome-session-properties, but 'System Settings/Screen' still showed up with the same options, so it appears to be unrelated. Anyway, I suspect this is a power management issue, not a screensaver issue.

View 14 Replies View Related

CentOS 5 :: Stop Screen Blanking And Power Save?

Aug 25, 2009

I'm not sure this belongs in this forum as opposed to the hardware forum, but I do not beleive this is a hardware issue.I want to stop the scrren from blanking and going to power save. I'm running 5.3_x86-64 and I'm using the nVidia drivers direct from nVidia called NVIDIA-Linux-x86_64-96.43.13-pkg2.run.

So far, I'm added DPMS off in /etc/xorg.conf, removed all the screensaver packages and all the power management packagesbut the screen is still going blank after a time of inactivity.What else do I need to do? I can not allow the screen to go blank, there should be no screensaver or power management and the machine should stay in a completely awake and ready-to-use state at all times.

View 9 Replies View Related

Fedora Installation :: Stop At The Startup Screen During Rebooting

Aug 6, 2010

It is my first time to install fedora 13 and touch linux system.

I burn the DVD edition to install offline. The installation completed and rebooted the system. However, the process stop at the startup screen. And I press escape and find that the process stops at following line: Starting Avahi daemon ...

I don't konw what this line means and how I can deal with.

My computer specification:
CPU P4 2.66GHz
RAM 512M DDR400
Motherboard GA-8IPE775-G
Display Geforce 6200

View 3 Replies View Related

Ubuntu :: Screen Blanking After 10 Mins?

Aug 15, 2010

Screen blanks out while I'm watching a movie. It happens about 10-15 mintues of not touching anything. As you can imagine, really annoying.

Xubuntu Lucid 10.04
XFCE version 4.6.1 (Xfce 4.6)
Fully updated
HP DV5215us (DV5000) laptop

[code]...

View 3 Replies View Related

Fedora :: Cannot Get Rid Of Screen Blanking

Nov 30, 2009

I have disabled power management and un-installed gnome-screen-saver and themes. But the screen keeps going black, and it don't go into power-save. Exactly as if the screen-saver was present. Can it be xdg-utils ?

View 2 Replies View Related

Ubuntu :: 10.04 (32bit) Screen Display Blanking Out

May 30, 2010

10.04 32bit Desktop edition. I have unchecked the "Enable screensaver when the computer is idle" option and have set "put display to sleep when inactive for" to "Never" but the display is still blanking out!

View 7 Replies View Related

Ubuntu :: Prevent 10.04 From Blanking The Screen When Idle?

Aug 12, 2010

I have removed gnome-screensaver, and to the best of my knowledge, it has not been replaced it with any other screensaver application.I have set System->Preferences->Power Management to never blank the screen. However, Ubuntu still blanks the screen if there has been no user interaction for a while.

View 4 Replies View Related

General :: How To Start And Stop XWindows Without Rebooting

Feb 10, 2011

Sometimes I use vnc server and start desktop. The memory use rises about 2gb during this. I need to be able to turn off the xwindows after I shutdown vnc without rebooting. Is there a way to do this?. And I don't need to know how to disable at boot thats not what I need to do.

View 5 Replies View Related

Ubuntu :: Dual Monitor (Random Screen Blanking)

Feb 23, 2011

I recently upgraded my 10.04 installation to 10.10 and ever since my dual monitor set-up has been behaving oddly - my secondary monitor randomly goes black for a second and then comes back as normal. I've tried to reproduce it with no luck and it isn't something I experienced with previous installations so wondered whether it's a known problem with 10.10? NVidia Quadro NVS 290

View 1 Replies View Related

Ubuntu :: Screen Blanking Out After Ten Minutes / When Output To TV Over S-Video

Apr 7, 2011

I'm running Ubuntu 10.10 w/ an ATI HD 4350 and trying to output to a CRT television over S-Video @ 640x480. Problem is the screen blanks out after ten minutes no matter how I configure my screensaver or power management settings. I've done some research regarding commands in Terminal, but I can't find anything straightforward.

View 2 Replies View Related

Red Hat / Fedora :: Restart / Start / Stop All Services At The Same Time Without Rebooting?

Jan 7, 2010

is it possible to restart /start/stop all services at the same time without rebooting?

View 3 Replies View Related

Debian Multimedia :: How To Disable Xorg Screen Blanking

Feb 11, 2011

The X server in Debian seems to have a "funny" habit to suddenly start blanking the screen if I don't touch the mouse or the keyboard for a while, although I've used the xset command (xset -dpms s off) in my ~/.xinitrc to tell Xorg specifically NOT to blank the screen. I know how to disable screen blanking in /etc/X11/xorg.conf, but I'd rather not have the xorg.conf file at all.

So, I'd be interested to hear your suggestions about how to disable the Xorg screen blanking without using the xset command or the xorg.conf file. Is there some other file in /etc/X11/ that I could tweak to disable this highly annoying desire of Xorg to insist on blanking my screen after a bit of idle time?

View 5 Replies View Related

General :: Adding Screen Blanking Timeout For Xvesa

Jan 14, 2010

Aboard TinyCore 2.7 and opting to run without Xorg. I'm needing either a pointer or syntax example. Seems my monitor supports dpms after executing a quick one-two with:

$ xset s blank
$ xset s 150

Yet I'm unsure how it would look placed in Tinys .xsession:

Code:
Xvesa -br -screen 1024x768x32 -shadow -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1 &
waitforX
"$DESKTOP" 2>/tmp/wm_errors &
export WM_PID=$!
[ -n "$THEME" ] && cp /opt/jwmThemes/"$THEME" .jwmrc-theme
if [ -n "$BACKGROUND" ]; then
setbackground image /opt/backgrounds/"$BACKGROUND"
else
[ -x ./.setbackground ] && ./.setbackground
fi
[ "$ICONS" == "wbar" ] && /usr/bin/wbar.sh
[ -x ./.mouse_config ] && ./.mouse_config &
[ $(which flit) ] && flit &
[ $(which watcher) ] && watcher -g +0-0 &

View 2 Replies View Related

General :: Mint 9 KDE Installed - Screen Splashing / Blanking

Sep 23, 2010

I recently installed Mint 9 using/trying KDE, which I found very intuitive and feature-rich. However, a snag soon appeared. The screen started to blank every few seconds or minute. This is pretty annoying. I have so far tried every tried-and-tested means available, exhaustively, to no avail. Even their website has this as a known issue, yet the solution (i.e. configuring the screen resolution) doesn't seem to work for me.

View 1 Replies View Related

CentOS 5 Hardware :: Dell Optiplex 960 Screen Blanking ?

Sep 8, 2010

I've just installed 12 new Dell Optiplex 960 computers with Dell 2009W monitors. They are identical hardware and OS installs. Some of them are exhibiting a weird problem with their screens: They boot up and run just fine, but then the monitor goes black for 2 or 3 seconds, and comes back, with the small DVI icon popping up in the upper left corner to show which video connection is active. This repeats at random intervals continously; sometimes just a few seconds between, and sometimes many minutes.

The problem initially happened on just one machine so I had Dell swap the motherboard thinking it was a hardware issue. That did not fix it. Soon after that, I got reports from several users of the same problem on other of the new machines.

I've done a very basic install of CentOS 5.5, skipping all of my local configuration management stuff, and it still happens. Then I installed Ubuntu 10.04 and over the last few hours the machine has been rock solid. No video issues at all.

Here is the output of lspci:

View 10 Replies View Related

CentOS 5 Networking :: IP Forwarding Disables When Rebooting Network Service / Stop It To Do So?

Nov 30, 2009

I have recently installed Centos 5.4 on a server with 3 network cards. I am trying to enable IP forwarding which has been successful by executing the following command:

echo 1 > /proc/sys/net/ipv4/ip_forward

I tried to make this permanent by adding net.ipv4.conf.default.forwarding=1 to the /etc/sysctl.conf file.

When I restart the network service I get the following code...

View 2 Replies View Related

Debian Configuration :: Prevent GDM / Gnome From Blanking Login Screen

Apr 1, 2016

I'm trying to prevent GDM/Gnome from turning the screen off prior to login. It's current behavior, under 3.14, slowly fades the screen out and then enters DPMS mode after 10 minutes.I have zeroed out the following dconf settings, under both root and user, but the default behavior persists.

org.gnome.desktop.session idle-delay
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout

View 0 Replies View Related

General :: Change System Console Screen Blanking Behavior?

Jun 14, 2010

How do I change the screen blanking behavior on Linux virtual terminals?

For example, if I switch to a VT from X, login, and leave the system alone for 5 minutes or so, the screen will blank like a screensaver. It comes back with any keypress, like a screensaver.

Mostly I just want to change the timeout, but I'm also interested in other settings.

If it helps, one of my systems is running Ubuntu 10.04 with the stock graphics drivers. fbset shows the console using the radeondrmfb framebuffer device.

View 2 Replies View Related

Ubuntu :: Screen Has Gone Completely Black Even After Rebooting

Jan 8, 2011

I was playing Minecraft last night when the screen went black. This is apparently a known issue when you're using the wrong java version or something, and I've gotten this crash in the past, but I've always just restarted to get my computer back to normal. However, when I restarted my computer, the monitors would not get any signal from the computer. They just stay black. I tried restarting, shutting down all the way and turning it back on, and nothing works. The computer just stays completely black.

I tried turning on the computer then SSHing into it, but it's not working. I'm not sure if I had it set to auto log in, so it might be that I'm not logged in, or it might be something more insidious, but as I can't see what's happening I don't know what the problem could be.

View 2 Replies View Related

Ubuntu Installation :: Kubuntu 10.04 Keeps Rebooting After Login Screen?

Aug 14, 2010

However, I anyways went for reinstalling kubuntu 10.04. The installation went fine. It asked to reboot at the end, which I did. After the reboot, it gives me the login screen. After filling up the details there it again shows me the same login screen. This goes on forever.

View 5 Replies View Related

Ubuntu Installation :: When Rebooting It Just Goes To A Black Screen With A Flashing?

Dec 15, 2010

I installed Ubuntu 32-bit v. 10.10 on a Dell Optiplex GX270, after installation i had to reboot, but then when rebooting it just goes to a black screen with a flashing

View 1 Replies View Related

General :: After Installation Of Virtual Box When Rebooting Black Screen

Jul 6, 2011

I have installed virtualbox because i wanted to run .exe files for my job. After installation and configuration it asked me to reboot. From that moment when reboots it returns the full symbol of fedora and then the screen becomes black with white letters. I couldn't login ever again. I am new in Fedora, i don't have a backup of my files and i cant't work. I think that this could be a command line or something like this. Is there any possibility to login even once to copy my files to another disk and then to setup Fedora again?

View 11 Replies View Related

Fedora Installation :: Nvidia 9600 GT - After Rebooting The Screen Turns Gibberish - Totally Unreadable

Apr 18, 2009

I just downloaded Fedora 10, burned the CD, installed the program, etc. Everything went just fine, but after rebooting the screen turns gibberish, totally unreadable. I now it's the video card, NVIDIA but how do I fix it? I installed Fedora 8 which worked just great, no issues. My machine is Intel Core 2 7300, Geforce 9600GT my other machine, is AMD-64 5000, Geforce 9500 GT, same problem happens when trying to install Centos 5.

View 5 Replies View Related

Ubuntu Security :: Rebooting From Windows - When X Is Starting Up Before The Login Screen Comes Up It Will Flash A Screenshot From Windows

Oct 31, 2010

I have a dual-boot with windows and linux. Sometimes if I reboot from windows into linux, I notice that when X is starting up before the login screen comes up it will flash a screenshot from Windows. Has anyone ever noticed this?

View 4 Replies View Related

Ubuntu :: How To Turn Off All Screensavers (even Just Blanking)

Sep 24, 2010

don't use gnome/KDE or XFCE, I use Ratpoison. Because of this, the normal state of my computer is to show my wallpaper which rotates often enough that I don't need or want a screensaver.How do I stop the screen from going black every ten minutes? This is also bad when I watch a movie.

View 3 Replies View Related

Ubuntu :: Anyway To Stop Terminal Appears On Screen

Apr 4, 2010

Every time I log in, a terminal appears on my screen. Previously, I attempted to embed a terminal as part of the desktop but I have deleted all the scripts and packages used, yet the terminal still appears. It is not an embedded terminal, but it does not have the panel at the top. It appears as a window on the lower panel of my screen. Is there anyway to stop this from appearing, so I can then attempt to start over with embedding a terminal in the desktop?

View 5 Replies View Related

Ubuntu :: Got Video Gray Screen And Stop Playing / Fix It?

Aug 3, 2010

When i have a video running and i switch to another desktop or throw another window on top of it to do something real quick the player will turn gray and stop playing.

This is a problem for me because i like to have them playing in the background then link them from tmp to home so i can watch them later.

View 1 Replies View Related

Ubuntu :: Stop The Splash Screen 'can't Mount /dev/md0' Press?

Nov 14, 2010

I've set up a RAID6 array with a normal hard disk (/dev/sda) for boot. However whilst rebooting the computer I noticed that ubuntu is booting into a splash screen asking me: Can't mount /dev/md0 (which is my RAID6 array) Press s to skip, c to continue, something along those lines. The reason for this is that one of the drives from the RAID6 array was showing Uncorrectable read errors towards the end of the disk.I was unaware of. I'm in the process of replacing this.

As this server is completely headless (all I have remotely is SSH), I had to plug in a monitor and keyboard to find out that all I had to do was press S to get it to boot. Wasted around an hour for that!

So my question is, how do I get Ubuntu to stop automatically trying to mount /dev/md0 before it boots? Booting so that I can get SSH access is more important than getting the raid drive. Here is my /etc/fstab file (note I've put a # in front of /dev/md0, sdg1 and sdh1 are external ESATA drives, UUID is the swap):

[Code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved