LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-04-2004, 10:03 PM   #1
drknow
Member
 
Registered: Jan 2004
Distribution: Shrike (RH9)
Posts: 73

Rep: Reputation: 15
Redhat 9.0 install display problems


Ok, Im getting very frustrated with this. I know very little about Linux. I just downloaded the ISOs for redhat 9.0. When I try to install, the screen goes black whenever it tries to go into graphical mode. I could install with the text mode, but i would be lost from there. Will somebody please give me the breakdown of how to get redhat 9.0 running with a geforce fx 5200 nvidia card. I see this problem all the time, but I can never seem to find an answer that an average user like me can understand. I appreciate any help on this subject.

Thanks,
Thad Blankenship
big_thad@hotmail.com
 
Old 01-05-2004, 03:34 AM   #2
bencotton
LQ Newbie
 
Registered: Jan 2003
Location: northern Virginia
Distribution: SuSe 8.0, Redhat 7.3
Posts: 1

Rep: Reputation: 0
Have you installed using the lores option? If not from the initial prompt where one must press enter to install, check the syntax on this, but type install lores.
 
Old 01-05-2004, 02:23 PM   #3
drknow
Member
 
Registered: Jan 2004
Distribution: Shrike (RH9)
Posts: 73

Original Poster
Rep: Reputation: 15
what is the lores option???
 
Old 01-06-2004, 10:12 AM   #4
atnan
LQ Newbie
 
Registered: Jan 2004
Location: sydney.au
Distribution: Gentoo
Posts: 23

Rep: Reputation: 15
I had the same problem. You don't by any chance have an LCD screen and use the DVI interface do you? That's the problem for me. I just switch to using the DSUB interface while I install, and then switch back when it's all done. I was then able to use my working XF86Config file from RH8 (which strangely works with my LCD running on DVI).

Bit of a pain though eh?
 
Old 01-06-2004, 11:21 AM   #5
VoodooAlien
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 9
Posts: 3

Rep: Reputation: 0
Hmmm...this problem has been plaguing me for some time now. I can't ever get RH9 to use the DVI connection.

So far i've resigned to live with the VGA connection until I can figure out why the DVI never works. So based on what I'm seeing, I really need to load the nVidia drivers first and then edit my XF86Config before attempting to switch to the DVI.
 
Old 01-06-2004, 11:29 AM   #6
atnan
LQ Newbie
 
Registered: Jan 2004
Location: sydney.au
Distribution: Gentoo
Posts: 23

Rep: Reputation: 15
This is my process.

1. Install RH9 using DSUB
2. Copy relevant sections from RH8 XF86Config on first boot
3. Shutdown
4. Switch to DVI
5. Install drivers

Hope that helps.
 
Old 01-06-2004, 11:36 AM   #7
VoodooAlien
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 9
Posts: 3

Rep: Reputation: 0
Thanks atnan! I'll give it a shot when I get home.
 
Old 01-07-2004, 09:29 PM   #8
wiesnerem
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
RedHat 9 and nvidia geforce fx 5200 card

I bought RH 9 from amazon.com and, among other problems, found that the graphic installation does not run. Upon my consultation Red Hat Inc. said that their Linux 9 does not support this fx 5200 card, and an additional driver is needed that can be found in Nvidia website. They advice that we run text installation from the CDs and then execute the driver downloaded from Nvidia. My problem now is that the CDs in the boxed package have defects - consider yourself fortunate that you didnīt pay $35 for a faulty software. In the next days I will download the ISOs and try the nvidia upgrade. (I donīt know how to do it). Try the Nvidia download and let us know about your success, good luck.

Antonio Wiesner
 
Old 01-08-2004, 08:35 AM   #9
atnan
LQ Newbie
 
Registered: Jan 2004
Location: sydney.au
Distribution: Gentoo
Posts: 23

Rep: Reputation: 15
I would say installing the NVIDIA drivers was one of the easiest things I have done...kudos to them for making it so simple.
  1. init 3
  2. sh NVIDIA-Linux-x86-1.0-4496-pkg1.run
  3. vi /etc/X11/XF86Config
  4. Find the Device section and replace either Driver "nv" or Driver "vesa" with Driver "nvidia".
  5. In the Module section, make sure you have Load "glx"
  6. Remove Load "dri" and Load "GLcore" (if you have them).
  7. init 5
All this is also explained in the README...although if you do it my way you won't need to reboot (just switch between runlevels). Good luck .
 
Old 02-06-2004, 07:02 PM   #10
six11
LQ Newbie
 
Registered: Feb 2004
Posts: 1

Rep: Reputation: 0
Lightbulb Solution to DVI / Flatscreen / NVidia problem

There are many people out there that have essentially the same problem: Whether you are installing Knoppix, RH9, or Fedora (even some Suse users, I've noticed), you get to a point in the install process where the graphical install hangs or otherwise trips up when it attempts to enter into full-screen X mode. Apparently XFree has a hard time discovering exactly what your hardware configuration is, but it doesn't realize its error, so it doesn't even fail gracefully.

I scoured the earth in search of wisdom in this matter. From many posts on the Internet and a little guesswork on my end, I figured it out. Or, at least, I figured out how to solve my particular issues.

Here's my specific hardware configuration: I have an NVidia GeForce 4 Ti 4400 and a sweet-ass 19" IiyamaAS4821DT display. The graphics adapter has a VGA out and a digital (DVI) out. I am connecting the two through a DVI cable, making sure the display is drinking from input 1. I did this on a fresh install of Fedora (yarrow).

(1) If you are installing a distro, install in text-only mode. When you boot for the first time after installing, make sure to enter into runlevel 2. To do this (assuming GRUB as your bootloader), when GRUB comes up, edit the command that boots the system, and tack on 'init 2' to the end. This will give you a single-user console bootup process.
(2) Edit /etc/X11/XF86Config (or, if your distro is using it, XF86Config-4). Find the section marked "Device" and add to it the last two lines (with my comments).
Code:
Section "Device"
	Identifier  "Videocard0"
	Driver      "nv"
	VendorName  "Videocard vendor"
	BoardName   "NVIDIA GeForce 4 (generic)"
	Option "FlatPanel" "true" # without this it thinks it's in CRT-land
	Option "CrtcNumber" "1" # without this it may try to use the analog VGA out 
EndSection
Save your XF86Config file and fire up X by typing 'startx'. This worked for me, YMMV. Next time you boot, you may have to re-edit your GRUB bootline and remove the 'init 2' thing.

I've seen lots of people asking desperately about this, and I didn't find any clear answers, so I thought I'd post this and save other people the five days of Linux-less that I recently endured.
 
  


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
Display Problems with Redhat 9 herrmag Linux - Newbie 2 01-27-2004 03:45 PM
Display problems in RedHat 9 using iiyama visionmaster pro 454 goofygirl Linux - Newbie 3 01-12-2004 04:27 PM
Redhat Monitor Display Problems lord_clarence Red Hat 14 10-15-2003 05:34 PM
Display problems with Redhat 9 pf1359 Linux - Software 5 05-22-2003 03:33 AM
Redhat 8.0 display problems SiberX Linux - Hardware 2 11-02-2002 10:57 AM

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

All times are GMT -5. The time now is 02:25 AM.

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