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
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$16.29



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



Samsung  8 GB PC4-17000 DDR4-2133 1Rx8 DDR4 Desktop Memory HP P/N  798034-001 picture

Samsung 8 GB PC4-17000 DDR4-2133 1Rx8 DDR4 Desktop Memory HP P/N 798034-001

$10.00



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$13.25



32GB (4X8GB) DDR3 PC3-12800 1600 NON ECC LOW DENSITY MEMORY F3-12800CL10Q-32GBXL picture

32GB (4X8GB) DDR3 PC3-12800 1600 NON ECC LOW DENSITY MEMORY F3-12800CL10Q-32GBXL

$32.00



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 64GB 4x 16GB 2Rx4 PC4-17000R DDR4 2133MHz ECC REG RDIMM Server Memory RAM picture

A-Tech 64GB 4x 16GB 2Rx4 PC4-17000R DDR4 2133MHz ECC REG RDIMM Server Memory RAM

$87.96