Intel Video Linux: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
Line 18: Line 18:




==FB==
==Framebuffer Fix Intel GMA and IBM T61==
  pacman -Sv v86d
  pacman -Sv v86d
  edit /etc/default/grub commenting the GRUB_GFXPAYLOAD_LINUX=keep
  edit /etc/default/grub commenting the GRUB_GFXPAYLOAD_LINUX=keep
Take quite out too (sucks)
  grub-mkconfig -o /boot/grub/grub.cfg
  grub-mkconfig -o /boot/grub/grub.cfg
  nano /etc/mkinitcpio.conf
  nano /etc/mkinitcpio.conf
Add v86d
Add v86d and i915
 
MODULES="i915"
  HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"
  HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"



Revision as of 08:02, 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


Framebuffer Fix Intel GMA and IBM T61

pacman -Sv v86d
edit /etc/default/grub commenting the GRUB_GFXPAYLOAD_LINUX=keep

Take quite out too (sucks)

grub-mkconfig -o /boot/grub/grub.cfg
nano /etc/mkinitcpio.conf

Add v86d and i915

MODULES="i915"
HOOKS="base udev v86d autodetect modconf block filesystems keyboard fsck"
mkinitcpio -p linux

Notes

Did not need:

MODULES="i915"

Other

took quiet out of /etc/grub/default too


Report

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