On Fri, 1 Mar 2002 14:32:00 -0600
Sergio Korlowsky <[EMAIL PROTECTED]> wrote:
> On Friday 01 March 2002 12:45, you wrote:
> -> On Fri, 1 Mar 2002 12:03:02 -0500
> -> Dave Seff <[EMAIL PROTECTED]> wrote:
> ->
> -> > The NVIDIA Drivers are VERY picky about the kernel it was compiled
> against. -> > You will have to get the Nvidia src rpms and rebuild the
> nvidia rpms. -> >
> -> > -Dave
> -> >
> -> > On Friday 01 March 2002 01:33, you wrote:
> -> > > I just updated to the cooker version of everything, including the
> -> > > enterprise kernel,and now I am unable to start X with my nVidia
> -> > > drivers. I removed the old RPM's & rebuilt & installed new ones. The
> -> > > module NVdriver is loaded, but X says that it cannon initialize module
> -> > > NVdriver. This worked before the update.
> ->
> ->
> -> If you updated everything including XF86 check your XF86Config-4 in the
> module section and if it includes Load "v41", # out that entry. ->
> ->
> -> Charles
> ->
> ->
>
> You mean If it loads "glx" didn't you?
No.
I mean that if Load "v41" is included in the module section the nvdia drivers will not
load.
Note mine below.
Section "Module"
# This loads the DBE extension module.
Load "dbe"
# This loads the glx module
Load "glx"
# This loads the Video for Linux module.
# Load "v4l"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
EndSection
Charles