Kaydet (Commit) 774519c3 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

config: Remove also dri section

üst 615e7fd7
......@@ -4,6 +4,7 @@
new input hotplug mechanism for all input devices.
- Do not create Files section. We will use
catalogue paths.
- Do not create redundant dri section.
2009-02-19 Fatih Aşıcı <fatih@pardus.org.tr>
* zorg/hwdata.py:
......
......@@ -13,7 +13,6 @@ def saveXorgConfig(card):
parser = XorgParser()
secModule = XorgSection("Module")
secdri = XorgSection("dri")
secFlags = XorgSection("ServerFlags")
secDevice = XorgSection("Device")
secScr = XorgSection("Screen")
......@@ -21,7 +20,6 @@ def saveXorgConfig(card):
parser.sections = [
secModule,
secdri,
secFlags,
secDevice,
secScr,
......@@ -32,8 +30,6 @@ def saveXorgConfig(card):
extmod.options = {"omit xfree86-dga" : unquoted()}
secModule.sections = [extmod]
secdri.set("Mode", unquoted("0666"))
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