diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-21 16:17:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-21 16:17:21 +0000 |
commit | 38b509596410b559a4ba2718cbffa8ee65d81a6b (patch) | |
tree | edd9f80b32b49dd8228e4e948e8c236622013fd6 /perl-install | |
parent | fbcc6406e02b1c21718952d3d745cd77399a2c30 (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfigurator.pm | 1 |
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 |