Kaydet (Commit) 0f66c0d4 authored tarafından Serdar Köylü's avatar Serdar Köylü

...

üst 91d49fa2
......@@ -45,9 +45,9 @@ method ConfigureDisplay(dpi=100) {
# For i830:
# "Size of device %s is %d x %d\n", displayDevices[i], pI830->displaySize[i].x2, pI830->displaySize[i].y2)
# %s ---> LFP (Local Flat Panel) | DFP (Digital Fanel Panel) CRT ...
psize = grepfirst(exec="/bin/cat /var/log/xlog", pattern="Size of device LFP is");
psize = grepfirst(exec="/bin/cat /var/log/xlog", pattern="Size of device LFP");
if (psize == "") {
psize = grepfirst(exec="/bin/cat /var/log/xlog", pattern="Size of device DFP is");
psize = grepfirst(exec="/bin/cat /var/log/xlog", pattern="Size of device DFP");
}
}
}
......
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