[Lunar-commits] <moonbase> xorg-server: include other NVIDIA versions
Paul Bredbury
brebs at lunar-linux.org
Wed Sep 30 20:08:53 CEST 2009
commit bfff4fa57528589c38fb3c53a938ecda78472a21
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Thu Oct 1 01:08:53 2009 +0700
xorg-server: include other NVIDIA versions
NVIDIA probably should, if anything, be recompiled *after* the usual non-proprietary xorg modules.
---
xorg7/xorg-server/POST_INSTALL | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/xorg7/xorg-server/POST_INSTALL b/xorg7/xorg-server/POST_INSTALL
index 04c82cf..e94fe9b 100644
--- a/xorg7/xorg-server/POST_INSTALL
+++ b/xorg7/xorg-server/POST_INSTALL
@@ -1,3 +1,8 @@
-if module_installed NVIDIA ; then lin -c NVIDIA ; fi
if module_installed xf86-input-evdev ; then lin -c xf86-input-evdev ; fi
if module_installed xf86-input-synaptics ; then lin -c xf86-input-synaptics ; fi
+
+if module_installed NVIDIA-fx ; then lin -c NVIDIA-fx ; fi
+if module_installed NVIDIA-legacy ; then lin -c NVIDIA-legacy ; fi
+if module_installed NVIDIA-old ; then lin -c NVIDIA-old ; fi
+if module_installed NVIDIA-beta ; then lin -c NVIDIA-beta ; fi
+if module_installed NVIDIA ; then lin -c NVIDIA ; fi
More information about the Lunar-commits
mailing list