Intel Video Linux: Difference between revisions
Jump to navigation
Jump to search
Created page with "*https://wiki.archlinux.org/index.php/Intel_Graphics *https://wiki.archlinux.org/index.php/Framebuffer v86d =X= cd /etc/X11/xorg.conf.d/ nano 20-intel.conf <pre> Section..." |
|||
| Line 15: | Line 15: | ||
EndSection | EndSection | ||
</pre> | </pre> | ||
==FB== | |||
mkinitcpio.conf | |||
MODULES="i915" | |||
=Report= | =Report= | ||
https://www.archlinux.org/packages/?q=xf86-video-intel | https://www.archlinux.org/packages/?q=xf86-video-intel | ||
Revision as of 16:54, 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"