Fedora Linux Support Community & Resources Center
  #1  
Old 13th June 2012, 01:01 AM
thomthom's Avatar
thomthom Offline
Registered User
 
Join Date: Sep 2009
Posts: 64
windows_7ie
Monitor turns off!

I am trying to install Fedora 17 but my monitor goes into power saving mode. I believe it has something to do with the nouveau driver con that's the last thing I see when removing "quiet" from boot options.

Intel quad-core q6700, Nvidia Ti 550
__________________
| Gateway DX4710-UB301A | Intel Core2 Quad Q6700@2.66Ghz w/6 Gb's of ram | OCZ-Vertex3 120 Gb SSD | Western Digital 160 Gb HDD | Western Digital 640 Gb HDD |
| Nvidia GeForce GTX 550 Ti | Dynex Sound Card w/5.1 Surround and Optical Audio Out | Windows 7 Professional x86_64 | Fedora 17 x86_64 |

Last edited by thomthom; 13th June 2012 at 01:10 AM.
Reply With Quote
  #2  
Old 13th June 2012, 12:50 PM
george_toolan Online
Registered User
 
Join Date: Dec 2006
Posts: 1,762
linuxfirefox
Re: Monitor turns off!

So what kind of monitor do you have exactly?
Reply With Quote
  #3  
Old 13th June 2012, 01:38 PM
thomthom's Avatar
thomthom Offline
Registered User
 
Join Date: Sep 2009
Posts: 64
windows_7ie
Re: Monitor turns off!

Quote:
Originally Posted by george_toolan View Post
So what kind of monitor do you have exactly?
LG Flatron E2441
__________________
| Gateway DX4710-UB301A | Intel Core2 Quad Q6700@2.66Ghz w/6 Gb's of ram | OCZ-Vertex3 120 Gb SSD | Western Digital 160 Gb HDD | Western Digital 640 Gb HDD |
| Nvidia GeForce GTX 550 Ti | Dynex Sound Card w/5.1 Surround and Optical Audio Out | Windows 7 Professional x86_64 | Fedora 17 x86_64 |
Reply With Quote
  #4  
Old 13th June 2012, 01:59 PM
Yora0 Offline
Registered User
 
Join Date: Jun 2012
Location: Germany
Posts: 148
linuxfirefox
Re: Monitor turns off!

When does it go into power saving mode?
Reply With Quote
  #5  
Old 13th June 2012, 02:04 PM
thomthom's Avatar
thomthom Offline
Registered User
 
Join Date: Sep 2009
Posts: 64
windows_7ie
Re: Monitor turns off!

Quote:
Originally Posted by Yora0 View Post
When does it go into power saving mode?
when it loads the nouveau driver

---------- Post added at 08:04 AM ---------- Previous post was at 08:03 AM ----------

the same thing happens with Ubuntu 12.04
__________________
| Gateway DX4710-UB301A | Intel Core2 Quad Q6700@2.66Ghz w/6 Gb's of ram | OCZ-Vertex3 120 Gb SSD | Western Digital 160 Gb HDD | Western Digital 640 Gb HDD |
| Nvidia GeForce GTX 550 Ti | Dynex Sound Card w/5.1 Surround and Optical Audio Out | Windows 7 Professional x86_64 | Fedora 17 x86_64 |
Reply With Quote
  #6  
Old 13th June 2012, 05:35 PM
george_toolan Online
Registered User
 
Join Date: Dec 2006
Posts: 1,762
linuxfirefox
Re: Monitor turns off!

Does anybody know if Fedora supports theses kernel parameters?

Code:
screen=1920x1080
hsync=83
vsync=60

norandr
noddc
vga=normal
nofb
Reply With Quote
  #7  
Old 13th June 2012, 06:30 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Monitor turns off!

Quote:
Originally Posted by george_toolan View Post
Does anybody know if Fedora supports theses kernel parameters?

Code:
screen=1920x1080
hsync=83
vsync=60

norandr
noddc
vga=normal
nofb
I have an issue that my monitor (also a 17 '' CRT) gives an out-of-range screen (~20 to 29 Hz) when recovering from suspend and I have just black screen when recovering from hibernate.
If I suspend out of X (from a console) the monitor comes up in standby too.
I use the proprietary nvidia driver (ooold AGP GF6200) so it may be due to that.

Anyway, I have looked on kernel parameters to see if it helps in some way. Stock kernel parameters as I don't know if Fedora's kernel has any custom ones.

