PDA

View Full Version : RedHat 8.0 + new drivers problem!!


MostlyCompetent
04-03-03, 10:11 PM
Ok, first off, I think the new installer is a GREAT idea! But...there are always problems. I just installed the newest kernel up to this point (2.4.18-27.8.0). It upgraded fine, no problemo. So then I ran the installer (new driver installer) and it seemed to install fine! Then I tried to edit the XF86Config file with Emacs while in the console. INSANE! I mean, I couldn't find out how to save, so I gave up, went into runlevel 5, and edited the Config file. After I restarted the X server (just rebooted the comp) it didn't work right. Once it tried to run X I just got a Console looking screen with a bunch of weird characters all over and a red blinking cursor in the top left hand corner of the screen. After a while it will restart and do the same thing. Any ideas? Thanks!

P.S. I know I edited the XF86Config file right, and installed everything right. Before I had the older kernel (26.8.0?) and it said it couldn't install the driver becuase it didn't support the kernel (n a round about way) so I just updated my kernel. The installer did say it was going to uninstall my old NVIDIA-Kernel file and NVIDIA-GLX file before it decided I didn't have the right kernel, not sure if it did anything. It must have uninstalled them because It didn't say anything about this the second time around (with the new kernel). ANYWAYS, sorry its so confusing. Thanks for all your help!!

Andy Mecham
04-03-03, 10:16 PM
Please attach a copy of your /var/log/XFree86.0.log and XF86Config files. Thanks!

--andy

MostlyCompetent
04-03-03, 10:34 PM
I have since reverted to my backed up XF86Config file. But I'll tell you exactly what I changed:
Removed Load "dri"
added Load "glx" under that
changed driver "nv" to driver "nvidia"
. Soo...

MostlyCompetent
04-03-03, 10:36 PM
I forgot to mention. My system is comprised of the following:
Athlon XP 2000
GeForce 3
Soyo SY-KT333 Dragon Ultra

Andy Mecham
04-03-03, 10:41 PM
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5

According to this, you're using the opensource "nv" driver, and not the "nvidia" driver. Your log indicates it's using /etc/X11/XF86Config - is that the file you edited?

--andy

Andy Mecham
04-03-03, 10:41 PM
I have since reverted to my backed up XF86Config file

Ah.

Can you show me a failing log?

--andy

xodeus
04-04-03, 01:20 AM
Hmm, are you sure that u are runnning Xfree4 and are writing the file /etc/X11/XF86Config-4??

MostlyCompetent
04-04-03, 06:20 AM
I'll check up on that. I downloaded the REdHat 8.0 iso's about 2 weeks ago and have since been keeping up to date software with the RHN. Not sure if it would update X or not, but I'll check that.