You are not logged in.

#1 2006-09-25 22:02:11

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Nvidia Driver from nvidia.com

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

#2 2006-09-25 22:07:27

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Nvidia Driver from nvidia.com

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

#3 2006-09-25 22:10:06

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Nvidia Driver from nvidia.com

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

#4 2006-09-25 22:19:40

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: Nvidia Driver from nvidia.com

brain0 wrote:

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

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

#5 2006-09-26 00:40:50

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: Nvidia Driver from nvidia.com

OK, that worked like a charm... It was also simple...

Thanks for the advice!!!

Offline

#6 2006-09-26 06:43:16

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,920
Website

Re: Nvidia Driver from nvidia.com

Sticky please  8)


Mr Green I like Landuke!

Offline

#7 2006-09-26 08:37:49

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Nvidia Driver from nvidia.com

Joeman1 wrote:

OK, that worked like a charm... It was also simple...

That's what I always say. 8)

Offline

#8 2006-09-26 09:25:09

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: Nvidia Driver from nvidia.com

Mr Green wrote:

Sticky please  8)

another vote for a sticky !


what goes up must come down

Offline

#9 2006-09-26 20:05:36

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: Nvidia Driver from nvidia.com

wiki!

Offline

#10 2006-09-26 20:16:06

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,920
Website

Re: Nvidia Driver from nvidia.com

maybe but no one looks there......[writers point of view does not reflect other users abilty to search!]


Mr Green I like Landuke!

Offline

Board footer

Powered by FluxBB