configuration/root/etc/X11/xorg.conf.d/10-monitor.conf
Felix Van der Jeugt d5921ff8af add xorg conf
2022-01-05 01:09:11 +01:00

18 lines
348 B
Plaintext

Section "Monitor"
Identifier "eDP1"
Option "Primary" "true"
Option "PreferredMode" "1920x1080"
EndSection
Section "Monitor"
Identifier "DP1-1"
Option "Above" "eDP1"
Option "PreferredMode" "1920x1200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel Graphics"
Monitor "Monitor0"
EndSection