Xft with Xsun + XRender

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Around 22 o'clock on Feb 11, Dan wrote:

> Has anyone managed to get Xft working with the Solaris 9
> 12/02 release of Xsun with happy new XRender support?

I assume Sun is testing things this way; it make little sense for them to 
do otherwise.  However, you can make sure most things are working by
disabling Render support in your ~/.fonts.conf file:

	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
	<!-- ~/.fonts.conf for per-user font configuration -->
	<fontconfig>
	
	<!-- Disables use of Render extension -->
	<match target="font">
	        <edit name="render" mode="assign"><bool>no</bool></edit>
	</match>
	
	</fontconfig>

I just wrote an Xaw based app for viewing fonts that you might play with,
it should work on vanilla Solaris.

	$ cvs -d :pserver:anoncvs@xxxxxxxxxx:/local/src/CVS login
	Logging in to :pserver:anoncvs@xxxxxxxxxx:2401/local/src/CVS
	CVS password: <hit return>
	$ cvs -d :pserver:anoncvs@xxxxxxxxxx:/local/src/CVS co waterfall
	$ cd waterfall
	$ xmkmf -a
	$ make

-keith





[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux