| 5 | | |
| 6 | | On Thu, Feb 12, 2026 at 8:49 AM Greg Pintilie <gregdp@gmail.com> wrote: |
| 7 | | |
| 8 | | > |
| 9 | | > |
| 10 | | > |
| 11 | | > |
| 12 | | > |
| 13 | | > |
| 14 | | > |
| 15 | | > |
| 16 | | > |
| 17 | | > |
| 18 | | > |
| 19 | | >> #19718: Incorrect initial scaling on spatial display |
| 20 | | >> ----------------------------------+------------------------- |
| 21 | | >> Reporter: utz.ermel@… | Owner: Tom Goddard |
| 22 | | >> Type: defect | Status: assigned |
| 23 | | >> Priority: normal | Milestone: |
| 24 | | >> Component: VR | Version: |
| 25 | | >> Resolution: | Keywords: |
| 26 | | >> Blocked By: | Blocking: |
| 27 | | >> Notify when closed: | Platform: all |
| 28 | | >> Project: ChimeraX | |
| 29 | | >> ----------------------------------+------------------------- |
| 30 | | >> Comment (by Tom Goddard): |
| 31 | | >> |
| 32 | | >> Hi Greg, |
| 33 | | >> |
| 34 | | >> No hurry. I agree that we may want to match screen name patterns. But |
| 35 | | >> in |
| 36 | | >> order to correctly zoom and center the intial view ChimeraX needs to know |
| 37 | | >> the display size and currently that can be only obtained from the screen |
| 38 | | >> model name. So if we only look for SR Display in the name we don't know |
| 39 | | >> if it is a 27" or 15" display. |
| 40 | | >> |
| 41 | | >> I just made ChimeraX Log the OpenXR screen name when it recognizes it |
| 42 | | >> when |
| 43 | | >> you turn on OpenXR (and it already logged all the screen names when it |
| 44 | | >> did |
| 45 | | >> not find a recognized one). You can also list the attached screen names |
| 46 | | >> using the ChimeraX Python Shell (menu Tools / General / Shell) using code |
| 47 | | >> |
| 48 | | >> [s.model() for s in session.ui.screens()] |
| 49 | | >> |
| 50 | | >> Tom |
| 51 | | >> -- |
| 52 | | >> Ticket URL: < |
| 53 | | >> https://www.rbvi.ucsf.edu/trac/ChimeraX/ticket/19718#comment:18> |
| 54 | | >> ChimeraX <https://www.rbvi.ucsf.edu/chimerax/> |
| 55 | | >> ChimeraX Issue Tracker |
| 56 | | >> |
| 57 | | > |
| 58 | | }}} |
| 59 | | |