Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-23-2010, 05:28 AM
|
#1
|
|
Senior Member
Registered: May 2010
Distribution: Arch
Posts: 1,071
Rep: 
|
Can I install any package to make font smoothing better on Debian?
I am pretty new to GNU/Linux. I use Mint but want to use Debian. The problem is, Debian has worse font smoothing. Ubuntu's smoothing is great! Is there any possibility to simply install any package on Debian stable to make Debian's font smoothing exactly as it is in Ubuntu?
Some people told me how to make Debian's smoothing better, but I'm not that experienced to do that. It's too difficult for me.
|
|
|
|
05-23-2010, 07:26 AM
|
#2
|
|
Member
Registered: Oct 2006
Location: New York
Distribution: Debian
Posts: 655
Rep:
|
try:
Quote:
|
aptitude install ttf-mscorefonts-installer
|
as root. maybe that will help.
|
|
|
|
05-23-2010, 08:58 AM
|
#3
|
|
Senior Member
Registered: May 2010
Distribution: Arch
Posts: 1,071
Original Poster
Rep: 
|
No, you got me wrong. I am satisfied with fonts. I want to improve font smoothing.
|
|
|
|
05-23-2010, 09:04 AM
|
#4
|
|
Member
Registered: Oct 2006
Location: New York
Distribution: Debian
Posts: 655
Rep:
|
maybe this then:
System -> Preferences -> Appearance -> Fonts Tab
Then click 'Subpixel Smoothing'
Is that it?
|
|
|
|
05-23-2010, 09:21 AM
|
#5
|
|
Senior Member
Registered: May 2010
Distribution: Arch
Posts: 1,071
Original Poster
Rep: 
|
No again. 
That "Subpixel Smoothing" differs in different distributions. The point is - "Subpixel Smoothing" in Ubuntu is what I like and "Subpixel Smoothing" in Debian is what I don't like. So I would like to make "Subpixel Smoothing" of Debian the same as it is in Ubuntu, because they differ.
|
|
|
|
05-23-2010, 10:01 AM
|
#6
|
|
Member
Registered: Aug 2009
Distribution: Debian testing
Posts: 465
Rep:
|
Regardless of DE, I do the following
Code:
dpkg-reconfigure fontconfig-config
and answer Native or Autohinter, Always and Yes respectively.
|
|
|
|
05-23-2010, 10:07 AM
|
#7
|
|
Senior Member
Registered: Sep 2007
Location: Dhaka,Bangladesh
Distribution: Debian
Posts: 1,017
Rep:
|
Quote:
Originally Posted by Mr. Alex
No, you got me wrong. I am satisfied with fonts. I want to improve font smoothing.
|
Can you post a screenshot for that font?
|
|
|
|
05-23-2010, 01:52 PM
|
#8
|
|
Member
Registered: Apr 2010
Location: Cluj, Romania
Distribution: Debian Testing
Posts: 325
Rep:
|
Quote:
Originally Posted by Mr. Alex
I am pretty new to GNU/Linux. I use Mint but want to use Debian. The problem is, Debian has worse font smoothing. Ubuntu's smoothing is great! Is there any possibility to simply install any package on Debian stable to make Debian's font smoothing exactly as it is in Ubuntu?
Some people told me how to make Debian's smoothing better, but I'm not that experienced to do that. It's too difficult for me.
|
This is what you need:
http://hadret.posterous.com/hadrets-debian-ppa
This repository contains the patched versions of libxft2 and libcairo2 - the libraries that control how fonts are looking.
The libraries in official Debian repos are not patched - i dont know the exact reasons.
So the smoothing is not that good.
Be careful though: the repository contains all kind of stuff, you need only these 2 libraries. If not pinned these 2 packages, the others will be upgraded too and could lead to corrupt package system!
I would advise to create a /etc/apt/preferences file:
Press alt+f2, type:
Code:
gksudo gedit /etc/apt/preferences
with the following content (you need need root rights):
Code:
Package: *
Pin: release a=unstable
Pin-Priority: 1
Package: libcairo2
Pin: release a=unstable
Pin-Priority: 999
Package: libxft2
Pin: release a=unstable
Pin-Priority: 999
This will prevent the rest of the packages from the repository to be upgraded. But be careful - some packages in the main repositories still depend on the official versions of these 2 packages so you might have some conflicts here and there. If you feel you are not up to resolve dependency problems, read around or dont use the repository.
|
|
|
|
05-23-2010, 02:30 PM
|
#10
|
|
Senior Member
Registered: May 2010
Distribution: Arch
Posts: 1,071
Original Poster
Rep: 
|
gradinaruvasile, can I just download those two DEB files and install them from my HDD, so no need to add new repositories?
|
|
|
|
05-23-2010, 02:56 PM
|
#11
|
|
Member
Registered: Apr 2010
Location: Cluj, Romania
Distribution: Debian Testing
Posts: 325
Rep:
|
Yes you can. But you wont get upgrades for them afterwards.
And the version mismatch situation will still be there.
|
|
|
|
05-24-2010, 02:11 AM
|
#12
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
Hm I must be missing somethin.
Your image on the left, mine on the right.
http://yfrog.com/0t201005240307591280x1024p
My eyesight sucks, but I do not seen much if any difference.
|
|
|
|
05-24-2010, 04:11 AM
|
#13
|
|
Senior Member
Registered: May 2010
Distribution: Arch
Posts: 1,071
Original Poster
Rep: 
|
Quote:
|
I do not seen much if any difference.
|
There is a little difference, your smoothing is not bad though...
Quote:
|
And the version mismatch situation will still be there.
|
So it will decrease stabilty, right?
|
|
|
|
05-24-2010, 05:24 AM
|
#14
|
|
Member
Registered: Apr 2010
Location: Cluj, Romania
Distribution: Debian Testing
Posts: 325
Rep:
|
Stability itself is not a problem. I use this patch for quite a while on 3 computers with Debian Squeeze and had no stability issues. Its just that if you want to install something that depends explicitly on the official debian version you will be in trouble. It did happen to me, but i was able to resolve the dependency problems. If you cant, you might end up with a system where the packet management is broken - this means no packages can be installed or upgraded.
|
|
|
1 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:46 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|