First,do u have a non-CRT monitor?do u have LCD/TFT monitor?
^then u need to enable sup-pixel rendering.enable it in font preferences.
secondly does freetype module loads?firefox too afaik depends on that!
Code:
cat /var/log/Xorg.0.log |grep freetype
ideally,in ur /etc/X11/xorg.conf file,u may have:
Code:
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "ddc"
Load "extmod"
Load "type1"
Load "freetype"
Load "bitmap"
Load "int10"
Load "vbe"
EndSection
^as for an nvidia user,disable "dri" module is a must.dont care for it in ubuntu though.
just show the o/p of :
Code:
xrdb -query | grep antialias
also in a terminal start firefox as follows open this forum page
and see whether font anti-aliasing works or not:
Also what is ur display resolution and frequency?and do u have in Ubuntu the same resolution and frequency as in ur preferred Vista?
also post the o/p of:
and if ur courageous, u can try below command in terminal and
read the options to manage fonts:
Code:
sudo dpkg-reconfigure fontconfig fontconfig-config
Post ur results!no single answer please!
PS:my nvidia device section in xorg.conf is as below:
Code:
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
EndSection