Jump to content

nvidia + rh8 stuff


plan9

Recommended Posts

http://www.nvidia.com/view.asp?IO=linux_di...y_ia32_1.0-4191

I made a dual boot system on my Athlon XP 2200+ with Geforce 4 Ti 4600 video card running Windows XP Pro and Red Hat Linux 8.

I configured the dual boot using the LILO boot loader. All that is fine.

However, I am having problems getting the NVIDIA drivers installed. I consulted the nvidia website. I read the TEXT file install instructions.

I ran NVCHOOSER to see which GLX and which kernel drivers I should install. It said to use the following

NVIDIA_GLX-1.0-4191.i386.rpm

NVIDIA_kernel-1.0-4191.rh80up_2.4.18_18.8.0.athlon.rpm

using rmp -ivh

I also did this in Text mode, not in X windows.

In addition I edited the XFREE86CONFIG got rid of load "dri", there wasnt a load "glcore" to get rid of as the instructions suggested. In addition, I and load "nvidia" in place of the "nv"

Now I can't get back into X windows, and I got a module error when trying to rpm the above drivers.

Has anyone had any experience in dealing with Red Hat 8 and Nvidia?

I have succesfully done this with a dual boot PIII and RH 7.3 in the past.

Any suggestions would be appreciated.

Thanks

Link to comment
Share on other sites

greets!

these are the errors:

xsetroot: unable to open display

xrdb: cant open display

xset: unable to open display

ksplash: cannot connect to xserver

kdeinit: aborting $DISPLAY is not set

warning: connect() failed connection refused

ksmserver: cannot connect to xserver

error: cant open display

error: cant contact kdeinit

NVIDIA(0): failed to initialize the nvidia kernal module

fatal IO error 104 Connection reset by peer on X server ":0.0"

I did try to force install, but tells me it is already installed... *grumble*

thanks for the feedback so far! ;)

Link to comment
Share on other sites

Hey forum guy with flying pig avatar, :D

Did you check the "/var/log/XFree86.0.log" file to see which XF86config file is used to start the X server? Perhaps you edited the wrong config file?

If you edited the wrong config file, please make a copy of the correct config file before editing.

You have fun now because I know how fun it is to edit the XF86config/XF86config-4 file!!! :P

Cheers!

steven

Link to comment
Share on other sites

Hi,

Which version of the Kernel are you running? I'm running 2.4.18-26.8.0 and I had buildproblems with the NVidia Source RPM. I got fed up with RPM and downloaded the tarballs and compiled from scratch.

Mats

Link to comment
Share on other sites

Hi,

Which version of the Kernel are you running? I'm running 2.4.18-26.8.0 and I had buildproblems with the NVidia Source RPM. I got fed up with RPM and downloaded the tarballs and compiled from scratch.

Mats

Source RPMs are evil! Especially in combination with RedHat 8.0's RPM/packaging system, which has it's pro's aswell though...

Try the good old gzipped tarball. It worked without any problems for me!

Link to comment
Share on other sites

I had the exact same problem under Mandrake 8.2. The solution is to manualy add the nvidia kernel module to the module config files.

Here's my /etc/modules file:

# /etc/modules: kernel modules to load at boot time.

#

# This file should contain the names of kernel modules that are

# to be loaded at boot time, one per line. Comments begin with

# a `#', and everything on the line after them are ignored.

joydev

nvidia

scsi_hostadapter

Here's my /etc/modules.conf file:

alias usb-interface usb-uhci

alias sound-slot-0 emu10k1

probeall scsi_hostadapter ide-scsi

alias /dev/nvidia* nvidia

alias eth0 ne2k-pci

I think that all you need to do is add the lines where nvidia is mentioned to the coresponding files on your system.

I hope this solves your problems.

Goran

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...