I'm visually impaired and using Ubuntu 20.04 (Windows was harder to customize)
Wondering if it is possible to set a higher than monitor resolution (eg: 4k root window for a 2k display).
If I understand correctly, the application windows could be rendered in offscreen textures with the high 4k resolution. Then, the compositing manager (gnome-shell/mutter, compiz) will map them to the 2k physical monitor pixels.
This would mean that when you zoom on a window you could get a better image quality (the rescale would map a bigger texture to the monitor). eg: with a 4k for 2k setup and a x2 zoom you would still have a perfect one for one pixel scale factor between offscreen and monitor.
I guess this is not a big issue for most of you but I'm using high zoom factors and I'm getting very fuzzy results that are making things even harder to read. (the OpenGL antialias upscale is great but it cannot guess the "missing" pixels when you zoom at x5 so you loose a lot of sharpness)
As found in old posts, I've tried xrandr but see below. I'm not even sure that it is still relevant on my 20.04 system:
xrandr --output HDMI-0 --mode 3840x2160 --scale 2.0x2.0
xrandr: cannot find mode 3840x2160
BTW: I've tried gnome-shell but had to switch back to compiz to get the mandatory "zoom with mouse-wheel" option of "enhanced-zoom".
Thank you for your help.