LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 05-06-2005, 12:08 PM   #1
silverdot
LQ Newbie
 
Registered: May 2005
Posts: 4

Rep: Reputation: 0
Cannot display this video mode


So I had my settings set to 800x600 (redhat 7 professsional workstation) then i changed them, then i changed them agian. now when i restarted i got this message "cannot display This video mode" and now i can't even log in to change it back!?! how do i fix it? any help would be appreciated, thanks!
 
Old 05-06-2005, 12:47 PM   #2
jamuz
Member
 
Registered: Jun 2004
Location: MD USA
Distribution: Kubuntu 18.04.3, Mint 18.3 KDE
Posts: 90

Rep: Reputation: 15
Get a live CD (such as Knoppix or Mepis or maybe even Mandrake Move) and use it to edit your /etc/X11/XF86Config).
 
Old 05-06-2005, 09:48 PM   #3
silverdot
LQ Newbie
 
Registered: May 2005
Posts: 4

Original Poster
Rep: Reputation: 0
i'm sorry i'ma total newb and i was lookin for more like step by step instructions. i mean i have the install disk. could i use those any way?
 
Old 05-07-2005, 01:00 PM   #4
jamuz
Member
 
Registered: Jun 2004
Location: MD USA
Distribution: Kubuntu 18.04.3, Mint 18.3 KDE
Posts: 90

Rep: Reputation: 15
I'm really not up to giving you step-by-steps, if only because I don't have a RH7 installation to consult.
At this point I can make only two suggestions:

1. google XF86Config or XF86Config-4 & learn how to correct its contents, or
2. re-install.

The latter is surely the faster alternative & may be the more satisfactory though it will teach you little.
But once you have a working installation you have access to its docs & little sense of urgency. You
might also consult your friendly neighborhood public library.

Best wishes.


P.S.: If you can boot a live CD such as Knoppix or Mepis, use it to copy your /etc/X11/XF86Config (or
Config-4, whichever you have) to your XP partition and then post it here an RH user may be able to
help you.
 
Old 05-08-2005, 07:29 AM   #5
silverdot
LQ Newbie
 
Registered: May 2005
Posts: 4

Original Poster
Rep: Reputation: 0
thanks

thanks for the help. Luckly i didn't have anything on the rh partition. so i just reformatted it. Thanks for the help though.
 
Old 06-07-2005, 04:00 AM   #6
Lee Barker
Member
 
Registered: Jan 2005
Location: London
Distribution: Fedora 6
Posts: 31

Rep: Reputation: 15
Cannot display this video mode

Hi,

My problem is that I run into problems during installation - even in linux text mode!

I am trying into install Redhat 8.0 on an ex-windows machine with a Dell Flat screen monitor. During the initial boot procedure my screen goes blue and hangs. So I don't get far enough to start editing various config files.

I've tried various different monitor settings, but to no avail. Bizzarly, if I try with Mandrake the installation proceeds ok. However I do prefer Redhat and this is what I want to get working.

This set me thinking. How does the PC/monitor configuration get established during the boot process. Is it the computer BIOS or the OS software, that you're trying to install, which dictates? The only BIOS options on my machine are API or PCI and a choice of 1 or 8 Mb or RAM - none of which solve the problem.

Due to the fact that I've been installing Mandrake, then back to Windows, etc. etc. (a painful merry-go-round) I have sometimes been able to get past the blue screen but then I get the "Cannot display this video mode" message when testing the video settings.

If I revert back to the original Windows Home Edition OS then I'm back to square one.

Please help!!!

Regards.
 
Old 06-07-2005, 07:08 AM   #7
jamuz
Member
 
Registered: Jun 2004
Location: MD USA
Distribution: Kubuntu 18.04.3, Mint 18.3 KDE
Posts: 90

Rep: Reputation: 15
The message "Cannot display this video mode" originates in the monitor & means that
the video controller is trying to drive the monitor at frequencies that it can't handle.
This in turn means that the RedHat installation hardware detection did not correctly
identify the video controller/monitor combination.

The best advice I can offer is in the earlier posts in this thread. Good luck!
 
Old 06-10-2005, 02:28 AM   #8
naren_0101bits
Member
 
Registered: Jul 2004
Location: Guntur
Posts: 44

Rep: Reputation: 15
I agree with the above answers for your problem of not displaying the video mode.
I hadn't tried on a professional edition, but on RH EL3, the command -

# redhat-config-xfree86

will make the system boot with the default video mode display option.
So, just try on your luck.
 
Old 06-17-2005, 12:58 PM   #9
merlsub
LQ Newbie
 
Registered: Jun 2005
Posts: 1

Rep: Reputation: 0
The key here is to run the command with the reconfig flag:

Code:
redhat-config-xfree86 --reconfig
this must be done before you start X and it must be done on the console... each time you boot up however, by default, your X is configured to start automatically... Not sure how common this is, but on my system, it is configured in /etc/inittab on the last line:

# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon

So, just comment out this line with a # at the beginning, then reboot... You will be in non-graphical console login, then run the

Code:
redhat-config-xfree86 --reconfig
command. This will probe your monitor and generate a new /etc/X11/XF86Config file (it will back up your existing one).

Now remove the comment of your prefdm that you did above and reboot... (or just start it manually).

This solved my problem.

Last edited by merlsub; 06-17-2005 at 03:50 PM.
 
Old 11-06-2005, 03:40 AM   #10
mkalbande
LQ Newbie
 
Registered: Nov 2005
Posts: 1

Rep: Reputation: 0
I faced the "Can not display this video mode" problem after installing Fedora core 4. The problem went away by fixing the file /etc/X11/xorg.conf

In the "Screen" section, modify the "Display" subsection matching the "DefaultDepth" value by removing the higher resolution modes.

reboot the system.

-Mk
 
Old 04-26-2006, 11:10 AM   #11
bjw122
LQ Newbie
 
Registered: Apr 2006
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by mkalbande
I faced the "Can not display this video mode" problem after installing Fedora core 4. The problem went away by fixing the file /etc/X11/xorg.conf

In the "Screen" section, modify the "Display" subsection matching the "DefaultDepth" value by removing the higher resolution modes.

reboot the system.

-Mk
Thanks mkalbande this helped me solve the problem today!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot display this video mode mattp Linux - General 1 10-24-2005 03:08 PM
Lilo cannot display video mode DemoniX Slackware 3 08-06-2005 01:05 PM
cannot display video mode bkthomas18 Slackware 4 02-24-2005 07:18 PM
Cannot display this video mode, after changing settings elias1693 Fedora 5 11-28-2004 05:54 PM
RH9 cannot display video mode in X hanserr Linux - Newbie 2 02-04-2004 05:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 12:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration