Part of display output cut off


Basically, a part of display output is cut off only when my PC is connected to my 4k TV, what should I do?
I’ve a rtx 3070 with proprietary driver, the resolution is correct, 3840x2160.

Take a look in your tv’s picture settings and make sure that the aspect ratio is set correctly.

1 Like

Have a look at this discussion:

1 Like

Ok, I tried do run this command

xrandr --output HDMI-0 --set underscan on --set "underscan vborder" 65 --set "underscan hborder" 128

but it doesn’t work, it outputs this

X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  41
  Current serial number in output stream:  41

N.B. this is the output of xrandrd:

Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
   3840x2160     60.00 + 119.88   100.00    59.94*   50.00    29.97    25.00    23.98  
   4096x2160    119.88   100.00    59.94    50.00    29.97    25.00    24.00    23.98  
   2560x1440    120.00  
   1920x1080    119.88   100.00    60.00    59.94    50.00    29.97    25.00    23.98  
   1280x1024     60.02  
   1280x720      59.94    50.00  
   1152x864      60.00  
   1024x768      60.00  
   800x600       60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       59.95    59.94  
DP-4 connected (normal left inverted right x axis y axis)
   2560x1600     60.01 + 165.02  

I am not using an Nvidia graphics card, nor am I using a TV as a monitor, so I have no way to test any potential solution. However, here’s what comes to my mind:

  • Does your TV offer an HDMI input setting, something like “PC Mode;” which might eliminate overscan?

  • Does the nvidia-settings utility offer an option for dealing with overscan?

This article might be useful:

https://wiki.archlinux.org/title/NVIDIA#nvidia-settings

1 Like