Kaydet (Commit) 51989df9 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

Remove module section

üst e8346e1f
......@@ -12,14 +12,12 @@ from zorg.utils import *
def saveXorgConfig(card):
parser = XorgParser()
secModule = XorgSection("Module")
secFlags = XorgSection("ServerFlags")
secDevice = XorgSection("Device")
secScr = XorgSection("Screen")
secLay = XorgSection("ServerLayout")
parser.sections = [
secModule,
secFlags,
secDevice,
]
......@@ -27,10 +25,6 @@ def saveXorgConfig(card):
if card.needsScreenSection():
parser.sections.extend([secScr, secLay])
extmod = XorgSection("extmod")
extmod.options = {"omit xfree86-dga" : unquoted()}
secModule.sections = [extmod]
secFlags.options = {
"AllowMouseOpenFail" : "true",
"BlankTime" : "0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment