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

Remove DPMS options and other unneeded ones

üst 51989df9
......@@ -25,18 +25,9 @@ def saveXorgConfig(card):
if card.needsScreenSection():
parser.sections.extend([secScr, secLay])
secFlags.options = {
"AllowMouseOpenFail" : "true",
"BlankTime" : "0",
"StandbyTime" : "0",
"SuspendTime" : "0",
"OffTime" : "0"
}
if jailEnabled():
jailOpts = {
"DontVTSwitch" : "true",
"DontZap" : "true"
}
secFlags.options.update(jailOpts)
......
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