Intel Video Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 19: | Line 19: | ||
==FB== | ==FB== | ||
mkinitcpio.conf | pacman -Sv v86d | ||
edit /etc/default/grub commenting the GRUB_GFXPAYLOAD_LINUX=keep | |||
grub-mkconfig -o /boot/grub/grub.cfg | |||
nano /etc/mkinitcpio.conf | |||
HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck" | |||
==Notes== | |||
Did not need: | |||
MODULES="i915" | MODULES="i915" | ||
==Other== | ==Other== | ||
Revision as of 07:37, 7 July 2014
v86d
X
cd /etc/X11/xorg.conf.d/ nano 20-intel.conf
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "NoAccel" "True" EndSection
FB
pacman -Sv v86d edit /etc/default/grub commenting the GRUB_GFXPAYLOAD_LINUX=keep grub-mkconfig -o /boot/grub/grub.cfg nano /etc/mkinitcpio.conf
HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"
Notes
Did not need:
MODULES="i915"
Other
took quiet out of /etc/grub/default too