LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Cannot get Crisp Display on Laptop with ATi Mobility Radeon 9700 128 MB Graphics card (https://www.linuxquestions.org/questions/linux-hardware-18/cannot-get-crisp-display-on-laptop-with-ati-mobility-radeon-9700-128-mb-graphics-card-330023/)

vishalchavda 06-03-2005 02:36 PM

Cannot get Crisp Display on Laptop with ATi Mobility Radeon 9700 128 MB Graphics card
 
Please see the same question in the "Linux - Laptop and handheld" forum.
With the above title.

I cannot get the sharpness (crispness) of the fonts.

cheers

comprookie2000 06-03-2005 04:27 PM

What distro? I fixed it with;
/home/yourname/.fonts.conf I use xorg
Code:

<?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <!-- /etc/fonts.conf file to configure system font access -->
 <fontconfig>
 
 <!--  Enable sub-pixel rendering
        <match target="font">
                <test qual="all" name="rgba">
                        <const>unknown</const>
                </test>
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
        </match>
 
  -->
 
 <!-- Autohint fonts
        <match target="font">
                <edit name="autohint" mode="assign"><bool>true</bool> </edit>
        </match>
 -->
 
 <!-- Antialias -->
 
 <match target="font">
        <test qual="any" name="size" compare="more">
                <double>8</double>
        </test>
        <test qual="any" name="size" compare="less">
                <double>15</double>
        </test>
        <edit name="antialias" mode="assign">
                <bool>true</bool>
        </edit>
 </match>
 
 </fontconfig>

May help May not!
You will need to restart x to see

vishalchavda 06-04-2005 09:58 AM

Hello

I am using Suse 9.2, and have an Ati Mobility Radeon 9700 graphics card.
For more details plse read my post on the "Linux - Laptop and handheld" forum". with the same subject title.

I tried the above suggestion and the 1 listed in the "Linux - Laptop and handheld" forum, but still dosnt work, I still get blurry characters when i try to use text editors like KWrite etc.

They really do my head in.

Any more suggestions plse, any one

Can any 1 plse tel how to find what file does suse use to run the display configurations is it XF86Config or xorg.conf. How do i kno.

cheers

comprookie2000 06-04-2005 10:18 AM

xorg.conf
here is one for an example that is using Video: ATI Radeon Mobility 9200
http://mshade.kicks-ass.net:8080/html/xorg.conf
If you log in as root is it better?


All times are GMT -5. The time now is 10:16 PM.