On Tue, Oct 24, 2006 at 12:19:40PM -0500, Henry Hollenberg wrote: > So gdm is looking for /usr/X11R6/bin/X but my xserver now is: > /usr/X11R6/bin/Xorg > > when I try and run this binary by hand I see these errors: > > (==) Using config file: "/etc/X11/xorg.conf" > Error: API mismatch: the NVIDIA kernel module has the version 1.0-8774, but > this X module has the version 1.0-8776. Please make sure that the kernel > module and all NVIDIA driver components have the same version. > (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure > (EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and > (EE) NVIDIA(0): that the NVIDIA device files have been created properly. > (EE) NVIDIA(0): Please consult the NVIDIA README for details. > (EE) NVIDIA(0): *** Aborting *** > (EE) Screen(s) found, but none have a usable configuration. > > Ok, I have a Leadtek PX6800GT video card installed in this system so I > don't think the > supported NVIDIA GPU line is the issue must be the API mismatch....not sure > how > that would have happened. Think I'll cc Randall Donald the nvidia > maintainer.... > > andy:/usr/X11R6/bin# lspci > 0000:01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce > 6800 Ultra/GeForce 6800 GT] (rev a2) > > I'll give kdm a whirl and see if it does better than gdm...
Try 'modprobe nvidia' to see if you can load the kernel module. Might be worth appending 'nvidia' to /etc/modules to make sure it is always loaded at boot. If you can't load the module then it probably isn't compiled for the current kernel yet. To fix that do: m-a -t prepare m-a -t a-i nvidia modprobe nvidia -- Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

