Results 1 to 5 of 5

Thread: Reduce size of the screen... Im not talking about resolution

  1. #1
    Join Date
    Dec 2024
    Beans
    3

    Reduce size of the screen... Im not talking about resolution

    Hi i have an old projector and a Ubuntu in a pc attached.
    The thing is my projection is too big for my "display" the sheet where i project (i dont know the word in english)
    So, i want to reduce the size of the screen in Ubuntu.
    How i can do that?
    (i was using this projector in the pass with a raspberry py, and with the raspberry pi i just put this in the config.txt file in /boot and all work fine:

    Code:
    # Display
    disable_overscan=0
    
    # uncomment the following to adjust overscan. Use positive numbers if console
    # goes off screen, and negative if there is too much border
    overscan_left=50
    overscan_right=50
    overscan_top=60
    overscan_bottom=60
    )
    I try with xrandr like this (the values where just too see if the change is the kind of change im expecting):
    Code:
         xrandr --output HDMI-1 --transform 1.085,0,-50,0,1.18,-65,0,0,1
    But, dont work at all. With that the x and y from the top and left change but the bottom and right dont change at all (i just lost part of the screen)
    Thanks

  2. #2
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Reduce size of the screen... Im not talking about resolution

    In general, the fix for this is to move the projector to be closer to the wall or use projector controls to do the scaling. I've owned 4 projectors over the decades and always look up the throw distance to ensure it fits my requirements on projection size. Sometimes the projector I want doesn't work for my space, so I don't get it.

    BTW, I use a r-pi v4 to drive my Epson. Great for movies! 120inch projection makes any TV look tiny. Think the projector is about 10 ft away from the wall, but I haven't measured in years. Here's a throw-distance calculator: https://www.projectorcentral.com/Eps...ulator-pro.htm It is handy to have this calculator for your projector BEFORE purchase.

  3. #3
    Join Date
    Dec 2024
    Beans
    3

    Re: Reduce size of the screen... Im not talking about resolution

    Hi. Thank you very much.
    Yes i know that moving the projector can fix this. But the projector is in the perfect place to not bother in my space... except that... it is too big. BUT the solution of just changing the values in config.txt of the rpi was perfect.
    There is not something like that in ubuntu for a pc?
    in the other hand, yes, even the rpi4 was working excellent to play movies and music, etc.

  4. #4
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Reduce size of the screen... Im not talking about resolution

    There might be kernel options that you can add to grub. IDK.
    https://www.dedoimedo.com/computers/...d-scaling.html might help.
    I understand that KDE+Plasma handles this easily. I haven't used it.

    BTW, you are using X/Windows tools, but recent versions of Ubuntu all use Wayland, not X/Windows. Do those tools even work on a normal Ubuntu desktop? Things that have been possible for a long time aren't under Wayland.

  5. #5
    Join Date
    Dec 2024
    Beans
    3

    Re: Reduce size of the screen... Im not talking about resolution

    Hi.
    Do you know what i have to look in kde+plasma? i use kde like 10 years ago i believe.
    About x/windows tools it is because i cahnge for Xorg when login.

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
  •