Configure xorg

This commit is contained in:
Jeremy Dormitzer 2020-07-07 09:14:38 -04:00
parent 263c12e2eb
commit 4f9f45f1ef
2 changed files with 16 additions and 0 deletions

View File

@ -5,3 +5,12 @@
- xorg - xorg
- xorg-xinit - xorg-xinit
state: present state: present
- name: Configure xorg
become: yes
template:
src: 10-laptop-display.conf
dest: /etc/X11/xorg.conf.d/10-laptop-display.conf
owner: root
group: root
mode: u=rw,g=r,o=r

View File

@ -0,0 +1,7 @@
Section "Screen"
Identifier "Screen0"
Device "Card0"
SubSection "Display"
Modes "1920x1080"
EndSubSection
EndSection