In screenshare the top and bottom of my screen is cutoff.

Hello, I am trying to connect my Macbook Pro to my TV with an HDMI cord. It seems to work fine, except that the top and bottom of my screen is being cutoff on the tv. I cannot see the bottom half of my dock, and I cannot see the top menu bar with the apple at all. I have tried all of the different resolutions for the display, and on every one of them I have this problem. How can I fix this? I have also noticed that it does this with some other displays, not just this one. It works on about 50% of the different screens I try, and the other half does this. Here is a picture of the problem: http://imgur.com/HoR7a

Thanks a lot. That was much simpler than I thought it should be. One interesting thing though, is that you cannot do this when it is set to mirror your screen. Any idea for how?

Similar Messages

  • How can I get Firefox to fill my screen? There are gaps in the top and bottom of my screen, thanks.

    I dropped my laptop recently and messed up the hard drive so after installing new hard drive I reloaded win 7 and Mozilla Firefox. When Firefox loads up there is a 1" plus gap on the top and a half inch gap at the bottom of all pages. How can I get the browser to fill the screen? Thanks.

    This website is using autocomplete=off to prevent Firefox from saving and filling the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save names and passwords and other form data.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • How can I print the top and bottom halves of 11x17 PDF on 8.5x11?

    I have a multi-page 11x17 PDF of quiz cards designed to be printed double-sided so that a question appears on one side and the answer on the other side. (Page 1 has the questions; page 2 has the answers.)  My printer is 8.5x11 so I would like to print the top half of 11x17 page 1 onto 8.5x11 page 1 and the bottom half of 11x17 page 1 onto 8.5x11 page 2. Then I will flip the 8.5x11 pages over and repeat the process, this time printing 11x17 page 2.
    Is there a way to print the top and bottom halves of an 11x17 PDF onto two 8.5x11 pages?
    Thanks!

    The easiest solution I know of requires you to have a copy of Adobe InDesign. You can easily layout PDFs within InDesign in the configuration you want and create a new PDF.
    I don't know any way to print it directly in that layout, unfortunately.

  • How can you make your persona show on the top and bottom? Also can you make it bigger at the top to show more of the picture?

    How can you make your persona show on the top and bottom?
    Also can you make it bigger at the top to show more of the picture?

    Add extra empty toolbars if you want to see more of the persona.<br />
    You can create extra toolbars to get extra space via View > Toolbars > Customize<br />
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.<br />
    See http://kb.mozillazine.org/Toolbar_customization

  • How to align text at the top and bottom of a cell?

    I'm making a periodic table and need help with aligning text at the top and bottom of a cell. I'll have a picture in the middle of the cell with text above and below the pic. Thank you in advance for any kind of suggestions you can give me.

    It sounds as though you want to have 3 separate items inside of a single cell; text at the top of the cell, text at the bottom of the cell, and then a picture in the middle of the cell.  I am no expert, but to my knowledge that is not possible (someone please correct me if I am wrong.)  I also cannot figure out how to put a picture inside of a cell itself.
    I do have a way to accomplish the end result so long as what you need is the final look and not a useable table in numbers.
    Create 2-3 cells for each element.  (The middle cell, unless you can put pictures in a cell and I don't know, would just be there for peace of mind, but would hold the picture if you can, I would just do two if the pictures are to be in front of the cell anyway.)  The top cell align text to top on the Text tab of the inspector.  The bottom cell, align text to bottom on the same tab.  Then place the picture in the middle.  Now, you have what you want except there is one or two lines dividing the cells.  To get rid of this, either click the middle cell if you have one, or the top or bottom cell.  Click on the Cell tab of the inspector.  Select the bottom border and/or top border button and select "No Border" under border styles.  To make this fast, select a full row at a time, or use command click to select all of the same type of rows (middle, top, or bottom) and change all cells at once.
    I hope this helps.  Best of luck!
    ~Bret

  • HT202879 how do i add a line to the top and bottom of a text box only

    i have a text box in my Pages document but i need to be able to add a line tot he top and bottom only to my text box. can i pleae get some help.

    Hello alegna23,
    To add a line just to the top and bottom of a text box, you will need to add the two lines as shapes.  Follow the steps below to add a line to your document:
    Add a shape
    Click Shape in the toolbar.Click the arrows to see more shape styles.
    Select a shape to add it to the page.
    In step 2, select a line and use the squares on the end of the line to help resize the line.  You can find the full article here:
    Pages Help for Mac - Add and edit shapes
    http://help.apple.com/pages/mac/5.0/#/tan9ad18c384
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have an 11" Macbook Air. When I use Garageband it opens in a window so large that the bottom corner is not accessible so I can't decrease the window so that I can see the top and bottom of the window at the same time. Any suggestions?

    When I use Garageband the window is so large that I can't reach the bottom corner to decrease the window to fit inside the display so that I can see the top and bottom of the window at the same time.
    Any suggestions?

    You can reduce the window by grabbing any edge or corner.   You don't have to use the bottom right anymore.
    You could also temporarily move the dock to the left/right so you can reach the bottom.

  • Get rid of the white space at the top and bottom of the report when Printing as PDF document

    Hello All,
    I have a wider tablix report which is 29 inches wide. I have given the paper size as custom and width as 29 and height as 11 in report properties.I have deployed it and saved it as PDF document. When I print preview the report I am using the paper size as
    tabloid (17 by 11) and selected the orientation as Landscape. I am getting the full report without any stripping but I am getting some extra space at the top and bottom when I print the report. Can anyone help me how to get rid of this space? . I checked the
    margins for the report and it was 0in. Please help.
    Thank You

    Hi There
    In Reporting Services (SSRS 2008), there are white spaces preserved in the report body by default. When the white space extends the body size beyond the width of the report, blank pages will be generated. To avoid the issue, you can set the “ConsumeContainerWhiteSpace”
    property of the report to “True”.
    Please try to adjust your margins (top + side) and hopefully this problem will get resolved
    Body Width <= Page Width - (Left Margin + Right Margin)
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    Body Width <= Page Width - (Left Margin + Right Margin)
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    If you have any questions please ask.
    Many Thanks
    Syed Qazafi Anjum
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.

  • FCP/Compressor keep exporting horizontal green lines near the top and bottom mattes. What do I do?

    Hi everyone,
    I'm trying to export a:
    1920x1080
    29.97
    Interlaced
    ProRes 422 HQ
    to:
    DVD Best Quality (90 minutes) in Compressor
    Quality all the way high
    Mpeg-2
    in Final Cut Pro and/or Compressor (both so far export with the green lines) and so far it has been to no avail. They show up right on the edge near the mattes. Most forums talk about a vertical green line but I am having problems with horizontal lines near the top and bottom.
    Any ideas? Thanks.

    If you are sending your file via share to Compressor I would try this instead:
    Export a QT reference(not self-contained or using QT conversion) file of your sequence to your desktop.
    Then:
    Turn on frame controls in the MPG-2 setting and set all to best. Changing all settings to best will increase your render time greatly. You may want to do a :30 or 1min test.
    In my experience Compressor can be inconsistent with HD to SD DVD MPG-2 conversion. Sometimes it works wonderfully and others times it does not.
    I have had success with having FC do the SD conversion first.
    Create a new 16x9 SD sequence
    Add HD seq to SD and render
    Export SD and then compress for DVD.

  • Why does the top and bottom of my clips get cut off?

    Hi, I'm new to iMovie and I've encountered an annoying problem. I imported all my movie files from my flash drive without any issues. I dragged a clip from the section with all the clips to the play reel. I previewed the clip, both normal screen and full screen, and both times the top and bottom of the clip was cut off. I tried it again with different clips but the same thing kept happening? Can anyone tell me why this happens because my head keeps getting cut off and I don't like it one bit.

    First, you can go into File/Project Preferences and adjust the aspect ratio of your project to either widescreen (16:9) or standard (4:3), to match your footage.
    You can combine footage that is widescreen and standard in the same project. In this case, you have to tell imovie how to handle the clips that do not fit the overall project aspect ratio. To do this, you can select a clip in your project and use the Rotate, Crop, Ken Burns Tool. If you select FIT, it will preserve the whole frame by inserting black bars (letterboxing). If you select CROP it will cut off the top and bottom. You can select the default for this in Project Properties.

  • How to remove web data from the top and bottom of my Ebay invoices so I can print them without it.

    When I create my Ebay invoices, (which are generated through the browser in a new window) data is also generated at the top and bottom that I don't want to show on the invoice. The data is the date and time at the bottom, together with the page number, and at the top it shows the web location. In Explorer, you can remove this before printing but I can't work out how to do it in Firefox. Help please!

    Hello!
    You can change that in Page Setup, choose the "Margins & Header/Footer" tab and chose "--blank--" instead of the data that you don't want it to appear.
    You can visit [https://support.mozilla.org/en-US/kb/how-print-websites#w_margins-and-header-footer How to print websites] for more details.
    I hope that helps,
    Have a nice day

  • I have all my clips with an extra edge around the top and bottom I want to remove

    As you can see from the image below, I have all my source videos recorded at 1024x820.  I want to, using Premiere clip this to 1024x768 removing some from both the top and bottom.  I'll have hundreds of clips of this shape (1024x820) I will import into premiere.  Is there some kind of transformation I can do that will clip the top and bottom so that my exports come out at 1024x768?  I don't want to shrink the full picture, I want to clip the top and bottom edges cleanly.

    All I am doing is the following:
    import my mov file that is 1024 x 820
    create a sequence that is 1024 x 768
    export the sequence
    I made a video showing the steps (very boring, sorry).
    I'm sure there is something simple I'm missing. i'm 99% sure my result is wrong from the looks of it in the movie player.
    here is the video:  https://www.dropbox.com/s/5wjs8p3v0sjh8uv/livewriterdemo_fromcamtasia_final.mov

  • Small black bars on the top and bottom on video after exporting?

    I'm using 1280x720 video footage in Adobe Premiere. The problem is, whenever I export my finished project as 1280x720, the newly rendered file has small black bars on the top and bottom.
    These black bars are not there in the Premiere preview, only after the project is rendered.
    The video file created after export is still 1280x720(16:9).
    Is there any way to get rid of these black bars, as they are quite irritating because I make youtube videos regularly.

    FAQ: How do I get rid of black bars around my movie?

  • Is there any way I can get the pictures on my iPhone 5c to be the whole screen instead of with a black band across the top and bottom?

    My new phone only let's me take pictures with a black band across the top and bottom instead of the whole screen, does anyone know how to change this?

    AJ Green wrote:
    My wifi only iPad 2 has GPS, and a compass/accelaerometer to determine which direction I am facing.  You need to enable location services.
    Your wifi-only iPad does not have GPS. Read the specs for your device.

  • For h.264 encoding, what size does the project need to be to avoid black bars on the top and bottom.

    For h.264 encoding, what size does the project need to be to avoid black bars on the top and bottom. I am exporting the mp4 to Brightcove.

    Hi there,
    Which version of Adobe Captivate (If it is Adobe Captivate) is it and which Operating System is it?
    Thanks.

Maybe you are looking for

  • Way the url of the images are absolute in km?

    Hi! I am having some trouble with the url's of the images that I insert in a html page on KM. Specifically, when I insert a new image, the URL of it is absolute!! I mean: http://<host>:<port>/irj/go/km/docs/documents/imagename.gif I edited the url an

  • Storage for final cut pro

    i have a mac book pro and im looking into getting final cut pro so im thinking some additional storage is necessary... i've been looking at the WD 1tb mybook for mac, and im wondering if this will be enough room or will even work for final cut pro

  • Add company logo to login page in SRM 7.02

    Hey, I'm trying to add the company logo to the SRM login page. I've been searching in the forum but I can't find a real response on how to do this. Does anyone knows how to add the company logo to the login page in SRM 7.02? Best Regards.

  • Field PAYEE_PAYER in BAPI_INCOMINGINVOICE_

    Hi, 1.- can someone explain how to create an invoice with BAPI_INCOMINGINVOICE_ using field PAYEE_PAYER? 2.- when using BAPI_INCOMINGINVOICE_ if i pass a value to field PAYEE_PAYER, how must i proceed with field DIFF_INV? is there any incompatibility

  • Expose on the dock?

    Is there a way to create a shortcut for Expose on the dock or even the dashboard? I'd like to be able to double click on an icon and use expose, rather having to use the keyboard. I know this is possible in Leopard. Can this be done in Tiger?