From 38b509596410b559a4ba2718cbffa8ee65d81a6b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 21 Jul 2002 16:17:21 +0000 Subject: Load "extmod" is a must! (for things like shape and dga) --- perl-install/Xconfigurator.pm | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1