Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th May 2007, 05:33 PM
im2saxy Offline
Registered User
 
Join Date: May 2007
Posts: 3
During First Boot, PC monitor shows blank screen & ""CANNOT DISPLAY THIS VIDEO MODE"

This is my first try to install Linux. It is meant for my customer requirement.

I am using HP XW4400 Workstation, graphic card is Nvidia Quadro550 (PCIe card).
I am trying to install Linux OS, by Fedora 6 (2.6.18-1.2798.fc6)

I installed DISC 1~3 of FC6 ISO image files, as per instructed. Everything went
smoothly. The next step is to "reboot". During this reboot phase, the GNU GRUB
version 0.97 was executing the system checks. I could see "Starting udev",
before the LCD monitor went blank and showed me this error message - "CANNOT
DISPLAY THIS VIDEO MODE, CHANGE COMPUTER DISPLAY INPUT TO 1024X768@60Hz".

I hardware reset my PC. At the GRUB page, I added "3" at the end of this line
as follows:
grub edit> kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quite 3

Then I boot my PC. the system check shows more details now. then it reaches the
command line - localhost login & password; which i entered my password.

At [root@localhost ~]#, I entered "init 3" - this brought me to the Setup Agent
text page.

Then I returned to [root@localhost ~]#, I entered "init 5" , it shows me blank
screen with the same error message "- "CANNOT DISPLAY THIS VIDEO MODE, CHANGE
COMPUTER DISPLAY INPUT TO 1024X768@60Hz".

I was told that it could be videocard compatibility issue. I tried with more
than 1 LCD & CRT PC monitor.

I read the HP & Nvidia websites but I could not find a solution. I downloaded a
HP Driver for Linux ISO image file and Graphic Driver Update file (nvidia-9746-
1.0.i386.rpm), but I do not know how to use them.

WOuld you guys kindly advise me how I should resolve this problem? Looking
forward to your good advice.
Reply With Quote
  #2  
Old 5th May 2007, 06:33 PM
herrib Offline
Registered User
 
Join Date: Dec 2004
Location: Brittany (Europe -> France -> West coast)
Posts: 143
I assume you did try setup (a program to be launched in runlevel 3 with root rights) to fix the issue:

Code:
$ su -
$ password:<root password>
# setup
If so, I recommend you to try to modify /etc/X11/xorg.conf in order to input proper parameters:

Code:
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.back -> in case of trouble, it will easy to revert to previous stage
vi /etc/X11/xorg.conf -> to edit the file
Check the bellow sections:

1- what resolution to set up (the first one will be the default one):

Code:
Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes   "1280x800" "1280x960"  "1280x1024" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
2- parameters of your display:

Code:
Section "Monitor"
    Identifier "Screen0"
    VendorName   "to fill with the Vendor Name" 
    ModelName    "model" 
    DisplaySize  340    270 -> to adapt - example -
    HorizSync    30.0 - 83.0 -> to adapt -example -
    VertRefresh  55.0 - 75.0 -> to adapt - example- 
    Option        "DPMS"
EndSection
Save the file and enter in runlevel 5:
Code:
 # init 5
__________________
French support for Fedora Users

Last edited by herrib; 5th May 2007 at 07:41 PM.
Reply With Quote
  #3  
Old 5th May 2007, 07:35 PM
byroniac's Avatar
byroniac Offline
Registered User
 
Join Date: May 2006
Age: 40
Posts: 86
xorg.conf fun

Quote:
Originally Posted by herrib
1- what resolution to set up (the first one will be the default one):

Code:
Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes   "1280x800" "1280x960"  "1280x1024" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Initially, I had the same problem, and what I quoted above was all I had to do. If anyone has this problem and a widescreen monitor like I do, you can try putting "1400x1050" first (assuming that is a *EDIT* possible resolution for your monitor). If you get bored, you can do all kinds of funky things using ModeLines and such in the xorg.conf (which can be generated by hand using the cvt and gtf commands). Here's an example xorg.conf for my Dell 2007WFP and ATI X1300 (and it's not fully optimized, really---better configurations exist but this worked for me at the time). The first modeline was generated by 'cvt 1680 1050 60' and the second one by 'cvt -r 1680 1050 60' (for reduced screen blanking).
Code:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
	DisplaySize  433	270
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 76.0
	ModeLine     "1680x1050_60.00" 146.2 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
	ModeLine     "1680x1050R" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync
	Identifier   "DELL 2007WFP"
	Option	    "DPMS"
EndSection

Section "Device"

	Identifier  "Videocard0"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "DELL 2007WFP"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1680x1050_60.00" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection
__________________
Romans 1:16-17 (ESV) 16 For I am not ashamed of the gospel, for it is the power of God for salvation to everyone who believes, to the Jew first and also to the Greek. 17 For in it the righteousness of God is revealed from faith for faith, as it is written, "The righteous shall live by faith."

Last edited by byroniac; 5th May 2007 at 07:37 PM. Reason: typo
Reply With Quote
  #4  
Old 5th May 2007, 08:01 PM
techmatt's Avatar
techmatt Offline
Registered User
 
Join Date: Nov 2005
Location: In My Head (I Think)
Posts: 932
I once had this problem too all I had to do was remove config file and try to start X

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bk
rm /etc/X11/xorg.conf
startx

It then gave me the option to configure X were I can select my monitor and video card - All was good after that.
__________________
If you know how to do something in Fedora or how to do it better, please help us at Fedora Wiki.

Registered Linux user number 433760
Reply With Quote
  #5  
Old 5th May 2007, 08:22 PM
lmo Offline
Registered User
 
Join Date: Mar 2007
Posts: 1,047
Can you post your file /etc/X11/xorg.conf

I have had success with commenting out (put a # pound sign) at the beginning of the lines:
HorizSync
VertRefresh
Modes

Also, sometimes it can work with the driver
Driver "vesa"
Reply With Quote
  #6  
Old 6th May 2007, 09:17 AM
im2saxy Offline
Registered User
 
Join Date: May 2007
Posts: 3
Dear Brothers,

Thank you very much for your good advices. I followed your instructions & change the monitor configuration to what I am using, and the display resolution to 1024X768.
--------------------
At GRUB, I added "setup" after root, before I choose "boot".

At the "DOS screen", I execute "setup" as follows:
[localhost@root] # setup

I was brought into Setup Agent Screen, in which I choose "X Configuration". It brought me into the page in which I change my monitor & display resolution accordingly.

Then I exit & continue the first boot.
-------------------------------------------------
Now i m inside the "window-like" GUI of Linux OS.

Just 1 more query - I read from the installation guide of FC6, in First Boot, I should be prompted for more installation after I enter the Linux OS environment. However, I do not see these prompts. Is this ok? So far I only install Disc 1~3 of the ISO images that I downloaded from FC6 directory. I still have Disc4~6 unused.

Once again, thank you guys so much.
Reply With Quote
Reply

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
black screen and message "cannot display this mode 2:dvi-d" during F11 install eugmtx Using Fedora 2 2nd September 2009 01:04 AM
"Cannot Display This Video Mode" awalling Hardware & Laptops 1 11th December 2008 10:11 PM
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
"Can not display this video mode" phutinet Hardware & Laptops 6 21st July 2006 12:49 AM
"Cannot display this video mode" Character Installation and Live Media 1 18th February 2006 03:45 PM


Current GMT-time: 01:22 (Thursday, 23-05-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