Re: Windows Firefox in Wine: Ugly Fonts

2008-07-13 Thread hideo
Razmig K (Sun 07/13/08 00:58):
 
 Hello,
 
 I installed Windows Firefox 2.0.0.12 in Wine 0.9.58 on a 7.0-RELEASE 
 running KDE 3.5.8 as a solution to the Flash problem, which works just 
 fine this way (this is 9.0 r124). However Firefox fonts look quite bad; 
 jaggies, discontinuities and boxes in place of some characters. I 
 installed the port x11-fonts/webfonts, but the problem persisted. 
 Suggestions?
 I don't know if this is relevant, but I have Geko installed in Wine and 
 I run a low resolution monitor, 800x600.
 Thanks!

Have you tried installing the additional fonts through winetricks? 
http://wiki.winehq.org/winetricks

Zach
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmirror, geli, gjournal performance

2008-04-19 Thread hideo
Hi everyone,

I was replacing a disk in a gmirror+geli pair and decided to compare
the performance of gmirror+geli+gjournal before adding the new disk.

When using these three together is the appropriate order to 1) fdisk
and label 2) mirror the disk, 3) geli the partitions, and 4) use the
geli partitions for gjournal label?

With respect to performance, I find the writes to the gjournal disk
about half as fast, which I expected from the benchmarks I've seen.
However, reading a single file is identical between the two:

dd if=/sofupdates/1.mpg of=/dev/null bs=1m
994049168 bytes transferred in 34.858793 secs (28516454 bytes/sec)

dd if=/gjournal/1.mpg of=/dev/null bs=1m
994049168 bytes transferred in 34.335267 secs (28951258 bytes/sec)

Is this expected? I was under the impression that reads should be
somewhat faster with gjournal.  Is geli decryption the limiting
factor here?

Zach
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]