T510 dual monitors no longer working properly

I have a T510 running Win7 64-bit.  For at least 3 years, I have had the same dual monitor setup (2 DoubleSight DS-1900S) running off my minidock with the laptop closed.  The rgith monitor is the primary, running off the DVI port, while the left uses the analog port.  I was away for a week at Scout camp, powered on the system once while I was there, and when I came back to the office, my monitor setup started failing. 
Specifically, the right screen is active but it no longer displays the signal being sent to it.  When I powercycle the screen, I can see the display for about a quarter of a second, then it goes blank.  When the problem first started, I could cycle it about 20 times and eventually it would stay on, until I left the unit overnight and it went to sleep, at which point the probelm started again.
Sounds like a wonky monitor?  I have a backup set of monitors that I swapped in, and had the same exact problem, so that appears to rule out a mechanical defect.  More fun facts: I can only use the laptop screen as a standalone display.  I cannot get the multidisplay control panel to open, even though my left screen is powered up.  However, one of my programs that normally launches to my right (main) screen will still launch, but not to my laptop screen.  It really wants to live on my right screen, even when that screen is not powered on (I can close the program by accessing the icon bar at the bottom of my laptop screen).
As you might surmise, this is an extremely frustrating situation.  I have gone on many trips with this laptop, and each time I returned, I either plugged it into the minidock with no issues, or I had to readjust my power settings briefly to get it to work as per usual.  This time, I have no clue what went wrong.  Suggestions?
Solved!
Go to Solution.

I have not changed any software or drivers (knowingly), and I had already checked the cables to make sure they were all tight, so off I went to ransack the house to dig out the spare cables.  DVI cable? no change.  Power cable? no change.  Converter cable - OMG!!!!  IT WORKS!!!!
Thank you SO much!  I could have sworn this was a software issue, never considered a bad cable or power unit.
Both monitors are working properly, left-to-right scroll is working properly.  Now all I need is to figure out how to get all my icons/shortcuts back onto the right screen...

