[eside-ghost] mas sobre kernel 2.6 + nvidia

RaY raywolf en terra.es
Mar Ene 6 11:06:26 CET 2004


Bueno mi situacion es esta:
compile el kernel 2.6 y hice lo q comento bardok en uno de los mails

BJ> Lo primero, módulos en el XF86Config:
BJ> teneis que quitar "GLCore" y "dri", y poner "glx".

BJ> Lo segundo, la sección "Device":
BJ> Driver "nvidia"
BJ> Option "UseFBDev"

BJ> Lo tercero, en el Kernel, sección "Character Devices":
BJ> "/dev/agpart"
BJ> Vuestro chipset (yo tengo ALI)
BJ> Aparte, yo tengo activado el "Direct Rendering Manager", aunque no estoy seguro
BJ> de que haga falta

BJ> Lo cuarto, en el Kernel, sección "Graphics Support":
BJ> "VESA VGA graphics support"
BJ> En "Console display driver support":
BJ> "Video mode selection support"
BJ> "Framebuffer Console support"
BJ> "Select compiled-in fonts"
BJ> Las dos fuentes VGA y la primerda Sparc

y puse el driver de nvidia segun dicen en la pagina
http://www.minion.de/ como comento raist creo q fue,siguiendo este
readme NVIDIA_kernel-1.0-5328.README q basicamente son estos pasos:

  # sh NVIDIA-Linux-x86-1.0-5328-pkg0.run --extract-only
  # cd NVIDIA-Linux-x86-1.0-5328-pkg0
  # cd usr/src/nv
  # bzcat ../../../../NVIDIA_kernel-1.0-5328-2.6.diff.bz2 | patch -p1
  # ln -s Makefile.kbuild Makefile
  # make install

despues hago un startx y me salen estos errores:

(EE) Failed to load module "pex5" (module does not exist, 0)
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
(EE) Failed to load module "xie" (module does not exist, 0)
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Not loading .note.GNU-stack
Error: API mismatch: the NVIDIA kernel module is version 1.0.5328, but
this X module is version 1.0.4496. Please be sure that your kernel
module and all NVIDIA driver files have the same driver version.
NV: could not get NV card info (Invalid argument)
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found



La cosa es q parece q tengo la mitad con el driver viejo (4496) y la
mitad con el nuevo(5328).Se me ocurrio probar a hacer lo mismo pero
con el dirver 4496 para tener todo de la misma version,salia la
pantallita de nvidia pero luego cascaba todo.Como puedo kitar todo el
rastro del 4496 para poner el driver nuevo? alguna idea??