Hi, new here, I've searched the forums, And Google but can't find an exact answer to my problem (I'm 100% certain it's already been answered , I just can't find it).
Anyhow I've just moved from openSUSE KDE 13.1 RC to Kubuntu 13.10.
My laptop (native resolution of 1366x768) is connected to my 1080p TV via HDMI, I need to clone the display across both screens (have always done this).
The issue is that the closest resolution my TV offers is 1360x768 which results in a small strip been chopped of the right edge of my TV display.
I generated a modeline with CVT and successfully made 1366x768 available to my TV via the following commands.
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode HDMI1 1366x768
xrandr --output HDMI1 --mode 1366x768
But upon logout or reboot the custom resolution is lost and my TV reverts to an extended display at 1920x1080.
So basically I need to make the custom resolution both permanent and preferred.
Thanks for any help.
Anyhow I've just moved from openSUSE KDE 13.1 RC to Kubuntu 13.10.
My laptop (native resolution of 1366x768) is connected to my 1080p TV via HDMI, I need to clone the display across both screens (have always done this).
The issue is that the closest resolution my TV offers is 1360x768 which results in a small strip been chopped of the right edge of my TV display.
I generated a modeline with CVT and successfully made 1366x768 available to my TV via the following commands.
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode HDMI1 1366x768
xrandr --output HDMI1 --mode 1366x768
But upon logout or reboot the custom resolution is lost and my TV reverts to an extended display at 1920x1080.
So basically I need to make the custom resolution both permanent and preferred.
Thanks for any help.
Comment