Intel Video Linux

From Hack Sphere Labs Wiki
Revision as of 16:55, 22 June 2014 by Webdawg (talk | contribs) (FB)
Jump to navigation Jump to search
v86d

X

cd /etc/X11/xorg.conf.d/
nano 20-intel.conf
Section "Device"
   Identifier "Intel Graphics"
   Driver "intel"
   Option "NoAccel" "True"
EndSection


FB

mkinitcpio.conf
MODULES="i915"
HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"

Report

https://www.archlinux.org/packages/?q=xf86-video-intel