trust only movement...
You are not logged in.
After the most recent update (yesterday) my fonts started to look like crap and I can't seem to figure out why or how to fix it, its really annoying me. Anyone have any ideas? Ive tried changing to a different font and restarting the X server/kdm, neither of which helped.
Picture
Last edited by brando56894 (2009-12-25 05:07:06)
Offline
same problem almost certainly related to this.
http://chakra-project.org/bbs/viewtopic.php?id=2021
Offline
Look at thic topic, maybe can help:
http://chakra-project.org/bbs/viewtopic.php?id=2021
P.S. Sorry, I didn't see that you have put link before me.... ![]()
Last edited by Punky (2009-12-27 12:05:28)
Offline
Yep that fixed it thanks guys.
Offline
KDM still looks bad for no matter what I do at the moment. Restarting doesn't help either.
Offline
Ive seen people say that their KDM looks crappy yet mine always looked like it did before, it seemed to affect on certain things.
Offline
It seems like anti-aliasing doesn't work in KDM at the moment. Can't figure out what is the cause of it though. Could it be the video drivers? What are people using that experience this problem with KDM? I'm using the latest nvidia beta drivers from AUR on 64 bit Arch Linux with KDEmod.
Offline
Hmmm I do tend to think it is a setting somewhere. The default font has been set to disable anti-aliasing or something...
So go to system-settings, advanced, login manager, enter passwd, and on the first screen choose 'enable anti-aliassing'. Haven't rebooted yet to try it but it seems to make sense ;-)
Offline
jospoortvliet wrote:
Hmmm I do tend to think it is a setting somewhere. The default font has been set to disable anti-aliasing or something...
So go to system-settings, advanced, login manager, enter passwd, and on the first screen choose 'enable anti-aliassing'. Haven't rebooted yet to try it but it seems to make sense ;-)
Anti-aliasing is already enabled on KDM. The option is set so something is broken.
Offline
fettouhi wrote:
jospoortvliet wrote:
Hmmm I do tend to think it is a setting somewhere. The default font has been set to disable anti-aliasing or something...
So go to system-settings, advanced, login manager, enter passwd, and on the first screen choose 'enable anti-aliassing'. Haven't rebooted yet to try it but it seems to make sense ;-)Anti-aliasing is already enabled on KDM. The option is set so something is broken.
Yep, after logging out and in again I noticed that too ;-)
Strange, as you can simply set it after logging in from Systemsettings. Maybe a xorg thing?!?
Offline
jospoortvliet wrote:
fettouhi wrote:
jospoortvliet wrote:
Hmmm I do tend to think it is a setting somewhere. The default font has been set to disable anti-aliasing or something...
So go to system-settings, advanced, login manager, enter passwd, and on the first screen choose 'enable anti-aliassing'. Haven't rebooted yet to try it but it seems to make sense ;-)Anti-aliasing is already enabled on KDM. The option is set so something is broken.
Yep, after logging out and in again I noticed that too ;-)
Strange, as you can simply set it after logging in from Systemsettings. Maybe a xorg thing?!?
Could be...
Offline
Anybody been able to debug this issue?
Offline
I'm searching a workaround now....
Offline
Well i found a workaround, you must edit your /etc/fonts/fonts.conf and search these lines:
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>~/.fonts</dir>
and after these lines add these:
<!-- Patch for fonts -->
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
Now save and reboot, KDM fonts solved, i tested in some resolutions, anyone can test it please?
Last edited by manutortosa (2010-01-17 02:49:06)
Offline
Works for me also - thanks for posting.
Offline
It works, thanks.
Offline
This is great ! it solved the problem for me too.
Thanks for sharing the tip !
Offline
Yep, that fixed it for me
also.
Offline
Well the new ISO have this clue solved.
Offline