Cleanup
This commit is contained in:
parent
9d61950078
commit
a27014f076
17
Manual.org
17
Manual.org
@ -1446,8 +1446,11 @@ b'\xde\xad\xbe\xef'
|
|||||||
enabled: false
|
enabled: false
|
||||||
masked: true
|
masked: true
|
||||||
|
|
||||||
### TODO: Create xorg configuration
|
# TODO: expand template for xorg.conf (or snippets)
|
||||||
- name: create xorg.conf (test)
|
# with respect for the available graphics card driver
|
||||||
|
# nvidia, noveau, intel, radeon
|
||||||
|
|
||||||
|
- name: create xorg.conf (for nvidia driver)
|
||||||
template:
|
template:
|
||||||
src: templates/xorg.conf.j2
|
src: templates/xorg.conf.j2
|
||||||
dest: /etc/X11/xorg.conf
|
dest: /etc/X11/xorg.conf
|
||||||
@ -1542,11 +1545,6 @@ b'\xde\xad\xbe\xef'
|
|||||||
src: roles/yavdr-xorg/templates/systemd/user/tmux.service.j2
|
src: roles/yavdr-xorg/templates/systemd/user/tmux.service.j2
|
||||||
dest: '{{ vdr.home }}/.config/systemd/user/tmux.service'
|
dest: '{{ vdr.home }}/.config/systemd/user/tmux.service'
|
||||||
|
|
||||||
# TODO: run xorg-debug and parse xrandr output
|
|
||||||
# TODO: expand template for xorg.conf (or snippets)
|
|
||||||
# with respect for the available graphics card driver
|
|
||||||
# nvidia, noveau, intel, radeon
|
|
||||||
|
|
||||||
- name: enable and start xlogin for the user vdr
|
- name: enable and start xlogin for the user vdr
|
||||||
systemd:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
@ -1646,7 +1644,6 @@ Section "Device"
|
|||||||
Screen 0
|
Screen 0
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "Screen0"
|
Identifier "Screen0"
|
||||||
Device "Device0"
|
Device "Device0"
|
||||||
@ -1704,10 +1701,6 @@ Section "Screen"
|
|||||||
EndSubSection
|
EndSubSection
|
||||||
EndSection
|
EndSection
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC shell :tangle roles/template-test/templates/xorg.conf_test.j2
|
#+BEGIN_SRC shell :tangle roles/template-test/templates/xorg.conf_test.j2
|
||||||
|
@ -38,7 +38,6 @@ Section "Device"
|
|||||||
Screen 0
|
Screen 0
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "Screen0"
|
Identifier "Screen0"
|
||||||
Device "Device0"
|
Device "Device0"
|
||||||
|
Loading…
Reference in New Issue
Block a user