Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38

Thread: using NVidia's graphics card drivers

  1. #11
    Junior Member registered user
    Join Date
    Jan 2003
    Location
    Santa Cruz, California, USA
    Posts
    27

    NVidia drivers / auto-installing

    I don't know what the legal issues might be in auto-installing NVidia's drivers. If we ask really nicely, they might just say yes Heck, they might even put a 'LATEST_IS' file on their ftp servers so our scripts can download the most current driver. It couldn't hurt to ask. They just might do it in exchange for a nvidia framebuffer logo during boot or something.

    But if you want to reimage your own CD with the drivers on it, I can't see the harm as long as you don't re-distribute it.

    I haven't tested it, but all you would need to do is to copy the NVidia_kernel and NVidia_GLX source directories to somewhere in your Knoppix image source directory, and then put a conditional in /etc/init.d/knoppix-autoconfig which checks if the 'nvidia' module has been picked to put in XF86Config-4, and then replace the 'nvidia' with 'nv' and run 'make install' in the source folders.

    The problem is that the NVidia driver needs to replace the stock GLX libraries in /usr/X11R6/lib, which is not possible because they are read-only on the Knoppix CD. A fix for this may be to put a path on the ramdisk in ld.so.conf with a place in the search path above /usr/X11R6/lib, and modify the NVidia_GLX Makefile to install there instead.

  2. #12
    Junior Member registered user
    Join Date
    Dec 2002
    Posts
    13

    Re: NVidia drivers / auto-installing

    Quote Originally Posted by drfreak
    I don't know what the legal issues might be in auto-installing NVidia's drivers. If we ask really nicely, they might just say yes Heck, they might even put a 'LATEST_IS' file on their ftp servers so our scripts can download the most current driver. It couldn't hurt to ask. They just might do it in exchange for a nvidia framebuffer logo during boot or something.

    But if you want to reimage your own CD with the drivers on it, I can't see the harm as long as you don't re-distribute it.

    I haven't tested it, but all you would need to do is to copy the NVidia_kernel and NVidia_GLX source directories to somewhere in your Knoppix image source directory, and then put a conditional in /etc/init.d/knoppix-autoconfig which checks if the 'nvidia' module has been picked to put in XF86Config-4, and then replace the 'nvidia' with 'nv' and run 'make install' in the source folders.

    The problem is that the NVidia driver needs to replace the stock GLX libraries in /usr/X11R6/lib, which is not possible because they are read-only on the Knoppix CD. A fix for this may be to put a path on the ramdisk in ld.so.conf with a place in the search path above /usr/X11R6/lib, and modify the NVidia_GLX Makefile to install there instead.

    So how do we get the ball started rolling to get a knoppix version with nvidia drivers automatically installing? I would like this very much. =) I can help write letters to nvidia if someone wants to spearhead this.

  3. #13
    Member registered user
    Join Date
    Jan 2003
    Location
    PEI, Canada
    Posts
    44
    I really don't think that's a possibility, what with the licensing issues. I'm quite happy to set it up on my own CD, but I'm not quite sure how to make it us nvidia instead of nv

  4. #14
    Junior Member registered user
    Join Date
    Dec 2002
    Posts
    13
    Quote Originally Posted by dvessey
    I really don't think that's a possibility, what with the licensing issues. I'm quite happy to set it up on my own CD, but I'm not quite sure how to make it us nvidia instead of nv
    What do ya'll think about an extra script to acompany the hd install script that would apt-get the nvidia drivers, and install them? The user would have to run the script, and the drivers are already avaialable through apt-get.. I dont see anything illegal about this.

  5. #15
    Member registered user
    Join Date
    Jan 2003
    Location
    PEI, Canada
    Posts
    44
    Quote Originally Posted by JetCowBoB
    Quote Originally Posted by dvessey
    I really don't think that's a possibility, what with the licensing issues. I'm quite happy to set it up on my own CD, but I'm not quite sure how to make it us nvidia instead of nv
    What do ya'll think about an extra script to acompany the hd install script that would apt-get the nvidia drivers, and install them? The user would have to run the script, and the drivers are already avaialable through apt-get.. I dont see anything illegal about this.
    yeah, there wouldn't be anything illegal about this, although CAN you apt get stuff on a Knoppix cd? hmm.. something to test out..

  6. #16
    Junior Member registered user
    Join Date
    Jan 2003
    Location
    Santa Cruz, California, USA
    Posts
    27
    Quote Originally Posted by dvessey
    Quote Originally Posted by JetCowBoB
    Quote Originally Posted by dvessey
    I really don't think that's a possibility, what with the licensing issues. I'm quite happy to set it up on my own CD, but I'm not quite sure how to make it us nvidia instead of nv
    What do ya'll think about an extra script to acompany the hd install script that would apt-get the nvidia drivers, and install them? The user would have to run the script, and the drivers are already avaialable through apt-get.. I dont see anything illegal about this.
    yeah, there wouldn't be anything illegal about this, although CAN you apt get stuff on a Knoppix cd? hmm.. something to test out..
    No, you can't apt-get in a running knoppix, but there is no reason why you need the debs, they just contain the code which still needs to be compiled/linked. probably easier just to auto-ftp the newest driver.

  7. #17
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    Hmm, stumbled on this problem too, already tried asking nicely but NVidia's linux email adres appears to be bouncing. Mandrake had a script to auto-install nvidia drivers, if nvidia doesn't give in i'll probably add some menuitem for nvidia-users so they can download, install and restart X.

    Always respected the individual's right to licence software, but this is getting quite frustrating...

  8. #18
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    Well, it appears that there is an exception voor distro's, i've uploaded a modified GameMod iso that should (hopefully) use the nvidia kernelmodule from CD. Still needs testing though, got a few 'volunteers' busy playing with it

    For the brave, it's in the incoming/ dir

  9. #19
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    199
    Quote Originally Posted by dvessey
    What I did to get it to work with knoppix 12/12 was to just download the nvidia drivers from nvidia themselves(the .tar.gz's). I used my knoppix hd install to compile them, and I had to set the IGNORE_CC_MISMATCH environement variable. other than that, just did "make" with both directorys(nvidia_kernel and nvidia_glx).

    I re-mastered it, burnt it, and it all works fine haven't tried any open gl stuff yet though
    two questions for you... is there any way i can hook up with this iso? and how does glx work (in order of importance...)

  10. #20
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    I'll hopefully throw new iso's up tomorrow, the last iso has a number of problems

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. How do I get drivers for my nvidia card that don't suck?
    By Kethinov in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 12-26-2003, 12:54 AM
  2. music without graphics?
    By andrei in forum General Support
    Replies: 1
    Last Post: 08-15-2003, 10:33 PM
  3. graphics card problems (two different machines)
    By beefthief in forum Hardware & Booting
    Replies: 2
    Last Post: 07-22-2003, 04:40 AM
  4. Linux Video Card Drivers
    By aay in forum Ideas
    Replies: 3
    Last Post: 03-29-2003, 11:07 PM
  5. graphics card
    By rmayer1 in forum Hardware & Booting
    Replies: 1
    Last Post: 02-09-2003, 11:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Poweredge R640 Server | 2x Silver 4114 20 Cores | 96GB | 8x 1.8TB Dell SAS picture

Dell Poweredge R640 Server | 2x Silver 4114 20 Cores | 96GB | 8x 1.8TB Dell SAS

$2749.99



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 1x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 1x 300GB HDD

$89.99



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu picture

Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu

$135.00



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox

$360.00



Dell PowerEdge T330 E3-1240v5 3.5GHz 3.5

Dell PowerEdge T330 E3-1240v5 3.5GHz 3.5" 8-Bay 8GB PERC H330 Server Tower

$200.00



DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY picture

DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY

$329.00



DELL PowerEdge R630 8SFF Server 2x E5-2680v3 2.5GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2680v3 2.5GHz =24 Cores 32GB H730 4xRJ45

$240.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99