Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (66772a71b7176b23a17fd43a425371294f113f18)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (66772a71b7176b23a17fd43a425371294f113f18)
  • Date: Thu, 11 Sep 2008 05:10:14 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

xorg-xserver/xorg-server/CONFIGURE | 18 +++++++++---------
xorg-xserver/xorg-server/DEPENDS | 2 +-
xorg-xserver/xorg-server/HISTORY | 6 ++++++
3 files changed, 16 insertions(+), 10 deletions(-)

New commits:
commit 66772a71b7176b23a17fd43a425371294f113f18
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

xorg-server: re-sort video drivers, including Matrox driver in "common"
list

diff --git a/xorg-xserver/xorg-server/CONFIGURE
b/xorg-xserver/xorg-server/CONFIGURE
index 84c7e2b..afff506 100755
--- a/xorg-xserver/xorg-server/CONFIGURE
+++ b/xorg-xserver/xorg-server/CONFIGURE
@@ -313,20 +313,21 @@ config_query_multi XORG_SERVER_VIDEO_DRIVER_COMMON
\
sane \
none \
all \
- xf86-video-nv \
- xf86-video-s3 \
xf86-video-ati \
- xf86-video-via \
- xf86-video-vga \
- xf86-video-sis \
- xf86-video-i810 \
+ xf86-video-nv \
xf86-video-intel \
+ xf86-video-i810 \
xf86-video-i740 \
xf86-video-i128 \
- xf86-video-vesa \
- xf86-video-fbdev \
+ xf86-video-mga \
+ xf86-video-via \
xf86-video-savage \
+ xf86-video-s3 \
xf86-video-s3virge \
+ xf86-video-sis \
+ xf86-video-vesa \
+ xf86-video-vga \
+ xf86-video-fbdev \
xf86-video-neomagic \
ati_driver \
nvidia_driver
&&
@@ -353,7 +354,6 @@ config_query_multi XORG_SERVER_VIDEO_DRIVER_OBSCURE
\
"What obscure video drivers do you want" \
none \
all \
- xf86-video-mga \
xf86-video-nsc \
xf86-video-apm \
xf86-video-ark \
diff --git a/xorg-xserver/xorg-server/DEPENDS
b/xorg-xserver/xorg-server/DEPENDS
index 557cf15..21e5b59 100755
--- a/xorg-xserver/xorg-server/DEPENDS
+++ b/xorg-xserver/xorg-server/DEPENDS
@@ -290,6 +290,7 @@ runtime_depends_2 xf86-video-nv &&
runtime_depends_2 xf86-video-s3 &&
runtime_depends_2 xf86-video-ati &&
runtime_depends_2 xf86-video-via &&
+runtime_depends_2 xf86-video-mga &&
runtime_depends_2 xf86-video-vga &&
runtime_depends_2 xf86-video-sis &&
runtime_depends_2 xf86-video-i810 &&
@@ -340,7 +341,6 @@ fi &&

if list_find "$XORG_SERVER_VIDEO_DRIVER_OBSCURE" "all"
then
-runtime_depends_2 xf86-video-mga &&
runtime_depends_2 xf86-video-nsc &&
runtime_depends_2 xf86-video-apm &&
runtime_depends_2 xf86-video-ark &&
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index daf3413..950633e 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,3 +1,9 @@
+2008-09-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE, DEPENDS: reorder common video choices to be (hopefully)
+ a bit more consistent (similar hardware together), include Matrox
+ chips in common list instead of obscure (they're still produced...
+ prolly more common than S3 Trio64 or such...).
+
2008-09-09 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added randr.patch to try to fix the flickering issue from
http://thread.gmane.org/gmane.comp.freedesktop.xorg/30567



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (66772a71b7176b23a17fd43a425371294f113f18), Thomas Orgis, 09/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page