diff --git a/general.ent b/general.ent index afb50a9464..c8a8f7676c 100644 --- a/general.ent +++ b/general.ent @@ -326,7 +326,7 @@ export -f as_root - + @@ -553,7 +553,7 @@ export -f as_root - + diff --git a/general/graphlib/poppler.xml b/general/graphlib/poppler.xml index 81467b51c0..202ba605ef 100644 --- a/general/graphlib/poppler.xml +++ b/general/graphlib/poppler.xml @@ -7,17 +7,17 @@ - + - + - + ]> @@ -185,23 +185,23 @@ cd poppler-data-&poppler-data-version; Command Explanations + + : This option makes + Poppler link with the system-installed + libz library to enable compressed + PDF functionality. + + : Install some old Xpdf headers required by certain programs (e.g. - Okular, Libre Office + Okular, LibreOffice and Inkscape). - - : This option makes - Poppler link with the system-installed - libz library to enable compressed - PDF functionality. - - : This option enables support for HTTP using libcurl. @@ -219,22 +219,12 @@ cd poppler-data-&poppler-data-version; - pdfdetach, - pdffonts, - pdfimages, - pdfinfo, - pdfseparate, - pdftocairo, - pdftohtml, - pdftoppm, - pdftops, - pdftotext, - pdfunite and - poppler-glib-demo + pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate, + pdftocairo, pdftohtml, pdftoppm, pdftops, pdftotext, + pdfunite and poppler-glib-demo - libpoppler.so, - libpoppler-cpp.so, + libpoppler.so, libpoppler-cpp.so, libpoppler-glib.so and libpoppler-qt4.so @@ -393,7 +383,7 @@ cd poppler-data-&poppler-data-version; is a tool to demonstrate the API, and for use when debugging and - testing poppler. + testing Poppler. poppler-glib-demo @@ -402,7 +392,7 @@ cd poppler-data-&poppler-data-version; - libpoppler.so + libpoppler.so contains the API functions to render PDF files. @@ -414,7 +404,7 @@ cd poppler-data-&poppler-data-version; - libpoppler-cpp.so + libpoppler-cpp.so is a C++ backend for rendering PDF files. @@ -426,7 +416,7 @@ cd poppler-data-&poppler-data-version; - libpoppler-glib.so + libpoppler-glib.so is a wrapper library used to interface the PDF rendering functions @@ -439,7 +429,7 @@ cd poppler-data-&poppler-data-version; - libpoppler-qt4.so + libpoppler-qt4.so is a wrapper library used to interface the PDF rendering functions @@ -450,6 +440,9 @@ cd poppler-data-&poppler-data-version; + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 286a88696d..fe024f13c0 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -103,6 +103,18 @@ [krejzi] - p11-kit 0.15.2. + + [krejzi] - Poppler 0.22.1. + + + [krejzi] - XKeyboard Config 2.8. + + + [krejzi] - Xorg ATI Driver 7.1.0. + + + [krejzi] - Xorg Intel Driver 2.21.3. + diff --git a/x/installing/x7driver.xml b/x/installing/x7driver.xml index 19ec820294..e85dcb9418 100644 --- a/x/installing/x7driver.xml +++ b/x/installing/x7driver.xml @@ -40,13 +40,13 @@ - + - - - + + + @@ -58,13 +58,13 @@ - + - - - + + + @@ -1340,6 +1340,34 @@ make make install + + SandyBridge New Acceleration + + + The SandyBridge New Acceleration (SNA) stands for new 2D acceleration architecture + developed by Intel developers that can outpreform the standard UXA 2D acceleration + architecture. It has been actively developed for the last year and it is in great + shape. While the name mentions SandyBridge, it can work with older hardware without + any problems. + + + + The SNA is not enabled by default. You have to use xorg.conf + to enable it at runtime. To enable SNA, create the following + /etc/X11/xorg.conf as the + root user: + + +cat >> /etc/X11/xorg.conf << "EOF" +Section "Device" + Identifier "intel" + Driver "intel" + Option "AccelMethod" "sna" +EndSection +EOF + + + Contents diff --git a/x/installing/xkeyboard-config.xml b/x/installing/xkeyboard-config.xml index eea31917e2..e3aee811fa 100644 --- a/x/installing/xkeyboard-config.xml +++ b/x/installing/xkeyboard-config.xml @@ -6,8 +6,8 @@ - - + + ]>