add xorg conf
This commit is contained in:
parent
ff4b21e32c
commit
d5921ff8af
4 changed files with 59 additions and 0 deletions
17
root/etc/X11/xorg.conf.d/10-monitor.conf
Normal file
17
root/etc/X11/xorg.conf.d/10-monitor.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue