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
  •  


WD HDD Ultrastar DC HC520 HUH721212AL4205 12TB 3.5

WD HDD Ultrastar DC HC520 HUH721212AL4205 12TB 3.5" SAS Server Hard Disk Drive

$45.19



Seagate ST8000NM0055 8TB 7200RPM 256MB SATA 6.0 Gb/s 3.5

Seagate ST8000NM0055 8TB 7200RPM 256MB SATA 6.0 Gb/s 3.5" Enterprise Hard Drive

$41.55



HITACHI HUS724040ALA640 4TB 7200RPM 64MB SATA 6.0Gb/s 3.5

HITACHI HUS724040ALA640 4TB 7200RPM 64MB SATA 6.0Gb/s 3.5" HARD DRIVE ZERO HOURS

$52.00



Seagate Enterprise Capacity 8TB 7200 RPM Internal Hard Drive ST8000NM0045 picture

Seagate Enterprise Capacity 8TB 7200 RPM Internal Hard Drive ST8000NM0045

$147.99



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$89.99



HGST Ultrastar HE10 10TB SATA 6.0Gb/s 7200 3.5

HGST Ultrastar HE10 10TB SATA 6.0Gb/s 7200 3.5" Datacenter HDD - HUH721010ALE601

$69.99



Seagate Exos X18 ST16000NM000J 16TB 7200RPM SATA 6Gb/s 256MB 3.5

Seagate Exos X18 ST16000NM000J 16TB 7200RPM SATA 6Gb/s 256MB 3.5" Hard Drive

$134.99



Seagate ST12000NM0127 12TB SATA 6Gb/s 256MB 7200RPM 3.5

Seagate ST12000NM0127 12TB SATA 6Gb/s 256MB 7200RPM 3.5" Enterprise Hard Drive

$99.99



Western Digital WD4000FYYZ RE 4TB 7200 RPM 64MB Cache SATA 6Gb/s 3.5

Western Digital WD4000FYYZ RE 4TB 7200 RPM 64MB Cache SATA 6Gb/s 3.5" Hard Drive

$24.05



HDD 3.5

HDD 3.5" SATA Hard Drive with Windows 7/Win 10 Installed Legacy

$34.19