summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-21 16:17:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-21 16:17:21 +0000
commit38b509596410b559a4ba2718cbffa8ee65d81a6b (patch)
treeedd9f80b32b49dd8228e4e948e8c236622013fd6
parentfbcc6406e02b1c21718952d3d745cd77399a2c30 (diff)
downloaddrakx-38b509596410b559a4ba2718cbffa8ee65d81a6b.tar
drakx-38b509596410b559a4ba2718cbffa8ee65d81a6b.tar.gz
drakx-38b509596410b559a4ba2718cbffa8ee65d81a6b.tar.bz2
drakx-38b509596410b559a4ba2718cbffa8ee65d81a6b.tar.xz
drakx-38b509596410b559a4ba2718cbffa8ee65d81a6b.zip
Load "extmod" is a must! (for things like shape and dga)
-rw-r--r--perl-install/Xconfigurator.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 5e432b372..198d390c3 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -1123,6 +1123,7 @@ EndSection
print G qq(\nSection "Module"\n);
print G qq( Load "dbe" # Double-Buffering Extension\n);
print G qq( Load "v4l" # Video for Linux\n) if !($X->{card}{use_DRI_GLX} && $X->{card}{driver} eq 'r128');
+ print G qq( Load "extmod"\n);
#- For example, this loads the NVIDIA GLX extension module.
#- When DRI_GLX_SPECIAL is set, use_DRI_GLX is also set