Skip to content

Commit 10450ba

Browse files
committed
config/graphical-session/graphics-drivers/intel: fix link
fixes #790
1 parent 8a0aaf6 commit 10450ba

File tree

1 file changed

+1
-1
lines changed
  • src/config/graphical-session/graphics-drivers

1 file changed

+1
-1
lines changed

src/config/graphical-session/graphics-drivers/intel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment variable `LIBVA_DRIVER_NAME`:
3434
The kernels packaged by Void are configured with
3535
`CONFIG_INTEL_IOMMU_DEFAULT_ON=y`, which can lead to issues with their graphics
3636
drivers, as reported by the [kernel
37-
documentation](https://www.kernel.org/doc/html/latest/x86/iommu.html#graphics-problems).
37+
documentation](https://www.kernel.org/doc/html/latest/arch/x86/iommu.html#graphics-problems).
3838
To fix this, it is necessary to disable IOMMU for the integrated GPU. This can
3939
be done by adding `intel_iommu=igfx_off` to your [kernel
4040
cmdline](../../kernel.md#cmdline). This problem is expected to happen on the

0 commit comments

Comments
 (0)