[Bug 111668] screen goes black and loses sync after about 10-15 minutes
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 16 18:03:03 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111668
--- Comment #14 from Jani Nikula <jani.nikula at intel.com> ---
"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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190916/66718244/attachment.html>
More information about the intel-gfx-bugs
mailing list