Similar Messages

  • Dual Monitors no longer working

    Hey there, I've been without net for a few weeks so I haven't done a full system upgrade in about a month. I normally have two monitors running just great using TwinView but I've recently picked up a new monitor that I'm using to replace one of my older monitors in my setup. Using the same xorg.conf (didn't think much, aside from naming the device, needed to be changed) so I plugged it in and all that fun stuf,f got it set up right, and I'm able to view the monitor that isn't showing up when starting X during boot and while starting up. What's strange is that I've had a different, crappy, monitor plugged in and started x and it worked fine and while X was still running I plugged in my current "to be desired" monitor and it worked! Though when I restart X I can't use it anymore. I'm not sure where to start with this one, I'm a bit of a noob so hopefully someone can lend a hand.
    This is my xorg.conf
    # XFree86 4 configuration created by pyxf86config
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 1 "Screen1" 1 1
    Screen 0 "Screen1" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    # RgbPath is the location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Red Hat 6.0 and later now use a font server independent of
    # the X server to render fonts.
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/etc/fonts"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbdevhw"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
    # Load "dri"
    EndSection
    Section "InputDevice"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # To disable the XKEYBOARD extension, uncomment XkbDisable.
    # Option "XkbDisable"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc102"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # Or if you just want both to be control, use:
    # Option "XkbOptions" "ctrl:nocaps"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "yes"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "SyncMaster"
    ModelName "SyncMaster 712N"
    Option "dpms"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Acer"
    ModelName "Acer 77e"
    # HorizSync 30.0 - 72.0
    # VertRefresh 50.0 - 120.0
    Option "dpms"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "Gainward"
    BoardName "NVIDIA GeForce 6800"
    Option "TwinView" "on"
    Option "MetaModes" "1280x1024, 1152x864"
    Option "TwinViewOrientation" "Rightof"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864"
    EndSubSection
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    # option "Composite" "true"
    option "RENDER" "true"
    EndSection
    - I've upgraded xorg (though a release hadn't happened) in an attempt to remedy ths
    Any help would be GREATLY appreciated

    I've never used twinview, but I would like to see this figured out.  My guess is that maybe the LCD isn't reporting to the comp correctly?  Maybe you should check dmesg for anything about either?  I know some have DSDT issues, and plugging in the old monitor before means it's probably erroring out on something small and fixable when your have the new monitor in.
    G'luck.

  • Clicking on iTunes ikon and I get the message the item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.  What can I do, I can't open Itunes.  I have over 4000 songs in iTunes that I had

    When I click on the iTunes ikon I get a box pop up which reads  Problem with shortcut.  The item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.
    My computer which is a packard bell vista operating system, recently stopped working as the power supply overheated and blew up and it has recently been sent back to the Know How team at PC world and it seems to be since it came back I now cannot open iTunes.  I have also tried to search for iTunes in the search bar, I can see several files, but can't seem to open any of these either.  I think that quicktime isn't working, either.
    I have over 4000 songs in iTunes that I had recorded from my collectiong of CD's am  going to loose all these now?  Can anyone help, with very easy instructions as I really don't know what I am doing??
    Thanks

    I would copy over the entire thing if you have room.  With iTunes 10.4 though, you can download any previous iTunes purchases you have made in the past with your current iTunes account.  While in iTunes, look at the left hand side of your screen and select "Purchases" and look at the bottom right corner of the screen and select "Download Previous Purchases".  If you have an iPhone, iPod and/or iPad...you can do the same thing from each device.  Nice new feature...just remember that those ripped CDs need a back-up!!!  Enjoy...

  • Getting error message : the item Itunes.exe that this shortcut refers to has been changed or moved so this shortcut will no longer work properly. I get this either using the start menu or the desktop shortcut. I tried going to programs /itunes and repair.

    Getting the error message:
    the item Itunes.exe that this shortcut referes to has been moved or changed so this shortcut will no longer work properly.
    I tried going into the control panel/programs /itunes and selected repair which didn't fix it. Any suggestions on restoring the broken shortcut without removing and re-installing the program?
    Running windows 7 home premium SP1
    Thank you

    I think it is some sort of permissions issue preventing the installer from updating the shortcuts. Is your account an administrator of the machine? If it is and you still have the problem then you may need to explicitly use the "Administrator" account for the install.
    tt2

  • HT1665 Why does my ihome no longer work properly since my iPod update

    My ihome no longer works properly since I updated my iPod to the most current software update. Is there a fix?

    Sometimes thisworks:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    However,sometimes an iOS update breaks compatibility and you have to wait for either an iOS update or and update to the iHome firmware. Go to iHome's support site

  • External Monitor no longer works after 10.5.8 Update

    I just downloaded 10.3.8 update and my Fujitsu external monitor no longer works with my Imac 24". The same thing has happened to a friend who has the same iMAC and similar external monitor. Is this Apples way to get us to use Apple products only or is this a big with the update? Any ideas? Thank you.

    Hello
    Try disconnecting all external peripherals, then shutdown your Mac, pull out all power cord, if it is a portable, take out the battery and leave it as it is for at least 5 minutes... 15 mins best.
    Then power back your mac and see if the FW ports are working
    Cheers

  • Dear ladies and gentlemen! I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Ad

    Dear ladies and gentlemen!
    I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Adobe Acrobat 9 Pro has released version 9.0.0. Two updates this version is not listed. Please inform me how I can fix this problem.
    Sincerely, Walter Hacksteiner
    mailto: [email protected]

    The first thing I would try is to update Acrobat 9 to the latest version 9.5.5
    The next thing would be to run Acrobat 9 in Windows 7 or Vista or XP Compatibility Mode.

  • I cannot open itunes on windows.  It keeps saying short cut has changed or moved no longer working properly.  I have tried everything.  can someone please help.  I have a older version of windows running.  I cannot even do a repair on my computer

    I cannot open itunes on my windows (older verson of windows) It keeps saying short cut has change or moved and no longer working properly.  I have tried to do a repair on the file but the computer wont let me.   I have tried reinstalling itunes but still not working.  Is there anything you can sugguest please as I need my itunes.I have looked through the support questions and have tried everything.  I have on Bonjour on my computer.  Thanks heaps.

    See  Troubleshooting issues with iTunes for Windows updates for a complete set of iTunes rebuild steps.
    tt2

  • Interactive PDF: Rollover button state no longer working properly  ???

    Okay, what's going on with the Interactive PDFs lately?
    Now all my rollover buttons no longer work properly.  If I have a button that's simply a black arrow, and in the rollover state it's red.
    No matter if I'm checking it out in the latest Acrobat Reader or Pro X, the rollover only works for a brief second..then reverts back to black - the original state.
    This, combined with my latest problem with the show/hide button state, is really becoming a frustrating hassle:
    http://forums.adobe.com/message/3933451#3933451
    Any help would be appreciated.
    I'm running 7.5.1.
    Is this an Acrobat issue?  The button function here seems to work in the InDesign preview mode.

    Hhmmm...I'm actually having this problem even with Adobe Acrobat 9 Professional. Does this make sense?
    Again, I'm creating the document in InDesign CS5 and then building the PDF with  Adobe Acrobat 9 Professional, and the rollover effects don't work in Adobe Acrobat 9, Adobe Reader 9, and Adobe Reader 10.
    I'm a bit new to this process of software not providing its basic touted functionality. Is this the kind of thing where support for this functionality will vary from product to product? I had the same issue with PDF Portfolio -- where all its functioanlity was not supported in Adobe Reader X. If so, perhaps I should simply stick with the classic features of PDFs. Or can I trust, reliability, that going forward, this rollover effect will be supported in all Adobe Reader versions? This is quite an important issue for me as I provide all the documentation for my employer, including customer facing documentation -- and I simply don't know. Any recommendations?

  • Audigy 2 Platinum Ex No longer working properly under vista

    ;Audigy 2 Platinum Ex No longer working properly under vistat I have just upgraded to vista and I find my sound card to be no longer functional
    I have upgraded all the fri'vers I can find
    SBAX_PCDRVBETA_US_2_8_000.exe
    creative_sbxfi_250002_vista.exe
    and a couple of others that SecurityCentre found
    And when I open "Surround Mixer" I get "The selected soundcard is not supprted by the application," whatever the hell that means.
    Ihave spent all day researching installing rebooting, and cannot get microphone, and all the other functions "what you hear" etc to work.
    What must I do to get this perfectly good sound card to work please. Vista has been out for some time now, and I would export supportingdrivers yo have been redily visible.
    Thank you in anticipation.

    ? I guess Creative doesn't care about living up to the promise that their product is upgradeable as new technologies emerge such as VISTA. They were give plenty of warning, that it was coming out, and it has been out for some time. I guess the $700AUS I spent is down the tubes, because the lazy people at creative cannot be bothered to bring it into compatibility - AS PROMISED with "peace of mind" they said. There is no way that I will acti'vely tell people how good creative is any more. In fact I will be acti've in just the opposite.
    Get of your backsides and support AS PROMISED, we deserve it, instead of giving us second rate partial compatibilities. I have wasted the best part of a week trying to get it all sorted, where do I send the bill for my time? Hvae I got sour grapes? No, I just expect decent support as promised.
    I issue the challenge - ?Provide decent support and I will retract. Fair is fair. I PROMISE.

  • Old Edge projects no longer working properly

    All my Edge projects I did back in 2012 are no longer working properly when i open them in the new Edge CC. Most (if not all) start-positions are wrong, animations go the wrong way and so on. Is there a way of getting it back to work without re-doing everything? An "import" or something?

    This post mentions a few methods as to how you could share your files
    http://forums.adobe.com/message/5935946#5935946#593594

  • My itunes is no longer working properly.

    my itunes is no longer working properly. it is incompatible with my windows 7. i want to upgrade to the latest itunes version. how do i do that without loosing my library?

    Hello QueenB5150,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    iTunes: How to install the latest version
    http://support.apple.com/kb/HT5654
    Best of luck,
    Mario

  • Youtube is no longer working properly on my iphone 3gs.

    After last two iOS updates have been have trouble with my 3GS.  Mostly battery life, but after the last update youtube no longer works properly.  It won't hardly load on at&t 3G network anymore, and even on wifi it will freeze up and not buffer.  Really disgusted with apple and am consider rather then upgrade to 5G when it comes out going to google.

    Follow the directions here:
    https://discussions.apple.com/docs/DOC-3141

  • IPhoto Functions No Longer Working Properly?

    Since updating from OS10.3.3 to O10.3.9 my iPhoto no longer works properly. Reducing red eye leaves an ugly greenish-bluish-black mark, for example. I have checked for upgrades. None available. Does anyone know how, or if, this can be fixed? Thanks

    Reducing red eye leaves an ugly greenish-bluish-black mark
    "Reducing" red-eye is a little misleading. It's removed, not reduced, and what you're seeing is the absence of color. The effect shouldn't be very noticeable unless you're zoomed in for very close viewing, in which case you'll need to use a more sophisticated image editor to fix the red-eye.

  • Screen on Samsung Tab 4 no longer working properly (lines on it and discolored when turned on)

    I went to turn on my Samsung Tablet and the screen no longer works properly do not know when it was damaged but I have had the tablet two months and would like it replaced

        Hi shaunie88!
    I'm sorry to learn about the issue with your tablet! When did this begin? Is there any physical or liquid damage on the device? Do you have insurance on it? Please let me know some additional details so I can help
    Thanks,
    ChristinaB_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • How to stop the creation of /home on reboot?

    I assume it's systemd creating /home since I never had this situation with arch init scripts.   Maybe it's something else? I will delete /home and upon reboot it will return. I do not use /home and do not like standard user hierarchy and am tired of

  • How can I restore my iphone?

    I need to recover all my old iPhone information.  I plugged in my iphone on my daughters account and I updated it but when I looked at my phone all my information was gone and all my daughters stuff was on there. How can I get my contacts and picture

  • XML parser for Java setup

    I download the XML Parser for Java 3.2.1 Release from the IBM site and I have JDK1.3 installed on my Windows 2000 PC. I've placed the files "xerces.jar" and "xalan.jar" in the location specified by the extensions mechanism (i.e "C:\JDK1.3\jre\lib\ext

  • Itunes download never stops

    Now and then when I download songs to itunes the download never stops.  It says download is 100%.  Clicking on the x or pause has no effect. It says download is 100%.   The song appears in grey on the list with the full progress disk at the left.  Bu

  • NX6600 VTD128E Diamond Edition does it support 1440 x 900 resolution

    Hi everybody This is my first posting to this forum. I soon have all the parts together to build my new rig. The only thing missing is the monitor. I am very interested in the ViewSonic VA1912w which is a 19" LCD Wide Screen Monitor with the resoluti