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
  •  


Cisco SG95-16 16-Port Gigabit Switch SG95-16-KR picture

Cisco SG95-16 16-Port Gigabit Switch SG95-16-KR

$47.00



Cisco  (SG100D-05-UK) 5-Ports External Ethernet Switch picture

Cisco (SG100D-05-UK) 5-Ports External Ethernet Switch

$40.00



Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24 picture

Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24

$117.00



HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A picture

HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A

$30.95



New Linksys SE3005 5-port Gigabit Ethernet Switch picture

New Linksys SE3005 5-port Gigabit Ethernet Switch

$18.99



Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch picture

Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch

$21.99



HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch picture

HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch

$34.99



Netgear Prosafe Plus JGS524PE 24 Port Gigabit Switch 12 Port PoE JGS524PE-100NAS picture

Netgear Prosafe Plus JGS524PE 24 Port Gigabit Switch 12 Port PoE JGS524PE-100NAS

$129.98



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95