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
  •  


IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$349.99



IBM IntelliStation 9114-275 4-Bay Server Power4+ Core 1.0ghz DVD-Rom 1GB No HDD picture

IBM IntelliStation 9114-275 4-Bay Server Power4+ Core 1.0ghz DVD-Rom 1GB No HDD

$699.99



IBM AC1 8722 4xIntel Xeon 2.2 GHz 8 Cores Server w/64GB/DVDRW/PS WORKS  picture

IBM AC1 8722 4xIntel Xeon 2.2 GHz 8 Cores Server w/64GB/DVDRW/PS WORKS

$92.95



IBM 9402 Server Y10 picture

IBM 9402 Server Y10

$6500.00



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System

$359.99



1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray picture

1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray

$318.00



IBM mainframe server cpu IBM93 vintage cpu collector's item picture

IBM mainframe server cpu IBM93 vintage cpu collector's item

$125.99



IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD picture

IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD

$84.50



IBM Netezza 3567 picture

IBM Netezza 3567

$6999.00



IBM POWER 720 IBM 8202-E4C Server | 64GB RAM | No Drives / OS | #99 picture

IBM POWER 720 IBM 8202-E4C Server | 64GB RAM | No Drives / OS | #99

$349.99