mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Update to xf86-video-intel-2.99.916
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14251 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f5237a8f3b
commit
4e4e52dd20
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2014">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "September 10th, &year;">
|
||||
<!ENTITY releasedate "September 11th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>September 11th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xf86-video-intel-2.99.916. Fixes
|
||||
<ulink url="&blfs-ticket-root;5493">#5493</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 10th, 2014</para>
|
||||
<itemizedlist>
|
||||
|
@ -4,14 +4,14 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY xorg-intel-driver-version "2.99.914">
|
||||
<!ENTITY xorg-intel-driver-version "2.99.916">
|
||||
|
||||
<!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
|
||||
<!ENTITY xorg-intel-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
|
||||
<!ENTITY xorg-intel-driver-md5sum "b53d96cb42fb1d71f0b671dd2064cba4">
|
||||
<!ENTITY xorg-intel-driver-size "2.2 MB">
|
||||
<!ENTITY xorg-intel-driver-buildsize "78 MB">
|
||||
<!ENTITY xorg-intel-driver-time "0.4 SBU">
|
||||
<!ENTITY xorg-intel-driver-md5sum "2124f3505aeab00ae075a634088eb899">
|
||||
<!ENTITY xorg-intel-driver-size "2.8 MB">
|
||||
<!ENTITY xorg-intel-driver-buildsize "81 MB">
|
||||
<!ENTITY xorg-intel-driver-time "0.6 SBU">
|
||||
]>
|
||||
|
||||
<!-- Begin Xorg Intel Driver -->
|
||||
@ -71,17 +71,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<!--
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/xf86-video-intel-&xorg-intel-driver-version;-api_change-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
|
||||
<bridgehead renderas="sect4">Xorg Intel Driver Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect5">Required</bridgehead>
|
||||
@ -90,11 +80,6 @@
|
||||
<xref linkend="xorg-server"/>
|
||||
</para>
|
||||
|
||||
<!-- <bridgehead renderas="sect5">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="glamor-egl"/>
|
||||
</para> -->
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
|
||||
</para>
|
||||
@ -129,7 +114,8 @@
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG \
|
||||
--enable-kms-only \
|
||||
--disable-dri3 &&
|
||||
--enable-uxa \
|
||||
--enable-glamor &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -153,9 +139,9 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--disable-dri3</parameter>: This switch disables DRI3
|
||||
support in the driver as it has been known to be buggy with the
|
||||
current stack.
|
||||
<parameter>--enable-xua</parameter>: This switch enables Unified
|
||||
Acceleration Architecture (UXA) and is required for Glamor
|
||||
acceleration.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user