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
  •  


NMB KEYBOARD RT2258TW NMB PS/2 BEIGE 121944-101 REV A VINTAGE NEW OLD STOCK picture

NMB KEYBOARD RT2258TW NMB PS/2 BEIGE 121944-101 REV A VINTAGE NEW OLD STOCK

$25.99



Everex disk drives for parts vintage NOT TESTED picture

Everex disk drives for parts vintage NOT TESTED

$39.99



Vintage Apple Computer Employee Macintosh IIfx 2.5

Vintage Apple Computer Employee Macintosh IIfx 2.5" Button Pin "Wicked Fast"

$49.00



Vintage Apple MacWorld Magazine Mousepad picture

Vintage Apple MacWorld Magazine Mousepad

$15.00



KByte ZipIt Wireless Messenger Vintage Retro Handheld Secure Messaging K Byte picture

KByte ZipIt Wireless Messenger Vintage Retro Handheld Secure Messaging K Byte

$89.99



Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version picture

Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version

$10.39



Vintage NEC MultiSpin 3XP External SCSI CD-ROM CDR-400 083A UNTESTED picture

Vintage NEC MultiSpin 3XP External SCSI CD-ROM CDR-400 083A UNTESTED

$44.99



PU Leather Laptop Sleeve Case for MacBook Air Pro 13 14 15 16 inch Vintage Cover picture

PU Leather Laptop Sleeve Case for MacBook Air Pro 13 14 15 16 inch Vintage Cover

$28.99



VINTAGE APPLE POWER MACINTOSH 6500/250 DESKTOP COMPUTER POWERPC BOOTS picture

VINTAGE APPLE POWER MACINTOSH 6500/250 DESKTOP COMPUTER POWERPC BOOTS

$249.50



Vintage Dell Dimension L733R Desktop Computer Pentium 3 III Zip 100  PC picture

Vintage Dell Dimension L733R Desktop Computer Pentium 3 III Zip 100 PC

$249.50