InstallNvidiaDriver changed

This commit is contained in:
Marek Marczykowski-Górecki 2011-04-11 20:44:56 +00:00
parent 2e21d16de5
commit 0f4171e466

View File

@ -40,6 +40,7 @@ This installation must be done manually, because nvidia-installer refused to ins
If it is not true - correct it manually. To build kernel module, enter *NVIDIA-Linux-x86\_64-260.19.44/kernel* directory and execute:
``` {.wiki}
make
IGNORE_XEN_PRESENCE=1 CC="gcc -DNV_VMAP_4_PRESENT -DNV_SIGNAL_STRUCT_RLIM" make -f Makefile.kbuild
mv /lib/modules/2.6.34.1-12.xenlinux.qubes.x86_64/kernel/drivers/video/nvidia.ko /lib/modules/2.6.34.1-12.xenlinux.qubes.x86_64/extra/
```