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
ADVERTISEMENT
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
View Related
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sep 1, 2011
One thing that really annoys me with Ubuntu 11 is that every time I move a window and it touches the top of the screen it maximizes
I have been looking for a while now to find a way to stop this from happening but couldn't find anything
I'm running version 11.4 with Unity in classic mode
View 6 Replies
View Related
Jun 17, 2011
I have openSUSE 11.3, KDE 4.4.4. In Power Management,I have everything set to "do nothing." Under "Screen Saver" I have everything unclicked. Yet, after a while my screen STILL turns off!
View 7 Replies
View Related
May 12, 2010
As it says .. I use Amarok on Gnome and have no need for K-Wallet. Is there a way to stop the set up splash screen? (minor annoyance)
View 3 Replies
View Related
Aug 14, 2010
I've been running Ubuntu 10.04 since it came out using two monitors, on the extended desktop option (the way I want it to be) with no problems. Today I unplugged the HDMI cable from my laptop and used it for my ps3 and now when I put the HDMI back in it will only run in the mirror desktop option. This is not acceptable to me as my 2nd monitor is a 50inch tv with a much higher resolution than my laptop.
When I uncheck the "Same image in all monitors" box it says to log out and back in. Doing this changes nothing(neither has restarting), it is still a mirrored screen.
When I click the detect monitors button absolutely nothing happens. Before today the detect monitors button did work.
How can I go about fixing this?
Edit: Also I just watched a show on the laptop and theres a lot of screen tearing, this didn't happen before.
View 2 Replies
View Related
Jan 28, 2010
My F11 system display goes blank after some time of inactivity and I cannot see how to disable it. It does not appear to t eht screen savers (all turned off). I have an NVIDIA card,, is it in the card?
View 8 Replies
View Related
Jul 10, 2011
I have a little brother who is handicapped and uses the machine he was sat by the computer with a blank screen at which point my dad soft rebooted the machine (he will sit at the machine if its not working but he cant tell us its not working). I don't know if the below caused the machine to stop displaying?
Code:
View 6 Replies
View Related
Feb 18, 2010
I'm on a JFK assassination binge right now
Every ten minutes or so the screen goes blank and I have to hit the keyboard or wiggle the mouse to bring it back to life
This isn't hibernation...for the audio still works
I've looked around the control center...right clicked the desktop and looked at options there
View 5 Replies
View Related
Sep 24, 2010
I use a centos VPS with 1gb memory and enough space and brandwidth (if this info is off any use). What I want to achieve is that I can start and quit a process that is running in a screen, with using a script.
Like start.sh that does "screen serverapp1"
and stop.sh that does "kill serverapp1"
I already tried something like that, but it didn't work. The kill command only works with process ID's and that one is variable.
View 8 Replies
View Related
Sep 24, 2010
What I want to achieve is that I can start and quit a process that is running in a screen, with using a script.
Like start.sh that does "screen serverapp1 ./serverapp1"
and stop.sh that does "kill serverapp1"
I already tried something like that, but it didnt work. The kill command only works with process ID's and that one is variable.
EDIT:
What I've tried (because google is my friend):
[servercod4001@datacenter-196 ~]$ screen -ls
There is a screen on:
11343.servercod4001 (Detached)
1 Socket in /var/run/screen/S-servercod4001.
[Code]....
View 3 Replies
View Related
Mar 18, 2010
I installed windows xp on my tobisha satellite l305, then installed ubuntu 9.10..my friend's laptop had vista and was SOOO bogged down from viruses, so he wanted to try ubuntu. We installed ubuntu, leaving the other half of his hard drive unallocated.Afterwards we installed xp, on the unallocated space, but it wouldn't let me dual boot... it would boot directly into xp, however, the ubuntu partition was still there because through the file system in xp we could find it.So then run gparted on a live CD, delete the ubuntu parition, leaving it unallocated, then installed it over that unallocated space.
now, when i dual boot it shows on the grub page the option to boot to ubuntu, ubuntu (recovery) and these two memory test things that when i ran it just shows a BIOS looking screen.testing my memory. However, on the desktop i have mounted 79gb which has all the windows files in it.so how do I tell ubuntu to stop hoarding everything and share the boot screen with windows xp?
View 2 Replies
View Related