<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 14, 2016 at 10:02 AM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On 14.09.2016, at 09:57, Bert Freudenberg &lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt; wrote:<br>
<br>
&gt; This hack avoids entering an unusable state. OTOH it makes debugging it more difficult. What to do?<br>
<br>
</span>Is the unstable state present in cocoa or carbon VMs?<br>
Best regards<br>
<span class="HOEnZb"><font color="#888888">        -Tobias<br></font></span></blockquote><div><br></div><div>Cocoa I would think? A current Spur VM. The display just looks garbled e.g. when choosing 16 bpp. I wouldn&#39;t call it &quot;unstable&quot; just &quot;unusable&quot;.</div><div><br></div><div>- Bert -</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
</font></span><div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; - Bert -<br>
&gt;<br>
&gt; On Tue, Sep 13, 2016 at 10:01 PM, &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt; wrote:<br>
&gt; Bert Freudenberg uploaded a new version of Graphics to project The Trunk:<br>
&gt; <a href="http://source.squeak.org/trunk/Graphics-bf.365.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>trunk/Graphics-bf.365.mcz</a><br>
&gt;<br>
&gt; ==================== Summary ====================<br>
&gt;<br>
&gt; Name: Graphics-bf.365<br>
&gt; Author: bf<br>
&gt; Time: 13 September 2016, 10:01:12.119134 pm<br>
&gt; UUID: 184228fa-4e38-472a-8e51-<wbr>1cd86ff433f4<br>
&gt; Ancestors: Graphics-tfel.364<br>
&gt;<br>
&gt; Work around Mac VM bug: use 32 bpp<br>
&gt;<br>
&gt; =============== Diff against Graphics-tfel.364 ===============<br>
&gt;<br>
&gt; Item was added:<br>
&gt; + ----- Method: DisplayScreen&gt;&gt;<wbr>primSupportsDisplayDepth: (in category &#39;other&#39;) -----<br>
&gt; + primSupportsDisplayDepth: pixelDepth<br>
&gt; +       &quot;Return true if this pixel depth is supported on the current host platform.<br>
&gt; +       Primitive. Optional.&quot;<br>
&gt; +       &lt;primitive: 91&gt;<br>
&gt; +       ^#(1 2 4 8 16 32) includes: pixelDepth!<br>
&gt;<br>
&gt; Item was changed:<br>
&gt;   ----- Method: DisplayScreen&gt;&gt;<wbr>supportsDisplayDepth: (in category &#39;other&#39;) -----<br>
&gt;   supportsDisplayDepth: pixelDepth<br>
&gt; +       &quot;Return true if this pixel depth is supported on the current host platform.&quot;<br>
&gt; +       Smalltalk platformName = &#39;Mac OS&#39; ifTrue: [^pixelDepth abs = 32]. &quot;Work around VM bug&quot;<br>
&gt; +       ^self primSupportsDisplayDepth: pixelDepth!<br>
&gt; -       &quot;Return true if this pixel depth is supported on the current host platform.<br>
&gt; -       Primitive. Optional.&quot;<br>
&gt; -       &lt;primitive: 91&gt;<br>
&gt; -       ^#(1 2 4 8 16 32) includes: pixelDepth!<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br></div></div>