View | Details | Raw Unified | Return to bug 3082
Collapse All | Expand All

(-)Xconfigurator.pm-20031023 (-6 / +6 lines)
Lines 1171-1182 Link Here
1171
1171
1172
    Load	"dbe"
1172
    Load	"dbe"
1173
);
1173
);
1174
    if ($o->{card}{DRI_glx}) {
1174
    if ($o->{card}{driver} eq "nvidia") {
1175
	print G qq(
1176
    Load	"glx"
1177
    Load	"dri"
1178
);
1179
    } elsif ($o->{card}{driver} eq "nvidia" || $o->{card}{NVIDIA_glx}) {
1180
	print G qq(
1175
	print G qq(
1181
# This loads the NVIDIA GLX extension module.
1176
# This loads the NVIDIA GLX extension module.
1182
# IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE
1177
# IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE
Lines 1184-1189 Link Here
1184
1179
1185
    Load        "/usr/X11R6/lib/modules/extensions/libglx.so"
1180
    Load        "/usr/X11R6/lib/modules/extensions/libglx.so"
1186
);
1181
);
1182
    } elsif ($o->{card}{DRI_glx}) {
1183
	print G qq(
1184
    Load	"glx"
1185
    Load	"dri"
1186
);
1187
    }
1187
    }
1188
    print G qq(
1188
    print G qq(
1189
1189

Return to bug 3082