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
ADVERTISEMENT
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
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
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
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
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
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
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
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
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
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
Feb 3, 2010
So I just did a fresh install of 9.10 32bit on my media pc, booted right up the first couple of times however it choose to stop doing so for some reason. When it boots I see the words "Grub Loading" flash on the screen and then it just goes to a black screen with the white flashing line in the upper left hand corner...
the system was running well and I'm not sure what exactly changed... I just went to reboot it and it wouldn't come back online.
Also worth noting is that it is also failing to boot from a LiveCD for me, I get the screen where I select how I want to boot from the disc, I select "try Ubuntu with out any changes to my computer" and then after that it hangs again.
I'm fairly certain the hardware is good as it never had any issues like this on Windows 7 and I can still boot properly from a Windows based disc.
View 7 Replies
View Related
May 3, 2010
I am having problems getting xrandr to work on my Thinkpad Z60m.I've tried different xorg configurations, but xrandr does not activate
dual screen mode to where I would have one large desktop. My clean xorg.conf after running xorgsetup is the following:
[code]...
View 10 Replies
View Related
Jan 11, 2011
i have just put a Geforce 7300 GT graphic card into my machine the problem is the max resolution I can get is 1024x768 at 60 hz the screen is a benq fp71g+. also the screen goes blank when i click on the display icon in system settings. i know that the screen can be run at 1280x1024 so I don?t know where the problem is.
View 3 Replies
View Related
Feb 23, 2010
we have installed centos in our organisation on vitual box.it gives display only in the middle of screen.i want to set it on full screen. when i select full screen option the back black screen become full but the display is same. how can i adjust it on full screen?
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
Jan 6, 2010
I run a custom build of linux running kernel 2.6.24 and busybox. At the moment I'm investigating a kernel panic. The problem is that after 10 minutes the screen is blanked, i.e. it is still on but has been turned black. If you press a key then the command prompt is shown once again, but if the kernel has crashed then this won't work and any info about the panic is inaccessible. So I'd like to prevent the display being blanked. I've tried booting with 'apm=off' and 'apm=off acpi=on' kernel parameters but neither had any effect.
View 5 Replies
View Related
May 6, 2011
I did set up dual monitors few times on few of my boxes, with 3 video cards :
Radeon 9250 AGP (have 2 of them) - with open source ATI driver
Geforce 6200 PCIE - with nouveau driver
In all cases I connect 2 LCDs. one 1440x900 or 1680x1050 to DVI and one 1280x1024 to VGA (all the cards have DVI and VGA out). The LCDs are the same ones tested with all cards :
1440x900 : Benq FP-92W
1680x1050 : Teac T2005L15 (identified as KTC2002 in xorg)
1280x1024 : Proview PQ-721KP
Tried on different boxes runnning Arch linux, different kernel / x / drivers / kde versions
Problem is - in all those setups, one monitor allways randomly blanks for a split second and comes back (incl. switching of the backlight, and displaying the "Source : VGA" or "Source : DVI" title as if it was switched off and on)
This happens randomly, but (more pronounced with the ATI cards) related to me clicking on stuff or the display changing (even if the changes are on the second screen)
With the Radeons only the monitor connected to DVI blanks. And the 2 radeons do it in different frequency, one is more often and one less
With the Geforce only the monitor connected to VGA blanks
When I test with 1 monitor (other one disabled in xorg) : Radeons sometimes still do that to DVI monitor but rare (much less than with VGA connected) (VGA monitor never blanks). Geforce does not do it at all and has problem only when 2 monitors are connected
I first thought its a hardware issue (the cards are from junk), but it happens the same with totally different hardware (exceps using same monitors) so i no longer think it is
There is nothing interesting in Xorg.0.log
View 2 Replies
View Related
Oct 8, 2010
I installed ubuntu 10.4.I am getting no screen on my display by HDMI. I installed after that the nvia driver but it won't work 800*600 by 60hz .My display works fine with Windows 7 on my other computer. I do my first steps with an open scoure OS so does Ubuntu support HDMI?
View 9 Replies
View Related
Apr 16, 2011
My problem is about 10% of my desktop is off screen. So I cant see my task bars but they are there. If i move my mouse pointer all the way up and off screen and click, the menu will drop down into view but I can't see the task bars. The desktop displays bigger than what the screen is. Adjusting the resolution just makes the icons bigger but does not fix the problem. Is this a video card incapatablity maybe? Running ati x1650 pro. I am also using Hdtvs for monitors. Tried sony bravia 32 inch and hitachi plazma 42 inch. Svideo and dve to hdmi cables. both tvs and cables have the same problem.
View 1 Replies
View Related
Jan 3, 2010
I have a busted laptop, case that is. The internals are great. So I stripped the screen and built a large box. I used a cnc router to build a lid that would flush mount the screen, and have a lip of wood left to cover the metal edges of the screen.
Ok, what happened is that the measure twice cut once rule or one of its variants went into effect, and I put the hinge on the wrong side of the box. Normally I would say just flip the screen around, but one edge is wider than the other, so that will not do. I want have the hinge towards the couch so that I can tilt it up and be able to easily see the screen.
So I need a way to invert the screen, and I can't seem to find a way to do it. The coffee table is an Emachines N-10, and my video driver is the Nvidea one, because karmic told me my onboard card is not quite up to the task of the other one.
View 6 Replies
View Related
Mar 21, 2010
Am currently using 8.10 (xubuntu). The machine's "issue" (I've searched for a reference, but the one I found was a forum thread with no answers) is that when the display is set to go to sleep after 8 minutes of idleness in the power manager, it projects a black screen instead.
I'm not sure what different 'power saving modes' a display/OS usually has, but in Windows, when set to 'go to sleep' the screen goes into standby, i.e something like 'no signal', and from what I've read a lot more power is saved in that mode than by simply showing a black screen.
It was the same when I was running 8.04 with a different graphics card, if that matters. Haven't been able to try a different display. Screensaver and timing and resume normal video out works ok.
View 1 Replies
View Related
May 5, 2010
I recently upgraded to Ubuntu 10.04 LTS and at first, everything was just fine. This issue came about yesterday, as far as I know, while my screen was locked. The login screen now displays only half of the original login screen (left side) and the other half (right side) is an odd view of a black background with a white box in the center (see this mock up). Another note of interest is that the right side pans as I move the mouse around the screen, as if the right-side view were a second view port to the login screen without displaying it properly.
I am not able to log in whatsoever. An incorrect password results in the standard error message. A correct password results in a temporary black screen, as if to load to the desktop, but then redisplays the login screen as if I hadn't logged in at all. I'm not sure where to begin, as I cannot login to run any commands and the grub menu does not give options to start in safe mode--it just loads directly to the latest instance of Ubuntu.
View 9 Replies
View Related
Jul 4, 2010
I'm running 10.04 and whenever i go to the login screen, the username and password window is on the wrong monitor. I'm also using an ATI Radeon HD 4850 if it makes any difference.
View 2 Replies
View Related
Jul 18, 2010
My current set up in OS X has an external monitor (Acer H243H) and my MBP 13" screen as an extension. The only way for me to currently get the menus and panes on the external monitor is to turn the Macbook display off. is there any way for me to change this?
View 1 Replies
View Related