Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: NVIDIA quick install HOWTO

  1. #1
    Junior Member
    Join Date
    Apr 2003
    Location
    http://ltsa.sourceforge.net/
    Posts
    3

    NVIDIA quick install HOWTO

    Download:
    As for now, the latest driver:
    http://download.nvidia.com/XFree86/L...6-1.0-4349.run
    As root:
    "export CC=/usr/bin/gcc-2.95"
    cd into the NVIDIA file directory
    "sh /NVIDIA-Linux-x86-1.0-4349.run"

    Edit this file /etc/X11/XF86Config-4
    Remove the following lines:
    Load "dri"
    Load "GLcore"
    And add the following line under section Module (if it's not there):
    Load "glx"
    Finally change:
    Driver "nv"
    to:
    Driver "nvidia"

    Edit this file /etc/modules.conf
    Add this line:
    alias char-major-195 nvidia

    Edit this file /etc/modutils/aliases
    Add this line:
    alias char-major-195 nvidia

    Finsihed. Reboot.
    [/i]

  2. #2
    Member registered user
    Join Date
    Feb 2003
    Location
    The Netherlands
    Posts
    78
    Shouldn't you've installed the kernel-headers for this ??
    (Or are they already installed in the new versions ?)

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    177
    either you don't need them or they are allready there in version 3.1 and above.

  4. #4
    Junior Member
    Join Date
    Apr 2003
    Location
    Bonn, Germany
    Posts
    4

    Re: NVIDIA quick install HOWTO

    lars, thank you very much for the help; it saved me time.

    One minor comment, however:
    Quote Originally Posted by lars
    Edit this file /etc/modules.conf
    Add this line:
    alias char-major-195 nvidia

    Edit this file /etc/modutils/aliases
    Add this line:
    alias char-major-195 nvidia
    You should not edit /etc/modules.conf directly, as stated in the file's header. Executing "update-modules" after editing /etc/modutils/aliases is sufficient. That's the Debian way. ;)

  5. #5
    Junior Member
    Join Date
    Apr 2003
    Location
    Bonn, Germany
    Posts
    4

    Re: NVIDIA quick install HOWTO

    BTW, if one does not mind the risk of breaking a fresh HD install, the following snippet automates lars' NVIDIA quick install. I called it "install_nvidia_drivers.sh". It worked when I ran it on a Knoppix 2003-04-18 DE from HD.

    Code:
    #!/bin/sh
    
    if [ "$UID" -ne 0 ]; then
            echo "Error: this script must run as superuser!"
            exit 1
    fi
    
    export CC=/usr/bin/gcc-2.95
    
    STARTDIR="`pwd`"
    URI=http://download.nvidia.com/XFree86/Linux-x86/1.0-4349/NVIDIA-Linux-x86-1.0-4349.run
    FILE=$STARTDIR/NVIDIA-Linux-x86-1.0-4349.run
    
    [ -f $FILE ] || wget $URI
    chmod 755 $FILE && $FILE
    
    FILE=/etc/modutils/aliases
    cp $FILE $FILE.bak
    echo -e "\n# `date -Iseconds` added by install_nvidia_sh\nalias char-major-195 nvidia" \
    	>>$FILE
    update-modules
    
    FILE=/etc/X11/XF86Config-4
    cp $FILE $FILE.bak
    sed -e "s/Load.*\"dri\"/#Load  \"dri\"/; \
    	s/Load.*\"GLcore\"/#Load  \"GLcore\"/; \
    	s/Driver.*\"nv\"/Driver      \"nvidia\"/;" \
    	"$FILE.bak" >$FILE
    
    exit 0
    If your host is connected to a LAN, there are a couple of glitches knx-hdinstall is not aware of. The DNS and MTA configurations are incomplete and thus have to be renewed, and the users root and knoppix lack a .profile or .bash_profile in their home directories. The text editor nano, which I happen to like and which is present in Debian woody, is missing. I have a script that addresses these issues, too, since I'm updating my Knoppix installation rather frequently. :)

  6. #6
    Junior Member registered user
    Join Date
    Mar 2003
    Location
    Wales, UK
    Posts
    11
    Thanks for the info, made it really simple to get the drivers installed.

  7. #7
    Forgive the ignorance. I am a laptop user and these directions work great for x, but in the consol it semi messed up. Everything is viewable but not easily. It does not appear to be an issue with refresh rates from my experiece.

    Thanks for any possible help.

  8. #8
    Junior Member
    Join Date
    Jun 2003
    Location
    http://thetaexperiments.blogspot.com
    Posts
    6
    A quick note. A newer version of the nvidia drivers (1.0.4363) have been released. Update version numbers as needed for the directory and files. The script works very well overall and seriously should be added into Knoppix.

  9. #9
    Junior Member
    Join Date
    Aug 2003
    Location
    Berlin
    Posts
    1

    Nvidia quick install HOWTO

    I have tried several times to install the Nvidia drivers on Knoppix 3.2 (2003-07-25 Beta) with Kernel 2.4.21-xfs, but always without success. Also after following the instructions in this thread I still received the same error messages in the XFree86.0.log (Screen(s) found, but no usable configuration). Finally the solution was just to assign an IRQ to my Nvidia card. Normally I don't because lack of free IRQ's (pretty much cards in my machine + USB port in use) and Windows or DOS don't care about that. Now the card works under Linux even when I had to disable my parallel port for this moment to free an IRQ (one of my two serial ports is already disabled ).

    Crest

  10. #10
    Junior Member
    Join Date
    Oct 2003
    Posts
    8
    What about Knoppix 3.3 ??

Page 1 of 2 12 LastLast

Similar Threads

  1. HOWTO: Nvidia drivers after hard drive install
    By robelanator in forum Hdd Install / Debian / Apt
    Replies: 49
    Last Post: 10-06-2004, 10:10 PM
  2. nvidia drivers with kernel 2.6.6 howto (resolved)
    By Yakumo in forum Hdd Install / Debian / Apt
    Replies: 14
    Last Post: 06-14-2004, 05:07 PM
  3. Howto install nvidia driver with kernel 2.6.5
    By Gozar in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 06-13-2004, 08:03 PM
  4. Installing NVIDIA drivers HOWTO
    By kelmo in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 05-09-2004, 09:20 AM
  5. NVIDIA - 100Hz HOWTO ?
    By newiaqua in forum General Support
    Replies: 0
    Last Post: 06-26-2003, 07:22 AM

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



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 128GB (4x 32GB) M86B4G70DM0-CMA3 PC3-14900L 4Rx4 DDR3 ECC Reg Server Mem picture

Samsung 128GB (4x 32GB) M86B4G70DM0-CMA3 PC3-14900L 4Rx4 DDR3 ECC Reg Server Mem

$39.99



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



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$35.99



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$9.64



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



8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A picture

8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A

$12.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 128GB 2x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

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

$143.98