File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
config/sources/families/include Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments