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
  •  


ATTO R608 8-Port 6Gb/s SAS RAID Controller picture

ATTO R608 8-Port 6Gb/s SAS RAID Controller

$33.99



HP ProLiant DL380 Gen9 2U Server w/ 2x 2643v4, 16GB (2x8GB) RAM, P440AR RAID picture

HP ProLiant DL380 Gen9 2U Server w/ 2x 2643v4, 16GB (2x8GB) RAM, P440AR RAID

$118.99



LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



Broadcom 9540-8i PCIe Gen4.0 X8 SAS 3808 RAID Card picture

Broadcom 9540-8i PCIe Gen4.0 X8 SAS 3808 RAID Card

$382.69



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested picture

LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested

$29.00



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$82.49



G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply picture

G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply

$99.99



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99