NVidia ION Driver

Hi All,
I am new to Arch but I have installed it a couple of times on other machines fine. I'm now trying to install it on a new build I'm doing that uses nVidia ION for video. The only thing is, I'm not sure what driver I should be using? I did try searching but came up with nothing Could anyone tell me please?
Thanks,
Luke

What make/model board?  I have a Zotac IONITX A-U that works using the nvidia driver pacakge.  I suspect this will work for you too.
Last edited by graysky (2010-06-06 14:18:12)

Similar Messages

  • Q150 - New Nvidia ION graphic driver

    Did anybody give a try to the newest 266.58 WHQL nvidia ION driver?
    Is it solving the now infamous 1080p HD stuttering?
    It claims that "Supports GPU-acceleration for smoother online HD videos with Adobe Flash 10.1"!

    A couple of people who posted feedback on NewEgg mentioned updating the ION drivers with good results. Click on the feedback tab from the link below, and look for comments from Pluto on 1/18 and SHiZNiLTi on 1/4.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16883108321&Tpk=q150
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • Xorg.conf nVidia ION resolution

    Sorry for my English.
    I have this board: ASUS AT5IONT-I, Atom D525, ION2, PCI-E 4X, 2xDDR3 SODIMM, Gbit LAN,E-sata, USB3.0, DVI, HDMI, Fanless, Heatpipe, Mini-ITX.
    And, trying to make HTPC.
    I install Arch with openbox, but the problem is with video resolution.
    I use my 32PFL9606H Philips TV 32''.
    I set proper 1920x1080 resolution is xorg.conf but "xdpyinfo | grep dimensions" reports: "dimensions:    1280x800 pixels (338x211 millimeters)"
    here is my xorg.conf:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 275.09.07 ([email protected]) Wed Jun 8 16:05:05 PDT 2011
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 275.09.07 ([email protected]) Wed Jun 8 16:05:17 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    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 "Philips FTV"
    HorizSync 50.0 - 60.0
    VertRefresh 50.0
    Option "ExactModeTimingsDVI" "true"
    Option "UseEDID" "false"
    Option "DPMS"
    Option "ModeDebug" "true"
    ModeLine "1920x1080@50p" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "ION"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Modes "1920x1080@50p"
    Depth 24
    EndSubSection
    EndSection
    PS: I deleted /var/log/Xorg.0.log file, but after reboot it is not recreated. Why? And remember that it said something like:
    "[   185.106] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [   185.106] (==) NVIDIA(0):     will be used as the requested mode.
    although I was set mode to 1920x1080
    Last edited by clovenhoof (2011-07-02 09:30:37)

    Hi !
    Please don't use xorg.conf, edit the files inside /etc/X11/xorg.conf.d/ instead.
    I also have an ION board and have working HDMI connection with audio at 1920x1080 using the below configuration. Remove your xorg.conf and then edit these files:
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "Monitor"
    Identifier "Monitor0"
    Option "ExactModeTimingsDVI" "True"
    HorizSync 14-70
    VertRefresh 48-62
    Modeline "1920x1080-TV" 148.35 1920 2008 2152 2300 1080 1084 1089 1125
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Monitor "Monitor0"
    Device "Default nvidia Device"
    SubSection "Display"
    Depth 24
    Modes "1920x1080-TV"
    EndSubSection
    EndSection
    /etc/X11/xorg.conf.d/20-nvidia.conf
    Section "Device"
    Identifier "Default nvidia Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    Option "ModeValidation" "NoEdidModes"
    Option "UseEdidDpi" "False"
    Option "DPI" "100 x 100"
    EndSection
    Please note that the above Modeline works on my TV (a 22'' low cost brand one) but I cannot guarantee it will work on yours.
    Try that first, then if it doesn't work, try to generate one using the cvt command, and replace the Modeline:
    cvt 1920 1080
    it should output something like this:
    # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    If this method doesn't work either, try the method explained here (which is the one I've first used to find the right Modeline). Its tricky method, and requires a bit of work and lot of patience ... just don't give up
    Finally, a little bonus . To have working HDMI sound, I have to put these lines in /etc/asound.conf:
    /etc/asound.conf
    pcm.!default {
    type hw
    card 0
    device 3
    Again, you may need to change the device index in your case. You can list alsa devices using aplay -l command:
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    card 0: NVidia [HDA NVidia], device 1: VT1708S Digital [VT1708S Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 0/1
    Subdevice #0: subdevice #0

  • Videos quality problem (N510 - nvidia ion)

    Hi,
    I'm running arch on my samsung N510, with its nvidia ion (Geforce 9400M). I've some video quality problems. When images changes go quickly, stripes appear at the top. I made a capture (http://yfrog.com/7acapturewep) that shows the problem, it shows the stripes on the whole image It is not to be considered as my actual problem : during playback I see stripes only at the top of image.
    I use the nvidia driver, tried with and without vdpau, and with different video players (mplayer, vlc...), with the same problem.
    The videos are xvid, or h.264, HD or not.
    Any idea ?

    your problem is called tearing and it's a well known issue:
    http://nl.wikipedia.org/wiki/Tearing
    the nvidia drivers provide a seperate video output for media players that should prevent this, try:
    xvinfo | grep Blitter
    i have no tearing with composite enabled on my 6600GT
    note that you do have to use the proper vide driver in mplayer. If you use smplayer, it's under options -> video. The nvidia anti-blitter output driver should be listed.
    Last edited by stefanwilkens (2009-12-08 12:08:09)

  • EnzoMatrix: NEW 256 Nvidia GeForce Driver Due May 24th

    The 256 Nvidia Video driver (that covers both desktops and laptops) is due out May 24th. I am really hoping that support for our; 760i and 9800 S will be included. Here is the article:
                                   256 Nvidia Video Driver Launch & 3d Vision Postponement                       
    Yeah, they have pushed back the 3-D Vision Surround support until the June or July release of the 256 branch driver. If I am reading between the lines right (and I hope I am) it looks like Nvidia is FINALLY  going to start a regular Monthly  driver release, like ATI has been doing for years and years. Monthly releases keep up with newer games and advancing technology (like DX 11). Let's all send out Happy Thoughts to Nvidia supporting monthly driver releases!!!

    Ahead of schedule, Nvidia released 257.21 WHQL today! Here are the links:
                                                    Nvidia 257.21 Win 7-Vista 64bit 257.21 WQHL Driver
                                                    Nvidia 257.21 Win 7 & Vista 32bit WQHL Driver
    Most suprising is that that they only support desktops and not desktop/laptop as Nvidia indicated this 256.xx family of driver would. Mayhaps there are a lot more problems with the all inclusive driver than they had anticipated. Here is more infomation on this driver:
    This is the first driver release from the Release 256 family of drivers (versions 256.xx to 259.xx). This driver package supports GeForce 6, 7, 8, 9, 100, 200, 300, and 400-series desktop GPUs as well as ION desktop GPUs. Learn more about Release 256 drivers here .
    New in Version 257.21
    Adds support for Blu-ray 3D with NVIDIA 3D Vision technology. Learn more about the hardware and software requirements here .
    Increases performance for GeForce GTX 400 Series GPUs in several PC games. The following are examples of some of the most significant improvements measured with GeForce GTX 480. Results will vary depending on your GPU and system configuration:
    Up to 14% in Aliens vs. Predator (1920x1200 noAA/AF – Tessellation on)
    Up to 4% in Batman: Arkham Asylum (1920x1200 4xAA/16xAF PhysX=High)
    Up to 5% in BattleForge (1920x1200 4xAA/16xAF – Very High settings)
    Up to 5% in Call of Duty: Modern Warfare 2 (1920x1200 4xAA/16xAF)
    Up to 4% in Crysis: Warhead (1920x1200 4xAA/16xAF – Enthusiast setting)
    Up to 24% in Enemy Territory: Quake Wars (1920x1200 no AA/AF)
    Up to 9% in Far Cry 2 (2560x1600 8xAA/16xAF)
    Up to 25% in Just Cause 2 (2560x1600 no AA/AF - Concrete Jungle)
    Up to 7% in Metro 2033 (1920x1200 no AA/16xAF – Tessellation on)
    Up to 40% in Metro 2033 with SLI ((1920x1200 4xAA/16xAF – Tessellation on)
    Up to 8% in S.T.A.L.K.E.R.: Call of Pripyat (1920x1200 no AA/AF – Day)
    Up to 110% in Stone Giant with SLI (2650x1600 – Tessellation on, DoF on)
    Up to 6% in The Chronicles of Riddick: Dark Athena (2560x1600 no AA/AF)
    Up to 9% in Unigine: Tropics (2560x1600 no AA/AF – OpenGL)
    Up to 5% in 3DMark Vantage (Performance and Extreme Presets)
    Up to 19% with Transparency AA (1920x1200 4xTrSS – measured in Crysis)
    Upgrades PhysX System Software to version 9.10.0223.
    Adds support for OpenGL 4.0 for GeForce GTX 400 Series GPUs.
    Adds support for CUDA Toolkit 3.1 which includes significant performance increases for double precision math operations. See CUDA Zone for more details.
    Adds support for new extreme Antialiasing modes for 3-way SLI PCs, including up to SLI48x AA for GeForce 200 series GPUs and up to SLI96x AA for GeForce GTX 400 series GPUs.
    Adds support for a new ‘Quality’ mode for NVIDIA’s Ambient Occlusion control panel feature.
    Adds a new NVIDIA Control Panel setup page for SLI and PhysX for ultimate control over multi-gpu configurations.
    Adds a new NVIDIA Control Panel feature for ultimate control over CUDA GPUs, allowing the user to effectively choose which GPU will power each CUDA application.
    3D Vision customers can download the v257.21 3D Vision drivers here.
    Includes numerous bug fixes. Refer to the release notes on the documentation tab for information about the key bug fixes in this release.
    Users without US English operating systems can select their language and download the International driver here.
    Additional Information:
    Installs HD Audio driver version 1.0.9.1 (for supported GPUs).
    Supports the new GPU-accelerated features in Adobe CS5.
    Supports GPU-acceleration for smoother online HD videos with Adobe Flash 10.1. Learn more here.
    Supports the new version of MotionDSP's video enhancement software, vReveal, which adds support for HD output. NVIDIA customers can download a free version of vReveal that supports up to SD output here.
    Supports DirectCompute with Windows 7 and GeForce 8-series and later GPUs.
    Supports OpenCL 1.0 (Open Computing Language) for all GeForce 8-series and later GPUs.
    Supports OpenGL 3.3 for GeForce 8-series and later GPUs.
    Supports single GPU and NVIDIA SLI technology on DirectX 9, DirectX 10, DirectX 11, and OpenGL, including 3-way SLI, Quad SLI, and SLI support on SLI-certified Intel X58-based motherboards.
    Supports GPU overclocking and temperature monitoring by installing NVIDIA System Tools software.
    If you have installed it, post and let us know your results... like WEI Aereo and 3D scores.
    Thanks.

  • S12 - Why no NVIDIA ION option?

    If you search google for Ideapad s12, you will get nothing BUT reports about the S12 and how it is the first Lenovo netbook to offer the NVIDIA ION platform for graphics.
    But when I go to purchase one, there is no option for ION.
    Can anyone shed some light on this?

    The  SU4100 I believe has no place in the S12.
    I think that low Ghz processors, despite it being Core 2 Duo, will ultimately fall short.
    I do Multitask a lot. I run AIM / mIRC / Several tabs in Chrome / Type in Word / Use Excel / Listen to Music / Stream or Download webcontent at the same time.
    I'm running on a 2.5 Ghz Single P4 (which is a lot like the Atom platform) and 1Gb DDR Memory.
    It runs GREAT, but give it a lower Core speed and I lose a lot of the benefits that the processor has to offer.
    The Core 2 has NONE of the benefits that the Atom has, and can do at a higher clock.
    So simple being Dual Core doesn't imply it will perform better.
    Yes Intel / AMD are different, but the technology used in Netbooks was developed for a reason: Ultra low power computing with high output. This saves on battery, but enables mobility without significant sacrifice to performance for every day tasks. Pair it with the ION graphics platform and you have a sure thing.
    Windows XP 
    512MB System RAM 
    2 Ghz Intel Pentium 4 or equivalent processor 
    128MB Direct3D compatible video card and DirectX 9.0 compatible driver; 
    8x DVD-ROM drive 
    4.6 GB free hard disk space 
    DirectX 9.0c (included) 
    DirectX 8.1 compatible sound card 
    Keyboard, Mouse
    Oblivion specs ^
    Windows 7 will cut down of performance hinderence.
    2GB DDR2 RAM would enable smooth compatability between graphics and task holding
    2.0Ghz ATOM fits the profile perfectly
    The ION blows this requirement away in theory
    The rest is negligible, BUT the processor you suggest would actually CRIPPLE the system.

  • 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

  • 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.

  • 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

  • Solaris 10 x86/x64 on NVidia ION

    Hello guys,
    is it possible to install Solaris 10 x86/x64 on the NVidia ION-Platform? Are there any successful installations? For me it is important to know about the Point-of-view ION/330. This board I think is for a little home server a great performance/watt - system under 50W total power consumtion.
    I hope anybody can help me.

    Hi,
    I was successfully installed Solaris 10 on NVidia, and no troubles yet. But make sure to install latest version of Solaris i.e "Solaris 10 5/09", it'll install all drivers for Nvidia mother board by default. Otherwise you would have to face some problems to get the desktop.
    Thanks

  • 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)

Maybe you are looking for

  • Corrupted Control Bar

    In CS4 and CS5, on two different computers (XP and Win7), the same problem happens: In text mode (the T tool active), the opacity and the font size controls on the control bar occasionally get tangled up with each other. It looks like the context-swi

  • Scopes / Color-Correction Question

    When I apply a color-correction effect - RGB Curves for instance - before I make a single adjustment the scopes jump to new values, as if I had made an adjustment. When I click the eyeball to turn the effect off the scopes all go back to their origin

  • Changing price from purchase requisition to purchase order

    Hi MM gurus, I've created a purchase requisition and I've maitained manually a valuation price (ME51N). Then, I've tried to create a purchase order in reference to this purchase requisition (ME59N or ME21N). I've noticed that system brings a net pric

  • Motion quitting on me

    I am running motion 2 (installed as part of Final Cut Studio), here at the University I'm a tech at we use a configuration where each G5 has two 250GB sata's one for o/s and apps, one partitioned 4ways for student work. Everything works fine, all app

  • About it resource root user account

    hello, everyone for oim it resource,such as an aix system, the account is usually root,but if passwd for root is changed,we must also change the password in it resource too. I want to use a seperate account other than root to admin the it resource,ho