From 8b47eae6e9fe908c19a8ec9a8041d7efa07817ed Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Fri, 23 Feb 2018 02:28:36 +0000 Subject: [PATCH] fix spacing for non-code block --- troubleshooting/intel-igfx-troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/troubleshooting/intel-igfx-troubleshooting.md b/troubleshooting/intel-igfx-troubleshooting.md index df20ddea..03014ebb 100644 --- a/troubleshooting/intel-igfx-troubleshooting.md +++ b/troubleshooting/intel-igfx-troubleshooting.md @@ -15,9 +15,9 @@ You can confirm this is the issue by looking for a line similar to the following Newer versions of the Linux kernel have renamed the `i915.preliminary_hw_support=1` option to `i915.alpha_support=1`, so if you needed this kernel option in the past you will have to rename it or add it to your configuration files (follow either GRUB2 or EFI, not both): - * GRUB2: `/etc/default/grub`, `GRUB_CMDLINE_LINUX` line and - Rebuild grub config (`grub2-mkconfig -o /boot/grub2/grub.cfg`) - * EFI: `/boot/efi/EFI/qubes/xen.cfg`, `kernel=` line(s) + * GRUB2: `/etc/default/grub`, `GRUB_CMDLINE_LINUX` line and + Rebuild grub config (`grub2-mkconfig -o /boot/grub2/grub.cfg`) + * EFI: `/boot/efi/EFI/qubes/xen.cfg`, `kernel=` line(s) ## IOMMU ##