Need repost of way to magnify area on screen

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
jeffneedle
Posts: 13
Joined: Fri Aug 14, 2020 1:59 am

Need repost of way to magnify area on screen

Post by jeffneedle »

I asked this on the old forum, but none of that has migrated here yet.

Using Xenialpup, latest version, 64 bit. I need to magnify an area on screen. I'm visually impaired. Can someone please remind me how to do this? Thanks.
dogFellow
Posts: 43
Joined: Tue Aug 25, 2020 9:04 am
Been thanked: 4 times

Re: Need repost of way to magnify area on screen

Post by dogFellow »

we would tell you but you wouldnt be able to see it
Trobin
Posts: 63
Joined: Wed Jul 08, 2020 5:10 am
Location: Canada
Has thanked: 2 times
Been thanked: 5 times

Re: Need repost of way to magnify area on screen

Post by Trobin »

Not sure if this is what you want.

https://www.murga-linux.com/puppy/viewt ... 7&t=115930

There's two screen magnifiers, one 32 bit and one 64 bit.
both files are contained in the .tar.gz file, and are pet files so you only have to click on the one you want.

Last edited by Trobin on Wed Mar 31, 2021 5:31 am, edited 1 time in total.
jeffneedle
Posts: 13
Joined: Fri Aug 14, 2020 1:59 am

Re: Need repost of way to magnify area on screen

Post by jeffneedle »

That's the one. Thanks.
williams2
Posts: 1028
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 293 times

Re: Need repost of way to magnify area on screen

Post by williams2 »

You can increase the size of objects displayed on your screen.

For example, you can edit the hidden file /root/.Xresources
and change the dots per inch number. For example, you can change:
Xft.dpi: 96
to
Xft.dpi: 192
then restart X, or reboot.

A smaller number might be better.

You can use a viewport.

For example, this will double the size of the virtual screen, while not changing the screen mode (resolution)

Code: Select all

# xrandr --output HDMI-0 --rate 60 --mode 1920x1080 --fb 3840x2160 --panning 3840x2160
This is assuming my normal mode for my HDMI-0 screen is 1920x1080
and is making the virtual screen 3840x2160 pixels
So you will see 1/4 of the total virtual screen and you can pan the viewport up and down and left and right by moving the mouse cursor.

Or you can setup a viewport in a virtual screen in /etc/X11/xorg.conf
something like:
Virtual xdim ydim
in
SubSection "Display"
jeffneedle
Posts: 13
Joined: Fri Aug 14, 2020 1:59 am

Re: Need repost of way to magnify area on screen

Post by jeffneedle »

Thanks!
User avatar
bigpup
Moderator
Posts: 6468
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 778 times
Been thanked: 1337 times

Re: Need repost of way to magnify area on screen

Post by bigpup »

magDock has options.
Settings that you can change.
See this post:
viewtopic.php?f=106&t=712

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Post Reply

Return to “Beginners Help”