<div dir="ltr"><div><div><div>what is the global gui refresh  metro ?<br></div>and do other graphics cards have different options <br></div>besides ShadowPrimary that allows fast access to pixel data?<br></div>Can look it up but seeing that you have recently been dabbling in it...<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 20, 2017 at 4:48 AM, martin brinkmann <span dir="ltr"><<a href="mailto:mnb@martin-brinkmann.de" target="_blank">mnb@martin-brinkmann.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/02/17 12:47, martin brinkmann wrote:<br>
> On 10/02/17 11:53, Matthias Kronlachner wrote:<br>
><br>
>> Starting with an empty patch placing and dragging objects is very laggy.<br>
><br>
>> Does somebody have the same problem or a fix for this?<br>
><br>
> i had similar problems with various versions of pd on various<br>
> linux-versions, with the free radeon driver.<br>
<br>
meanwhile i have solved this problem by using the free radeon driver<br>
(xubuntu 14.4, with xenial kernel), and writing a minimal xorg.conf<br>
containing<br>
<br>
Section "Device"<br>
        Identifier      "radeon whatever the cards name is"<br>
        Driver          "radeon"<br>
        Option          "AccelMethod" "glamor"<br>
        Option          "ShadowPrimary" "on"<br>
        Option          "DRI"           "3"<br>
<br>
EndSection<br>
<br>
the important option was ShadowPrimary (which needs glamor though).<br>
this option enables "fast cpu access to pixel data". maybe there is<br>
a similar option hidden in the settings (directx?...) for other<br>
graphicscards on other os too...<br>
<br>
...after having added a global "gui refresh metro" to minimize updates<br>
of moving sliders etc. to my patches, everything works now (again) fine<br>
without that...<br>
<br>
______________________________<wbr>_________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>listinfo/pd-list</a><br>
</blockquote></div><br></div>