add xorg conf

This commit is contained in:
Felix Van der Jeugt 2022-01-05 01:07:09 +01:00
parent ff4b21e32c
commit d5921ff8af
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,17 @@
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