Comprei 2 cabos (eles são de marcas diferentes) em uma loja e estou tendo problemas pois meu monitor é de 1440x900 só que depois que troquei de cabo ele não é reconhecido nem no windows nem no ubuntu, no ubuntu ele fica como "monitor desconhecido" e minha resolução fica à 1024x768 e o windows diz ser um monitor genérico. Já tentei reinstalar os drivers e nada mudou tentei alguns comandos e veja o que aconteceu:
elielprado@ELIELPRADO-PC:~$ xrandr -q
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*+
1360x768 60.0 59.8
1152x864 60.0
800x600 72.2 60.3 56.2
680x384 60.0 59.8
640x480 59.9
512x384 60.0
400x300 72.2
320x240 60.1
DVI-I-2 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-I-3 disconnected (normal left inverted right x axis y axis)
elielprado@ELIELPRADO-PC:~$ cvt 1440 900
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
elielprado@ELIELPRADO-PC:~$ xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
elielprado@ELIELPRADO-PC:~$ xrandr --addmode DVI-I-1 1440X900_60.00
xrandr: cannot find mode "1440X900_60.00"
elielprado@ELIELPRADO-PC:~$ xrandr --addmode DVI-I-1 1440x900_60.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: 31
Current serial number in output stream: 32
elielprado@ELIELPRADO-PC:~$ xrandr --output DVI-I-1 --mode 1440x900_60.00
xrandr: cannot find mode 1440x900_60.00
Alguém poderia me ajudar?