Re: Geforce FX 5900XT

2005-03-15 Thread Daniel James
Hi James, > given that a go now... unfortunately failed build. Unfortunately, that's what life on the bleeding edge of kernel development can be like... > Here is the bits I think are relevant to it failing: > >   CC      kernel/rt.o >   CC      kernel/latency.o > kernel/latency.c: In function

Re: Geforce FX 5900XT

2005-03-12 Thread Daniel James
Hi James, > I have run the RP-patch-script... > > What do I do now? I've not actually made a kernel before :( Did the script download and patch a kernel source package for you? If so, unpack it in /usr/src/linux/ and run: make menuconfig as root. See: http://www.digitalhermit.com/linux/Kerne

Re: Geforce FX 5900XT

2005-03-12 Thread James Titcumb
Daniel, I have run the RP-patch-script... What do I do now? I've not actually made a kernel before :( James P.S. I sent this off-list to you, and your MTA rejected it...) 550 81.154.99.172 is listed at combined.njabl.org :( Daniel James wrote: Hi James, Someone sent me an off-list e-mail abo

Re: Geforce FX 5900XT

2005-03-09 Thread Daniel James
Hi James, > Someone sent me an off-list e-mail about beta tesing a multimedia > kernel... Unfortunately, I lost that e-mail when i was messing > around with my mail server settings (duh!)... Could whoever it was > please resend? :) That was me! I'm currently working towards using 2.6.11 with the

Re: Geforce FX 5900XT

2005-03-08 Thread James Titcumb
Hi all, Someone sent me an off-list e-mail about beta tesing a multimedia kernel... Unfortunately, I lost that e-mail when i was messing around with my mail server settings (duh!)... Could whoever it was please resend? :) Thanks James James Titcumb wrote: It appears that it is a mistake on my p

Re: Geforce FX 5900XT

2005-03-06 Thread James Titcumb
It appears that it is a mistake on my part... after checking Jen's reply carefully, I found out that somewhere between when I first started trying to install the nvidia drivers and now... my kernel version had changed... previously, I had the correct headers (kernel-headers-2.6.8-10-amd64-k8),

Re: Geforce FX 5900XT

2005-03-06 Thread Jens Vogel
Hi James, Can you please also post the file /etc/X11/XF86Config-4? As far as I can see from here either the compilation went wrong or the XF86Config-4 contains a mistake. With the XF86Config-4 I made the best experiences with removing or commenting the following lines from 'Section "Module"': -

Re: Geforce FX 5900XT

2005-03-06 Thread David Hartveld
James Titcumb schreef: Hi Jens, You seem to know a bit about the nVidia support. I have followed instructions as you said, and all seemed to go well, but XFree86.0.log says it can't load the module. Please see the logfile attatched. (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

Re: Geforce FX 5900XT

2005-03-06 Thread James Titcumb
Hi Jens, You seem to know a bit about the nVidia support. I have followed instructions as you said, and all seemed to go well, but XFree86.0.log says it can't load the module. Please see the logfile attatched. I hope you can help... I'm using the same arch as Brian (2.6.8-10-amd64-k8 (sarge)),

Re: Geforce FX 5900XT

2005-03-06 Thread Brian R. Whitecotton
Hi James, My APT Sources.list contains: deb http://debian-amd64.alioth.debian.org/pure64 sarge main contrib non-free deb-src http://debian-amd64.alioth.debian.org/pure64 sarge main contrib non-free and I am running kernelversion 2.6.8-10-amd64-k8 which is a stock kernel. Brian On Sunday 06

Re: Geforce FX 5900XT

2005-03-06 Thread James Titcumb
Hi Brian, What kernel version and APT sources are you using? My apt doesn't appear to have nvidia-kernel-common... Thanks in advance, James Brian R. Whitecotton wrote: Hi Jens, Thanks! It all worked and what a difference! I still feel like a newbie but learning all the time! I really appreciate

Re: Geforce FX 5900XT

2005-03-06 Thread Brian R. Whitecotton
Hi Jens, Thanks! It all worked and what a difference! I still feel like a newbie but learning all the time! I really appreciate your help. Brian On Sunday 06 March 2005 12:19 am, Jens Vogel wrote: > Hi, > > Basically there are four steps to follow if you want to get nVidia > support working. N

Re: Geforce FX 5900XT

2005-03-06 Thread Jens Vogel
Hi, Basically there are four steps to follow if you want to get nVidia support working. Non-free must be included in your sources.list. 1. apt-get install nvidia-kernel-source nvidia-kernel-common 2. Follow the steps in /usr/share/doc/nvidia-kernel-source/README.Debian 3. apt-get install nvidi

Re: Geforce FX 5900XT

2005-03-06 Thread Corey Hickey
Sorry, didn't send this to the list last time. Brian R. Whitecotton wrote: > Has onyone successfully installed the nvidia provided drivers for the > GeForce FX 5900XT or similar chipset? > Yes, I have one and it works fine. > >I have installed all pertinent kernel-sources, kernel-headers, etc.