Page 2 of 130

Posted: Fri 16 Dec 2005, 20:22
by bombayrockers
freetype-6.3.8.pup and bitstream.pup are available in the additional software forum if you want to try. To get the fonts in gtk apps you will have to edit you gtkrc files.

Posted: Sat 17 Dec 2005, 04:13
by MU
Thanks Bombay.
hmmm... different,but not perfect.

Must play around with the settings a bit.
I think the freetype has the most important effect.

I personally prefer non-Antialiased fonts, how they are used by Gtk1.
On my old Mandrake I once had found a way, to activate AA only for large fonts.
must find out again, how that works.

Mark

Posted: Sat 17 Dec 2005, 05:52
by bombayrockers
i recompiled gdkxft and it produced a gtkrc file. I merged the contents of this with my gtk theme. However qtcurve does this by itself no need to edit the gtkrc. I will upload these files later.

Posted: Sat 17 Dec 2005, 06:18
by Guest
I once had found a way, to activate AA only for large fonts
/usr/X11R6/lib/X11/XftConfig

match
any size < 14
edit
antialias = false;

Posted: Sat 17 Dec 2005, 06:28
by MU
Guest, no, this is for xft1 only, but puppy uses xft2 I think?

I get no effects on gtk2 and Mozilla.

Posted: Sat 17 Dec 2005, 07:47
by bombayrockers

Code: Select all

# This file created by gdkxft_sysinstall.
# A simple theme that uses anti-aliased fonts with many gtk widgets.

style "lil-tt" 
{
  font="-b&h-lucidux mono-medium-r-normal-*-12-*-*-*-m-*-iso8859-1"
}

style "lil-noaa" 
{
  font="-adobe-times-medium-r-normal-*-14-*-*-*-p-*-iso8859-1"
}

style "lil-serif" 
{
  font="-urw-times-medium-r-normal-*-14-*-*-*-p-*-iso8859-1"
}

style "lil-sans" 
{
  font="-urw-helvetica-medium-r-normal-*-13-*-*-*-p-*-iso8859-1"
}

style "big-sans" 
{
  font="-urw-helvetica-medium-r-normal-*-15-*-*-*-p-*-iso8859-1"
}

style "llil-sans" 
{
  font="-urw-helvetica-medium-r-normal-*-10-*-*-*-p-*-iso8859-1"
}

widget_class "*" style "lil-noaa"
widget_class "*Entry*" style "lil-serif"
widget_class "*Label*" style "lil-sans"
widget_class "*Button*" style "lil-sans"
widget_class "*Menu*" style "lil-sans"
widget_class "*MenuBar*" style "big-sans"
widget_class "*Toolbar*" style "lil-sans"
widget_class "*Frame" style "llil-sans"
gtkrc created by gdkxft recompile. edit it to your liking. I have edited it to use one font for all bitstream vera. details on how to get bitstream vera in x are available here http://www.murga.org/~puppy/viewtopic.p ... highlight=. you will also have to recompile gdkxft. I dont know waht all files have been changed by it, so I have not been able to make a dotpup out of it.

Posted: Sat 17 Dec 2005, 09:21
by MU
ok, thanks.

I found a setting now, that is ok for me.
In Mozilla I chose Bitstream Vera, and I installed your freetype.pup.
Then I deleted all files in /etc/fonts.
I did this just for testing, and was quite astonished then that it looks good :twisted:

http://dotpups.de/pics/puppy/fonts.jpg

This throws an errormessage when starting leafpad from a console:
Fontconfig error: Cannot load default config file
But leafpad starts without problems 8)

Mark

Posted: Sat 17 Dec 2005, 09:54
by BarryK
MU wrote:Guest, no, this is for xft1 only, but puppy uses xft2 I think?

I get no effects on gtk2 and Mozilla.
Yes, xft2.
You have to edit /etc/fonts/local.conf.

Put something like this in it:

Code: Select all

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>

        <match target="font">
            <test name="size" compare="less">
                <double>11</double>
            </test>
            <edit name="antialias" mode="assign">
                <bool>false</bool>
            </edit>
        </match>
        <match target="font">
            <test name="pixelsize" compare="less" qual="any">
                <double>11</double>
            </test>
            <edit mode="assign" name="antialias">
                <bool>false</bool>
            </edit>
        </match>

</fontconfig>

a note to the moderators...

Posted: Sat 17 Dec 2005, 10:53
by Dougal
I think maybe the last few messages should be moved into a thread of their own with an appropriate title. This info could be useful to people who might not look in the Misc part of the forum (especially in this thread...).
It's a shame to have useful discussions buried in irrelevant threads.

Posted: Sat 17 Dec 2005, 12:29
by bombayrockers
Yes I agree, This is a request to the admin to cut the the last few post irrelevant to the topic and move them to new topic 'freetype, xft & gdkxft tweaks for better fonts'.

Posted: Sat 17 Dec 2005, 14:50
by bombayrockers
black firefox wallpaper + idesk + gentoo icons + blue night theme for fluxbox

Image

qtcurve gtk theme for gtk1 and gtk2 apps. nice contrast of black and silver.

Image

Posted: Sat 17 Dec 2005, 15:26
by Pizzasgood
Purdy...

Posted: Sat 17 Dec 2005, 19:09
by bombayrockers
Purdy, slang for pretty referring to a person or just referring to the word "pretty"

Posted: Sat 17 Dec 2005, 20:08
by Pizzasgood
I enjoy utilizing an massively extensive vocabulary and stuff. :P

Posted: Mon 19 Dec 2005, 06:26
by bombayrockers
A geeky looking desktop using xrootconsole from debian packages. Log on the top right is the x server log from /tmp/xerrs.txt and log on the bottom right is the kernel log from /var/log/messages.

Image

Posted: Thu 22 Dec 2005, 00:06
by Nathan F
A quick doodle in Gimp, using various tools and plugins. Currently done at 1024x768.

Nathan

Posted: Thu 22 Dec 2005, 02:54
by bugman
Here goes nothing...

Posted: Thu 29 Dec 2005, 00:09
by bombayrockers
Image

plastikzilla theme for mozilla and nice looking rox . Icons for rox are availale as dotpup in the additional software section. http://www.murga.org/~puppy/viewtopic.php?t=4924

Posted: Thu 29 Dec 2005, 00:26
by bugman
Sorry to post twice, but I have a final version of my blank theme...

Posted: Thu 29 Dec 2005, 07:45
by Alucard_the_dex
Wow thats pretty Cool Bugman You shuld make a colorthemed Defualt set up puppy. Id personaly would love to see a Soft Dark iceblue version of that.