From 69393b7b88500cc14b8b144088f3c7823c0b5b94 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Jun 2005 07:26:25 +0000 Subject: (to_raw_X) prevent loading/unloading twice the same glx module on non NV cards --- perl-install/Xconfig/card.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index 46249de4f..363a0befd 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -69,7 +69,6 @@ sub to_raw_X { # This loads the NVIDIA GLX extension module. # IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE # IT WILL LOAD XFree86 glx module and the server will crash. - $raw_X->set_load_module("/usr/X11R6/$lib/modules/extensions/libglx.so", $card->{DRI_GLX_SPECIAL}); if ($card->{Driver2} ne 'nvidia') { $raw_X->set_load_module("/usr/X11R6/$lib/modules/extensions/libglx.a", 1); } -- cgit v1.2.1