Results 1 to 9 of 9

Thread: Help with 2.6.6 and Nvidia Drivers

  1. #1
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    10

    Help with 2.6.6 and Nvidia Drivers

    As I am pretty much a newb, I've had a lot of troubles in trying to get this set up. I've gone through all the posts regarding Nvidia drivers, the most applicable being http://www.knoppix.net/forum/viewtop...304&highlight=, but I still can't figure out how to do it. The link I just pasted has a lot of vague references and jumps that I can't follow.

    I was wondering if anyone would be kind enough to fix-up or post another quick set of installation steps. Thanks ALOT in advance!

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Yeah they kind of did it the hard way eh? Try this:

    su
    wget http://kanotix.com/files/install-ker...rce-vanilla.sh
    wget http://kanotix.com/files/install-nvidia-5336-debian.sh
    chmod +x install-kernel-source-vanilla.sh
    chmod +x install-nvidia-5336-debian.sh
    ./install-kernel-source-vanilla.sh
    ./install-nvidia-5336-debian.sh

    You may need to use a different nvidia installer. For example the 5336 version doesn't get along well w/ my nforce1 mobo. They can be found @ kanotix.com/files

  3. #3
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    10

    Are you

    Are you sure that this works for 2.6.6 kernel? What is the vanilla-kernel file that you are suggesting that I download? Is that the 2.4.25 kernel? Do I have to modify the XF86 file as well afterwards?

  4. #4
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    10
    Just decided to reformat the above questions:

    1) Are these for 2.6.6 kernel?
    2) Are you using the installed or an updated to 2.6.6?
    3) Did you use the beginner or debian install option?

    Unfortunately, it doesn't work...:

    "(II) Setting vga for screen 0.
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/X11R6/lib/modules/libvgahw.a
    (II) Module vgahw: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.6
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (--) NVIDIA(0): Linear framebuffer at 0xD8000000
    (--) NVIDIA(0): MMIO registers at 0xE4000000
    (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
    (EE) NVIDIA(0): *** Aborting ***
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "vgahw"
    (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
    (EE) Screen(s) found, but none have a usable configuration.

    Fatal server error:
    no screens found

    When reporting a problem related to a server crash, please send
    the full server output, not just the last messages.
    This can be found in the log file "/var/log/XFree86.0.log".
    Please report problems to submit@bugs.debian.org."

    Please halp.

  5. #5
    Member registered user
    Join Date
    May 2004
    Posts
    35
    Hi Naventus,

    Here's a link to a post I made a while back;

    http://knoppix.net/forum/viewtopic.p...4f7083a3639b31

    As you can see another member, Shah, posted a very good way of doing the job. I used a similar but not as clean method. (I'm a Linux newbie).

    Hope this helps

    Jim

  6. #6
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    10

    Help still

    I've done everything, but it has a problem at this point:
    Code:
    :/linux# patch -p1 <../knoppix-kernel26.patch
    bash: ../knoppix-kernel26.patch: No such file or directory
    How do I deal with that? If this is relevant: I installed Knoppix beginner and am using the 2.6.6 kernel from the lilo menu...

  7. #7
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    10

    And furthermore

    When I attempted to skip ahead and ignore that error, make doesn't work:

    Code:
     make
    for i in source image headers doc; do mkdir -p /usr/src/linux/debian/tmp-$i; sudo mount -t tmpfs -o size=1G tmpfs /usr/src/linux/debian/tmp-$i; done
    sudo mount -t tmpfs tmpfs
    Usage: mount -V                 : print version
           mount -h                 : print this help
           mount                    : list mounted filesystems
           mount -l                 : idem, including volume labels
    So far the informational part. Next the mounting.
    The command is `mount [-t fstype] something somewhere'.
    Details found in /etc/fstab may be omitted.
           mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
           mount device             : mount device at the known place
           mount directory          : mount known device here
           mount -t type dev dir    : ordinary mount command
    Note that one does not really mount a device, one mounts
    a filesystem (of the given type) found on the device.
    One can also mount an already visible directory tree elsewhere:
           mount --bind olddir newdir
    or move a subtree:
           mount --move olddir newdir
    A device can be given by name, say /dev/hda1 or /dev/cdrom,
    or by label, using  -L label  or by uuid, using  -U uuid .
    Other options: [-nfFrsvw] [-o options] [-p num].
    For many more details, say  man 8 mount .
    make: [all] Error 1 (ignored)
    cd /usr/src/linux  && fakeroot make-kpkg --us --uc --rootcmd fakeroot binary modules
    We do not seem to be in a top level linux kernel source directory
    tree. Since we are trying to make a kernel package, that does not make
    sense.  Please change directory to a top level linux kernel source
    directory, and try again. (If I am wrong, and this is indeed a top
    level linux kernel source directory, then I have gotten sadly out of
    date with current kernels, and you should upgrade kernel-package)
    make: *** [all] Error 1

  8. #8
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    10
    Never mind, I just fixed it up and got it work- thanks soooo much:

    How is a FPS of 1560ish in glxgears on a Geforce MX200 PCI 32MB?

  9. #9
    Junior Member
    Join Date
    Jun 2004
    Posts
    6
    There's a good kernel 2.6 compile how to with nvidia instructions at the bottom of the page:

    http://www.desktop-linux.net/debkernel.htm

Similar Threads

  1. nvidia drivers problem
    By Rivendell in forum Hardware & Booting
    Replies: 9
    Last Post: 12-11-2005, 07:18 PM
  2. Nvidia Drivers
    By Dioxin in forum Hardware & Booting
    Replies: 2
    Last Post: 05-26-2005, 03:29 PM
  3. Nvidia drivers i tried all.......
    By Malo in forum Hardware & Booting
    Replies: 11
    Last Post: 01-02-2004, 03:44 AM
  4. NVIDIA drivers....
    By slc in forum Hdd Install / Debian / Apt
    Replies: 19
    Last Post: 08-27-2003, 06:25 PM
  5. nvidia drivers
    By evilgeek in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 01-22-2003, 11:16 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
  •  


Extron RGB-160XI Analog Computer Video 60-378-01 picture

Extron RGB-160XI Analog Computer Video 60-378-01

$187.06



The analog thing modern open source, educational, low-cost analog computer picture

The analog thing modern open source, educational, low-cost analog computer

$800.00



Vintage 1960s Donner Model 3000 Analog Computer ~ MUSEUM PIECE Extremely Rare picture

Vintage 1960s Donner Model 3000 Analog Computer ~ MUSEUM PIECE Extremely Rare

$4000.00



NEW Aquarius+ Computer Signature Edition - 8Bit Retro System picture

NEW Aquarius+ Computer Signature Edition - 8Bit Retro System

$229.00



Apple Macintosh SE/30 M5119 Computer 8MB RAM Recapped Working *See Description* picture

Apple Macintosh SE/30 M5119 Computer 8MB RAM Recapped Working *See Description*

$475.00



IBM Modem Saver Phone Line Tester picture

IBM Modem Saver Phone Line Tester

$7.99



Landen Computer. Circa 1898. the Rapid Computer Company.  With Original Case. picture

Landen Computer. Circa 1898. the Rapid Computer Company. With Original Case.

$425.00



NEW Aquarius+ Mini 8Bit Retro Computer System - Assembled PCB ONLY picture

NEW Aquarius+ Mini 8Bit Retro Computer System - Assembled PCB ONLY

$99.00



ACASIS PCIE Capture Card HDMI 1.4 1080P60HZ PCIE 2.0 X4 20Gbps for Video Capture picture

ACASIS PCIE Capture Card HDMI 1.4 1080P60HZ PCIE 2.0 X4 20Gbps for Video Capture

$248.99



Sony Trinitron CPD-1304 9 PIN Analog Vintage CRT Monitor - Great for Retro PC picture

Sony Trinitron CPD-1304 9 PIN Analog Vintage CRT Monitor - Great for Retro PC

$475.30