Skip to content

Commit ffcce9e

Browse files
retro98boyigorpecovnik
authored andcommitted
Adjust Xorg configuration indentation in meson64_common.inc
1 parent 528a076 commit ffcce9e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

config/sources/families/include/meson64_common.inc

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,15 @@ family_tweaks_bsp() {
228228
Driver "modesetting"
229229
Option "PrimaryGPU" "true"
230230
EndSection
231+
231232
Section "Screen"
232233
Identifier "Default Screen"
233234
Device "Meson"
234235
Monitor "foo"
235236
DefaultDepth 24
236237
SubSection "Display"
237-
Depth 24
238-
Modes "1920x1080" "1440x900" "1280x720" "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "720x400"
238+
Depth 24
239+
Modes "1920x1080" "1440x900" "1280x720" "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "720x400"
239240
EndSubSection
240241
EndSection
241242
EOF
@@ -246,21 +247,21 @@ family_tweaks_bsp() {
246247
Identifier "DRM Graphics Acclerated"
247248

248249
## Use modesetting and glamor
249-
Driver "modesetting"
250-
Option "AccelMethod" "glamor" ### "glamor" to enable 3D acceleration, "none" to disable.
251-
Option "DRI" "2"
252-
Option "Dri2Vsync" "true"
253-
Option "TripleBuffer" "True"
250+
Driver "modesetting"
251+
Option "AccelMethod" "glamor" ### "glamor" to enable 3D acceleration, "none" to disable.
252+
Option "DRI" "2"
253+
Option "Dri2Vsync" "true"
254+
Option "TripleBuffer" "True"
254255
## End glamor configuration
255256

256-
EndSection
257+
EndSection
257258

258-
Section "Screen"
259-
Identifier "Default Screen"
260-
SubSection "Display"
261-
Depth 24
262-
EndSubSection
263-
EndSection
259+
Section "Screen"
260+
Identifier "Default Screen"
261+
SubSection "Display"
262+
Depth 24
263+
EndSubSection
264+
EndSection
264265
EOF
265266
;;
266267
esac

0 commit comments

Comments
 (0)