Resolucao nova no linux popOS

Prezados, preciso criar uma nova resolucao 1080 por 1080 a 144hz, no meu monitor, sou iniciante em linux, eu usava a mesma no windows.

xrandr --rmmode “1080x1080_144.00” 2>/dev/null
xrandr --rmmode “mode1080x1080_144” 2>/dev/null
xrandr --rmmode “1080x1080_144” 2>/dev/null

2. Crie o novo modo usando a modeline gerada pelo CVT

xrandr --newmode “1080x1080_144.00” 253.25 1080 1176 1288 1496 1080 1083 1093 1177 -hsync +vsync

3. Adicione o modo ao seu monitor HDMI

xrandr --addmode HDMI-0 “1080x1080_144.00”

4. Se o passo anterior funcionar, ative a resolução

xrandr --output HDMI-0 --mode “1080x1080_144.00”
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 37
Current serial number in output stream: 38
xrandr: cannot find mode 1080x1080_144.00
bacelar@pop-os:~$