Intel Video Linux: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
*https://wiki.archlinux.org/index.php/Intel_Graphics
*https://wiki.archlinux.org/index.php/Intel_Graphics


Line 21: Line 22:
  MODULES="i915"
  MODULES="i915"
  HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"
  HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"
==Other==
took quiet out of /etc/grub/default
too


=Report=
=Report=


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

Revision as of 16:56, 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"

Other

took quiet out of /etc/grub/default too


Report

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