Skip to content

Instantly share code, notes, and snippets.

@locopine
Last active February 10, 2022 14:14
Show Gist options
  • Save locopine/43b8700ef0f9f40a9788ac9cbc74e77f to your computer and use it in GitHub Desktop.
Save locopine/43b8700ef0f9f40a9788ac9cbc74e77f to your computer and use it in GitHub Desktop.

Metodos para habilitar novos displays [xrand] (ex.: displayport-0)

material de apoio

  1. Linux xrandr resolution setup
  2. Linux MInt 20.1 - Problema com resolução de tela Padrão

para detectar as configurações

xrandr

para gerar os parametros a serem usados na configuração

cvt 1360 768 60 

preparando novo modo

xrandr --newmode “1360x768_60.00” 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync

adicionando novo modo

xrandr --addmode DisplayPort-0 "1360x768_60.00"

setando a saida do novo modo adicionado

xrandr --output DisplayPort-0 --mode 1360x768_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment