Dual Screen with multiple graphics cards?

Hi,
I have tried to utilise two screens, both to a seperate grahpics card but it does not seem to be working! Setting them as two different devices with BUS id's does not work and xrandr does not seem to be working either - it comes up that one of the screens is disconnected.
Here is my 60-radeon.conf:
   Section "Device"
       Identifier     "Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000]"
       Driver        "radeon"
       BusID        "PCI:1:05:0"
EndSection
   Section "Device"
       Identifier    "Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 6770]"
       Driver        "radeon"
       BusID        "PCI:2:00:0"
EndSection
And here is my xrandr command:
xrandr --output VGA-0 --auto --output DVI-0 --auto --right-of VGA-0
Any help would be greatly appreciated!

ElKatrina wrote:the X server crashes
It's my understanding that this should never happen, and always deserves a bug report upstream at xf86-video-ati or the X.org server.
What you can first try is installing xf86-video-ati-git from AUR to see whether it's already fixed and just not in a stable release yet.
The next step would just be collecting a stack trace and posting it on https://bugs.freedesktop.org/enter_bug.cgi?product=xorg in Driver/Radeon or so (only after looking whether ther is already a similar bug of course) depending on how the stacktrace looks.
You really want a second computer and do this with ssh because a paused X server that controls the keyboard/mouse and the tty is not something you want to deal with...
So you have an ssh server running and start X normally on your computer, then at the second computer you connect with ssh and attach gdb to the xserver with "sudo gdb /usr/bin/X $(pgrep -f /usr/bin/X)" or so. That will first pause the X Server and you have to "continue" with writing "c[enter]" or so. Then you do whatever you do to make it crash and when it is crashing, gdb will pause it again. Then you can get a backtrace with "bt[enter]". That will give you a list of function calls from which libraries lead up to the crash and possibly some extra information about parameters or so. Then quit with ctrl+d or "quit" or so.
If you get stuck on a black screen on the PC with the crashing X server, try "startx" over ssh and then killing it with ctrl+c again. Starting and killing X "properly" helped at least for me when that happened.
You can get a lot more information when you recompile some thing with debug symbols. For example if you have yaourt you can use yaourt -G xf86-video-ati-git to create a directory xf86-video-ati-git and download the PKGBUILD into it.
In the PKGBUILD you can add !strip to options so it looks like "options=('!libtool' '!strip')" and in the build() function anywhere before autoreconf/make add export CFLAGS="-O0 -ggdb" (and if there is c++ code, export CXXFLAGS="-O0 -ggdb", but for xf86-video-ati and the x server there isn't I think) and then simply reinstall with "makepkg -fi"
Now if you replicate the crash with packages with such debug information you can do "bt full" in gdb. Without these debug information you will just get a lot of "No symbol table info available." but with it you can get many variable values and function parameters that can help the developers greatly (possibly).

Similar Messages

  • Keynote with multiple graphics cards

    Hello all
    I will try and keep this a brief as possible. I am currently finished of an AV install in a local Christian Centre. As part of this we have installed a video system for displaying notices and live feeds of services and events. One of the members of the church has purchased 2 PCs with the purpose of displaying 2 different sets of notices in the reception area and the main hall. However for reasons that I won't go into here they completely mess the system up causing all sorts of interference problems.
    As part of the install we are going to be supplying them with a Mac pro with final cut to record events and produce DVDs of them.
    My question is if we were to add a second graphics card and iWork could keynote be set to use this card for it's output? And if it were would it leave the main output free (showing the desktop) for other uses?
    I know that with dual output cards the second output can be set to either mirror of show notes but there is no info in the help about what happens with multiple cards that would provide 4 outputs.

    No, Keynote takes over all the screens when presenting, and I'd think if you tried to edit in FCP when you were also running a show (if you could) it would likely bog BOTH programs down badly.
    You could export your presentations into QT and have the QT player running on one screen, but still, if you fire up FCP, everything's a different ball game then.
    I suggest leaving the FCP system on its own, don't try to do multiple things with it at the same time.

  • Java3D with Multiple Graphics Cards

    I am currently developing an application that has a 3D component. The application is targeted to be spanned across 3 monitors using 2 graphics cards.
    Most of the time when the application is over 2 of the monitors driven by different graphics cards, the exception below will be thrown
    Caused by: javax.media.opengl.GLException: Error making context current: 0
            at com.sun.opengl.impl.windows.WindowsGLContext.makeCurrentImpl(WindowsGLContext.java:169)
            at com.sun.opengl.impl.windows.WindowsPbufferGLContext.makeCurrentImpl(WindowsPbufferGLContext.java:102)
            at com.sun.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:134)
            at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:182)
            at com.sun.opengl.impl.GLPbufferImpl.maybeDoSingleThreadedWorkaround(GLPbufferImpl.java:208)For the graphics cards, they are of the same model (ATI Radeon HD 5900 Series) and updated with the lastest drivers
    For the OS, I am using Win 7 64bit platform.
    Any help/advice will be greatly appreciated.
    Thanks
    Eng Chew

    No, Keynote takes over all the screens when presenting, and I'd think if you tried to edit in FCP when you were also running a show (if you could) it would likely bog BOTH programs down badly.
    You could export your presentations into QT and have the QT player running on one screen, but still, if you fire up FCP, everything's a different ball game then.
    I suggest leaving the FCP system on its own, don't try to do multiple things with it at the same time.

  • [Xorg] Black screen with 2nd graphic card

    Hi !
    I'm a french (Sorry for my English) and new on ArchLinux.
    I have a problem with my laptop, he have 2 graphics cards, the first one is an ATI Mobility Radeon HD4200 series and the second it's an ATI Radeon HD 5650.
    The problem is when I want to use the second card,  I have a black screen when I start X. It's the same problem with ATI driver and xf86-video-ati driver even if my card is detected with "lspci" and by "aticonfig --list-adapters" with catalyst driver.
    If you need, this is my Xorg log :
    Xorg.log with catalyst
    Xorg.log with free driver
    And if you want  my xorg.conf , very basic.
    Thanks for your help.

    https://bbs.archlinux.org/viewtopic.php … 6#p1133766 FGLRX Configuration
    I use one card and found I needed catalyst-dkms pkg as well as catalyst & catalyst-utils
    Hope this helps.
    Last edited by ackt1c (2012-11-27 15:37:05)

  • Cant open firefox on second screen on computer with two screens with two graphics cards.

    I have a computer with two screens and two diffrent graphics card. One of them is onboard GC and another one is USB GC. I am running two instances of FF and it works fine with 3.6.20 version. But when I update to the latest version of FF either 5 or 6 this does not work. Even if i try to open one instance of FF on second screen on USB GC , I cant see anything> i have to move it to the main screen to see the FF window and will not work on the extended screen. I am using windows 7 pro 32 bit and the screen resolution is set to 1280x1024 on both the screens.
    Can you please help.
    Thanks.
    Regards
    PJ

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

  • Problems with Photoshop CS6 Recognizing Multiple Graphics Cards

    Hi,
    I have a quad monitor setup with two graphics cards with the latest drivers downloaded today and installed directly off of the manufacturer's websites:
    1) AMD Radeon R9 200 Series 4GB GDDR5
    2) NVIDIA GeForce GTX 460 1GB GDDR5
    I have Photoshop CS6 64-bit (along with the rest of the Adobe Design and Web Premium) installed on my computer - which I uninstalled and reinstalled today also - and it's claiming that it has detected an error with my display driver. The Graphics Processor Settings box in Preferences is greyed out, and I've used the shift+ctrl+alt to reset preferences and check again to no avail. I've also set both of my graphics cards to turn on OpenGL Triple Buffering and to let the 3D application decide the image settings. Here's my system info, where you can see that the GPU sniffer crashed and that no video card is detected:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Windows NT
    Version: 6.2
    System architecture: AMD CPU Family:15, Model:2, Stepping:0 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 4018 MHz
    Built-in memory: 16349 MB
    Free memory: 12120 MB
    Memory available to Photoshop: 14671 MB
    Memory used by Photoshop: 70 %
    Image tile size: 132K
    Image cache levels: 4
    Photoshop crashed on 12/5/2014 at 9:37:01 PM (GetImageViewResourceSharingGLContext)
    The GPU Sniffer crashed on 12/5/2014 at 10:47:20 PM
    Display: 4
    Display Bounds:=  top: 0, left: 1920, bottom: 1080, right: 3840
    Display: 3
    Display Bounds:=  top: -1080, left: 0, bottom: 0, right: 1920
    Display: 2
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Display: 1
    Display Bounds:=  top: -1080, left: 1920, bottom: 0, right: 3840
    No video card detected
    Serial number: 90148051671449209572
    Application folder: E:\Program Files (x86)\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\April\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 111.7G, 8.82G free
    Required Plug-ins folder: E:\Program Files (x86)\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: E:\Program Files (x86)\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Maximum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mean 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Median 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Range 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Camera Raw 7.0
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE
    Please help!

    Yes Adobe states if you use more then one GPU adapter they should be the same else Photoshop may have problems. Photoshop CC and CC 2014 GPU FAQ
    Are you using more than one video card?
    Multiple video adapters can cause problems with GPU-accelerated or enabled features in Photoshop. It's best to connect two (or more) monitors into one video adapter. If you have to use more than one video adapter, make sure that they are the same make and model.
    Otherwise, crashes and other problems can occur in Photoshop.
    Note: Using more than one video adapter does not enhance Photoshop's performance.

  • FCP 7 Multiple Graphics Cards & 3 Displays

    With FCP 7 (Studio 3) has Apple fixed the issue that you can't have multiple graphics cards and more than 2 displays as was the problem with prior versions?

    I did the typical; post a question then play around with the problem routine here.
    I've found a solution where i put the "playout monitor" on the same card as screen 1. move screen 2 to another card and make the relevant adjustments to the displays arrangement panel so everything is the same layout as before. FCP now plays out to the correct monitor it seems it can't handle sending to other cards.
    i'm running 10.5.8 and FCP 6.0.6

  • K9ND Speedster & Dual PCI-E 8800GTS Graphics Cards

    Hehe, this is funny question, or just down right depressing if your in my shoes...
    Ive been having problems with a K9ND motherboard on another topic, which i had to return. Ive just bought another K9ND Speedster motherboard, and im woundering... Has any one had a Dual PCI-E graphics card setup with the K9ND Speedster, as ive looked at the signatures for most of the top Workstation/Server posters with K9ND boards, and notice they only have 1 PCI-E installed.
    Does Dual PCI-E 8800GTS cards work correctly on the K9ND Speedster motherboard, as i had the dredded code 12 "not enough memory resources, disable one of the devices", when i had them installed on the last motherboard.
    I really hope that i can run my 2 8800GTS XXX graphics cards with my new MSI K9ND Speedster when it arrives before christmas hopefully, as i need 3 or 4 screens with gaming graphics.
    NOS9

    Have you tried new fresh OS installation and >>Clear CMOS Guide<<{With power cord removed}
    Do you use chipset drivers from Nvida? ==> http://www.nvidia.com/object/nforce_winxp_15.16.html
    Do you use latest VGA drivers from Nvidia? ==> http://www.nvidia.com/object/winxp_180.48_whql.html
    Have you tried to update to SP3?
    Have you tried with just one VGA too to see if can be installed fine?
    Quote from: NOS9 on 22-December-08, 10:49:14
    Haha, Hold on a moment, while i recover from falling off my chair with laughter.... O
    NOS9
    :D You saw that i guess ==>

  • Problem with nvidia graphic card, nvlddmkm.s​ys

    I have a HP m9000 , originally it had Vista, it started to fail and display the error nvlddmkm.sys (on a blue screen od death), i intalled Windows 8 in hope the problem get resolve. but the problem still persist. At the beginning on W8 it looks like working fine, but suddenly it started to display "controller not responding", and then it is displayin "Something goes wrong with your graphic card".
    I found on internet a fix; expanding the nvlddmkm.sy_ and replace the file in system32. i made it but right now after the windows logon screen the monitor starts to blink between black screen and off screen.
    The grapghic card is a NVIDIA 8500 GT. I tested the graphic card in other computer, and at the begining it worked fine, but after the dirver installation it started to fail in the same way.
    Ad far i could read on intetrnet it is a failure with NVIDIA.
    Is there any solution for this problem? Or i should change the graphic video card? (Maybe for an ATI)

    Hi,
    I have used many different NVIDIA cards (including a 8600) on different PCs and never had your issue.
    As for drivers, you can always use the original drivers that came with your PC and then do an update if necessary.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Dell Optiplex 780 standard size tower PC dual monitor display port graphic cards

    Yes, only my boss informed me that they have to be display ports, he didn't tell me why.
    I'm unable to buy from ebay or craiglist either & my local vendor doesn't have any in stock.

    Quite a mouthful I know! but I need these specific graphic cards, ideally with next day delivery:
    Dell Optiplex 780 standard size tower PC (Non SFF) dual monitor display port graphic cards
    Any recommendations? I can find 2 on amazon (UK) I need 3!
    This topic first appeared in the Spiceworks Community

  • Multiple Graphics Cards Inquiry

    Im curious how OSX can handle multiple graphics cards efficiently?
    like a x1900 and my 8800 or even a x1900 and a 38x0 and 8800 but the drives in windows dont allow for them to all coexist ?
    im just curious how its so easily "PnP" with graphics cards and drivers? do they just get assigned to whats installed and thats it? i take it OSX is preloaded with an assortment of drivers?

    OSX includes drivers for all the hardware used in Apple computers (and for many printers). At boot times, drivers are loaded for all the hardware devices that are detected.

  • Mac Pro with two graphic card each one with two dvi output, can I extend deskop to three outputs?

    Mac Pro with two graphic card each one with two dvi output, can I extend deskop to three outputs?

    MAC OS 10.7.4  3.2GHz Quad-Core Intel Xeon processors, 12GB  of 800MHz DDR2 and 2 ATI Radeon HD 2600 XT 256MB (two dual-link DVI ports) . The problem is, I woul like to use one output as main and the three others as secondary or extended desktop but the system don't allow me use two diferent video cards this way.

  • I accepted/installed an update for iMovie and it turns out that this version is not compatible with my graphics card. So now I can no longer open or use iMovie.  Any ideas on how to get around this - how to revert to the previous version.

    I accepted/installed an update for iMovie and it turns out that this version is not compatible with my graphics card. So now I can no longer open or use iMovie.  Any ideas on how to get around this - how to revert to the previous version??

    Look in your Applications folder.  If your system behaved as expected, you should have an iMovie 9.0 folder in your Applications folder.  Apple moved the old version there as even they suspected the new versions was a train wreck.

  • Web dynpro screen with multiple rows with columns that can be edited

    Web dynpro screen with multiple rows with columns that can be edited individually:
    Hi
    I am busy creating a screen in web dynpro for ABAP which we would like to make available via Portal ESS (Portal 7).
    I need to add 'n type of table (or almost something like Excel) or something in which someone can type a few paycode numbers (there should be lets say 10 blank rows in which info can be typed in and if I click on a button or so, more rows must be added if necessary.  Then in the other colums stuff like amounts must be entered which one should also be able to edit then and there.
    Can anyone assist in what I can use for this?  There does not seem to be some existing element that I can use.
    Help will be appreciated.
    Regards
    Debbie

    Hi Debbie,
    Whiel Creating table you need to be care full that use chose INPUT FIELD as the CELL EDITOR. Just guessing that if ur table is not editable u might have choosen TextView as default cell editor type.
    check link for details on TABLE UI
    [http://help.sap.com/saphelp_erp2005/helpdata/EN/b5/ac884118aa1709e10000000a155106/frameset.htm]
    easy way is to first add UI ELEMENT TABLE to your VIEW, then right click over it & select create binding from context. After you have a pop up where you can select what columns you want what should be its cell editor etc.
    Greetings
    Prashant

  • I would like to know if there a way to use window (via bootcamp) and use a dual screen with the use of thunderbolt?

    I would like to know if there a way to use window (via bootcamp) and use a dual screen with the use of thunderbolt?

    There are very specific requirements for using an iMac as an external display.
    From Target Display Mode: Frequently Asked Questions (FAQ) - Apple Support
    What are the requirements for TDM?
    A Mac notebook or desktop with a Mini DisplayPort or Thunderbolt connection
    A Thunderbolt or Mini DisplayPort cable
    A supported iMac with OS X 10.6.1 or later. The table below shows iMac computers that support TDM, the required cables, and the port of the computer to which you are connecting the iMac.
    iMac Model
    Cable Supported
    Port on Source Computer
    iMac (27-inch Late 2009)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (27-inch Mid 2010)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (Mid 2011)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (Mid 2012 and later)
    Thunderbolt to Thunderbolt
    Thunderbolt
    Note that the iMac (Retina 5K, 27-inch, Late 2014) does not support Target Display Mode.

Maybe you are looking for

  • How do I use JPanel as a leaf in JTree ?

    Hi All, I am a bit of a newbie and I've been trying to change the behavior of my application. I have a JTree that I now want to change the rendering of a leaf to be a JPanel. The JPanel will have a couple of JButtons and some text and the user can in

  • Adding link in Pages

    I do a Pages news letter and send it out as a pdf in email. I can add links to email/web site and everything seem ok. Then I send it as a pdf but when my friends receive it the link no longer works. Am I missing something? Thanks in advance. Bryan

  • My ipod 3g has a white screen

    i have an ipod 3rd generation, i plug it into my laptop and it will start charging for about 5 minutes then freeze and then the screen will turn white and i am not able to turn it off, Also i cannot get it to sink to my laptop. please help!!!

  • ? on Regular Expressions

    I am trying to use a regular expression to spot an empty string but it isn't working within Oracle ... regexp_like(:P13_ADDRESS,'^$') Shouldn't this expression work '^$' ???????

  • Difficulty with some sites after last Security update..

    anyone else had any problems? I've found that with my bank, and a couple of other sites like myspace, Safari keeps instantly coming up with 'server cannot be found' error, without even trying to access the sites. Sometimes shift-click/return does the