I'm using Pd version 0.42.5-extended-20100428 and Ubuntu Lucid 10.04 :-)
Am 2010-04-28 20:07, schrieb Thomas Holzmann:
Hello,
I'm using the latest pd-extended and have display problems when using pd on a screen which is set to 120 dpi. Then most of the texts don't fit into the boxes. When I change the screen to 96 dpi everything works fine.
I assume that's a problem with tk scaling!?
Does someone know a solution for this?
On Fedora/CCRMA I use the following stupid wrapper (it's a hack).
#!/bin/bash shopt -s -o monitor xrdb -merge /usr/local/lib/pd_fonthelper /usr/bin/pd $@ & sleep 1 xrdb -merge /etc/X11/Xresources fg 1
pd_fonthelper is just:
Xft.dpi: 72
Obviously you would change this to fit whatever dpi was working for you before.
I also had to comment out some lines in pd.tk which test for 8.5 and change font size accordingly; once I did, all my Pd font problems melted away.
Matt
On Apr 29, 2010, at 9:39 AM, Matt Barber wrote:
I'm using Pd version 0.42.5-extended-20100428 and Ubuntu Lucid
10.04 :-)Am 2010-04-28 20:07, schrieb Thomas Holzmann:
Hello,
I'm using the latest pd-extended and have display problems when
using pd on a screen which is set to 120 dpi. Then most of the texts don't fit into the boxes. When I change the screen to 96 dpi everything works fine.I assume that's a problem with tk scaling!?
Does someone know a solution for this?
On Fedora/CCRMA I use the following stupid wrapper (it's a hack).
#!/bin/bash shopt -s -o monitor xrdb -merge /usr/local/lib/pd_fonthelper /usr/bin/pd $@ & sleep 1 xrdb -merge /etc/X11/Xresources fg 1
pd_fonthelper is just:
Xft.dpi: 72
Obviously you would change this to fit whatever dpi was working for
you before.I also had to comment out some lines in pd.tk which test for 8.5 and change font size accordingly; once I did, all my Pd font problems melted away.
Matt
Could you guys try pd-gui-rewrite and see if it still has this
problem? The Tcl/Tk side has been entirely rewritten from scratch, so
hopefully it'll "just work" now. Otherwise, we can get the fixes in
that branch.
.hc
If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps
it to himself; but the moment it is divulged, it forces itself into
the possession of everyone, and the receiver cannot dispossess himself
of it. - Thomas Jefferson
Am 2010-04-29 17:44, schrieb Hans-Christoph Steiner:
Could you guys try pd-gui-rewrite and see if it still has this problem? The Tcl/Tk side has been entirely rewritten from scratch, so hopefully it'll "just work" now. Otherwise, we can get the fixes in that branch.
I'll try it. How can i use pd-gui-rewrite? Do I have to compile pd differently?
Thomas
On Apr 29, 2010, at 6:10 PM, Thomas Holzmann wrote:
Am 2010-04-29 17:44, schrieb Hans-Christoph Steiner:
Could you guys try pd-gui-rewrite and see if it still has this
problem? The Tcl/Tk side has been entirely rewritten from scratch,
so hopefully it'll "just work" now. Otherwise, we can get the
fixes in that branch.I'll try it. How can i use pd-gui-rewrite? Do I have to compile pd differently?
Thomas
http://puredata.info/dev/PdGuiRewrite
.hc
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
On Apr 29, 2010, at 6:10 PM, Thomas Holzmann wrote:
Am 2010-04-29 17:44, schrieb Hans-Christoph Steiner:
Could you guys try pd-gui-rewrite and see if it still has this
problem? The Tcl/Tk side has been entirely rewritten from scratch,
so hopefully it'll "just work" now. Otherwise, we can get the
fixes in that branch.I'll try it. How can i use pd-gui-rewrite? Do I have to compile pd differently?
Yeah, on GNU/Linux, its easiest to build from source:
http://puredata.info/dev/PdGuiRewrite
.hc
"Making boring techno music is really easy with modern tools, but with
live coding, boring techno is much harder." - Chris McCormick