[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'xsf-docs'



 xsf-docs/howto/build-mesa.txt            |    3 ++-
 xsf-docs/reference/squeeze-backports.txt |    9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit fb2ff93ba6fb6e405626b6c7ae23c2680f5d76d3
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun May 1 22:28:08 2011 +0200

    reference/squeeze-backports: nouveau can't be backported.

diff --git a/xsf-docs/reference/squeeze-backports.txt b/xsf-docs/reference/squeeze-backports.txt
index 2104097..11c2e30 100644
--- a/xsf-docs/reference/squeeze-backports.txt
+++ b/xsf-docs/reference/squeeze-backports.txt
@@ -45,7 +45,7 @@ Video drivers
 
  * `ati`: Drivers for ATI cards.
  * `intel`: Driver for Intel cards.
- * `nouveau`: Driver for NVidia cards.
+ * `nouveau`: Driver for NVidia cards. Not possible since upstream’s http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nouveau.git;a=commit;h=a4d580bf05d7aac1d486e5d1ba9a2201c026e5f5[a4d580bf05].
  * `fbdev` and `vesa`: Generic drivers.
  * `dummy`: Dummy driver, suitable when there’s no monitor connected.
 

commit fddb111136c1d124e53265d1ee1832e9922ebb57
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun May 1 22:08:15 2011 +0200

    reference/squeeze-backports: No need for mach64 and r128.

diff --git a/xsf-docs/reference/squeeze-backports.txt b/xsf-docs/reference/squeeze-backports.txt
index 83982be..2104097 100644
--- a/xsf-docs/reference/squeeze-backports.txt
+++ b/xsf-docs/reference/squeeze-backports.txt
@@ -43,12 +43,17 @@ Input drivers
 Video drivers
 ~~~~~~~~~~~~~
 
- * `ati`, `mach64`, `r128`: Drivers for ATI cards.
+ * `ati`: Drivers for ATI cards.
  * `intel`: Driver for Intel cards.
  * `nouveau`: Driver for NVidia cards.
  * `fbdev` and `vesa`: Generic drivers.
  * `dummy`: Dummy driver, suitable when there’s no monitor connected.
 
+.Note
+There are a few other drivers for ATI cards (`mach64`, `r128`), which
+are pulled by `ati`, but there are versions available in `squeeze`
+already, so backporting them isn’t required.
+
 
 Libraries
 ~~~~~~~~~

commit 16428f3bc83f4e1614449d0580de7847584ae62c
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Apr 6 06:38:31 2011 +0200

    build-mesa: Add --prefix=/usr.
    
    In case somebody's interested in e.g. the headers, ship everything
    under /usr (since we already have /usr/lib/… for the shared objects).

diff --git a/xsf-docs/howto/build-mesa.txt b/xsf-docs/howto/build-mesa.txt
index 78fb5b2..c6e1b90 100644
--- a/xsf-docs/howto/build-mesa.txt
+++ b/xsf-docs/howto/build-mesa.txt
@@ -107,7 +107,8 @@ $ autoreconf -vfi
 Here’s what the `./configure` call will look like:
 
 ----
-$ ./configure --enable-driglx-direct \
+$ ./configure --prefix=/usr \
+              --enable-driglx-direct \
               --enable-gallium \
               --enable-gles-overlay \
               --enable-gles1 \


Reply to: