On 3/10/08, Peter Hardy <[EMAIL PROTECTED]> wrote: > The easiest way, if you're not averse to it, is to install the > gnome-contorol-center package, and run gnome-appearance-properties. > That'll give you the appearance applet that Lindsay described. > > Failing that, the gconf keys you want are: > /desktop/gnome/font_rendering/hinting -> I assume this is the hinting > one you've already found. > /desktop/gnome/font_rendering/antialiasing -> The "smoothing" section > Lindsay described. My version of hardy provides more than enough > documentation in gconf-editor about possible values. But if you're not > seeing them, you need "rgba" for subpixel smoothing.
Try using gconftool-2 its in the package gconf and then just run something like $ gconftool-2 --set /desktop/gnome/font_rendering/antialiasing --type string "rgba" $ gconftool-2 --set /desktop/gnome/font_rendering/hinting --type string "none" Hope that helps you. -- Harrison Conlin gpg fingerprint = 5F32 C312 82C7 933D DD7B DBCC 60D8 40EA 3A16 1F13 -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
