I have this line in /etc/default/grub
but I got feeling that this command is ignored (since upgrade to pve4.0) because server crash randomly.
returns
Any idea where could I put this line to disable rc6?
Thanks.
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet i915.i915_enable_rc6=0"
but I got feeling that this command is ignored (since upgrade to pve4.0) because server crash randomly.
Code:
for i in /sys/module/i915/parameters/*;do echo ${i}=`cat $i`;done
returns
Code:
...
/sys/module/i915/parameters/enable_rc6=1
...
Any idea where could I put this line to disable rc6?
Thanks.