I bought a new 43" 4k monitor. Due the limitation of graphic card I had to manually add th resolution which I wanted. I am trying to sqeeue as many pixels as I can get for a decent refresh rate.
When I use the below values my computer works fine and the display is decent enough. However the desktop seems to get get duplicated on the monitor. I have attached the image to explain not sure why there is an overlap.
- cvt 2880 1575 35
- sudo xrandr --newmode "2880x1575_35.00" 214.25 2880 3048 3344 3808 1575 1578 1588 1609 -hsync +vsync
- sudo xrandr --addmode HDMI-1 2880x1575_35.00 -xrandr --verbose --output HDMI-1 --mode 2880x1575_35.00
Thank you,v
update Aug/13/2017
The below config works fine. If I increase the width pixel then it starts to duplicate. The more pixel I add the more the duplicate workspace show up.
- cvt 2048 1152 60 // The refresh rate does not affect the issue.
- sudo xrandr --newmode "2048x1152_60.00" 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync
- sudo xrandr --addmode HDMI-1 2048x1152_60.00
- xrandr --verbose --output HDMI-1 --mode 2048x1152_60.00