Intel Video Linux: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
Line 20: Line 20:
  mkinitcpio.conf
  mkinitcpio.conf
  MODULES="i915"
  MODULES="i915"
HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"


=Report=
=Report=


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

Revision as of 16:55, 22 June 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

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

Report

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