Announcement

Collapse
No announcement yet.

[SOLVED]Fonts different after upgrade to 4.1.2

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED]Fonts different after upgrade to 4.1.2

    In Kubuntu 8.04, I had normal size fonts...when upgrading to 8.10, the fonts are bigger...I made a few changes in system settings to a smaller font, but that has some wierd issues also, some things just don't display correctly...does any one else see this, and is there a way to change it back?
    mm0
    Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

    #2
    Re: Fonts different after upgrade to 4.1.2

    It could be a DPI issue. What does
    Code:
    xdpyinfo |grep reso
    Show?

    And you could try
    Code:
    systemsettings|Appearance|Fonts|Force Fonts DPI[/code to 96dpi

    Comment


      #3
      Re: Fonts different after upgrade to 4.1.2

      the out put shows 132x132 per inch...

      OK, so if I set it to 96 DPI in system settings, it is better...thanks...

      is there a way to set it that way for the whole system? That way my login would be back to normal also. Also, I have a high res (1920x1280) display, am I loosing any quality by setting to a lower DPI?

      mm0
      Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

      Comment


        #4
        Re: Fonts different after upgrade to 4.1.2

        You could add the following to the "Device" section in /etc/X11/xorg.conf

        Code:
        	Option "noedid"	"true"
        	Option "dpi"		"96x96"
        I'm not sure about the quality issue though.

        Comment


          #5
          Re: Fonts different after upgrade to 4.1.2

          Perfect! it worked!

          I booted the livecd of 8.04, and it also showed 96dpi also...

          Thanks so much!

          mm0
          Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

          Comment


            #6
            Re: Fonts different after upgrade to 4.1.2

            Excellent!

            One note - the xorg options only work for the nvidia driver.

            Comment

            Working...
            X