Dell U2711 black screen when connected to Mac via DisplayPort

I currently have a Dell U2711 27" monitor connected to my Mac Mini through DVI (it uses a DVI to mini-DVI adapter at the PC end). However, I cannot get the full resolution of the monitor 1920 x 1080 maximum is offered were the monitors maximum resolution is 2560 x 1440.
I did some Googling and seemed it required DisplayPort connection to achieve this. No dramas. I ordered a Mini-DisplayPort to DisplayPort cable.
I plugged this in and all I get on the Dell is a black screen. The monitor doesn't go into power save mode or anything like that, just displays nothing - an illuminated black screen.
I pulled out my MacBook and connected the cable to that, same deal. The Mac recognises that the cable has been connected (as the laptops LCD goes blue for a second or two while it detects the new monitor).
Any ideas?
I also had a DisplayPort to DisplayPort cable here which was included with the monitor from Dell, which I will test aswell when my miniDisplayPort to DisplayPort adapter arrived.

Yes, that is one means, but...
However, HDMI 1.3 can also carry resolutions higher than 1920 x 1080 - check out http://en.wikipedia.org/wiki/HDMI - not really an option on the Dell monitor though, as it only supports up to 1080p on the HDMI connection. However, there is a thread elsewhere on the internet of a user who forced his Windows laptop to use 2560 x 1440 resolution via the HDMI output and the Dell monitor accepted it!
In addition, so can DisplayPort - as per my original post.
The Apple Dual-Link DVI adapter is plagued with issues and has a lot of faults, so I'd rather avoid it. It is also significantly higher priced than the above option of DP.

