Ubuntu :: Monitor Turns Off After 10-15 Minutes?
Sep 28, 2010
I've read many posts about other people having this issue and I can't seem to find one that is the same problem I am having. I'm totally new to ubuntu and linux as well for that matter, Basically I wanted to give linux a try and started doing some research and liked everything I read about ubuntu. I went to the website and used the wubi (I think that was what it was called) to install ubuntu. Now when I boot my computer it asks me which operating system I would like to use. I navigate to ubuntu and press enter and it starts up with no problems what so ever.
At first I was really surprised with how easy the installation was and how great everything was going, however. After looking around for about 10 minutes, the screen abruptly went black and then my monitor had a small blue box on it with "No input" on it before the light went from blue to orange. I tried hitting every combination of keys I could think of and in the end had to do a hard restart.
Long story short. every time I use ubuntu my monitor shuts off after about 10-20 minutes, regardless of what activity I am doing. I've tried going to /apps/gnome-power-manager/timeout/ to make sure that sleep_display_ac was set to 0 (it was), I've turned off power management using the power manger under preferences. No matter what I have tried, it continues to be a problem.
View 2 Replies
ADVERTISEMENT
Feb 8, 2011
FC13. In Screensaver, I've made sure no screensaver is selected. In Power Management, PowerDevil is unchecked, profile is set to "performance" and that profile is set to never dim the screen. In fact, just to be sure, I edited all the other unselected profiles to not dim the screen. I've done this as a user, and I've done this as root. My monitor still gets turned off at the 10 minutes mark (I used a stopwatch).
Site search only turned up this thread, but I'm using kde not gnome, and I can't locate a screensaver daemon to kill.
View 3 Replies
View Related
Nov 4, 2010
I have a disturbing problem with my monitor which goes to sleep (or ??) after few minutes if my comp is not used and most of the time I have to restart my comp.I disabled everything in Powersave , but nothing. I did have that problem in previous versions of SUSE, but somehow, I solved that. I cant remember what I did then.
View 4 Replies
View Related
Jan 12, 2010
I got this 1Tb Toshiba external about a month ago, and recently I started really using it to share lots of media files. What I've noticed is that it turns itself off after a few minutes of inactivity -- I researched this issue across the internet, and found that it's between 5 and 30 minutes, depending on who's writing about it.
I found a person who posted a DOS batch file, which (i think) continuously accesses the drive as long as the batch file is running. I'd like to find a way to do that in linux. could someone point me in the right direction?
i took a few minutes to plan it out... i think i need a loop that will access the drive (or do something to it, at least) once every minute until i close the script. I'd also like a message box that shows up that says something like "while this is open, your HDD is being accessed".
View 2 Replies
View Related
May 13, 2010
the problem is: my monitor turns off when I want to install ubuntu! t's really pissing me off right now.Explanation:right now, I'm using Ubuntu 9.10, and I want to installUbuntu 10.04, so I made a bootable usb, and i booted my computeron this usb. so far, there's nothing going wrong. First, I had to select a language for Ubuntu, so I did that.After that, I had to choose want i want to do with ubuntu,so I selected (of course) "install Ubuntu".Then i got the loading screen, and after a short time,suddenly my monitor turns off
View 1 Replies
View Related
Dec 26, 2010
i can't install ubuntu because after booting from cd. the screen just shows a violet with a man and a keyboard logo on the lower mid and after that the monitor goes off.
View 9 Replies
View Related
Sep 20, 2010
I have just installed an ATI Radeon HD 2600 Pro (AGP) in my tower, which is running Ubuntu 10.04. I installed the fglrx driver via Jockey, and ran 'aticonfig --initial', with no errors. Now, when I boot, it gets as far as the plymouth splash screen, and the display turns off, and the power light flashes on and off. If I boot in failsafe and use the backed up confguration, it works fine again. The monitor I am using is quite an old one - a 17" CRT with maximum resolution of 1152x864. I do not know the vendor.
Here is the output of xorg.conf
Quote:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
[Code]....
View 3 Replies
View Related
Aug 5, 2010
My VLC player blocks screensaver while playing, but my monitor still turns off when watching for some time. I did a few searches, but I don't see any good keywords so I'm starting a new thread.
View 4 Replies
View Related
Aug 10, 2011
suspend has always worked fine with 11.04 and now it stopped working a few days ago. How can I figure out what is going on? The display turns off but the computer never turns off and the only way to bring it back is to hold the power button down and then start it back up.
View 5 Replies
View Related
Sep 11, 2010
When booting up the linux distro everything boots up fine. However the linux terminal shows "-Bash:" and doesn't show the current directory. This may be fine for some people but I need to know what directory I am working in and having it displayed would make things a LOT easier.
Sadly though I can't find any useful information about doing this.I found something like "PS1=w" but that doesn't do anything at all. Oh yeah and I don't have a .bashrc nor a /etc/bashrc for some reason. Also when trying to use a framebuffer and using "vga=791" (1024x768) in grub the monitor turns itself off. This applies if I set vga to anything. I believe I compiled framebuffer support in the kernel but I am not 100% sure so if you believe that is the problem then I will double check. That would require redownloading the source again and networking hasn't been set up yet so.
Also what packages does "iwconfig", "ifconfig", and "dhcpcd" come in? Those are the tools I commonly used to connect to my wireless internet but they are not present in the linux distro.
View 2 Replies
View Related
Aug 2, 2010
Slackware 13.1, on a Dell... Opliplex GX260... running XFCE4, as root. Stuff runs fine. However, the monitor goes to powersave mode after 10 minutes of inactivity. I've turned off power management in the kernel, in the app., have checked the xorg.conf, checked everywhere I can think of, can't find where this is being set. how I can turn this off?
View 12 Replies
View Related
Mar 15, 2011
I'm using mencoder to capture audio from a Encore ENLTV-FM3 video capture device. I have recently noticed that, since one week ago, when the machine was forcibly restarted due to a power outage, all recordings are slightly pitched, they play back slower than they should.
I narrowed down the problem to the following command line:
$ time mencoder -really-quiet -tv driver=v4l2:device=/dev/video1:chanlist=us-cable:audiorate=32000:alsa:adevice=hw.1:input=0:amode=1:normid=11 -endpos 00:10:00 -ovc copy -oac pcm -of rawaudio -o test-32000.wav tv://69
real 9m54.886s
user 0m5.536s
sys 0m1.740s
$ ls -l test-32000.wav
-rw-r--r--@ 1 martin martin 76800000 Mar 15 17:20 test-32000.wav
Somehow, mencode managed to gather precisely 10 minutes worth of raw audio in 9m 55s. That's not physically possible, unless the capture device's A/D converters are "overclocked". I can't think of any other explanation besides hardware failure. Can that be? Could it be that something got burnt during the power outage and now the capture device's internal clock went nuts?
Since the machine's restart, I've also noticed dmesg is flooded with entries like this:
CE: hpet increased min_delta_ns to XXX nsec
Which seem to indicate that the computer's high precision event timer is somehow out of sync. Does this have to do with the audio issue? Can it be that the audio converter's sample rate is linked to the HPET? I'm totally lost here. Has anyone bumped into something similar?
View 2 Replies
View Related
Jul 6, 2010
my computer this morning, then it suddenly turns off. I press the power button and nothing happens. After a minute I press it again and it turns on, but it quickly shuts down when it hit the boot screen. After I tried turning it on again, but it turns on for about 2 seconds and quickly dies. Some times it turns on itself and then turns back off. This happened when I had WIN XP installed too (which was about 2 years ago). I run full Ubuntu 9.1, no double boot. Is this hardware problem or a virus that affects both Windows and Linux? :O
View 5 Replies
View Related
Jan 18, 2010
I have an 9.04 installation of Ubuntu.After a classical system update via the GNome-GUI my computer (laptop ASUS PRO55series) got the sick habit to turn off abruptly during work.It's like if there were no electricity in my house.It is not the hardware since I also have windows vista and it works fine.I suppose this is from ubuntu; it could be from the heat regulation, that ubuntu thinks it is too hot inthere and just turns off the laptop.
View 1 Replies
View Related
May 2, 2010
Since I had updated to Lucid, I'm having some trouble with running my laptop on battery. It usually turns off when the battery notifier is still at 13%~18% (it is not shutting down, it is like when your battery runs out of energy). First I had thought that was a problem with the notifier and I was missing when the battery had no charge, but I kept looking at the notifier and suddenly when it had reached 15% my laptop just went down, without saving any job.
I've just upgraded to Lucid Lynx, running on a HP Pavilion dv4-1123us with 2.00 GHz Intel Core2 Duo T5800, 4GB RAM.
The battery is a 6-cell Lithium-Ion that came with the laptop.
I'd bought it about 1 year ago.
View 4 Replies
View Related
Sep 6, 2010
I have been using ubuntu for the last year. Everything has been working fine. One day I was in class listening to music through my headsets and closed the lid. The computer suspended and I didn't think anything about it. When I got home and opened the computer up with the headsets unplugged, the speakers were not playing. Now I only get audio through my headsets, but if I suspend the computer with the headsets plugged in and open the computer up with the headset unplugged, the speakers plays for 5 seconds and then turns off. I have an HP Pavilion Entertainment PC with Altec Lansing speakers
View 1 Replies
View Related
Nov 14, 2010
I just installed Ubuntu 10.10 32 bit on my desktop and I've encountered a curious and somewhat frustrating issue. It appears that when I plug a flash drive, external hard drive or MP3 player into a USB port my computer turns off. Sometimes it happens instantly, other times it occurs a minute or two later when I'm transferring files. I'm not sure how to approach this issue. I've searched the forum and haven't found any mention of this. I am working on said desktop and all other hardware seems in good working order. If it helps, This is a 3 year old desktop with an AMD Athlon 64 X2 4600 cpu, a ABIT NF-M2S AM2 NVIDIA GeForce 6100 motherboard, an EVGA GeForce 7600GT video card and a SATA harddrive. I can post a log if someone wants, not sure which one to post though.
View 8 Replies
View Related
Feb 9, 2011
I have an Asus Eee S101 netbook running UNE 10.10. When I have the netbook on, I have no problems connecting to my WPA encrypted wireless network being broadcast by a Buffalo router running DD-WRT. When I turn on my desktop computer in the other room (running Windows Vista) which also uses the same wireless network, the netbook disconnects. Then it will take a few minutes to reconnect. Periodically it will do this until the other computer is powered down. I don't know if this is an OS issue or the hardware, but is there any sort of troubleshooting I could do to look into this? It seems like the desktop is somehow interfering with the netbook's connection, booting it offline.
View 1 Replies
View Related
Mar 1, 2011
my sound has been only turning on if i turn it up beyond about 10%. it didnt used to do this. This has been happening for quite a long time, i just now wanted to bring it to the forum.
View 6 Replies
View Related
Jul 14, 2011
So I have this laptop, and ever since updating to Ubuntu 11.04, the screen will freeze when it turns off to save power, especially if music or video are playing. The screen picture will come up, and the mouse even moves, but I am unable to manipulate anything else on the screen. Sometimes I can hit buttons in the active program, but I cannot see that they are hit. However, when it's a music program or a video, I can hear the sound stop if I hit the pause button. I cannot use the power button to turn it off at this point. I am to do a forced hardware shutdown.
I recently downloaded the a for-pay game, Steel Storm: Burning Retribution, and it also seems to be affected by this bug when it tries to take over the screen. I have managed to close the program by intuition and following sounds, at which point the screen is restored to it's normal settings, but it is frozen and I have to do a forced shutdown. I downloaded several other games to test this out, and many of them then resize the screen have the same problem, though some of them occasionally work and occasionally do not. Of course, the only game that I actually paid for never works.
View 1 Replies
View Related
Jul 14, 2010
I am running Fedora 13 at the moment and am having trouble with my internet connection. The connection works fine, but at some point during the night, it turns itself off. When I try to get back on in the morning, I have to sudo ifup eth0 to get it working again. I tried a small bash script running through cron to do this for me every hour, but that doesn't seem to fix the problem.
View 10 Replies
View Related
May 30, 2010
I have a problem with opening files with accents with the kate editor. They are html files written on Windows, and contain the line
HTML Code:
<META HTTP-EQUIV="Content-type" CONTENT="text/html; CHARSET=Windows-1252">
Opening in kate, no matter the encoding, messes up the characters. They turn to (a '?' in a hexagone) or chinese characters!What's the proper procedure to open and save those files properly in kate ?
View 1 Replies
View Related
Aug 10, 2010
My webcam LED turns on whenever my Asus P50IJ laptop wakes up from sleep or suspend, and subsequently will not turn off. I can't tell if my webcam is actually activated or not, and furthermore the light beams right into my eyes and makes my lappy not so usable.
If someone knows why this might be happening or could possibly help me fix it that would be very much appreciated. I'm really trying hard to stick with Linux, but little things like this are making it difficult. I'm kind of a noob, but I'm trying so please be nice.
View 9 Replies
View Related
Oct 31, 2010
I use ubuntu netbook for an eee pc 1000h because windows is underpowered. I got it working perfectly in 10.04. I upgraded to 10.10 thinking, if they got it right with 10.04 then surely 10.10 should be fine. All function keys except wireless work.
1. After sleep, wireless turns off. Have to restart and re-enable in bios.
2. If I disable and the re-enable wireless networking it tries to connect but never does resulting in a reboot needed. Checking bios wireless is enabled and connects perfectly on reboot.
Just don't close the lid and sleep because you need a restart. Why would 10.04 be easy and the new version fail? I am windows user and linux does not do this kind of thing normally. MS screws things up with upgrades not linux surely.
View 5 Replies
View Related
Nov 10, 2010
I have fresh installation of Ubuntu server upgraded with apt-get dist-upgrade and with XFCE4 installed on my notebook. The problem is whenever I type startxfc, startx or X, the NTB freezes, CRT display connected to docking station/port replicator turns off, LCD in NTB gets black. The system does not respong to any signal, even the alt+sysrq ones. If I even install Xubuntu-desktop, as the X gets loaded every start, system everytime hangs after few seconds and I cannot do anything. Now I reinstalled and tried autoconfiguration with Xorg -configure. If I start the X with this configuration file, the result is still the same. Log at /var/log/X11/ seems to be blank.
Any ideas? Should i try to get drivers for my video card? I thought this is not necessary, the X server should start without anything, even only with basic resolution settings. As I looked, the video card chipset (Intel 82852/82855) is detected in my /root/xorg.conf.new file.
View 1 Replies
View Related
Jan 6, 2011
I downloaded the ubuntu Desktop i3386 iso and followed the instructions to install from windows. I'm a windows 7 user. So after rebooting, I booted using ubuntu and as it was loading, I left my laptop idle for a few minutes and it suddenly booted windows 7. I restarted and booted ubuntu only to find that it has become command prompt format instead of the usual gui. Then when I tried to use it, it turns to blackscreen and the only thing that produces a response is by hitting the power. It then warns me that the power button has been pressed. The model of my loptop is Toshiba Satellite L640.It says it has security error. Will post later the details of the error.
View 2 Replies
View Related
Mar 5, 2011
Firefox turns black and white while I'm using it, sometimes when I'm watching videos, sometimes when I click on a new page, sometimes when I'm doing nothing, what could be causing this? I'm using Ubuntu 10.10 - 64 bit.
View 9 Replies
View Related
May 7, 2011
It happens before,put normally it'll disappear after several second, As the title said, every time I execute "xrandr -o right" ,the screen rotates but the top half turns to a black screen.I click the unity and it can appear on the area,the cursor appears too. I was't sure if the problem was caused by natty or not,so let's find out.
View 2 Replies
View Related
Jul 10, 2011
Firefox 5.0 turns my screen gray, ties up the CPU in a loop, and turns the disc access LED on. ItÅ› FF 5.0 running on 11.04.
View 1 Replies
View Related
Jan 22, 2016
I believe it might have to do with dpms (according to KiPi on the #debian-boot chatroom) but I'm not entirely sure why my monitors keep turning off 10 minutes into the installation. I have tried using Live CD and a netinst version of the Debian 8.2 installation methods.
I'm going to try to disable dpms in the Live CD and hopefully that works.
View 3 Replies
View Related