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
|
||||
masked: true
|
||||
|
||||
### TODO: Create xorg configuration
|
||||
- name: create xorg.conf (test)
|
||||
# TODO: expand template for xorg.conf (or snippets)
|
||||
# with respect for the available graphics card driver
|
||||
# nvidia, noveau, intel, radeon
|
||||
|
||||
- name: create xorg.conf (for nvidia driver)
|
||||
template:
|
||||
src: templates/xorg.conf.j2
|
||||
dest: /etc/X11/xorg.conf
|
||||
@ -1542,11 +1545,6 @@ b'\xde\xad\xbe\xef'
|
||||
src: roles/yavdr-xorg/templates/systemd/user/tmux.service.j2
|
||||
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
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
@ -1646,7 +1644,6 @@ Section "Device"
|
||||
Screen 0
|
||||
EndSection
|
||||
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Device0"
|
||||
@ -1704,10 +1701,6 @@ Section "Screen"
|
||||
EndSubSection
|
||||
EndSection
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC shell :tangle roles/template-test/templates/xorg.conf_test.j2
|
||||
|
@ -38,7 +38,6 @@ Section "Device"
|
||||
Screen 0
|
||||
EndSection
|
||||
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Device0"
|
||||
|
Loading…
Reference in New Issue
Block a user