Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Shrink the Screen Display

  1. #1
    Join Date
    Aug 2014
    Beans
    8

    Shrink the Screen Display

    I have hooked up my PC to a TV. For whatever reason, all the TV settings still have portions of the display off the screen. So, I can't see the edges of my display. Makes it so I can't see the top menu bar, only the edges of the side icons, etc... Very annoying.

    Can someone please help me understand if it is possible to "shrink" the screen size in Ubuntu so that I can see the entire display? Maybe add a border or something like that? I tried searching, but could not find any instruction on how to do this.

    I tried different resolutions, but all of them still had portions of the display off the screen. Any help would be appreciated.

    Thanks.

  2. #2
    Join Date
    Sep 2007
    Location
    Oklahoma, USA
    Beans
    2,378
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Shrink the Screen Display

    In at least some of the many flavors of *buntu, it's possible to drag the display around by putting the mouse pointer in an empty area of the window, holding down the ALT key, then moving the mouse in the desired direction. I've used this several times to solve the problem you are seeing.

    If it's happening to almost all screens you see, it's likely that your system has automatically set itself to a smaller resolution size than that for which the screens were designed. In these days of very high resolution monitors, many developers create their windows at large sizes for the best experience on their huge monitors. Then, when displayed on a system configured for a much smaller size, much of the window is off the screen. It's possible, though sometimes quite difficult, to change the system configuration to be more accepting of such programs (that is, to shrink the screen size as you ask) but in order to start we need to know quite a bit more about your hardware, starting with the make and model of your video adapter and of the TV you are using, plus a list of the resolutions you have tried already.
    --
    Jim Kyle in Oklahoma, USA
    Linux Counter #259718
    Howto mark thread: https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

  3. #3
    Join Date
    Aug 2014
    Beans
    8

    Re: Shrink the Screen Display

    Thanks for the response. So here is what I have for hardware:

    Graphics card = Diamond Radeon 4670
    TV = MAGNAVOX 37MD350B/F7
    They are connected via HDMI cable (using my PC as a server/media center)
    Ubuntu 14.04

    Instead of just trying a few resolutions, I tried all available ones. The one that worked was 1360 x 768. Guess I missed it in my previous attempts.

    So, at higher resolutions (1920 x 1080), it does not work. Stuff is off the screen. Does that mean I can't use the higher res?

    thanks.

  4. #4
    Join Date
    Aug 2013
    Beans
    336

    Re: Shrink the Screen Display

    If you want to use higher resolution but you have overscan issues you can use xrandr scaling.

    In a terminal type
    Code:
    xrandr --current
    It will give you a list of interfaces , and if they are connected. Note your hdmi name (probably HDMI-0) it will be the one connected.
    Then do
    Code:
    xrandr --output HDMI-0 --scale 0.95x0.95
    Play around with values but do not make dramatic changes as in 0.7x0.7 , make minor increasements/decreasements. 1x1 will return to default.

  5. #5
    Join Date
    Oct 2011
    Location
    Galiza
    Beans
    3,380
    Distro
    Ubuntu Development Release

    Re: Shrink the Screen Display

    Please disregard previous posts. Although with good intentions they all missed the point. The settings you need to change are at your TV: disable OverScan.

    You need to check in your TV's user manual how to do this and/or contact its tech support. It's quite different from brand to brand.
    Galiza Nação!

  6. #6
    Join Date
    Sep 2007
    Location
    Oklahoma, USA
    Beans
    2,378
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Shrink the Screen Display

    Quote Originally Posted by mariskaoldtina View Post
    The one that worked was 1360 x 768. Guess I missed it in my previous attempts.

    So, at higher resolutions (1920 x 1080), it does not work. Stuff is off the screen. Does that mean I can't use the higher res?
    I looked up the specs for your TV on Google, and found that its native resolution is 1366 x 768. Any flat-panel type of display, which includes almost all current TV models, works best at its native resolution, so that's where you'll get the best results.

    I couldn't find any kind of user manual on line so that I could look up the overscan settings. It's possible that the 6-pixel discrepancy between the native 1366 and your setting of 1360 might be contributing slightly but that's less than one character's width in most typefaces so I would not expect it to matter.

    Using the "xrandr" command that Vladlenin5000 suggested might help; it's extremely powerful and has a number of other capabilities besides what he suggested. If you type "man xrandr" at a command-line prompt you'll get a long and highly technical explanation of what it does and how you can use it, but the first version he suggests will tell you the current setting of your video adapter in detail without making any changes.

    At this point there's not much more I can offer but I'll be watching this thread; I'm learning a bit more about these problems too! If you do find a solution, we can probably help you make it permanent.

    EDIT: An additional search turned up this page: http://www.manualslib.com/manual/258...page=16#manual

    Note halfway down the page it lists the possible resolutions; I fear that 1360x768 is the best you'll be able to do!
    Last edited by JKyleOKC; August 14th, 2014 at 03:47 PM. Reason: additional information
    --
    Jim Kyle in Oklahoma, USA
    Linux Counter #259718
    Howto mark thread: https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

  7. #7
    Join Date
    Aug 2014
    Beans
    8

    Re: Shrink the Screen Display

    Thanks to everyone for the replies. So, I did check the TV manual, and there is no way to disable Overscan. I even contacted tech support - and they said you have to manage it on the PC side for that higher resolution.

    i also tried the xrandr commands. When you do scale < 1, it crops the viewable area. It does not scale. However, when you go > 1, it scales...but makes it even bigger....lol. So, that did not work.

    i looked at the "man xrandr", and it had a few other options. However, I was nervous to try them since they often did not mention how to reset if you screw something up. If anyone has more experience with xrandr, maybe they could help advise?

    thanks

  8. #8
    Join Date
    Sep 2007
    Location
    Oklahoma, USA
    Beans
    2,378
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Shrink the Screen Display

    You might find this blog entry useful: http://sfxpt.wordpress.com/2011/02/0...-using-xrandr/

    Toward the end of it there's mention of a way to undo things, and it's helpful to remember that changes made by xrandr vanish when the power goes away. To make them permanent, you have to embed the xrandr commands in a script automagically executed either at boot time, or at login.

    Also, have you tried the drag-while-holding-ALT-down method to "move the display behind trhe screen" that I mentioned in my initial message yet? It might work for you, and won't hurt anything if it doesn't.
    --
    Jim Kyle in Oklahoma, USA
    Linux Counter #259718
    Howto mark thread: https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

  9. #9
    Join Date
    Aug 2014
    Beans
    8

    Re: Shrink the Screen Display

    Thanks a lot for the info, especially knowing that the settings won't be saved. I'll play around with xrandr more tonight/tomorrow. Hopefully I'll be able to find the correct command to tweak the screen. Seems like there are so many control options for the display, so there should be something in there that I'm looking for. I'll post later on if I figure it out.

    I did try the Alt + drag, and it did not move anything. I'm running Ubuntu 14.04.

  10. #10
    Join Date
    Jun 2008
    Beans
    68

    Re: Shrink the Screen Display

    I'm interested in this thread too. Different box / monitor (TV really) but same problem. The issue I have is with a Zotac Mini ZBOX ID12 PLUS computer and a Polaroid TLAC-02255 22" TV . I'll try it out and post the results.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •