I am using Kubuntu 22.04.1 LTS with Kernel Linux 5.15.0-1010-nvidia (x86_64).
It runs well with 470 nvidia driver, but only until 1024x768.
With windows I am using 1920x1200 resolution. The monitor supports up to 3840x2160 resolution.
Is there a good way to change the resolution from 1024x768 to 1920x1200 or more?
I already tried:
cvt 1920 1080 60
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
sudo xrandr --newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
sudo xrandr --addmode VGA-1 “1920x1080_60.00”
After this:
xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 65535 x 65535
VGA-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 72.19 60.32 56.25
640x480 59.94
1920x1080_60.00 59.96
DVI-D-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
But, when I tried to change in display nothing happend.