Skip to content

Instantly share code, notes, and snippets.

@cretudorin
Last active July 11, 2023 17:36
Show Gist options
  • Save cretudorin/7a544169031d57a2762123a3953d5f55 to your computer and use it in GitHub Desktop.
Save cretudorin/7a544169031d57a2762123a3953d5f55 to your computer and use it in GitHub Desktop.
xorg config for monitor with no edid
# /etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 81.0
VertRefresh 43.0 - 75.0
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Option "PreferredMode" "1920x1080_60.00"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
# restart xserver
sudo pkill X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment