GRUB_CMDLINE_LINUX_DEFAULT=”pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 acpi=no-irq nox2apic”
most importantly nox2apic enables fn + home/end to toggle the brightness levels.
This happens only if you have more than 4 cores.
Here is how to fix it:
install dconf-tools with the ‘sudo apt-get install dconf-tools’ command
start dconf-editor
navigate to org->gnome->gnome-system-monitor
modify the cpu-colors key’s value two more tuples in form of (core_number, ‘#FFFFFF’).
For my 8Core machine it looks like this:
[(0, '#FF6E00'), (1, '#CB0C29'), (2, '#49A835'), (3, '#2D7DB3'), (4, '#FF6E00'), (5, '#CB0C29'), (6, '#49A835'), (7, '#2D7DB3')]
Recent Comments