Fix quoting and indentation in 20-intel.conf.j2
This commit is contained in:
parent
d4cbb054bd
commit
9180f8d74e
@ -2720,7 +2720,7 @@ Section "Screen"
|
|||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 24
|
Depth 24
|
||||||
{% if xorg.primary.mode %}
|
{% if xorg.primary.mode %}
|
||||||
Modes {{ xorg.primary.mode }}
|
Modes "{{ xorg.primary.mode }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
Modes "1920x1080_50" "1920x1080_60" "1920x1080_24"
|
Modes "1920x1080_50" "1920x1080_60" "1920x1080_24"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -18,7 +18,7 @@ Section "Screen"
|
|||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 24
|
Depth 24
|
||||||
{% if xorg.primary.mode %}
|
{% if xorg.primary.mode %}
|
||||||
Modes {{ xorg.primary.mode }}
|
Modes "{{ xorg.primary.mode }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
Modes "1920x1080_50" "1920x1080_60" "1920x1080_24"
|
Modes "1920x1080_50" "1920x1080_60" "1920x1080_24"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user