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

xorg: Changes to 'ubuntu'



 debian/changelog                |    9 +++++++++
 debian/xserver-xorg.postinst.in |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 0fd1a68cb75c7c708332d3a13c5365e0a8a43b75
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Feb 27 08:31:00 2009 +0100

    debian/xserver-xorg.postinst.in: Set USE_FBDEV to false by default on lpia as well (just like on i386, amd64 etc.); should fix vesa usage on Poulsbo systems, it would work fine in the live session but not after install; LP: #335308.

diff --git a/debian/changelog b/debian/changelog
index 2e2d968..66db7b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg (1:7.4~5ubuntu13) jaunty; urgency=low
+
+  * debian/xserver-xorg.postinst.in: Set USE_FBDEV to false by default on lpia
+    as well (just like on i386, amd64 etc.); should fix vesa usage on Poulsbo
+    systems, it would work fine in the live session but not after install;
+    LP: #335308.
+
+ -- Loic Minier <lool@dooz.org>  Fri, 27 Feb 2009 08:19:27 +0100
+
 xorg (1:7.4~5ubuntu12) jaunty; urgency=low
 
   * control: Reverse the -evdev /-input-all Depends order, hopefully
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 1089279..1b9e95a 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -625,7 +625,7 @@ if [ -n "$FIRSTINST" ] || [ -n "$RECONFIGURE" ]; then
   # use fbcon kernel functions?
 
   case "$ARCH" in
-    alpha|hurd-i386|i386|amd64)
+    alpha|hurd-i386|i386|amd64|lpia)
       USE_FBDEV=false
       ;;
     *)


Reply to: