On 04 Nov 2012 11:28:25 GMT, Henrik Carlqvist
<
Henrik.C...@deadspam.com> wrote:
>> I just finished trying to find the source package on nvidia's site with
>> no luck.
>Thats because nVidia does not provide the source for their binary driver.
>The nVidia driver is a non-free binary driver were others are not allowed
>to look at the source. Loading that driver will taint your kernel.
>If you wan't a free driver with source the non-accelerated nv driver or
>the not so stable, not so fast nouveau drivers are your only choices.
I'm aware of that but the build script clearly call for the source file
- I don't get it.
In the info file (expanded build script) it gives a URL for a source
package, different from the *run binary.
The file is
ftp://download.nvidia.com/XFree86/nvidia-installer/nvidia-installer-302.17.tar.bz2
It definitely is a source file. I included it in the Build tree but when
you execute the Build script it throws an error for name mismatch.
However this is now a moot point (for me) as I fixed the problem that I
was having (vmalloc) and now useing the standard binary works like a
charm. Actually it always worked - But X would not load the results.
However my interest is still perked. I've had very good results with
Slack Builds otherwise.
I considered trying to modify the build script to call for the correct
file name to see if it would go then but that effort was abandoned when
I discovered my "vmalloc problem". The script is not so easy for a
non-progammer like me to follow.