ALT Linux Bugzilla
– Attachment 304 Details for
Bug 3082
20030926: several ERRORS regarding NVIDIA setup
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
fix nvidia glx in usr/bin/perl-install/Xconfigurator.pm
Xconfigurator.pm-fix-nvidia-glx.patch (text/plain), 676 bytes, created by
Michael Shigorin
on 2003-10-26 20:48:23 MSK
(
hide
)
Description:
fix nvidia glx in usr/bin/perl-install/Xconfigurator.pm
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2003-10-26 20:48:23 MSK
Size:
676 bytes
patch
obsolete
>--- Xconfigurator.pm-20031023 2003-10-23 00:00:00 +0300 >+++ Xconfigurator.pm 2003-10-26 19:41:16 +0200 >@@ -1171,12 +1171,7 @@ > > Load "dbe" > ); >- if ($o->{card}{DRI_glx}) { >- print G qq( >- Load "glx" >- Load "dri" >-); >- } elsif ($o->{card}{driver} eq "nvidia" || $o->{card}{NVIDIA_glx}) { >+ if ($o->{card}{driver} eq "nvidia") { > print G qq( > # This loads the NVIDIA GLX extension module. > # IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE >@@ -1184,6 +1179,11 @@ > > Load "/usr/X11R6/lib/modules/extensions/libglx.so" > ); >+ } elsif ($o->{card}{DRI_glx}) { >+ print G qq( >+ Load "glx" >+ Load "dri" >+); > } > print G qq( >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3082
: 304