I'm facing some troubles in the first configuration for ultrawide monitor.
My laptop is a dell vostro 3501, core i5-1035G1 and monitor is a LG Ultrawide 25.7, model 26WQ500-B, 2560x1080, 75Hz
To create a modeline with the monitor's setup, I ran this command:
cvt 2560 1080 75
which displayed this:
2560x1080 74.94 Hz (CVT) hsync: 84.68 kHz; pclk: 294.00 MHz
Modeline "2560x1080_75.00" 294.00 2560 2744 3016 3472 1080 1083 1093 1130 -hsync +vsync
I ran the next command to create a new modeline using xrandr:
xrandr --newmode "2560x1080_75.00" 294.00 2560 2744 3016 3472 1080 1083 1093 1130 -hsync +vsync
I added this modeline to the LG Monitor HDMI output, described as XWAYLAND0 (xrandr):
xrandr --addmode XWAYLAND0 "2560x1080_75.00"
And finally, set the default output for XWAYLAND0 (HDMI port):
xrandr --output XWAYLAND0 --mode "2560x1080_75.00"
and it didn't work! A message was displayed further:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Value in failed request: 0x556
Serial number of failed request: 29
Current serial number in output stream: 29
I really don't understand what's going on. I use the same LG Monitor in a core i5 8º generation laptop, with Ubuntu 20.04 LTS installed and it works perfectly, the 2560x1080 resolution. Just like I checked other discussions about Wayland and Xrandr compatibility or CVT can't gives the right parameters for modeline, maybe a customized modeline could work. I'd really aprecciate some help. Thank you, guys