UHU-Linux 2.0 - Nvidia

Fórumok

Sziasztok,
Sikerült már v'kinek nvidia drivert telepiteni
UHU-Linux 2.0 alá?

vigferi

Hozzászólások

Igen, pl. nekem.
Néhány tipp:
le kell lőni az X-et meg a GDM/KDM párost
kernel-headers csomagnak fent kell lennie.

Néhány tipp:
némely nvidia kártya nem támogatott, tulajdonképpen az lspci paranccsal megtudhatott a kártya azonosítóját, utána tudsz nézni a neten. Mindig a lehető legfrissebb drivert használd, mert a régiekben nincsen Xorg 7.xxx támogatás, fura hibákat okoz(eltűnő feliratokat).

hmm...
Ezeket végig csinaltam, fel is épül a modul.
aztán:

-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s).
az, utolsó 8 driver-rel ugyan az a helyzet. :-(

vigferi írta:
/*
Ezeket végig csinaltam, fel is épül a modul.
aztán:

-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s).
az, utolsó 8 driver-rel ugyan az a helyzet. :-(
*/
!!!!!!!!!!!!!!!!!!!!!!!!!
A megoldás:
./NVIDIA-Linux-x86-1.0-8774-pkg1.run --kernel-name=2.6.17.6-10

Részletesebben leírom a kezdők kedvéjért.
Control+Alt+F1
Login:root
Pasword:???????
#cd /sbin
#./init 3
# cd /nvidia könyvtár/
#sh NVIDIA-Linux-x86-1.0-9629-pkg1.run -x (így csak kicsomagolja az nvidia driver)
#cd ./NVIDIA-Linux-x86-1.0-9629-pkg1/usr/src/nv/
#make
#make install
#cd .. (vissza az NVIDIA-Linux-x86-1.0-9629-pkg1 könyvtárba)
#nvidia-installer (így felmegy az nvidia driver ERROR üzenet nélkül)

Ha a továbbiakban szeretnéd használni a Beryl-t (compiz)
módosítsad /etc/x11/xorg.conf-ot

Section "Device"
Identifier "UHU-Card"
Driver "nvidia"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "HWCursor" "true"
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
Option "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
Identifier "UHU-Screen"
Device "UHU-Card"
Monitor "UHU-Monitor"
DefaultDepth 24
SubSection "Display"
Option "AddARGBGLXVisuals" "True" (erre szükség van a beryl futtatásához)
…........

Section "Extensions"
Option "Composite" "Enable"
EndSection