Nvidia legacy driver

Hello,
it seems that as of 310.x my GeForce 6150 isn't supported anymore so the latest working driver for me is 304.64-1.
Will there be a legacy branch now? Because everyone with an older GeForce will get the nvidia update via pacman -Syu
and it will install but the PC won't boot into X anymore since it can't load the modul.
Regards,
blackout23
Last edited by blackout23 (2012-11-16 20:54:32)

In case you are using the LTS version I tweaked the PKGBUILD to build an lts version.
PKGBUILD
# $Id: PKGBUILD 171238 2012-11-16 21:39:23Z ibiru $
# Maintainer : Thomas Baechler <[email protected]>
pkgname=nvidia-304xx-lts
pkgver=304.64
_extramodules=extramodules-3.0-lts
pkgrel=1
pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
depends=('linux>=3.0' "nvidia-304xx-utils=${pkgver}")
makedepends=('linux-lts-headers>=3.0')
conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx' 'nvidia-lts' 'nvidia-all')
license=('custom')
install=nvidia-lts.install
options=(!strip)
if [ "$CARCH" = "i686" ]; then
_arch='x86'
_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run")
md5sums=('6964415cf648a5f4f38117b168369de2')
elif [ "$CARCH" = "x86_64" ]; then
_arch='x86_64'
_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run")
md5sums=('76007ed4b72afd334e26377b646f5f7e')
fi
build() {
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
cd "${srcdir}"
sh "${_pkg}.run" --extract-only
cd "${_pkg}/kernel"
make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
package() {
install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" "${startdir}/nvidia-lts.install"
gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
.install
post_install() {
EXTRAMODULES='extramodules-3.0-lts'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
echo 'In order to use nvidia module, reboot the system.'
post_upgrade() {
EXTRAMODULES='extramodules-3.0-lts'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
post_remove() {
EXTRAMODULES='extramodules-3.0-lts'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)

Similar Messages

  • Xorg 1.8 - nvidia 96xx legacy driver

    Since a few weeks I use Archlinux and I'was happy with it until my last upgrade. After this (incl. kernel 2.6.34 and xorg 1.8) I was lost in the dark. Googling learned me that the nvidia 96xx legacy driver (I have an old Geforce card) cannot cope with xorg 1.8 (yet??). Could this be better coordinated in the future?
    If not, can someone please explain (in simple terms, I'm a newbie, what to do if such things happen).
    Thanks in advance.

    Lets see (long post)
    uname -a
    Linux mediacenter 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
    [ 11.364]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 11.364]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 11.364] X Protocol Version 11, Revision 0
    [ 11.364] Build Operating System: Linux 2.6.34-ARCH i686
    [ 11.364] Current Operating System: Linux mediacenter 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686
    [ 11.364] Kernel command line: root=/dev/sda1 ro fastboot quiet 4
    [ 11.364] Build Date: 21 June 2010 11:54:27AM
    [ 11.364]
    [ 11.378] Current version of pixman: 0.18.2
    [ 11.378] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 11.378] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.378] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 28 02:17:21 2010
    [ 11.401] (==) Using config file: "/etc/X11/xorg.conf"
    [ 11.401] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 11.450] (==) ServerLayout "Layout0"
    [ 11.450] (**) |-->Screen "Screen0" (0)
    [ 11.450] (**) | |-->Monitor "Monitor0"
    [ 11.450] (**) | |-->Device "Device0"
    [ 11.450] (**) |-->Input Device "Keyboard0"
    [ 11.450] (**) |-->Input Device "Mouse0"
    [ 11.450] (==) Automatically adding devices
    [ 11.450] (==) Automatically enabling devices
    [ 11.503] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11.503] Entry deleted from font path.
    [ 11.503] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 11.503] Entry deleted from font path.
    [ 11.521] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 11.521] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 11.521] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 11.521] (WW) Disabling Keyboard0
    [ 11.521] (WW) Disabling Mouse0
    [ 11.521] (II) Loader magic: 0x81e9d00
    [ 11.521] (II) Module ABI versions:
    [ 11.521] X.Org ANSI C Emulation: 0.4
    [ 11.521] X.Org Video Driver: 7.0
    [ 11.521] X.Org XInput driver : 9.0
    [ 11.521] X.Org Server Extension : 3.0
    [ 11.531] (--) PCI:*(0:1:0:0) 10de:0181:1462:9350 nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev 164, Mem @ 0xfb000000/16777216, 0xf4000000/67108864, BIOS @ 0x????????/131072
    [ 11.531] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 11.531] (II) LoadModule: "extmod"
    [ 11.580] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 11.589] (II) Module extmod: vendor="X.Org Foundation"
    [ 11.589] compiled for 1.8.1.902, module version = 1.0.0
    [ 11.589] Module class: X.Org Server Extension
    [ 11.589] ABI class: X.Org Server Extension, version 3.0
    [ 11.589] (II) Loading extension MIT-SCREEN-SAVER
    [ 11.589] (II) Loading extension XFree86-VidModeExtension
    [ 11.589] (II) Loading extension XFree86-DGA
    [ 11.591] (II) Loading extension DPMS
    [ 11.591] (II) Loading extension XVideo
    [ 11.591] (II) Loading extension XVideo-MotionCompensation
    [ 11.591] (II) Loading extension X-Resource
    [ 11.591] (II) LoadModule: "dbe"
    [ 11.608] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 11.618] (II) Module dbe: vendor="X.Org Foundation"
    [ 11.618] compiled for 1.8.1.902, module version = 1.0.0
    [ 11.618] Module class: X.Org Server Extension
    [ 11.618] ABI class: X.Org Server Extension, version 3.0
    [ 11.618] (II) Loading extension DOUBLE-BUFFER
    [ 11.619] (II) LoadModule: "glx"
    [ 11.619] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12.050] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12.050] compiled for 4.0.2, module version = 1.0.0
    [ 12.050] Module class: X.Org Server Extension
    [ 12.050] (II) NVIDIA GLX Module 96.43.16 Thu Jan 28 16:14:25 PST 2010
    [ 12.050] (II) Loading extension GLX
    [ 12.050] (II) LoadModule: "record"
    [ 12.051] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 12.061] (II) Module record: vendor="X.Org Foundation"
    [ 12.061] compiled for 1.8.1.902, module version = 1.13.0
    [ 12.061] Module class: X.Org Server Extension
    [ 12.061] ABI class: X.Org Server Extension, version 3.0
    [ 12.061] (II) Loading extension RECORD
    [ 12.061] (II) LoadModule: "dri"
    [ 12.061] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 12.074] (II) Module dri: vendor="X.Org Foundation"
    [ 12.074] compiled for 1.8.1.902, module version = 1.0.0
    [ 12.074] ABI class: X.Org Server Extension, version 3.0
    [ 12.074] (II) Loading extension XFree86-DRI
    [ 12.074] (II) LoadModule: "dri2"
    [ 12.074] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12.075] (II) Module dri2: vendor="X.Org Foundation"
    [ 12.075] compiled for 1.8.1.902, module version = 1.2.0
    [ 12.075] ABI class: X.Org Server Extension, version 3.0
    [ 12.075] (II) Loading extension DRI2
    [ 12.075] (II) LoadModule: "nvidia"
    [ 12.084] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12.137] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12.137] compiled for 4.0.2, module version = 1.0.0
    [ 12.137] Module class: X.Org Video Driver
    [ 12.137] (WW) NVIDIA: This server has an unsupported input driver ABI version (have 9.0, need < 8.0). The driver will continue to load, but may behave strangely.
    [ 12.175] (II) NVIDIA dlloader X Driver 96.43.16 Thu Jan 28 16:02:25 PST 2010
    [ 12.176] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12.176] (--) using VT number 4
    [ 12.178] (II) Primary Device is: PCI 01@00:00:0
    [ 12.178] (II) Loading sub module "fb"
    [ 12.178] (II) LoadModule: "fb"
    [ 12.178] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.189] (II) Module fb: vendor="X.Org Foundation"
    [ 12.189] compiled for 1.8.1.902, module version = 1.0.0
    [ 12.189] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12.190] (II) Loading sub module "ramdac"
    [ 12.190] (II) LoadModule: "ramdac"
    [ 12.190] (II) Module "ramdac" already built-in
    [ 12.211] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12.211] (==) NVIDIA(0): RGB weight 888
    [ 12.211] (==) NVIDIA(0): Default visual is TrueColor
    [ 12.211] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12.211] (**) NVIDIA(0): Option "DPI" "96x96"
    [ 12.214] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 12.214] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 12.214] (II) NVIDIA(0): enabled.
    [ 12.706] (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 with AGP8X at PCI:1:0:0 (GPU-0)
    [ 12.706] (--) NVIDIA(0): Memory: 65536 kBytes
    [ 12.706] (--) NVIDIA(0): VideoBIOS: 04.18.20.07.23
    [ 12.706] (II) NVIDIA(0): Detected AGP rate: 8X
    [ 12.706] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 12.706] (--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 with AGP8X at
    [ 12.706] (--) NVIDIA(0): PCI:1:0:0:
    [ 12.706] (--) NVIDIA(0): LG TV (CRT-0)
    [ 12.706] (--) NVIDIA(0): LG TV (CRT-0): 350.0 MHz maximum pixel clock
    [ 12.707] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 12.707] (II) NVIDIA(0): Validated modes:
    [ 12.707] (II) NVIDIA(0): "856x481"
    [ 12.707] (II) NVIDIA(0): Virtual screen size determined to be 856 x 481
    [ 12.707] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
    [ 12.707] (--) Depth 24 pixmap format is 32 bpp
    [ 12.709] (II) NVIDIA(0): Initialized GART.
    [ 12.720] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 12.728] (II) NVIDIA(0): Setting mode "856x481"
    [ 12.813] (II) Loading extension NV-GLX
    [ 12.824] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    [ 12.840] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    [ 12.850] (==) NVIDIA(0): Backing store disabled
    [ 12.850] (==) NVIDIA(0): Silken mouse enabled
    [ 12.852] (**) NVIDIA(0): DPMS enabled
    [ 12.852] (II) Loading extension NV-CONTROL
    [ 12.852] (==) RandR enabled
    [ 12.852] (II) Initializing built-in extension Generic Event Extension
    [ 12.852] (II) Initializing built-in extension SHAPE
    [ 12.852] (II) Initializing built-in extension MIT-SHM
    [ 12.852] (II) Initializing built-in extension XInputExtension
    [ 12.852] (II) Initializing built-in extension XTEST
    [ 12.852] (II) Initializing built-in extension BIG-REQUESTS
    [ 12.852] (II) Initializing built-in extension SYNC
    [ 12.852] (II) Initializing built-in extension XKEYBOARD
    [ 12.852] (II) Initializing built-in extension XC-MISC
    [ 12.852] (II) Initializing built-in extension SECURITY
    [ 12.852] (II) Initializing built-in extension XINERAMA
    [ 12.852] (II) Initializing built-in extension XFIXES
    [ 12.852] (II) Initializing built-in extension RENDER
    [ 12.852] (II) Initializing built-in extension RANDR
    [ 12.852] (II) Initializing built-in extension COMPOSITE
    [ 12.852] (II) Initializing built-in extension DAMAGE
    [ 12.856] (II) Initializing extension GLX
    [ 13.318] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 13.318] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.318] (II) LoadModule: "evdev"
    [ 13.318] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.326] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.326] compiled for 1.8.0, module version = 2.4.0
    [ 13.326] Module class: X.Org XInput Driver
    [ 13.326] ABI class: X.Org XInput driver, version 9.0
    [ 13.326] (**) Power Button: always reports core events
    [ 13.326] (**) Power Button: Device: "/dev/input/event4"
    [ 13.333] (II) Power Button: Found keys
    [ 13.333] (II) Power Button: Configuring as keyboard
    [ 13.333] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 13.333] (**) Option "xkb_rules" "evdev"
    [ 13.333] (**) Option "xkb_model" "evdev"
    [ 13.333] (**) Option "xkb_layout" "us"
    [ 13.377] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 13.377] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.377] (**) Power Button: always reports core events
    [ 13.377] (**) Power Button: Device: "/dev/input/event2"
    [ 13.387] (II) Power Button: Found keys
    [ 13.387] (II) Power Button: Configuring as keyboard
    [ 13.387] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 13.387] (**) Option "xkb_rules" "evdev"
    [ 13.387] (**) Option "xkb_model" "evdev"
    [ 13.387] (**) Option "xkb_layout" "us"
    [ 13.387] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 13.387] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 13.387] (**) Sleep Button: always reports core events
    [ 13.387] (**) Sleep Button: Device: "/dev/input/event3"
    [ 13.397] (II) Sleep Button: Found keys
    [ 13.397] (II) Sleep Button: Configuring as keyboard
    [ 13.397] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 13.397] (**) Option "xkb_rules" "evdev"
    [ 13.397] (**) Option "xkb_model" "evdev"
    [ 13.397] (**) Option "xkb_layout" "us"
    [ 13.401] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 13.401] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.401] (**) AT Translated Set 2 keyboard: always reports core events
    [ 13.401] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 13.410] (II) AT Translated Set 2 keyboard: Found keys
    [ 13.410] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 13.410] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 13.410] (**) Option "xkb_rules" "evdev"
    [ 13.410] (**) Option "xkb_model" "evdev"
    [ 13.410] (**) Option "xkb_layout" "us"
    [ 13.411] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event5)
    [ 13.411] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 13.411] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 13.411] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event5"
    [ 13.423] (II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 13.423] (II) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 13.423] (II) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 13.423] (II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 13.423] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 13.423] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 13.423] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.423] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    [ 13.424] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 13.424] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 13.424] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 13.424] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 13.424] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 13.424] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 13.424] (II) No input driver/identifier specified (ignoring)
    [ 13.424] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 13.424] (II) No input driver/identifier specified (ignoring)
    [tigtex@mediacenter ~]$ glxgears
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    7096 frames in 5.0 seconds = 1419.008 FPS
    7110 frames in 5.0 seconds = 1421.859 FPS
    7111 frames in 5.0 seconds = 1422.168 FPS
    01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a4)
    [tigtex@mediacenter ~]$ lsmod | grep nvidia
    nvidia 4657813 22
    i2c_core 15144 2 i2c_viapro,nvidia
    agpgart 23120 2 nvidia,via_agp
    [root@mediacenter tigtex]# pacman -Syu
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    there is nothing to do
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jan 28 16:14:36 PST 2010
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    Option "DPI" "96x96"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "856x481"
    EndSubSection
    EndSection
    pacman -Qs nvidia
    local/libvdpau 0.4-1
    Nvidia VDPAU library
    local/nvidia-96xx 96.43.16-3
    NVIDIA drivers for kernel26, 96xx branch.
    local/nvidia-96xx-utils 96.43.16-1
    NVIDIA drivers utilities and libraries, 96xx branch.
    Good luck with the mistery.
    I didn't use anything else to install nvidia-96xx, it was with pacman. nvidia-96xx is no longer on repos but it was when i made the setup. I dont see why they removed it. Works 100% good here on my SD plasma. Even with games and xbmc.
    Last edited by TigTex (2010-06-28 01:36:03)

  • Xorg fails to restart with nvidia propertiary driver

    Hi!
    Dear fellow archers, I've got this little problem which is driving me crazy: after first successful start of xorg while booting  ("kdm" is in the DAEMONS list in rc.conf), i can't get to start it once again (for example with "/etc/rc.d/kdm restart"). When I try to do this screen goes blank (+ single underscore in top-left corner) for ~10 seconds, then nvidia logo shows up for half a second, and finally it failbacks to terminal.
    I use thinkpad T61 with nvidia quadro nvs 140m and nvidia driver version 190.42 (from extra repo).
    Thanks in advance for all suggestions.
    Xorg.0.log after I try to restart
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.901 (1.7.4 RC 1)
    Release Date: 2009-12-11
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux hal9000 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686
    Kernel command line: root=/dev/sda2 ro vga=869
    Build Date: 12 December 2009 12:59:40PM
    Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 13 16:10:30 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 nVidia Corporation Quadro NVS 140M rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.42 Tue Oct 20 20:55:08 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 190.42 Tue Oct 20 20:26:00 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (**) 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): Option "Coolbits" "1"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (**) NVIDIA(0): Option "DamageEvents" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) Dec 13 16:10:30 NVIDIA(0): Enabling RENDER acceleration
    (II) Dec 13 16:10:30 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Dec 13 16:10:30 NVIDIA(0): enabled.
    (II) Dec 13 16:10:43 NVIDIA(0): NVIDIA GPU Quadro NVS 140M (G86) at PCI:1:0:0 (GPU-0)
    (--) Dec 13 16:10:43 NVIDIA(0): Memory: 524288 kBytes
    (--) Dec 13 16:10:43 NVIDIA(0): VideoBIOS: 60.86.3e.00.00
    (II) Dec 13 16:10:43 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Dec 13 16:10:43 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Dec 13 16:10:43 NVIDIA(0): Connected display device(s) on Quadro NVS 140M at PCI:1:0:0:
    (--) Dec 13 16:10:43 NVIDIA(0): BenQ FP91GP (CRT-0)
    (--) Dec 13 16:10:43 NVIDIA(0): LEN (DFP-0)
    (--) Dec 13 16:10:43 NVIDIA(0): BenQ FP91GP (CRT-0): 400.0 MHz maximum pixel clock
    (--) Dec 13 16:10:43 NVIDIA(0): LEN (DFP-0): 330.0 MHz maximum pixel clock
    (--) Dec 13 16:10:43 NVIDIA(0): LEN (DFP-0): Internal Dual Link LVDS
    (WW) Dec 13 16:10:43 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) Dec 13 16:10:43 NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) Dec 13 16:10:43 NVIDIA(0): HorizSync range (46.301-55.556 kHz) would exclude this
    (WW) Dec 13 16:10:43 NVIDIA(0): mode's HorizSync (37.0 kHz); ignoring HorizSync check for
    (WW) Dec 13 16:10:43 NVIDIA(0): mode "1440x900".
    (WW) Dec 13 16:10:43 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) Dec 13 16:10:43 NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) Dec 13 16:10:43 NVIDIA(0): HorizSync range (46.301-55.556 kHz) would exclude this
    (WW) Dec 13 16:10:43 NVIDIA(0): mode's HorizSync (37.0 kHz); ignoring HorizSync check for
    (WW) Dec 13 16:10:43 NVIDIA(0): mode "1440x900".
    (II) Dec 13 16:10:43 NVIDIA(0): Assigned Display Device: DFP-0
    (II) Dec 13 16:10:43 NVIDIA(0): Validated modes:
    (II) Dec 13 16:10:43 NVIDIA(0): "1440x900"
    (II) Dec 13 16:10:43 NVIDIA(0): "1024x768"
    (II) Dec 13 16:10:43 NVIDIA(0): "800x600"
    (II) Dec 13 16:10:43 NVIDIA(0): "640x480"
    (II) Dec 13 16:10:43 NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (**) Dec 13 16:10:44 NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
    (==) Dec 13 16:10:44 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Dec 13 16:10:44 NVIDIA(0): Initialized GPU GART.
    (II) Dec 13 16:10:44 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Dec 13 16:10:44 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) Dec 13 16:10:44 NVIDIA(0): Setting mode "1440x900"
    (II) Loading extension NV-GLX
    (II) Dec 13 16:10:45 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Dec 13 16:10:45 NVIDIA(0): Initialized X Rendering Acceleration
    (**) NVIDIA(0): Option "BackingStore" "True"
    (**) NVIDIA(0): Backing store enabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    #InputDevice "Ultranav" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    #Section "ServerFlags"
    # Option "AutoAddDevices" "False"
    #EndSection
    #Section "Files"
    # RgbPath "/usr/share/X11/rgb"
    # ModulePath "/usr/lib/xorg/modules"
    # FontPath "/usr/share/fonts/misc"
    # FontPath "/usr/share/fonts/100dpi:unscaled"
    # FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    #EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    # Load "vbe"
    # Load "ddc"
    # Load "int10"
    # Load "dbe"
    # Load "extmod"
    #Load "record"
    # Load "freetype"
    #Load "type1"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "thinkpad60"
    Option "XkbLayout" "pl"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "Auto"
    # Option "XAxisMapping" "6 7"
    # Option "YAxisMapping" "4 5"
    Option "ZAxisMapping" "4 5 6 7"
    # przewijanie srodkowym przyciskiem
    # Option "EmulateWheel" "On"
    # Option "Emulate3Buttons" "On"
    # Option "EmulateWheelButton" "2"
    ## Option "EmulateWheelTimeout" "200"
    EndSection
    #Section "InputDevice"
    # Identifier "Mouse0"
    # Driver "mouse"
    # Option "SHMConfig" "on"
    # Option "Protocol" "auto"
    # Option "Device" "/dev/input/mice"
    # Option "ZAxisMapping" "4 5 6 7"
    #EndSection
    Section "InputDevice"
    Identifier "Ultranav"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Lenovo"
    ModelName "Lenovo T61 Flat Panel 1440x900"
    Option "DPMS"
    # DisplaySize 487 304 # 75 DPI @ 1440x900
    # DisplaySize 381 238 # 96 DPI @ 1440x900
    # HorizSync 28.0 - 61.0
    # VertRefresh 43.0 - 75.0
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "Quadro NVS 140M"
    Option "DPI" "96 x 96"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "DPMS" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "Coolbits" "1"
    # Option "IgnoreDisplayDevices" "DFP, CRT, TV"
    # BusID "PCI:1:0:0"
    # Option "UseEdidDpi" "FALSE"
    # Option "AddARGBGLXVisuals" "True"
    # Option "AllowGLXWithComposite" "True"
    # Option "TripleBuffer" "True"
    # Option "DamageEvents" "True"
    # Option "BackingStore" "True"
    # Option "InitialPixmapPlacement" "3"
    # Option "GlyphCache" "1"
    # Option "PixmapCacheSize" "200000"
    # on battery - max power saving, on AC - adaptive strategy
    # Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2233; PowerMizerDefault=0x3"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 1
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    #EndSection
    #Section "DRI"
    #Mode 0666
    #EndSection
    Last edited by tarantoga (2009-12-13 15:36:59)

    tarantoga wrote:
    falconindy wrote:
    I don't think the 190 driver is intended for the quadro M series. As per the nvidia site, the 100 or 169 drivers support your video card.
    edit: You might also try the nouveau driver.
    Well, this quadro is almost identical to geforce 8400GS, so I don't think nvidia site is up to date in this respect. Besides, other than this issue everything works just fine. It is just annoying to be forced to reboot everytime I have to restart X. And I need nvidia propertiary driver, because I use opencl.
    Thats odd then. I have an 8400gs and am using the beta driver without any issues. Give the legacy driver a try once.
    Exit the gui (ctrl+alt+f1)
    Remove the current driver
    pacman -Rd nvidia nvidia-utils
    (replace with nvidia-beta nvidia-utils-beta if you switched to the beta driver)
    Now install the legacy driver
    pacman -S nvidia-173xx nvidia-173xx-utils
    Reboot
    Hope this helps.

  • NVIDIA-340xx driver not correctly assigning resolution on console

    I have an NVIDIA Quadro FX 1700 and I must use the legacy driver for CUDA. X can assign the resolution properly, but the virtual console has a lower resolution. When I tried it out with the nouveau driver, the resolution was fine.
    Does anyone know how to resolve this?

    headkase wrote:The proprietary driver does not support kernel mode setting which is required for native resolution virtual consoles.  The open-source Nouveau driver does support KMS and that's why it is at native resolution.  I believe you can look into a framebuffer like fbdev to work around the issue a bit.  Google.
    That's not entirely correct. Kernel modesetting does not automatically give you a high resolution console. It's only because the open source KMS drivers have an internal fbcon driver that you get a high res console. The Nvidia driver uses kernel modesetting too (and they've had it for years before the open driver got it), but it's their own proprietary implementation that has a different interface than the open KMS drivers, and this proprietary implementation does not have an internal fbcon driver, it's only used by their X driver.
    To get a high res console with the Nvidia driver requires using vesafb/uvesafb (when booting in BIOS mode) or efifb (when booting in UEFI mode). But this limits you to resolutions in the VBIOS of the GPU, and very often widescreen resolutions aren't there.

  • NVIDIA OpenGL driver lost connection with the display driver

    Alienware M14x Laptop
    Windows 7-pre 64-bit
    8gb ram
    3gb Video: NVIDIA GeForce GT 555M
    Intel i7 2760QM
    AE CS4
    AE keeps crashing. I get the following message while doing something as simple as scrubbing through the timeline, or changing opacity of a layer. in 1080p, I have a picture layer, a solid, some color corrections, and that's it. i just got this new computer and i have never had this problem on my old computer.
    this message appears after AE crashes."The NVIDIA OpenGL driver lost connection with the display driver and is unable to continue. The application must close."
    this message appears in the taskbar: "Display driver stopped responding and has recovered. Display driver NVIDIA Windows kernel Mode Driver, Version 267.21 stopped responding and has successfully recovered"
    any ideas on how to stop AE from causing my display driver to stop working?
    Thanks, Ramzi Rebeiz

    For anyone picking up this thread (it's probably too late for rrebeiz40 by now!) I have come across a simple but apparently very effective tip that has solved the 'OpenGL driver lost connection' issue for many people using various NVIDIA with various Adobe progs (incidentally a lot of these seem to crop up on Dell machines, especially Notebooks).
    (It fixed my issue with Premiere Pro CS4 - GeForce GT 555M on Win 7 Ultimate 64-bit, Dell XPSL702X).
    It's posted on http://forum-archive.developer.nvidia.com/index.php?showtopic=5331&st=40 (look for the last post, No 50) as follows:
    THIS FIX APPEARS TO WORK...found on an Adobe forum
    "This issue led me to this fix: go to NVIDIA Control Panel --> Manage 3D Settings --> Global Settings, and switch "Power Management Mode" to "Prefer Maximum Performance" (the default "Adaptive" setting seemed to be the culprit). And that's it! The key here is changing the "Global" setting, as my individual programs were already set to "Prefer Maximum Performance." I can cause the error to reoccur by changing back to "Adaptive."
    Otherwise lots more ideas on this site: http://www.instructables.com/id/How-to-Fix...Nvlddmkm-Error/
    My PC has been running for 2 days now. I only put the top fix in for now. Feel happier I have more options if need be though.
    Inserted from <http://forum-archive.developer.nvidia.com/index.php?showtopic=5331&st=40>
    It worked for me

  • MacBook Air/nvidia GeForce9400M/driver issue  font installation fails on xp

    xp sp3 on a MacBook Air (bought 04-2009, 2x 1,86 GHz, 128 GB SSD) fails to install otf type fonts with an error message. Also Adobe Photoshop 10 (CS3) will crash upon trying to insert writing into a jpeg, tif, psd etc.
    Source of problem: The nvidia graphic driver needs some more memory allocation than xp expects.
    Remedy: open the registry editor (START>RUN>regedit)
    navigate to the following key:
    HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement
    add a new REG_DWORD Value
    change the name of the value to
    SessionImageSize
    set its value (decimal) to
    20
    reboot
    -- this problem would only seem to affect xp sp3 systems with nvidia graphics
    -- be sure to backup your registry before changing it and
    be sure to know what you are doing before editing the registry
    Apparently this problem has been recognized by nvidia and implemented in their latest driver release. This is not suited, however, for Apple products, since they have further customized the nvidia driver (and apparently NOT included this fix!).
    The fix will resolve the problems mentioned above with installing otf type fonts and inserting writing into pics in photoshop. Photoshop, however, continues to crash upon exiting, an issue not yet resolved.
    Siggi Engelbrecht

    Hi and welocme to Discussions,
    use the SafeBoot options of XP as described here http://support.microsoft.com/?scid=kb%3Ben-us%3B315222&x=10&y=11
    Use Safe Mode (=Minimal) to startup XP with a minimal set of drivers and from there uninstall the not-working Nvidia drivers.
    The reinstall the drivers that worked.
    You might wanna tryout if 'Last Known Good Configuration' works.
    Regards
    Stefan

  • How do I install the nvidia 173 driver?

    Hi
    Today I installed Arch. Felt like the greatest achievement. Got xorg, and a few other things working, lxde until I download kde... and how to I install the nvidia 173 driver from the aur for my nvidia geforce fx 5700 (leastwise winfast a360) on arch?
    many thanks.
    PS sorry if this is scruffy, I'm on my  phone which is small

    Welsh_Miner48 wrote:https://aur.archlinux.org/packages/nvidia-173xx/ is it I think
    Sure it is.
    Did you read https://wiki.archlinux.org/index.php/Nvidia ? It's mentioned at the very beginning.

  • With hardware acceleration enabled, and with plenty of tabs open, using the Windows 7 taskbar preview option will almost always crashed the nVidia display driver.

    Latest Firefox 4 beta 6.
    nVidia GT240 1GB DDR3 with driver version 258.96.
    Windows 7 Ultimate.
    If I have plenty of tabs opened, in Firefox 4 beta 6 with hardware acceleration enabled, using the Windows 7 Taskbar preview feature (that will show all the tabs Firefox has loaded) will cause the Nvidia display driver to crash. When this happen, the GUI part of Firefox will be unusable and has to be killed via Task Manager.
    This doesn't happen if hardware acceleration is disabled.

    It is beta software and the older 4.0 b6 version may not work with all display drivers.
    You can trey the test extension: http://jagriffin.wordpress.com/2010/08/30/introducting-grafx-bot/

  • HP Pavilion 15-n240ee NVIDIA Graphics Driver for win 7 (64-bit)

    greetings,
     i need a driver for my 15 -n240ee NVIDIA Graphics Driver Geforce740 M for windows 7 (64-bit) ; the one i downloaded from here wasn't compactable with win 7 (64-bit)
    please help
    This question was solved.
    View Solution.

    Hi:
    First you have to install the Intel HD graphics driver first, reboot and then install the nvidia graphics driver.
    https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23885&lang=eng&OSVersion=Windows%207...
    If the W7 x64 nvidia graphics driver from your notebook's support and driver page doesn't work still, then try this one...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-127811-1&cc=us&dlc=en&lc=en...

  • NVIDIA Diplay driver crashes in Premiere Pro CS5.5

    I have been editing AVCHD video in the latest version of Premiere Pro CS5.5 for some time now and then suddenly about 3 weeks ago I started having problems where the NVIDIA display driver for my GTX 580 would crash and then recover but kick me out of Premiere Pro in the process.  I had the Mercury Playback Hardware engine enabled.  Chaging it to software render mode fixed the issue and ultimately rolling my video drivers back to a previous version seemed to eliminate the problem completely allowing me to enable hardware render mode again.
    I turned off auto updates on my video card since then and last night the problem suddenly came back.  This time software render mode crashes too.  I can even have Premiere Pro open and not be doing anyhting and sometimes after a while it just randomly crashes.  It happens with all my projects and never in the same place on the timeline.
    I deleted all of the render files and recreated them and even imported the project into a new project.  This did not fix it.
    I tried reinstalling old and new drivers using the "clean install" feature.  No good.
    I edited the TDR settings in my registry increasing the delay time before it recovers as recommended by Microsoft when this issue occcurs and this did not resolve my issue.
    I am really concerned now because from everyhting I have read it should be working in software render mode.  Since it's not I am at a loss.
    I have other programs that use CUDA hardware rendering and none of them have an issue.  It just seems to be with Premiere.
    I also checked the temperature of the video card and that's fine.  No overheating issues with my MOBO either.
    I read somewhere that it could even be caused by a drop in clock speed on the card so I downloaded a utility to overclock my card and that didn't resolve the issue either.
    Any ideas?  I'm in crunch time on a major project and I can't render, export or do anything without it crashing.
    I have Windows 7 Ultimate 64 Bit, 12 GB of RAM, terabytes of hard drive space and an intel 6 core processor.  My specs are well above the requirements.  I have had this card since December and like I said, the issues just started a few weeks ago.
    Thanks.

    I am not at home so I haven't tried rolling back further but I can confirm the version drivers that I tried are 320.18 which was working for a while, 320.49 and 327.23.
    For reference I have Premiere Pro CS5.5.2 and the latest Windows 7 64-bit updates installed.
    The mobo is an ASUS P6T Deluxe.
    When I reinstall the NVIDIA drivers I use the clean install option which completely removes the previous version before reinstalling.  I found that I have to reinstall this is the best way since uninstalling from the control panel only adds the drivers back on a reboot.

  • V570 Nvidia display driver problem

    Hi,
    I just bought a laptop Lenovo V570 with the serial nr.: 59-3157502y. When i try to instal the nvidia display driver i get the message: "This graphics driver could not find compatible graphics hardware".
    Please give a solution how to fix this problem. I had high expectations for this product....
    Tks

    In the drop down list you're picking Geforce 500 series, you should be picking Geforce 500M series (notebook)

  • NVidia VGA driver dosen't work !!!!

    Installed NVidia graphics driver and it dosen't work .

    Need this to verify what video it has for right driver??
    How Do I Find My Model Number or Product Number?
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • NVIDIA Detonator Driver Performance Database

    The guys at Tweakers Asylum have built a Public nVidia Detonator Driver Performance Database used to store information on the various nVidia Detonator Drivers. They are collecting benchmark information, based on 3DMark2001 SE results for nVidia Detonator Drivers.
    Public Detonator Driver Database
    Take Care,
    Richard

    My system halts whenever I do certain applications such as Windows Media player. audio cleaning Lab 2005 deLuxe, and recordings..... it happens all the time.  However, PC does not crash at other times.
    I thought it was my old GeForce3 Ti200 in the first place so I changed it to GeForce4 Ti4600 and the problem is still there :(
    I refreshed Win98se and downloaded updates from Microsoft.  I ran memtest68, Registry mechanics, Anti-virus - all successful but still my PC crashes!   By the way, my PSU is http://www.jeantech.com/Products/Power_Supply/400W/400w.html (+3.3v @ 28A, +5v @ 35A, +12v @ 17A).   This is my new PSU replacing my old PSU 300W just few weeks ago.   I suppose this PSU is rubbish! right?
    Any suggestions here?

  • URxvt getting slower with use - is it xft or nvidia binary driver?

    Hi,
    I started using URxvt recently and I love it, especially the tabbed add-on. There's just one problem - with intensive use, after an hour or two it gets very slow in refreshing when switching between tabs or just using it. I mean the text redraw takes a while, like half a second, which is annoying when switching between many tabs.
    Now I know xft is supposted to be slow and I'm using it, but I have a core 2 duo 2.33GHz CPU so I thought maybe it can handle xft... And it does, just after restart it works just faaaaast. But after an hour or so it's slow, and later it's even slower.
    What is also interesting is that sometimes just resizing the window helps, like making it just a tad smaller, or even bigger. But after a couple resizes even that doesn't help.
    So, is it xft that's getting slower and slower with use?
    I also use the nvidia proprietary driver and I heard that causes problems, so could that be it?
    Apart from that, I use kde 4.4. URxvt is 9.07 and nvidia is 195.36.03.
    As for disabling xft: I'm currently using Code Envy R font and I love it, so if I can just keep using it without xft (can i?) then that's okay, otherwise I'd like to stick to xft if at all possible....
    Does that happen to anybody else? What do you think may be the problem?
    Thanks!

    Thanks everybody for all the suggestions. I have checked htop, atop and iotop to ensure nothing is eating my resources. The CPU is free, disk is free and most of memory is as well (I have 3gig so it's plenty). I'm not running in daemon mode and the slowing down is mostly visible when switching tabs so maybe that's it.
    I'm familiar with tmux, thanks for the suggestion too, but I still can't get used to it's shortcuts. I like urxvt simple shift-left and shift-right to switch tabs. Maybe I can just reconfigure tmux hotkeys... I'll certainly go that way if I fail with getting urxvt to work properly but there's still a couple of things to try.
    I'll try the daemon/client mode of urxvt and I'm also currently trying mrxvt with UTF-8 patch from aur, so far it works good but I need to put it to much more use before I can say it's really fast.
    I understand urxvt should run fine on my machine, that's why I was really surprised when I noticed the slow downs. I suspected nvidia because they had some issues in the past with anti-aliased fonts, but seems like it was in the past. One thing's for sure - it made konsole really slow in some configurations. So I thought maybe urxvt is affected by that as well, but if it works for other people then I guess it's something else.
    Thanks for all the suggestions everybody!
    Last edited by kosmiciatakuja (2010-03-28 11:22:18)

  • NVidia Capture Driver VS Leadtek TV Tuner problem

    I previously have used Leadtek WInfast TV Tuner 2000/XP before I installed MSI Geforce4MX 460-VTP with VIVO.
    I never installed the capture driver for the Geforce card though, because I do not see the need. Besides I prefer to use the tv tuner to record my tv programs.
    Another reason why I didn't install the NVidia capture driver is because I realize that it will cause some conflicts with the Leadtek TVTUner card driver because both are actually installing the same device drivers for the same tv-chip hardware located on both card.
    NVidia Capture Driver will install these hardwares in Device Manager:
    - Nvidia WDM Audio Capture
    - Nvidia WDM Crossbar
    - Nvidia WDM TVTuner
    - NVidia WDM Video Capture
    while, the Leadtek TVTUner driver will install the same driver for its own hardwares:
    - Winfast TV2000-XP Audio Capture
    - Winfast TV2000-XP Crossbar
    - Winfast TV2000-XP TVTuner
    - Winfast TV2000-XP Video Capture
    Surely installing Nvidia Capture driver & Leadtek TV TUner driver will cause WinXP confused because it finds 2 sets of the same hardwares.
    As I previously explained, I currently didn't install the Nvidia Capture Driver, and relies mainly on the Leadtek TVTuner to watch tv programs.  The problem is when I tried to use some recording softwares like TVTools, these softwares will only find the NVidia TV Tuner hardware instead of my Leadtek TV Tuner.  
    How could I solve this problem ?
    Is there any way to make both hardwares (Leadtek tv tuner & NVidia capture driver) work together ?

    It's got to be either a configuration issue or an incompatability with hardware because I have installed several of those cards on friends and client PC's without a single problem. I will say they all had nVidia VGA cards and either the nvidia or via chipset. I also have one and I can't find a better card for the $ and the ease of use, nice clean straight forward GUI and stability.
    Have you tried the latest drivers and PVS from leadtek's website?
    This thread should be in the VGA forum with a link here just in case a user with your mobo has this card.
    It's not in a shared slot is it? Have you looked for IRQ conflicts? Try removing the bluetooth and modem temporarily so you only have that one TV card, then check the IRQ's. If you have to move the card to another slot. The best slots are the second and third one down from the top (where the AGP slot is) and not the first and the last slot. Try operation then. Does this fix the problem? If so then you have to find the best slots for the BT and the modem.
    Good luck.

Maybe you are looking for