Changeset 46d3ca3
- Timestamp:
- 09/13/2014 06:22:46 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e0aef4e
- Parents:
- d6d8d49c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd6d8d49c r46d3ca3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 2th, &year;">9 <!ENTITY releasedate "September 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rd6d8d49c r46d3ca3 44 44 45 45 --> 46 47 <listitem> 48 <para>September 13th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[pierre] - Update to Xorg Nouveau Driver-1.0.11. Fixes 52 <ulink url="&blfs-ticket-root;5469">#5469</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
x/installing/x7driver-nouveau.xml
rd6d8d49c r46d3ca3 5 5 %general-entities; 6 6 7 <!ENTITY xorg-nouveau-driver-version "1.0.1 0">7 <!ENTITY xorg-nouveau-driver-version "1.0.11"> 8 8 9 9 <!ENTITY xorg-nouveau-driver-download-http "&xorg-download-http;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2"> 10 10 <!ENTITY xorg-nouveau-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2"> 11 <!ENTITY xorg-nouveau-driver-md5sum " 44fd65897630fdd19c086133cc1bd679">12 <!ENTITY xorg-nouveau-driver-size "56 7KB">13 <!ENTITY xorg-nouveau-driver-buildsize "1 3MB">11 <!ENTITY xorg-nouveau-driver-md5sum "a0d2932d84ba10c4933c8332c9afe157"> 12 <!ENTITY xorg-nouveau-driver-size "569 KB"> 13 <!ENTITY xorg-nouveau-driver-buildsize "14 MB"> 14 14 <!ENTITY xorg-nouveau-driver-time "0.1 SBU"> 15 15 ]> … … 36 36 </para> 37 37 38 &lfs7 5_checked;38 &lfs76_checked; 39 39 40 40 <bridgehead renderas="sect4">Package Information</bridgehead> … … 76 76 <bridgehead renderas="sect5">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="xorg-server"/> 78 <xref linkend="xorg-server"/> (recommended to be built with glamor enabled) 79 79 </para> 80 81 <note> 82 <para> 83 The new <quote>Maxwell</quote> GPU requires Glamor to be built 84 with the Xorg server. Note that the BLFS editors have not tested that 85 hardware. 86 </para> 87 </note> 80 88 81 89 <para condition="html" role="usernotes"> … … 124 132 </sect3> 125 133 134 <sect3> 135 <title>Glamor Acceleration</title> 136 137 <para> 138 Glamor is an acceleration library which uses cards' 3D capabilities 139 to accelerate 2D rendering. Glamor acceleration is enabled by default 140 for the new <quote>Maxwell</quote> GPU's. According to the 141 documentation, Glamor acceleration can be used with other chips as 142 well, but that does not seem functional yet. 143 </para> 144 145 <para> 146 To enable Glamor for GPU's other than the new <quote>Maxwell</quote> 147 ones, create the following file as 148 the <systemitem class="username">root</systemitem> user: 149 </para> 150 151 <screen role="root"><userinput>cat >> /etc/X11/xorg.conf.d/nvidia.conf << "EOF" 152 <literal>Section "Device" 153 Identifier "nvidia" 154 Driver "nouveau" 155 Option "AccelMethod" "glamor" 156 EndSection</literal> 157 EOF</userinput></screen> 158 159 </sect3> 160 126 161 <sect3 role="content"> 127 162 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.