You are not logged in.
Pages: 1
I was wondering... I wish to compile a kernel on my own, so I will have to install the nvidia driver by hand instead of using pacman.
Is this as simple as removing the existing driver previously installed via pacman, then simply running the nvidia driver .run file? Or is it more involved than this?
Thanks!!!
Offline
It would be much better to use the nvidia PKGBUILD to build a nvidia package for your custom kernel. I think all you need to do is to change the pkgname and the _kernelver variables accordingly.
Offline
DO NOT use the nvidia installer. It will mess up your system and I won't help you after that. Just do this:
1) execute "abs" as root. it will download the abs tree
2) now as user again
mkdir /tmp/nvidia
cp /var/abs/extra/x11/nvidia/{PKGBUILD,nvidia.install} /tmp/nvidia
cd /tmp/nvidia
3) edit the PKGBUILD: change _kernver to your new kernel version (installed kernels can be seen as directories in /lib/modules). change pkgname to nvidia-custom and remove 'kernel26' from depends.
4) execute makepkg -c
5) now as root, run pacman -U nvidia-custom-1.0.8774-1.pkg.tar.gz
Offline
DO NOT use the nvidia installer. It will mess up your system and I won't help you after that. Just do this:
1) execute "abs" as root. it will download the abs tree
2) now as user againmkdir /tmp/nvidia cp /var/abs/extra/x11/nvidia/{PKGBUILD,nvidia.install} /tmp/nvidia cd /tmp/nvidia
3) edit the PKGBUILD: change _kernver to your new kernel version (installed kernels can be seen as directories in /lib/modules). change pkgname to nvidia-custom and remove 'kernel26' from depends.
4) execute makepkg -c
5) now as root, run pacman -U nvidia-custom-1.0.8774-1.pkg.tar.gz
OK, thanks for the tips... I am compileing my kernel now and will do what you say...
Thanks again, I will report back how it works for me...
Offline
OK, that worked like a charm... It was also simple...
Thanks for the advice!!!
Offline
Sticky please 8)
Mr Green I like Landuke!
Offline
OK, that worked like a charm... It was also simple...
That's what I always say. 8)
Offline
Sticky please 8)
another vote for a sticky !
what goes up must come down
Offline
wiki!
Offline
maybe but no one looks there......[writers point of view does not reflect other users abilty to search!]
Mr Green I like Landuke!
Offline
Pages: 1