Configure xorg
This commit is contained in:
parent
263c12e2eb
commit
4f9f45f1ef
@ -5,3 +5,12 @@
|
||||
- xorg
|
||||
- xorg-xinit
|
||||
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
|
||||
|
7
arch/roles/gui/templates/10-laptop-display.conf
Normal file
7
arch/roles/gui/templates/10-laptop-display.conf
Normal file
@ -0,0 +1,7 @@
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Card0"
|
||||
SubSection "Display"
|
||||
Modes "1920x1080"
|
||||
EndSubSection
|
||||
EndSection
|
Loading…
Reference in New Issue
Block a user