Page 12 of 42 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 420

Thread: HOWTO: Latest NVIDIA drivers

  1. #111
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by arnoct
    I'm having the "random freezeups when RenderAccel is turned on" bug. yes I followed the guide, but since it was really bad I rolled back my drivers to an old version (I only have a 32mb GeForce2) and the problem still persisted, albeit slightly less.
    Old graphic cards are not supported any more by this driver
    Here's a list
    RIVA TNT 0x0020
    RIVA TNT2/TNT2 Pro 0x0028
    RIVA TNT2 Ultra 0x0029
    Vanta/Vanta LT 0x002C
    RIVA TNT2 Model 64/Model 64 Pro 0x002D
    Aladdin TNT2 0x00A0
    GeForce 256 0x0100
    GeForce DDR 0x0101
    Quadro 0x0103
    GeForce2 GTS/GeForce2 Pro 0x0150
    GeForce2 Ti 0x0151
    GeForce2 Ultra 0x0152
    Quadro2 Pro 0x0153

  2. #112
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by onlyOknows
    1- it didn!t worked
    2- I successfully downgraded to 7667. here is the link where to download the installer for 7667 driver; http://www.nvidia.com/object/linux_d..._1.0-7667.html
    I didn't understand if 7667 work for you.
    I really don't know how to help you with the refresh rate.

    1) Can you see the refresh in nvidia-settings?
    2) Otherwise you can start another thread and ask for help. I'm sure there are more experienced user who can help you.

  3. #113
    Join Date
    Aug 2005
    Beans
    9

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by tseliot
    I didn't understand if 7667 work for you.
    I really don't know how to help you with the refresh rate.

    1) Can you see the refresh in nvidia-settings?
    2) Otherwise you can start another thread and ask for help. I'm sure there are more experienced user who can help you.
    you suggested; "sudo dpkg-reconfigure xserver-xorg
    You can try to select the resolution you use as the only supported mode (1024x768 )"

    I mean that suggestion didn't worked.

    But installing 7667 is OK.

    Thanks anyway. Although I'm still working with 85Hz refresh rate, I learned many things.

  4. #114
    Join Date
    Aug 2005
    Beans
    26

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by tseliot
    I didn't understand if 7667 work for you.
    I really don't know how to help you with the refresh rate.

    1) Can you see the refresh in nvidia-settings?
    2) Otherwise you can start another thread and ask for help. I'm sure there are more experienced user who can help you.
    Great guide
    But i'm having some compile errors.
    It stops with the error
    No kernelsources found blabla nvidia.ro.
    I downloaded the right source (I hope) but i get that error above
    Here's my log

    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Thu Aug 25 20:47:28 2005

    option status:
    license pre-accepted : false
    update : false
    force update : false
    expert : false
    uninstall : false
    driver info : false
    no precompiled interface: false
    no ncurses color : false
    query latest driver ver : false
    OpenGL header files : true
    no questions : false
    silent : false
    no backup : false
    kernel module only : false
    sanity : false
    add this kernel : false
    no runlevel check : false
    no network : false
    no ABI note : false
    no RPMs : false
    force tls : (not specified)
    force compat32 tls : (not specified)
    X install prefix : /usr/X11R6
    OpenGL install prefix : /usr
    compat32 install prefix : /emul/ia32-linux
    installer install prefix: /usr
    utility install prefix : /usr
    kernel name : (not specified)
    kernel include path : (not specified)
    kernel source path : (not specified)
    kernel output path : (not specified)
    kernel install path : (not specified)
    proc mount point : /proc
    ui : (not specified)
    tmpdir : /tmp
    ftp mirror : ftp://download.nvidia.com
    RPM file list : (not specified)

    Using: nvidia-installer ncurses user interface
    -> License accepted.
    -> No precompiled kernel interface was found to match your kernel; would you li
    ke the installer to attempt to download a kernel interface for your kernel f
    rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
    -> No matching precompiled kernel interface was found on the NVIDIA ftp site;
    this means that the installer will need to compile a kernel interface for
    your kernel.
    -> Kernel source path: '/lib/modules/2.6.12-6-amd64-generic/build'
    -> Performing CC test with CC="gcc-3.3".
    -> Performing rivafb check.
    -> Performing change_page_attr() check.
    -> Cleaning kernel module build directory.
    executing: 'cd ./usr/src/nv; make clean'...
    rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
    agp.o os-interface.o os-registry.o nvidia.mod.o
    rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
    rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
    rm -f -rf .tmp_versions
    -> Building kernel module:
    executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.12-6-amd64-
    generic/build SYSOUT=/lib/modules/2.6.12-6-amd64-generic/build'...

    NVIDIA: calling KBUILD...
    make CC=gcc-3.3 KBUILD_VERBOSE=1 -C /lib/modules/2.6.12-6-amd64-generic/bui
    ld SUBDIRS=/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv modu
    les
    mkdir -p /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/.tmp_v
    ersions
    make -f scripts/Makefile.build obj=/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7
    676-pkg2/usr/src/nv
    echo \#define NV_COMPILER \"`gcc-3.3 -v 2>&1 | tail -n 1`\" > /tmp/selfgz538
    6/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/nv_compiler.h
    gcc-3.3 -Wp,-MD,/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/
    nv/.nv.o.d -nostdinc -isystem /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/inclu
    de -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-str
    ict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -mno-r
    ed-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno-as
    ynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -I/tmp/se
    lfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv -Wall -Wimpli
    cit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointe
    r-arith -Wno-multichar -Werror -O -fno-common -mno-red-zone -minline-all-s
    tringops -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAME
    S -D__KERNEL__ -DMODULE -mcmodel=kernel -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNE
    L_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DN
    V_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MU
    LTIPLE_BRIDGE_AGPGART_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_
    ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV
    _VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=nv -DKBUILD_MODNAME=nvidia -c -o
    /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/.tmp_nv.o /tmp/
    selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/nv.c
    In file included from include/linux/sched.h:15,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv.c:14:
    include/linux/cpumask.h: In function `__first_cpu':
    include/linux/cpumask.h:215: let op: signed and unsigned type in conditional
    expression
    include/linux/cpumask.h: In function `__next_cpu':
    include/linux/cpumask.h:221: let op: signed and unsigned type in conditional
    expression
    In file included from include/linux/sched.h:17,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv.c:14:
    include/linux/nodemask.h: In function `__first_node':
    include/linux/nodemask.h:226: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__next_node':
    include/linux/nodemask.h:232: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__first_unset_node':
    include/linux/nodemask.h:250: let op: signed and unsigned type in conditiona
    l expression
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:42,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv.c:14:
    include/linux/prefetch.h: In function `prefetch_range':
    include/linux/prefetch.h:62: let op: pointer van type `void *' gebruikt in r
    ekensom
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:864,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv.c:14:
    include/asm/io.h: In function `check_signature':
    include/asm/io.h:308: let op: argument van verkeerd type voor incrementeren
    In file included from include/asm/pci.h:94,
    from include/linux/pci.h:904,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv.c:14:
    include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
    include/asm-generic/pci-dma-compat.h:49: let op: pointer van type `void *' g
    ebruikt in rekensom
    gcc-3.3 -Wp,-MD,/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/
    nv/.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/in
    clude -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-
    strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -mn
    o-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno
    -asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -I/tmp
    /selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv -Wall -Wimplicit -W
    return-type -Wswitch -Wformat
    -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O
    -fno-common -mno-red-zone -minline-all-stringops -MD -Wsign-compare -Wno-c
    ast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -mcmodel=ke
    rnel -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_
    MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG
    -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_R
    EMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE
    _PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_B
    ASENAME=nv_vm -DKBUILD_MODNAME=nvidia -c -o /tmp/selfgz5386/NVIDIA-Linux-x86
    _64-1.0-7676-pkg2/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz5386/NVIDIA-Linux-x86_6
    4-1.0-7676-pkg2/usr/src/nv/nv-vm.c
    In file included from include/linux/sched.h:15,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-vm.c:14:
    include/linux/cpumask.h: In function `__first_cpu':
    include/linux/cpumask.h:215: let op: signed and unsigned type in conditional
    expression
    include/linux/cpumask.h: In function `__next_cpu':
    include/linux/cpumask.h:221: let op: signed and unsigned type in conditional
    expression
    In file included from include/linux/sched.h:17,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-vm.c:14:
    include/linux/nodemask.h: In function `__first_node':
    include/linux/nodemask.h:226: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__next_node':
    include/linux/nodemask.h:232: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__first_unset_node':
    include/linux/nodemask.h:250: let op: signed and unsigned type in conditiona
    l expression
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:42,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-vm.c:14:
    include/linux/prefetch.h: In function `prefetch_range':
    include/linux/prefetch.h:62: let op: pointer van type `void *' gebruikt in r
    ekensom
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:864,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-vm.c:14:
    include/asm/io.h: In function `check_signature':
    include/asm/io.h:308: let op: argument van verkeerd type voor incrementeren
    In file included from include/asm/pci.h:94,
    from include/linux/pci.h:904,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-vm.c:14:
    include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
    include/asm-generic/pci-dma-compat.h:49: let op: pointer van type `void *' g
    ebruikt in rekensom
    gcc-3.3 -Wp,-MD,/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/
    nv/.os-agp.o.d -nostdinc -isystem /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/i
    nclude -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno
    -strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -m
    no-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fn
    o-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -I/tm
    p/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv -Wall -Wimplicit -
    Wreturn-type -Wswitch -Wformat -Wchar-subs
    cripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common
    -mno-red-zone -minline-all-stringops -MD -Wsign-compare -Wno-cast-qual -Wn
    o-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -mcmodel=kernel -DNTRM
    -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSIO
    N=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG -DN
    V_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_REMAP_PFN_RAN
    GE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DN
    V_PCI_GET_CLASS_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=os_a
    gp -DKBUILD_MODNAME=nvidia -c -o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-767
    6-pkg2/usr/src/nv/.tmp_os-agp.o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676
    -pkg2/usr/src/nv/os-agp.c
    In file included from include/linux/sched.h:15,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-agp.c:24:
    include/linux/cpumask.h: In function `__first_cpu':
    include/linux/cpumask.h:215: let op: signed and unsigned type in conditional
    expression
    include/linux/cpumask.h: In function `__next_cpu':
    include/linux/cpumask.h:221: let op: signed and unsigned type in conditional
    expression
    In file included from include/linux/sched.h:17,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-agp.c:24:
    include/linux/nodemask.h: In function `__first_node':
    include/linux/nodemask.h:226: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__next_node':
    include/linux/nodemask.h:232: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__first_unset_node':
    include/linux/nodemask.h:250: let op: signed and unsigned type in conditiona
    l expression
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:42,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-agp.c:24:
    include/linux/prefetch.h: In function `prefetch_range':
    include/linux/prefetch.h:62: let op: pointer van type `void *' gebruikt in r
    ekensom
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:864,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-agp.c:24:
    include/asm/io.h: In function `check_signature':
    include/asm/io.h:308: let op: argument van verkeerd type voor incrementeren
    In file included from include/asm/pci.h:94,
    from include/linux/pci.h:904,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-agp.c:24:
    include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
    include/asm-generic/pci-dma-compat.h:49: let op: pointer van type `void *' g
    ebruikt in rekensom
    gcc-3.3 -Wp,-MD,/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/
    nv/.os-interface.o.d -nostdinc -isystem /usr/lib/gcc-lib/x86_64-linux-gnu/3
    .3.6/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraph
    s -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-point
    er -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compa
    re -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
    -I/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv -Wall -Wimpli
    cit -Wreturn-type -Wswitch -Wformat -Wchar-s
    ubscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-com
    mon -mno-red-zone -minline-all-stringops -MD -Wsign-compare -Wno-cast-qual
    -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -mcmodel=kernel -DNT
    RM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VER
    SION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG
    -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_REMAP_PFN_
    RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT
    -DNV_PCI_GET_CLASS_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=o
    s_interface -DKBUILD_MODNAME=nvidia -c -o /tmp/selfgz5386/NVIDIA-Linux-x86_6
    4-1.0-7676-pkg2/usr/src/nv/.tmp_os-interface.o /tmp/selfgz5386/NVIDIA-Linux-
    x86_64-1.0-7676-pkg2/usr/src/nv/os-interface.c
    In file included from include/linux/sched.h:15,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-interface.c:26:
    include/linux/cpumask.h: In function `__first_cpu':
    include/linux/cpumask.h:215: let op: signed and unsigned type in conditional
    expression
    include/linux/cpumask.h: In function `__next_cpu':
    include/linux/cpumask.h:221: let op: signed and unsigned type in conditional
    expression
    In file included from include/linux/sched.h:17,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-interface.c:26:
    include/linux/nodemask.h: In function `__first_node':
    include/linux/nodemask.h:226: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__next_node':
    include/linux/nodemask.h:232: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__first_unset_node':
    include/linux/nodemask.h:250: let op: signed and unsigned type in conditiona
    l expression
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:42,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-interface.c:26:
    include/linux/prefetch.h: In function `prefetch_range':
    include/linux/prefetch.h:62: let op: pointer van type `void *' gebruikt in r
    ekensom
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:864,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-interface.c:26:
    include/asm/io.h: In function `check_signature':
    include/asm/io.h:308: let op: argument van verkeerd type voor incrementeren
    In file included from include/asm/pci.h:94,
    from include/linux/pci.h:904,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-interface.c:26:
    include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
    include/asm-generic/pci-dma-compat.h:49: let op: pointer van type `void *' g
    ebruikt in rekensom
    gcc-3.3 -Wp,-MD,/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/
    nv/.os-registry.o.d -nostdinc -isystem /usr/lib/gcc-lib/x86_64-linux-gnu/3.
    3.6/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs
    -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer
    -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare
    -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -I
    /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv -Wall -
    Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -W
    pointer-arith -Wno-multichar -Werror -O -fno-common -mno-red-zone -minline
    -all-stringops -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNE
    L_NAMES -D__KERNEL__ -DMODULE -mcmodel=kernel -DNTRM -D_GNU_SOURCE -D_LOOSE
    _KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION
    =0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -
    DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE
    _PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_PCI_GET_CLASS_PRESEN
    T -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=os_registry -DKBUILD_MODNA
    ME=nvidia -c -o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv
    /.tmp_os-registry.o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/sr
    c/nv/os-registry.c
    In file included from include/linux/sched.h:15,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-registry.c:14:
    include/linux/cpumask.h: In function `__first_cpu':
    include/linux/cpumask.h:215: let op: signed and unsigned type in conditional
    expression
    include/linux/cpumask.h: In function `__next_cpu':
    include/linux/cpumask.h:221: let op: signed and unsigned type in conditional
    expression
    In file included from include/linux/sched.h:17,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-registry.c:14:
    include/linux/nodemask.h: In function `__first_node':
    include/linux/nodemask.h:226: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__next_node':
    include/linux/nodemask.h:232: let op: signed and unsigned type in conditiona
    l expression
    include/linux/nodemask.h: In function `__first_unset_node':
    include/linux/nodemask.h:250: let op: signed and unsigned type in conditiona
    l expression
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:42,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:46,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-registry.c:14:
    include/linux/prefetch.h: In function `prefetch_range':
    include/linux/prefetch.h:62: let op: pointer van type `void *' gebruikt in r
    ekensom
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:864,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-registry.c:14:
    include/asm/io.h: In function `check_signature':
    include/asm/io.h:308: let op: argument van verkeerd type voor incrementeren
    In file included from include/asm/pci.h:94,
    from include/linux/pci.h:904,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/nv-linux.h:69,
    from /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/
    src/nv/os-registry.c:14:
    include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
    include/asm-generic/pci-dma-compat.h:49: let op: pointer van type `void *' g
    ebruikt in rekensom
    ld -m elf_x86_64 -r -o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/
    usr/src/nv/nvidia.o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/sr
    c/nv/nv-kernel.o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/n
    v/nv.o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/nv-vm.o
    /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/os-agp.o /tmp/s
    elfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/os-interface.o /tmp/s
    elfgz5386/NVIDIA-Linux-x86_6
    4-1.0-7676-pkg2/usr/src/nv/os-registry.o
    Building modules, stage 2.
    make -rR -f /usr/src/linux-headers-2.6.12-6-amd64-generic/scripts/Makefile.m
    odpost
    scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.12-6-amd64-generic
    /Module.symvers /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv
    /nvidia.o
    Warning: could not find /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/us
    r/src/nv/.nv-kernel.o.cmd for /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-p
    kg2/usr/src/nv/nv-kernel.o
    gcc-3.3 -Wp,-MD,/tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/
    nv/.nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc-lib/x86_64-linux-gnu/3.3
    .6/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs
    -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer
    -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare
    -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
    -DKBUILD_BASENAME=nvidia -DKBUILD_MODNAME=nvidia -DMODULE -c -o /tmp/sel
    fgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/nvidia.mod.o /tmp/selfg
    z5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/nvidia.mod.c
    ld -m elf_x86_64 -r -o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/u
    sr/src/nv/nvidia.ko /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/sr
    c/nv/nvidia.o /tmp/selfgz5386/NVIDIA-Linux-x86_64-1.0-7676-pkg2/usr/src/nv/n
    vidia.mod.o
    NVIDIA: left KBUILD.
    -> done.
    -> Kernel module compilation complete.
    ERROR: Unable to load the kernel module 'nvidia.ko'. This is most likely
    because the kernel module was built using the wrong kernel source files.
    Please make sure you have installed the kernel source files for your
    kernel; on Red Hat Linux systems, for example, be sure you have the
    'kernel-source' rpm installed. If you know the correct kernel source
    files are installed, you may specify the kernel source path with the
    '--kernel-source-path' commandline option.
    -> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
    -1 Invalid module format
    -> Kernel messages:
    [ 360.828049] cpu_init done, current fid 0xe, vid 0x6
    [ 397.796974] Bluetooth: Core ver 2.7
    [ 397.796979] NET: Registered protocol family 31
    [ 397.796981] Bluetooth: HCI device and connection manager initialized
    [ 397.796989] Bluetooth: HCI socket layer initialized
    [ 397.810820] Bluetooth: L2CAP ver 2.7
    [ 397.810823] Bluetooth: L2CAP socket layer initialized
    [ 397.817729] Bluetooth: RFCOMM ver 1.5
    [ 397.817735] Bluetooth: RFCOMM socket layer initialized
    [ 397.817744] Bluetooth: RFCOMM TTY layer initialized
    [ 831.262068] ibm_acpi: ec object not found
    [ 1308.306748] ISO 9660 Extensions: Microsoft Joliet Level 3
    [ 1309.386012] ISO 9660 Extensions: RRIP_1991A
    [ 1371.851331] nvidia: version magic '2.6.12-6-amd64-generic gcc-3.3' should
    be '2.6.12-6-amd64-generic gcc-3.4'
    [ 1724.604132] nvidia: version magic '2.6.12-6-amd64-generic gcc-3.3' should
    be '2.6.12-6-amd64-generic gcc-3.4'
    ERROR: Installation has failed. Please see the file
    '/var/log/nvidia-installer.log' for details. You may find suggestions
    on fixing installation problems in the README available on the Linux
    driver download page at www.nvidia.com.

  5. #115
    Join Date
    Aug 2005
    Location
    Cleveland, Oh
    Beans
    17

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by onlyOknows
    1- it didn!t worked

    2- I successfully downgraded to 7667. here is the link where to download the installer for 7667 driver; http://www.nvidia.com/object/linux_d..._1.0-7667.html

    I got a higher refresh rate using any Nvidia driver by commenting out the following lines in my xorg.conf

    HorizSync
    VertRefresh

    So just add "#" in front of those 2 lines. This will force X to probe the monitor and will automatically pick best refresh

  6. #116
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by liquidfire
    Great guide
    But i'm having some compile errors.
    It stops with the error
    No kernelsources found blabla nvidia.ro.
    I downloaded the right source (I hope) but i get that error above
    Here's my log
    It's easy to solve. I've dealt with it in point 2 of the "Problem Section" of my guide. Have a look at it.

    By the way this is the solution for you:

    It means the installer tries to use gcc-3.3 instead of gcc-3.4(the right one).Type this before launching NVIDIA installer:

    CC=gcc-3.4
    export CC

    then run nvidia installer again.

    P.S. Let me guess: you are using a Breezy kernel, aren't you?
    Last edited by tseliot; August 25th, 2005 at 08:15 PM.

  7. #117
    Join Date
    Aug 2005
    Beans
    26

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by tseliot
    It's easy to solve. I've dealt with it in point 2 of the "Problem Section" of my guide. Have a look at it.

    By the way this is the solution for you:

    It means the installer tries to use gcc-3.3 instead of gcc-3.4(the right one).Type this before launching NVIDIA installer:

    CC=gcc-3.4
    export CC

    then run nvidia installer again.

    P.S. Let me guess: you are using a Breezy kernel, aren't you?
    Sorry, how stupid of me I did exactly what I read, setting CC=gcc3.3 but i type 3 instead of four

  8. #118
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by liquidfire
    Sorry, how stupid of me I did exactly what I read, setting CC=gcc3.3 but i type 3 instead of four
    No problem, have fun with your new driver

  9. #119
    Join Date
    Aug 2005
    Beans
    26

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by tseliot
    No problem, have fun with your new driver
    Hmm, its conflicting with the 7667 driver which is installed by default
    Any idea how to avoid it? I removed everything except the common thingy.
    Should I remove it, if so it will remove some image files too and I don't know if that would be harmfull.

  10. #120
    Join Date
    Aug 2005
    Beans
    9

    Re: HOWTO: Latest NVIDIA drivers

    Quote Originally Posted by bagatonovic
    I got a higher refresh rate using any Nvidia driver by commenting out the following lines in my xorg.conf

    HorizSync
    VertRefresh

    So just add "#" in front of those 2 lines. This will force X to probe the monitor and will automatically pick best refresh
    I have already tried it, but it didn't change anything. I thing xorg.conf is a useless file. I have tried billions of configurations that are all suggested by some people on the forums. But no one worked!!!

Page 12 of 42 FirstFirst ... 2101112131422 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •