General :: Iiyama Monitor Not Turn On Until Booted Into OS
Feb 12, 2010
I have been dual booting my XP and Ubuntu for a while now. However, my pc monitor does not turn on until I am booted into windows/linux. This means I have to 'guess' to a certain extent which OS to select on boot (using GRUB). I expect I will have to change a setting in the BIOS but I am not too sure what to look out for.
After turning on my pc I have to restart it for it too do anything, it appears to just hang!However as I cannot see what is happening due to the monitor problem I am completely in the dark as to why it would do this/what is going on! I have XP installed at the front of my hard drive and Ubuntu at the back. It worked ok the first time I tried it after install (still had the monitor problem but was able to guess) then after that this random problem!
View 3 Replies
ADVERTISEMENT
Nov 3, 2010
How to configure Linux text console to automatically turn of the monitor after some time? And by "text console" I mean that thing that you get on ctrl+alt+F[1-6], which is what you get whenever X11 is not running. And, no, I'm not using any framebuffer console (it's a plain, good and old 80x25 text-mode). Many years ago, I was using Slackware Linux, and it used to boot up in text-mode. Then you would manually run startx after the login. Anyway, the main login "screen" was the plain text-mode console, and I remember that the monitor used to turn off (energy saving mode, indicated by a blinking LED) after some time. Now I'm using Gentoo, and I have a similar setup.
The machine boots up in text-mode, and only rarely I need to run startx. I say this because this is mostly my personal Linux server, and there is no need to keep X11 running all the time. (which means: I don't want to use GDM/KDM or any other graphical login screen). But now, in this Gentoo text-mode console, the screen goes black after a while, but the monitor does not enter any energy-saving mode (the LED is always lit). Yes, I've waited long enough to verify this. Thus, my question is: how can I configure my current system to behave like the old one? In other words, how to make the text console trigger energy-saving mode of the monitor?
View 1 Replies
View Related
Mar 18, 2011
OpenSuSE 11.3 Radeon graphics
How do you set it so the monitor does not turn off. I want to run a slideshow as the screensaver.
View 3 Replies
View Related
Mar 6, 2010
My asus 17" lcd VB171/VB191 monitor has started continuous beeping. Detaching the cable for sound from the computer, the beep stops, but it starts again by plugging the cable in. The motherboard is Tyan S2895 K8WE. The monitor has worked normally for one year.
View 10 Replies
View Related
Jan 29, 2010
Is it at all possible to have the monitor turn on when I boot my computer?
View 1 Replies
View Related
Jun 20, 2011
how to turn off your laptop screen in Ubuntu using a script/command, but none seem to have worked for me except one.
after digging around, I found the following suggestions:
1. xset dpms force off or xset dpms force suspend
This didn't work for many people, nor did it work for me, as the monitor would just turn on again after a few seconds. The second other suggestion I found to make this "stick was:
2. sleep 1; xset dpms force off
or sleep 1; xset dpms force suspend
This worked for some people, by delaying the monitor off function by one second, but it did not work for me, as the monitor would turn on again by itself after one minute exactly. Maybe those who thought this was the solution just walked away and never really found out their monitor plays sneak-peak with them. The next solution i found digging around was supposed to really make the monitor stay powered off:
3. sleep 1; && xset dpms force off
or sleep 1; && xset dpms force suspend
But this didn't work either; what a disappointment, and it also made my CPU and HDD freak out for a while while my monitor was off. So after some more digging around, I came up with the following: (and I don't remember where i got this, whether it was from here or elsewhere on the internet, but if it is your creation, please contact me and I'll edit the post to give you credit)
4. create a file and save as something like Monitor_off.sh in a folder of your preference with the following in it:
---------------------------------------
#!/usr/bin/python
import time
import subprocess
from Xlib import X
[Code]....
Then just go to: System>Preferences>Keyboard Shortcuts and assign a Keyboard combination shortcut to call and initiate the script. I chose "<Ctrl>+M" because it's easy to remember.
Make sure to disable any same keyboard shortcuts you may have in Compiz to avoid conflicts.
This final script just worked perfectly for me. And the Monitor just stays off until I shake the mouse or press a key on the keyboard, and my CPU and HDD don't rev up like a Harley. This final solution seems to be working for everyone of my friends without a glitch.
View 2 Replies
View Related
Apr 8, 2011
i currently use Slackware 13.1 64 bit. when i want to get back to console after use "startx" command, my monitor suddenly off and would not turn on until i restart my computer. so i could never get back to console when i've started x window.i use ATI HIS HD 5670.
View 1 Replies
View Related
Oct 30, 2014
i have a probelm once i leave my laptop there for a while the monitor turned off and there is no way for me to turn it back on, so i need to restart the machine.
View 3 Replies
View Related
Jun 15, 2009
I just upgraded from FC10 to FC11 (32-bit) on an old Dell laptop. I set my power management settings (in Gnome) to turn the monitor off after some idle period but always leave the computer running and the hard drives powered. I also set my screen saver to a blank screen. I noticed that the screen saver does come on (turning the screen black), but the monitor back lighting never goes off. I tried different idle times for the power management settings (I usually set it to 1 min, but some other posts implied that 11 mins might work). I should also mention that this is after I've logged into a user account, not sitting at the login screen.
I didn't have this problem in FC10 (the monitor would actually turn off) so I figured it was a bug in FC11, but I can't seem to find a thread addressing this issue. I've found some what similar threads, but none mentioning this particular problem.
View 13 Replies
View Related
Mar 1, 2010
Ever since I installed openSuse 11.2, my monitor wont turn off after I shutdown my computer.
The monitor light changes to orange, like its turning itself off. But then the light changes to green and the message "no signal detected" comes on - then the light turns orange. This cycle repeats untill I manually hit the power button to turn it off.
I booted to windows 7 (dual boot), shutdown, but it is still happening!
Like I said, this started happening immediately after I installed openSuse.
View 7 Replies
View Related
Jul 6, 2009
Last friday I went home from work and just turned off my monitor, as a program I had written needed to run a durability test over the weekend. Unfortunately it seems that the moment I turned off my monitor, Linux just froze, quite evidently as it said this morning that the time was still Friday 17:13.
From the syslog I got the following on that time:
What this means and what I can do? It's not the first time it crashes as soon as I turn my monitor off.
View 3 Replies
View Related
Jun 4, 2010
When i turn on my monitor the screen goes blank, but the 'on' button is lit up. Any ideas of what the problem could be?edit: When i turn off and turn on my monitor, it displays what's on my computer for a couple of second and than the monitor turns off again.
View 7 Replies
View Related
Jul 1, 2010
I am running on ubuntu 10.04 and using the latest nvidia driver. What I experience is a random black screen, my monitor goes dead and won't turn back on till I hardboot. I had this issue on windows and solved it by downloading rivatuner and telling it to force my 9700m into staying in 3d performance mode at all times. I know it has nothing to do with temps or anything like that. All I need to know is how I can duplicate what I did with rivatuner on windows
View 1 Replies
View Related
Nov 4, 2009
I have Ubuntu 9.04, and a HP laserjet 1018 printer.
I install the printer using:
And when it ask me about plugin I give the path to it. (the 3.9.2 version of the plugin, because Ubuntu 9.04 has the 3.9.2 version of hplip)
well I install the printer, everything works perfectly.....but, when I turn off the PC, and turn it on again, the printer does NOT work!, I send work for being printed but mothing happens , Ubuntu tells me that the job was printed but ... no case, my printer does not print it.
I have to install it again since cero. what can I don to stop install it every time I turn off the computer ?
View 1 Replies
View Related
Feb 25, 2010
I have Ubuntu 9.10 installed on my computer. I also have Galaxy (Nvidia) 9500 GT PCI-E card installed on it. I can get both monitors (Acer X223w) to work but every time I shut off the computer and turn it back on the second monitor is shut off. I just need to turn it back on using Nvidia X Server Settings. I have tried to save my X configuratin file but I keep getting an error of:" Unable to remove old X config backup file '/etc/X11/xorg.conf.backup'. I have a feeling this is because I am not signed in as root. Is this correct? If this is the case is there a way to get to sign in as root not using the command lines? Otherwise they need to remove this button. I can manually create a backup (copy paste into a text file). I think. Getting back to my Xorg.conf file, I think I need to modify it to have two screens. I have also got some information on my video card using the lspci command. I think I need some information from this. I have written below (towards the bottom) what I think the file should be. Now before I do this, does anybody know of an easy way to back up my whole computer? With my luck I am about to screw something up big time. I think I can just get away with the text file that I copied from the Xorg. Worst case scenario I will just manually replace the file.
Information on my computer:
OS: Ubuntu 9.10 32bit
Motherboard: ASUS M3A78
CPU: AMD Phenom 9500 Quad Core
Video Card: Galaxy Geforce 9500 GT 1GB 128 bit DDR2 (Nvidia)
Hard Drive: Hitachi 1 TB Sata Drive 3 Gb/sec 7200 RPM
Ram: 4 GB (I think, its been awhile since I built this thing)
DVD Burner: LG
Here is a copy of my xorg.conf file: (I don't think it matters but I have both monitors turned on right now).
from the lspci | grep VGA:
I think I need the 01:00 information for my Bus ID. The only thing that I am confuse on is that I was expecting to see two of them.
Okay, this is what I think I need to do: I tried to add color to make it easier to find the changes I made but for some reason I cannot. I will add **** on the end (right side) so my additions and questions will be easier to find.
Do I need to add another Device for the video? Doesn't make sense to me since I only have one video card. I was told it should be based on the # of chips on the card. So I guess I should have two of them since I have two outputs.
View 2 Replies
View Related
Nov 15, 2010
Can a Mac Mini, Server edition, be booted off either of its two disks?
I'm interested in having one disk with OSX Server on it, and the other a dual boot Linux/Windows, to get around OSX's fussiness about boot loaders.
View 1 Replies
View Related
Mar 2, 2010
I have a Fedora 12 system. Having some boot problems here and I booted up my Fedora 12 live CD to troubleshoot it. My boot problem is I get to this message: Registering binary handler for windows applications: Then the screen flashes a few times and enternal hang begins. I installed wine before the reboot. I cannot figure out where my HD (which is sata btw) is after liveCD bootup. I figured I could turn wine off some how. Is it in rc.d or init.d? Anyhow here is my mount info from terminal.
[root@localhost liveuser]# mount
/dev/mapper/live-rw on / type ext4 (rw,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
[code]....
View 7 Replies
View Related
Feb 8, 2011
I installed SLES11 SP1 on my machine. It is available with kernel source in /usr/src/. I built another kernel with this source. New kernel image and initrd are available in /boot. But the newly build image is not getting booted up.
View 3 Replies
View Related
Feb 2, 2011
My wireless adapter keeps getting booted from the internet. I heard I might need Ndswrapper. Does anybody know how to use Ndswrapper?
View 2 Replies
View Related
Jun 21, 2010
I wrote a Perl script which will serve as a daemon, so I'd like to let the OS (in my case, Ubuntu Linux) automatically run my Perl script after it has booted up.
How can I do that?
View 1 Replies
View Related
Dec 16, 2010
I just booted ubuntu from a disk that I burned to try and salvage some files off a hard drive with a failed boot sector (maybe. not sure what the problem is,). Anyway, I can see the files, and I have a large portable hard drive that I can use (a MyPassport 320gig, if I recall correctly). I'm having trouble accessing the drive, and I think it might be because there's something popping up in the task bar that I can't see. Unfortunately, I can't see the task bar! My screen's resolution is off, and I'm having trouble adjusting it. I browsed the various settings and I couldn't figure out any way to change it.
Is there anything I can do? EDIT: Oops! I didn't look into the Monitors options... how embarrassing.
EDIT2: Okay, looks like I can mess about with the resolutions, but all of them still deny me access to the full screen - still can't see the task bar.
View 3 Replies
View Related
Mar 22, 2010
With Mandriva 2010 and KDE 4.3.5 it updated to kernel; 2.6.31.12-1mnb and I want to find out if it boots to this new kernel, or the previous one. In the Ubuntu gnome desktop I do know how to find that easy, so what tool or terminal command will display the current running kernel version ?
View 6 Replies
View Related
Aug 23, 2010
Since 10.10 is not out yet, I think I'm going to try Mint. (or possibly Lubuntu - I have both ISOs copied to CD already)
Question is: Is it possible to install the new OS on the partition that now contains Ubuntu, without disturbing my Windows Vista partition? (I just need Vista for occasional use of MagicJack- otherwise I'd gladly just wipe the whole disk)
Can I just boot my Ubuntu live CD and run Disk Utility and delete the Ubuntu partition? (I prefer to use GUI rather than CLI).
View 2 Replies
View Related
Aug 11, 2010
trying to add things - drivers,etc. to make it look/act as it should found out later that it's due to quirkiness of running two systems in tandem (occas)...anyways i'm going to boot a fresh copy of xP pro again tomorrow..any wisdom to be lent b4 i do...uBuntu 10.4 rocks,..so I will be a permanent user/supp of this oS. Thx for having a forum such as this as I am green as can be to this stuff
View 3 Replies
View Related
Mar 20, 2010
I am having problems with the refresh rate if the screen. In the refresh mode of the monitor in the monitor options have only one option 60Hz. I have LG 24 + ATI Radon 3870, and have already installed the ATI driver via Ubuntu download center.
View 1 Replies
View Related
Apr 20, 2010
I am now using Ubuntu 9.10. The prob is I am not able to increase the resolution of display. It is showing only 800 x 600 display. While trying to increase the resolution it is showing "Unknown Monitor". So, how can I detect the monitor so I can increase the resolution of my system.
View 3 Replies
View Related
Oct 28, 2010
Booted up system and it stated please insert system disk press any key.So it sounds like my startup got corrupted? I running centos 4.5 on it (old yes) Is there a repair I can perform by a disk? Would it matter if I chose i386 or x86? I cant remeber which version was installed on it.
View 8 Replies
View Related
Apr 3, 2010
I want to turn off ASLR on my own PC. But each time I type "sudo echo 0 > /proc/sys/kernel/randomize_va_space", the system shows that Permission denied". How can I make it work? By the way, my OS kernel is 2.6.30.
View 3 Replies
View Related
May 16, 2011
I am running a service (Selenium) that relies on launching browsers, even when there is not an active display. So in my startup script, I have
Code:
What is the equivalent code I should put in the shutdown method? In other words, to de-activate the display? Right now, if I restart, I get the errors ...
Code:
server:
Fatal server error:
Server is already active for display 15 If this server is no longer running, remove /tmp/.X15-lock and start again.
View 4 Replies
View Related
Mar 12, 2010
This has probably been asked before and if it has, I'm sorry, I just don't have time to search for it right now. I have a bunch of times that are in .tar format, and need to be made into .tar.gz. How do I do that? I really don't want to go through and manually compress each and every one, because there's a lot of them!
View 4 Replies
View Related