Skip to content

Commit

Permalink
grub: Add option for graphics improvement
Browse files Browse the repository at this point in the history
This patch adds the "i915.enable_rc6=0" option in grub
to reduce graphics glitches/flickering

Changelog-entry: grub: Add option for graphics improvement
Signed-off-by: Sebastian Panceac <sebastian@balena.io>
  • Loading branch information
Sebastian Panceac committed Jan 11, 2019
1 parent fc98e94 commit a49152c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -4,5 +4,5 @@ default=boot
timeout=3

menuentry 'boot'{
linux /vmlinuz root=LABEL=resin-rootA rootwait processor.max_cstate=1
linux /vmlinuz root=LABEL=resin-rootA rootwait processor.max_cstate=1 i915.enable_rc6=0
}
Expand Up @@ -4,5 +4,5 @@ default=boot
timeout=0

menuentry 'boot'{
linux /vmlinuz root=LABEL=resin-rootA rootwait quiet loglevel=0 splash udev.log-priority=3 vt.global_cursor_default=0 processor.max_cstate=1
linux /vmlinuz root=LABEL=resin-rootA rootwait quiet loglevel=0 splash udev.log-priority=3 vt.global_cursor_default=0 processor.max_cstate=1 i915.enable_rc6=0
}

0 comments on commit a49152c

Please sign in to comment.