Post output of
xrandr --prop
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Post output of
xrandr --prop
try xrandr --output HDMI-2 --transform 0.95,0,32,0,0.95,18,0,0,1
if it will work u can add this to ur .xprofile file in home directory
It positioned the screen to the bottom right edge of my tv but the left and top was still cut off. I wanted to see what kind of transformations u applied and checked the xrandr wiki, and found my solution in the end:
xrandr --output HDMI-2 --set underscan on --set "underscan vborder" 25 --set "underscan hborder" 40
But thanks for your help anyways!
I think it's kind of an outdated setting... I was looking a while back.
I believe I saw some people that were able to with xorg but not wayland
Opposite for KDE. Wayland supports overscan, Xorg does not.
I hope to be able to do that with xorg bc my graphics card probably has problems with Wayland