diff --git a/modules/pymol/__init__.py b/modules/pymol/__init__.py
index fe299fbff..aaf978ade 100644
--- a/modules/pymol/__init__.py
+++ b/modules/pymol/__init__.py
@@ -332,8 +332,7 @@ def adapt_to_hardware(self):
                 print(" Disabling shaders for Intel Express graphics")
             cmd.set("use_shaders", 0)
 
-    elif (vendor == 'nouveau'
-            or ' R300 ' in vendor # V: X.Org R300 Project, R: Gallium 0.4 on 
ATI RV370
+    elif (' R300 ' in vendor # V: X.Org R300 Project, R: Gallium 0.4 on ATI 
RV370
             ):
         if invocation.options.show_splash:
             print(" Detected blacklisted graphics driver.  Disabling shaders.")

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872109

Title:
  blacking listing of nouveau should be removed from __init__.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pymol/+bug/1872109/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to