Hey,
I have a LG 29UM59-U monitor which is 2560x1080 21:9 ratio. On windows it works flawlessly, on kubuntu and on linux mint - it doesn't. The problem is I can't even choose 2560x1080 resolution in 'display' settings. I've tried adding custom resolution with xrandr:
My GPU: AMD Radeon HD 6870. I'm connected via HDMI-HDMI cable.
After entering these I'm able to pick 2560x1080 resolution and it resizes succesfully. The problem here is it is so blurry and buggy. What might be the cause?
I have a LG 29UM59-U monitor which is 2560x1080 21:9 ratio. On windows it works flawlessly, on kubuntu and on linux mint - it doesn't. The problem is I can't even choose 2560x1080 resolution in 'display' settings. I've tried adding custom resolution with xrandr:
Code:
erzis@erzis:~$ cvt 2560 1080 # 2560x1080 59.98 Hz (CVT) hsync: 67.17 kHz; pclk: 230.00 MHz Modeline "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync erzis@erzis:~$ xrandr --newmode "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync erzis@erzis:~$ xrandr --addmode HDMI-2 2560x1080_60.00
After entering these I'm able to pick 2560x1080 resolution and it resizes succesfully. The problem here is it is so blurry and buggy. What might be the cause?
Comment