?
erstmal danke an den mod der diese sinnlosen postings so rasch entfernt hat hier
ich hab als system debian 3.1 bzw 4.0 laufen, jeweils testing
diese probleme sind erst mit kernel >2.6.22-2 und NVIDIA-Linux-x86-100.14.11-pkg1.run aufgetreten. sowohl am laptop als auch jetzt am pc (laptop hat eine go6150 drin, am standpc hab ich eine fx5600)
xorg hab ich direkt mit apt installiert, im kernel hab ich wie schon vorher mal geschrieben die nvidia teile rausgenommen
apt-cache policy xserver-xorg
xserver-xorg:
Installiert:1:7.2-5
Mögliche Pakete:1:7.2-5
Versions-Tabelle:
*** 1:7.2-5 0
500 http://ftp.de.debian.org testing/main Packages
100 /var/lib/dpkg/status
neuestes problem ist, dass sich hier am pc (debian3.1 testing, kernel 2.6.23.9) das nvidia modul gar nicht mehr buiden lässt...
/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv.c: In functio
n 'nvidia_init_module':
/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv.c:1326: error
: too many arguments to function 'kmem_cache_create'
/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv.c:1435: error
: too many arguments to function 'kmem_cache_create'
/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv.c:1569: error
: void value not ignored as it ought to be
/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv.c: In functio
n 'nvidia_exit_module':
/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv.c:1601: error
: void value not ignored as it ought to be
make[4]: *** [/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/src/nv/nv
.o] Fehler 1
make[3]: *** [_module_/tmp/selfgz21131/NVIDIA-Linux-x86-100.14.11-pkg1/usr/s
rc/nv] Fehler 2
make[2]: *** [modules] Fehler 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Fehler 1
make: *** [module] Fehler 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
auszug xorg.conf
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "Device"
Identifier "nVidia Corporation NV31 [GeForce FX 5600]"
Driver "nvidia"
BusID "PCI:1:0:0"#kann ich eintragen oder nicht, ändert nix an der tatsache dass es net geht
EndSection