Similar Messages

  • Ipad 3rd gen shows blank screen when connecting to projector via HDMI AV adapter.  I have an ipad 2 that works perfectly.  Projector is a Dukane ImagePro 8106HA.  Only difference I see is that the ipad 3 owner has not updated to IOS 6. Any thoughts?

    Ipad 3rd gen shows blank screen when connecting to projector via HDMI AV adapter.  I have an ipad 2 that works perfectly.  Projector is a Dukane ImagePro 8106HA.  Only difference I see is that the ipad 3 owner has not updated to IOS 6. Any thoughts?

    Ipad 3rd gen shows blank screen when connecting to projector via HDMI AV adapter.  I have an ipad 2 that works perfectly.  Projector is a Dukane ImagePro 8106HA.  Only difference I see is that the ipad 3 owner has not updated to IOS 6. Any thoughts?

  • [SOLVED] black screen when connecting rdesktop to localhost

    I am trying to set up my machine so I can remote into it via RDP.
    When I run the command
    rdesktop localhost
    from my terminal rdesktop pops up.  I choose sesman-Xvnc and type in my password and a plain black screen is all I get.  Sometimes I'll get a message that says "Oh no Something has gone wrong.  A problem has occurred and the system can't recover. All extensions have been disabled as a precaution." It also gives me a log out button.
    I have installed xrdp from the AUR via yaourt.  I am using xrdp version 0.6.1-1,  tigervnc 1.4.0-1, and rdesktop 1.8.3-1.
    In trying to isloate the problem I tested tigervnc by running
    vncserver
    with the following xstartup configuration file in my /home/.vnc directory. 
    #!/bin/sh
    unset SESSION_MANAGER
    unset DBUS_SESSION_BUS_ADDRESS
    OS=`uname -s`
    if [ $OS = 'Linux' ]; then
    case "$WINDOWMANAGER" in
    *gnome*)
    if [ -e /etc/SuSE-release ]; then
    PATH=$PATH:/opt/gnome/bin
    export PATH
    fi
    esac
    fi
    if [ -x /etc/X11/xinit/xinitrc ]; then
    exec /etc/X11/xinit/xinitrc
    fi
    if [ -f /etc/X11/xinit/xinitrc ]; then
    exec sh /etc/X11/xinit/xinitrc
    fi
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    gnome-session --session=cinnamon
    My arch:1.log file from testing vncserver
    Xvnc TigerVNC 1.4.0 - built Dec 15 2014 20:38:17
    Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)
    See [url]http://www.tigervnc.org[/url] for information on TigerVNC.
    Underlying X server release 11602901, The X.Org Foundation
    Sun Jan 18 14:13:18 2015
    vncext: VNC extension running!
    vncext: Listening for VNC connections on all interface(s), port 5901
    vncext: created VNC server for screen 0
    /etc/X11/xinit/xinitrc: line 51: twm: command not found
    /etc/X11/xinit/xinitrc: line 52: xclock: command not found
    When I check the status of vncserver.service by running
    systemctl status -l vncserver.service
    I get this output
    vncserver.service - Remote desktop service (VNC)
    Loaded: loaded (/usr/lib/systemd/system/vncserver.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2015-01-18 13:43:55 EST; 38min ago
    Jan 18 13:43:55 arch vncserver[1699]: vncserver: The HOME environment variable is not set.
    Jan 18 13:43:55 arch vncserver[1701]: vncserver: The HOME environment variable is not set.
    Jan 18 13:43:55 arch systemd[1]: vncserver.service: control process exited, code=exited status=2
    Jan 18 13:43:55 arch systemd[1]: Failed to start Remote desktop service (VNC).
    Jan 18 13:43:55 arch systemd[1]: Unit vncserver.service entered failed state.
    Jan 18 13:43:55 arch systemd[1]: vncserver.service failed.
    When I run printenv it shows that my HOME variable is indeed set: HOME=/home/will
    I've tried restarting vncserver.service with systemctl and I get the same error.
    Per the vncserver wiki I created a vncserver@:1.service file in /etc/systemd/system and enabled it.  It starts and runs without a problem. 
    I have tried using the nouveau video drivers instead of the nvidia driver that I'm currently using and that produced a similar result but with a white square at the upper left hand corner of the rdesktop window.
    I'm new to arch-linux and linux in general.  I've been using it for about a month now and I've been able to solve all of my problems through using this forum, reading wikis and the man pages of command line programs.  This one has me completely stumped.
    I have no reason to believe the problem is related to xrdp or to rdesktop because the only errors or decent information I have been able to find about what could be going wrong has been the vncserver.service error shown above.
    Last edited by willtech3 (2015-01-25 17:51:13)

    Ok.  I finally got this working.  What I did was I created a file at /etc/systemd/system called vncserver@:4.service and set the user in the file to my username.  Then I went into xrdp.ini which is located at /etc/xrdp and under [xrdp1], (which is for sesman-Xvnc ) I set the port value to 5904 which is the port that my vncserver@:4 service uses when its running. 
    Since xrdp uses tigervnc as its back end it was just a matter of pointing it to a running vncserver.
    Don't I feel silly
    Thanks Knute for your help.  Your idea led me to the right answer.

  • 5th Gen iPod freezes on "Do Not Disconnect" screen when connected to Mac

    My iPod freezes on the "Do Not Disconnect" screen (partially backlit) when I plug it into my computer. I have a G4 eMac with standard USB connections. The ipod firmware is up to date.
    This freeze doesn't occur ALL the time....just occasionally. The iPod does not appear on my desktop or in iTunes when this happens. I have to wait until the iPod discharges its battery completely before I can use it again (this sometimes takes a couple of days!).
    Does anyone have any ideas? Or is anyone else experiencing this?
    Thanks....
    G4 eMac 700mhz Mac OS X (10.4.9) 768 MB RAM
    G4 eMac 700mhz   Mac OS X (10.4.9)   768 MB RAM

    Thanks for the replies.........I can't seem to find a solution to this....its annoying to say the least. Its just happened again this morning, though it's successfully sync'd on the last few occasions....it seems to be quite random.
    One thing I've noticed is that it synced OK when iTunes wasn't open when I plugged it in. It appeared on the desktop, then I opened iTunes. This morning though it froze when iTunes was already open, so there may be an issue with iTunes (I updated this weekend to see if it was any different with the new version). I guess this will happen if you've got the ipod set to open iTunes automatically when connected too.
    So, no solutions as yet.......I'm gonna get onto Apple to see if they have any answers. I'll get back to you all on this one.
    PS: why no firewire capabilities on the new ipods?
    G4 eMac 700mhz Mac OS X (10.4.9) 768 MB RAM

  • Buddies see black screen when connected

    I connected to a few people with my webcam (in my new macbook) and all they see is a black screen...some people see it..some dont..what should those that cant see it do? or what is causing this?

    Hi Sunkentheory,
    When you click your own Video icon do you see a preview ?
    IF you go to iChat > Preferences > Video do you see the same preview ?
    Do you have any add-ons to iChat ?
    Does the green light come on for you internal camera during a chat ?
    Does this page help any ?
    http://www.ralphjohnsuk.dsl.pipex.com/EZJim/EZJimpage4.html
    11:07 AM Wednesday; May 30, 2007

  • Blank/Black screen when connecting to server

    When I try to use ARD to connect to my XServe all I get is a black screen. For some reason though using VNC from a PC works fine. Any thoughts?

    Just to follow this up, found that having jumb frames enabled was causing this. Change the frame size back to 1500 and it works fine.

  • Black screen when connecting iPod to Mac

    When I connect my iPod to my Mac i have this "Do Not Disconnect" screen appearing but I can barely see it... It's really faded out... Can somebody tell me why?

    I would take it back to the store and exchange it before it's too late.

  • Black Screen when connection apple TV 2. Gen to my TV via HDMI an over a Doulby Suround System (Sound is OK)

    Dear Apple Comunity,
    at first i want to wish all the best to the family and close friends of Mr. Jobs. It is a sad loss for all of us.
    To come back to my topic:
    I connected my apple TV set by HDMI to my Yamaha Doulby Surround System. When i try to use it then one in a while the screen stays black but i can hear the sounds of using my apple TV. I guess that indicates that the signales went from the apple TV to the Yamaha System but somehow the visual informations don´t reach my TV (and yes, i pluged the HDMI-Cable from the Yamaha to the TV-Set).
    It just happens once in a while and i don´t know what to do about it. It´s pretty inconviniend that way.
    The only way to get it back in track is to remove the Powerplug (HDMI doesn´t work).
    Any suggestions.
    Regards
    René Engel
    PS. Pls excuse my bad english.

    I suspect it's your receiver, connect the HDMI directly between the Apple TV and the TV and use an optical cable to your receiver from the Apple TV for audio.

  • Can't recall password when connecting 2 Macs via Firewire (Snow Leopard)

    In Leopard I used to be able to connect my iMac and my Macbook to each other with a Firewire cable and share/move large files between them. Since the upgrade to Snow Leopard when I connect the two machines up I'm prompted to enter a password which I can't recall setting. I've tried all my usual password variants to no avail
    Is there anyway I can find the password that I set or can I change one of them?
    EDIT: If I connect as a Guest I can see the shared folder on my machines (I have Filesharing turned on). An easy workaround would probably be to add the folders I need to play with to the Filesharing list but I'm more concerned about the password issue
    Message was edited by: robbo™

    Essentially I am connecting the 2 Macs to each other with a Firewire cable. In Finder, under Shared, I can see my Macbook and I can connect as a guest but the password that should work simply doesn't

  • Hi my iPhone 4 won't turn on . When plugged in on several different chargers the following happens .  Blank screen then apple sign for a short period then it buzzes and goes blank. When connected to mac  get message that phone is in recovery mode and that

    Hi  my iPhone 4 won't turn on . When plugged in on several different chargers the following happens .  Blank screen then apple sign for a short period then it buzzes and goes blank. Have tried power button and home button but no change ,When connected to mac  get message that phone is in recovery mode and that i must restore this phone before it can be used with iTunes . Is this my last resort as I have some photoessays I don't want to loose.
    PPlease help

    Hello, Chantal105
    Thank you for visiting Apple Support Communities. 
    If your device is in recovery mode you will need to restore the device. 
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Cheers,
    Jason H.

  • My ipod touch 2g is on black screen.when i connect it to my pc it is not recognizing it.then i opened i tunes and put the phone in dfu mode it says an ipod is detected but it cannot be restored error 1600.plz help me...

    my ipod touch 2g is on black screen.when i connect it to my pc it is not recognizing it.then i opened i tunes and put the phone in dfu mode it says an ipod is detected but it cannot be restored error 1600.plz help me...

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode,put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.

  • My Macbook Pro has a black screen when running in Bootcamp Windows 7. Since I updated the mac side my windows side now starts up with completely black screen - no prompt, nothing, Cap keys still light up as does mouse and DVD drive seems to run.

    My Macbook Pro has a black screen when running in Bootcamp Windows 7. Since I updated the mac side my windows side now starts up with completely black screen - no prompt, nothing, Cap keys still light up as does mouse and DVD drive seems to run.
    Will not show up in safe mode, will not show when started from Windows 7 DVD.
    I suspect the Mac update wiped out my PC video drivers but can not think of a way to re-install?
    Can see the PC volume from Mac side with files.
    I've looked at all the online solutions so far and have tried most of them without success. Please help!
    Specs:
    2009 Macbook Pro, 3.06 GHz Intel 2 core, Max 10.6.8.
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro5,2
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          3.06 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          6 MB
      Memory:          4 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MBP52.008E.B05
      SMC Version (system):          1.42f4
      Serial Number (system):          7302300GANE
      Hardware UUID:          B2D4B4B4-CD92-5C7A-BDC2-527D30DD8DF3
      Sudden Motion Sensor:
      State:          Enabled

    EDIT: RESOLVED
    For anyone else who finds their way here like I did, this link did it for me: https://forums.geforce.com/default/topic/527599/windows-8-issues-solved-please-r ead-if-you-39-re-having-black-screen-and-or-flickering-/
    Specifically, the posts by Dunsany and valkyr did the trick.  I booted in safe mode, uninstalled and deleted the Nvidia driver, disabled automatic driver installation, and restarted normally.  I then manually downloaded and installed the previous Nvidia driver for my graphics card (which at the time of this writing was 335.23, rather than the latest which was 337.88), and everything is now bueno!
    Two hiccoughs along the way: First, when I tried to uninstall the Nvidia driver the first time, when I restarted I got the login screen (which was a good sign), but it quickly went black again.  I powered down, restarted in safe mode again, and repeated the uninstallation process, and it worked the second time.  Second, when I started the manual install of the 335.23 driver, the computer played a sound similar to the one for disconnecting a USB device, and the screen went black.  I'd seen a lot about trying to increase the brightness (though it hadn't worked up to this point; but if you haven't tried it yet, might as well); I tried it, and it worked! So far I'm back up and running. [/fingers crossed]
    Hope this helps someone else!

  • I solve my problem of black screen when starting up my Mac pro, namely by the button lighting and then i saw the login screen. Hopefully it works for you too.

    I solve my problem of black screen when starting up my Mac pro, namely by using the lighting button and then i saw the login screen. Hopefully it works for you.

    It was the PRAM.

  • Hey i have an ipod touch 5gen ,it has stopped responding and is showing a blank black screen.when ever i connect it to itunes it gives a sound of the connection. what am i suppose to do?(ios7)

    hey i have an ipod touch 5gen ,it has stopped responding and is showing a blank black screen.when ever i connect it to itunes it gives a sound of the connection. what am i suppose to do?(ios7)

    Try:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Help, got an iPad 2 and it will not turn on? Just got a blank screen with a apple logo.  Tried restore (I.e. holding down both buttons for 10min) iTunes also does not recognise iPad when connected to mac?

    Help, got an iPad 2 and it will not turn on? Just got a blank screen with a apple logo.  Tried restore (I.e. holding down both buttons for 10min) iTunes also does not recognise iPad when connected to mac?

    If the device doesn't appear in iTunes, try using the steps in this article to force the device into recovery mode.

Maybe you are looking for

  • How do I add multiple fills more accordingly?

    I sometimes like to add a little more depth into my drawings than having single paths be of a single fill. In the illustration below, for example, I have two balls drawn. The first was made the way I was taught. A stroke and fill - all consisting of

  • How to log message size ?

    Hi, How can message size be logged in ALSB ? I mean "logged" in a general way, not specifically through a Log Action: -using a Report Action ? -using the JMX monitoring API ? In that case, is it possible to add a new statistic "Message Size" to the r

  • Bluetooth USB Dongle does not work

    I have this generic looking USB dongle (forgot the brand) that I use with my eMachines e725 laptop. It worked fine with Linux Mint 9 KDE 64bit that I had to use for the past 1.5 years. The moment I plugged the dongle in, it was instantly detected and

  • Cleaning up noisy vocal tracks

    I have a few hundred vocal tracks to clean up, ie: room noise, lip smacks, coughs, etc. in between the actually singing. Right now I am manually going through eacj track and putting silence where I want it. Strip silence is not the best, as there are

  • Reson for creation of Planned & Production Order ?

    Hi, I m having 1 material in Project(PS) with req qty as 4 and Production order is there with delivered n released status for the same. but when i m running COOIS its showing two Production order for the same. 1. Wth  4 quantity with delivered status