
Originally Posted by
steinhagelvoll
My previous Arch & Ubuntu installations worked fine. I don't think they got different reports. So it has to be related to Linux somehow.
The underlying video driver is responsible for obtaining the EDID information from the display device. Sometimes that information is incomplete (or incorrect) of course. I don't generally recommend using anything other than the native display mode as you'll find the resulting image will not be sharp, however if you want to experiment with configuring 1920x1080 using xrandr (assuming that your hardware really can support that display mode) then read on...
Get the timing data via cvt...
Code:
cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
then do
Code:
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Code:
xrandr --addmode eDP-1 1920x1080_60.00
Code:
xrandr --output eDP-1 --mode 1920x1080_60.00
Any errors?
If that works as desired, you can make it persistent via an 'autostart' script executed at login.
A guide...
https://wiki.archlinux.org/index.php...ed_resolutions