Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 22:46:34 -0500
From:      Rahul Siddharthan <rsidd@online.fr>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        chat@FreeBSD.org
Subject:   Re: The future of X?
Message-ID:  <20031114034634.GA3086@online.fr>
In-Reply-To: <20031114004740.GA56759@xor.obsecurity.org>
References:  <20031113233628.GA56182@xor.obsecurity.org> <20031114002204.GA1035@online.fr> <20031114004740.GA56759@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:
[XFree86 antialiasing]
> It's too slow to use on my sparc64 machine (rendering e.g. large text
> files in mozilla takes up to 60 seconds, which is hardly acceptable).
> An ultra30 is hardly a speed demon thesedays, but it's not that slow.

Must be some strange bug on sparc64, do the XFree86 people know about
it?  I've used it happily on a 400 MHz P-II.  

> It's too blurry to read clearly on my 14" monitor (Windows is fine).

Well much depends on the monitor.  If you claim that the same fonts,
antialiased on both systems, are fine on windows and not on XFree86,
that's definitely a problem.  But perhaps windows doesn't anti-alias
them.  You can disable antialiasing in fonts.conf or $HOME/.fonts.conf
for, say, fonts below 12pt with something like

 <match target="font"> 
     <test name="size" compare="less">
        <int>12</int>
     </test> 
     <edit name="antialias" mode="assign">
         <bool>false</bool>
     </edit> 
 </match>

It can also be done by pointing/clicking via KDE's control panel (I
presume GNOME's too).

Rahul



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031114034634.GA3086>