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.

Similar Messages

  • 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                                     

  • I attempted to use netflix on my MacPro safari 10.5.8, I get a blank black screen when I attempt to watch a video, Has anyone encountered and solved this dilemma?

    I attempted to use netflix on my MacPro safari 10.5.8, I get a blank black screen when I attempt to watch a video, Has anyone encountered and solved this dilemma?

    I also have downloaded netflix "Silverlight" I believe successfully...at least acoording to the popup at the end of the Silverlight download "You have successfully downloaded Silverlight"

  • Blank black screen when I open Firefox

    Hi everyone,
    Thanks in advance for your help. I have noticed over the last week that whenever I open Firefox, I have a blank black screen. I have uninstalled and reinstalled but the problem still exists. After some research, I started Firefox in safe mode in which it opened but after closing the window and re-opening the Firefox window, the blank black screen still appeared.
    Can anyone offer any suggestions on how to rectify this problem?
    Thank you

    Did this happen when you updated to Firefox 33? Many Windows 7 users with integrated Intel graphics have not updated their graphics drivers for a long time, and Firefox 33 is incompatible with the older drivers.
    The temporary workaround is to disable Firefox's use of hardware acceleration, but the long term solution is to update the Intel software. Please see this thread for step-by-step and links: https://support.mozilla.org/questions/1025438
    Success?

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

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

  • 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

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

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

  • I have a new ipad and everything works but can't connect to the app store. Itunes works and the wifi seems to be working but i get a blank white screen when i open the appstore.Nothing will load unter the features or charts tab. Any Suggestions?

    I have a new ipad and everything works but can't connect to the app store. Itunes works and the wifi seems to be working but i get a blank white screen when i open the appstore. Nothing will load unter the features or charts tab so i cant download any apps. Purchased and updates tab loads fine. Any suggestions?

    You would get better response from the iTunes community forum.
    Have a nice day!

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

  • When I click on a link from a web page opened in Safari I get a blank black screen. Why can't I see the contents of the page?

    When I click on a link from a web page opened in Safari I get a blank black screen. Why can't I see the contents of the page?

    Is this any link in any page, or one particular link in a particular page?

  • My iPhone 4S has a blank black screen but when someone calls me I can answer it, I just can't see anything

    My iPhone 4S has a blank black screen but when someone calls me I can answer it, I just can't see anything

    Try a reset: hold down the home button along with the sleep/wake button until you see the apple, then let go. (No data loss)

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

  • My Time Capsule backups disappeared (blank black screens) and in trying to set it up again I now find that when TC is plugged in and on (green light) it cancels out wifi reception from my router. I am only using TC as a backup not for wifi. Help!

    My Time Capsule backups disappeared (blank black screens) and in trying to set it up again I now find that when TC is plugged in and on (green light) it cancels out wifi reception from my router. I am only using TC as a backup not for wifi. Can anybody help?

    Sorry, you have lost me since it appears that you have two completely separate issues here.
    All that I can suggest is you start over and try to set up the Time Capsule again first...and then, once that is done and the Time Capsule is working correctly on the network....then, try to troubleshoot the separate Time Machine issue.
    If you decide that you want to do this, we'll need some basic information:
    Make and model number of your modem?
    You are using OS X Mavericks (10.9.3), correct?

Maybe you are looking for

  • MSI installer not working MSI 5.0 Windows 7

    Hello I am trying to get MSI installer to work and when I go to install anything that has the Windows Installer Package it opens Notepad in a scrambled message. I have tried numerous avenues to no avail (regedit,copy paste regedit, troubleshooters, s

  • ActionListener Help

    Hi I am creating a very basic program that has two buttons and a text field. When any button is clicked, then the text in the text field should change. However, I've run into a problem with the actionPerformed method - it doesn't seem to recognise th

  • No Records in RSA7

    Hi Gurus I have new ECC system connected to BI 7.0 , I have activated LO datasources and also filled up set up tables but when I go to RSA7 there is no records( I have also tried to run LIS job(V3 Job) but no records/Datasource in RSA7). would you pl

  • DatePicker format Issue Excel 2010

    I have an employee absenteeism form that uses this formula to calculate number of days out of office.  J18 is the shift (shifts less than 40 are 3-day shifts, >40 are 4-day shifts).  The start date is in cell E28 and the end date is in H28.  AN69-AN9

  • UNable to Download Adobe reader files

    I have the free Adobe reader.  Back about four months ago i started having trouble downloading and reading PDF files They would come up as Nitro tabs.  When i cliked on them they would ask how i wanted to download, as pdf, Html, download. No matter w