Skip to content

Instantly share code, notes, and snippets.

@RicardoRagel
Created April 6, 2022 07:12
Show Gist options
  • Save RicardoRagel/01c9cd57153c70bdad40232369a77cde to your computer and use it in GitHub Desktop.
Save RicardoRagel/01c9cd57153c70bdad40232369a77cde to your computer and use it in GitHub Desktop.
Create and set Linux Display Configuration for an ultra-wide monitor connected to laptop MSI GF627RE
#/bin/sh
## Ref: https://nnajiabraham.medium.com/ubuntu-linux-ultrawide-monitor-fix-387d9448a566
xrandr --newmode "ULTRAWIDE" 188.60 2560 2704 2976 3392 1080 1081 1084 1112 -HSync +Vsync
xrandr --addmode HDMI-1-2 "ULTRAWIDE"
xrandr --output HDMI-1-2 --mode "ULTRAWIDE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment