* [gentoo-dev] AA and KDE in gentoo
@ 2001-07-17 2:03 Viktor Lakics
2001-07-17 6:52 ` Thread
2001-07-17 14:54 ` Andreas Jonsson
0 siblings, 2 replies; 3+ messages in thread
From: Viktor Lakics @ 2001-07-17 2:03 UTC (permalink / raw
To: gentoo-dev
I know this is not relly gentoo specific, but if anyone have an idea I would
appreciate it. (sorry for posting this here, bu I generally find that still
there is too much confusion and distribution specific problems with AA in
linux)
I got Anti-aliased fonts working with KDE in gentoo linux. I have too problems
to be solved.
I only have AA fonts when I set QT_XFT=1 in an xterm, and start an application
from that xterm. How can I set QT_XFT before starting KDE to have AA
everywhere in KDE? What config file do I have to edit?
The second question: I love AA, but I absolutely need konsole with the "linux"
console font (not AA-ed). Konsole looks crap when I use AA-ed fonts. Is there
any way to have a specific app started with non AA-d fonts from an AA-ed
environment?
Thanks in advance, and again sorry for bugging the list with this
non-development question...
Cheers Viktor
----Viktor Lakics----
Through the Internet:
lakicsv@usa.net
____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] AA and KDE in gentoo
2001-07-17 2:03 [gentoo-dev] AA and KDE in gentoo Viktor Lakics
@ 2001-07-17 6:52 ` Thread
2001-07-17 14:54 ` Andreas Jonsson
1 sibling, 0 replies; 3+ messages in thread
From: Thread @ 2001-07-17 6:52 UTC (permalink / raw
To: gentoo-dev
>
> I only have AA fonts when I set QT_XFT=1 in an xterm, and start an application
> from that xterm. How can I set QT_XFT before starting KDE to have AA
> everywhere in KDE? What config file do I have to edit?
>
I can answer the first question. Edit ~/.xinitrc, and make it say something like:
QT_XFT=1
startkde
Hope that helps.
Thread
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] AA and KDE in gentoo
2001-07-17 2:03 [gentoo-dev] AA and KDE in gentoo Viktor Lakics
2001-07-17 6:52 ` Thread
@ 2001-07-17 14:54 ` Andreas Jonsson
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Jonsson @ 2001-07-17 14:54 UTC (permalink / raw
To: gentoo-dev
> The second question: I love AA, but I absolutely need konsole with the
"linux"
> console font (not AA-ed). Konsole looks crap when I use AA-ed fonts. Is
there
> any way to have a specific app started with non AA-d fonts from an AA-ed
> environment?
Maybe something like this will work? Create a script that looks like
something this (if QT_XFT should be 0 if AA is off):
------------------
#!/bin/sh
QT_XFT=0
konsole
------------------
Change all shortcuts that point straight to konsole to that script... That
should run konsole without AA.
- Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-07-17 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-17 2:03 [gentoo-dev] AA and KDE in gentoo Viktor Lakics
2001-07-17 6:52 ` Thread
2001-07-17 14:54 ` Andreas Jonsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox