<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - screen goes black and loses sync after about 10-15 minutes"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111668#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - screen goes black and loses sync after about 10-15 minutes"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111668">bug 111668</a>
from <span class="vcard"><a class="email" href="mailto:jani.nikula@intel.com" title="Jani Nikula <jani.nikula@intel.com>"> <span class="fn">Jani Nikula</span></a>
</span></b>
<pre>"options i915" means they'll get applied as module parameters for i915.
debug=14 is a module parameter for drm module.
log_buf_len is a kernel parameter, not a module parameter at all. It needs to
be set on the kernel command line.
The conf file you refer to is probably for modprobe. You could start off by
removing the options for i915 altogether, and add them to the kernel command
line. On the kernel command line module specific parameters are set using
modulename.parameter syntax, e.g. drm.debug=14.
You can adjust kernel parameters for each boot at the grub menu, or by editing
/etc/default/grub and running update-grub after that. At least on some distros.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>