How to fix overscan when TV can't

0

I have a computer with Intel i3 540 with integrated graphics, and I am using a TV as a monitor but I can't adjust the TV's overscan.

How can I fix it? I tried using xrandr, and I am stuck with this error - this is the command that I used to try to fix it:

timothy@timothy:~$ xrandr --output VGA1 --set underscan on --set "underscan vborder" 30 --set "underscan hborder" 30

and this is the error that I got

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:  34
  Current serial number in output stream:  34

How can I fix it I want to stay with 1920×1080?

Dev. py

Posted 2019-09-09T12:22:44.953

Reputation: 3

The command you have is incomplete. Please provide the entire command you tried. – Daniel B – 2019-09-09T12:30:25.177

timothy@timothy:~$ xrandr --output VGA1 --set underscan on --set "underscan vborder" 30 --set "underscan hborder" 30 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: 34 Current serial number in output stream: 34 – Dev. py – 2019-09-09T12:34:13.180

sorry i cant format it – Dev. py – 2019-09-09T12:34:36.267

You should update the question instead of commenting.

– Daniel B – 2019-09-09T12:35:44.603

Any TV of this decade should but sometimes the key or menu function isn't intuitive or poorly documented. – None – 2019-09-09T20:10:12.770

No answers