Page 1 of 1

Need repost of way to magnify area on screen

Posted: Sun Sep 06, 2020 2:22 am
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.

Re: Need repost of way to magnify area on screen

Posted: Sun Sep 06, 2020 3:26 am
by dogFellow
we would tell you but you wouldnt be able to see it

Re: Need repost of way to magnify area on screen

Posted: Sun Sep 06, 2020 3:46 am
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.


Re: Need repost of way to magnify area on screen

Posted: Sun Sep 06, 2020 8:53 pm
by jeffneedle
That's the one. Thanks.

Re: Need repost of way to magnify area on screen

Posted: Mon Sep 07, 2020 7:49 pm
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"

Re: Need repost of way to magnify area on screen

Posted: Mon Sep 07, 2020 8:47 pm
by jeffneedle
Thanks!

Re: Need repost of way to magnify area on screen

Posted: Mon Sep 07, 2020 11:47 pm
by bigpup
magDock has options.
Settings that you can change.
See this post:
viewtopic.php?f=106&t=712