nvidia - Native resolution not supported - Ask Ubuntu


dp-1 connected primary 1440x900+1920+0 (normal left inverted right x axis y axis) 160mm x 90mm    1440x900      59.89*+    1920x1080     60.05    60.00    50.04      1280x720      60.00    59.94    50.00      1024x768      60.00      800x600       60.32      720x576       50.00      720x480       59.94      640x480       59.94  

this output xrandr -q

$ lspci | grep vga 01:00.0 vga compatible controller: nvidia corporation device 1c82 (rev a1) 

all of resolutions work (are bad looking though), 1 doesn't work (the 1 want) not. no signal monitor when this:

xrandr --output dp-1 --mode 1440x900 

additional info:

$ dpkg -l | grep nvidia ii  nvidia-370                                 370.28-0ubuntu0~gpu16.04.2                    amd64        nvidia binary driver - version 370.28 ii  nvidia-opencl-icd-370                      370.28-0ubuntu0~gpu16.04.2                    amd64        nvidia opencl icd ii  nvidia-prime                               0.8.2                                         amd64        tools enable nvidia's prime ii  nvidia-settings                            370.28-0ubuntu0~gpu16.04.1                    amd64        tool configuring nvidia graphics driver 

model: samsung le19r86bd

$ 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 $ xrandr --newmode "1440x900_59.89"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync $ xrandr --addmode dp-1 "1440x900_59.89"   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 

try xrandr --newmode 900p 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync

or

xrandr --addmode 900p 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync

also related: can force vga signal output when xrandr shows 'disconnected'?

according specifications screen.

supported computer resolutions 1024 x 768 (xga), 1152 x 864, 1360 x 768, 640 x 350, 640 x 480 (vga), 720 x 400, 800 x 600 (svga)

you might find 1360x768 gives better results. (that's resolution use when using tv monitor)

source:

https://stackoverflow.com/questions/851704/xrandr-errors-badname-named-color-or-font-does-not-exist


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User