[Bug 1872109] Re: blacking listing of nouveau should be removed from __init__.py

2021-10-06 Thread Graham Inggs
This was fixed in hirsute.

pymol (2.4.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/02_test-suite.patch: Refreshed.
  * debian/patches/22_fix_pymol_import.patch: Likewise.
  * debian/patches/27_fix_pymol_path_in_setup.patch: Likewise.
  * debian/patches/31_fix_format-security.patch: Likewise.
  * debian/patches/33_fix_relative_paths_in_example_scripts.patch: Likewise.
  * debian/patches/40_mstop_movies.patch: Likewise.
  * debian/patches/28_no_data_install_in_python_path.patch: Updated.
  * debian/patches/32_fix_spelling_lintian_warnings.patch: Likewise.
  * debian/patches/60_py3_test.patch: Removed, no longer needed.
  * debian/control (Build-Depends): Added libnetcdf-dev
  * debian/pymol-data.install: Remove scripts directory, no longer present
upstream.

 -- Michael Banck   Sun, 10 Jan 2021 21:46:57 +0100

** Changed in: pymol (Ubuntu)
   Status: New => Fix Released

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872109] Re: blacking listing of nouveau should be removed from __init__.py

2020-04-11 Thread Jack Howarth
I checked with pymol upstream and the 2.4.0 release, which will contain
the removal of the nouveau blacklisting, is slated for a May release.
This change isn't associated with any fixes in pymol but just a
recognition that recent nouveau now has usable shader support.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872109] Re: blacking listing of nouveau should be removed from __init__.py

2020-04-11 Thread Jack Howarth
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872109] Re: blacking listing of nouveau should be removed from __init__.py

2020-04-10 Thread Ubuntu Foundations Team Bug Bot
The attachment "do not blacklist "nouveau" driver" seems to be a patch.
If it isn't, please remove the "patch" flag from the attachment, remove
the "patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872109] Re: blacking listing of nouveau should be removed from __init__.py

2020-04-10 Thread Jack Howarth
Note that this issue is always fixed in pymol trunk with...

https://github.com/schrodinger/pymol-open-
source/commit/af8c2e09c3ff45eaaeaac76a9fb89b9359340336


** Patch added: "do not blacklist "nouveau" driver"
   
https://bugs.launchpad.net/ubuntu/+source/pymol/+bug/1872109/+attachment/5351641/+files/af8c2e09c3ff45eaaeaac76a9fb89b9359340336.patch

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs