Change Resolution On Wayland Ubuntu 17.10 Gnome Linux
Change Resolution On Wayland Ubuntu 17.10 Gnome Linux
Tested on Ubuntu Gnome Wayland PC. Other resolutions may be tried using this example.
STEP-1
STEP-2
Download EDID master zip with following command, unzip & login to it
> cd edid-generator-master/
STEP-3
Open another bash window and run following command to get your desired resolution configuration, for
example we need 1680x1050 resolution. Run following command :
# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
COPY LINE STARTING WIHT Modeline & add '' to this line for example
'Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync'
./modeline2edid - <<< 'Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089
-hsync +vsync'
> ./modeline2edid - <<< 'Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059
1089 -hsync +vsync'
STEP 5
STEP 6
GRUB_CMDLINE_LINUX_DEFAULT="drm_kms_helper.edid_firmware=edid/1680x1050.bin quiet"
Reboot and test, if successfull enjoy new resolution on your Ubuntu Gnome Wayland PC.