So the one regarding resolution/refresh rate is 'video='. For me it would be
video=1024x768@75e
(kernel-doc package has the instructions in kernel-parameters file which refers to other docs)
I haven't seen anything that would disable framebuffer and regarding vga modes (which, in my minimal knowledge of the subject looks like how many lines/columns are used) the suggestion is to use vga=ask
Quote:
** Short intro for the impatient: Just use vga=ask for the first time,
** enter `scan' on the video mode prompt, pick the mode you want to use,
** remember its mode ID (the four-digit hexadecimal number) and then
** set the vga parameter to this number (converted to decimal first).
Nothing worked for me yet, though (didn't use the vga=ask).
Although it looks like an EDID issue, it seems it's something more directly related to the driver and I'm still to find a workaround for that (and I didn't remove nvidia for nouveau to test - although suspend works fine on the live-CD which uses nouveau; I may do it, but I may rather have this feature broken than use nouveau day in day out).
Reply With Quote
  #8  
Old 14th June 2012, 04:16 AM
george_toolan Online
Registered User
 
Join Date: Dec 2006
Posts: 1,762
linuxfirefox
Re: Monitor turns off!

Does your BIOS have an option like "recall vga bios after suspend"?
Reply With Quote
  #9  
Old 14th June 2012, 01:38 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Monitor turns off!

Quote:
Originally Posted by george_toolan View Post
Does your BIOS have an option like "recall vga bios after suspend"?
I don't think so (I'll check again but this BIOS isn't much fanciful). It has some suspend options for the monitor under its power settings but I suppose those are its built-in power manager.

pm-suspend/hibernate have some --quirks options. I have tried some of them with pm-suspend but always the monitor came up out-of-range (weird that it theoretically works from 30Hz onwards and it comes with 21-29 Hz). I haven't exhausted all of them, though.

What I find strange is that if it suspends/hibernates properly, then it should thaw properly too so I think that the driver (assuming it is the culprit; but it could be the kernel that doesn't 'ask' it properly too...) doesn't send proper info during the suspend/hibernate process so it doesn't come back up.
Reply With Quote
  #10  
Old 17th June 2012, 08:21 PM
thomthom's Avatar
thomthom Offline
Registered User
 
Join Date: Sep 2009
Posts: 64
linuxubuntuchrome
Re: Monitor turns off!

Is there no fix for this problem?
__________________
| Gateway DX4710-UB301A | Intel Core2 Quad Q6700@2.66Ghz w/6 Gb's of ram | OCZ-Vertex3 120 Gb SSD | Western Digital 160 Gb HDD | Western Digital 640 Gb HDD |
| Nvidia GeForce GTX 550 Ti | Dynex Sound Card w/5.1 Surround and Optical Audio Out | Windows 7 Professional x86_64 | Fedora 17 x86_64 |
Reply With Quote
  #11  
Old 17th June 2012, 09:38 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Monitor turns off!

Although it's a different issue, http://fedoraproject.org/wiki/Common...nstallation.29 gives an option to turn off acceleration. Don't know if it gives any effect in your case.
Another thing is I read in another thread that it seems there an option to use the vesa driver for installation, maybe in the CD/DVD menu.
Then if you manage to install using the vesa driver and the problem is with nouveau you can try the proprietary driver afterwards.
Reply With Quote
  #12  
Old 18th June 2012, 01:01 PM
thomthom's Avatar
thomthom Offline
Registered User
 
Join Date: Sep 2009
Posts: 64
linuxubuntuchrome
Re: Monitor turns off!

Quote:
Originally Posted by secipolla View Post
Although it's a different issue, http://fedoraproject.org/wiki/Common...nstallation.29 gives an option to turn off acceleration. Don't know if it gives any effect in your case.
Another thing is I read in another thread that it seems there an option to use the vesa driver for installation, maybe in the CD/DVD menu.
Then if you manage to install using the vesa driver and the problem is with nouveau you can try the proprietary driver afterwards.
The fix in the the thread you posted didn't work and I don't know how to enable the vesa driver with kernel parameters.

---------- Post added at 08:01 AM ---------- Previous post was at 07:21 AM ----------

I solved my issue. I had to use the "nomodeset" kernel parameter and everthing went fine after that.
__________________
| Gateway DX4710-UB301A | Intel Core2 Quad Q6700@2.66Ghz w/6 Gb's of ram | OCZ-Vertex3 120 Gb SSD | Western Digital 160 Gb HDD | Western Digital 640 Gb HDD |
| Nvidia GeForce GTX 550 Ti | Dynex Sound Card w/5.1 Surround and Optical Audio Out | Windows 7 Professional x86_64 | Fedora 17 x86_64 |
Reply With Quote
Reply

Tags
install, monitor, nvidia ti 550, turns

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] monitor turns off after 10 minutes JimmyTheSaint Using Fedora 3 8th February 2011 02:36 AM
Fedora 9 Monitor turns off/Turns blank after "Hardware Profile" screen on first boot Rbb_e Installation and Live Media 3 20th June 2008 09:22 AM
Fedora 8 :: X turns off vga lcd monitor StikShift Using Fedora 4 7th March 2008 11:17 PM
monitor turns off xszymonx Using Fedora 15 11th December 2007 08:53 PM


Current GMT-time: 05:30 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat