Announcement

Collapse
No announcement yet.

Font scales With HDMI screen ratios

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

    Font scales With HDMI screen ratios

    Hello Fellow Kubuntarians

    After recently moving from VGA to HDMI on a full HD-1080p TV I had noticed that Fonts were no longer legible (all too small) My workaround by changing the font settings in System Settings> Application Appearance> Font and changed the font size to one that was acceptable (around 26/28pt for 1280x720p & 48pt for 1920x1080p . That worked for most applications and the desktop but...

    ...Then dolphin had font issues that were rectified with dolphins in built font settings (pheww).
    Alas though Libre office still has issues with the General Font size (especially the menue bar font being super large) as does Kmail fonts being too small again but unlike dolphin lacks adjustable font settings that fix my issue...

    ...Has anyone else also experienced similar?

    Cheers
    Phonic.

    FOR QUICK RESULT GO TO LAST PAGE
    Last edited by phonic-otg; May 09, 2013, 11:46 PM. Reason: Clarity

    #2
    What's your DPI setting? You can look in /var/log/Xorg.0.log or run this in a terminal:

    xdpyinfo |grep res

    Please Read Me

    Comment


      #3
      Thank-you for taking an interest.
      Code:
      xdpyinfo |grep res
      Gave out...
      ...
      phonic@Nova-Fractal:~$ xdpyinfo |grep res
      resolution: 29x29 dots per inch
      KeyPressMask EnterWindowMask LeaveWindowMask
      .................................................. .................................................. ....................
      My current resolution 1920x1080 has small fonts being too small to read (anything under 16pt).
      I'm wondering if I can modline some new ones as the next size down is 1280x720?

      Comment


        #4
        Well, it's square, but that's really a low DPI IMO. Try this: In a terminal type;

        xrandr -dpi 100

        and report the results.

        Please Read Me

        Comment


          #5
          phonic@Nova-Fractal:~$ xrandr -dpi 100
          usage: xrandr [options]
          where options are:
          -display <display> or -d <display>
          -help
          -o <normal,inverted,left,right,0,1,2,3>
          or --orientation <normal,inverted,left,right,0,1,2,3>
          -q or --query
          -s <size>/<width>x<height> or --size <size>/<width>x<height>
          -r <rate> or --rate <rate> or --refresh <rate>
          -v or --version
          -x (reflect in x)
          -y (reflect in y)
          --screen <screen>
          --verbose
          --current
          --dryrun
          --nograb
          --prop or --properties
          --fb <width>x<height>
          --fbmm <width>x<height>
          --dpi <dpi>/<output>
          --output <output>
          --auto
          --mode <mode>
          --preferred
          --pos <x>x<y>
          --rate <rate> or --refresh <rate>
          --reflect normal,x,y,xy
          --rotate normal,inverted,left,right
          --left-of <output>
          --right-of <output>
          --above <output>
          --below <output>
          --same-as <output>
          --set <property> <value>
          --scale <x>x<y>
          --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
          --off
          --crtc <crtc>
          --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
          --gamma <r>:<g>:<b>
          --primary
          --noprimary
          --newmode <name> <clock MHz>
          <hdisp> <hsync-start> <hsync-end> <htotal>
          <vdisp> <vsync-start> <vsync-end> <vtotal>
          [+HSync] [-HSync] [+VSync] [-VSync]
          --rmmode <name>
          --addmode <output> <name>
          --delmode <output> <name>

          Comment


            #6
            Here are some screen snaps of fonts forced @96DPI ss0 to ss3...
            Click image for larger version

Name:	ss0.jpg
Views:	1
Size:	34.4 KB
ID:	640338
            Click image for larger version

Name:	ss1.jpg
Views:	1
Size:	105.3 KB
ID:	640339
            Click image for larger version

Name:	ss2.jpg
Views:	1
Size:	36.2 KB
ID:	640340
            Click image for larger version

Name:	ss3.jpg
Views:	1
Size:	36.3 KB
ID:	640341
            ...and ssa0 is the 3 mentioned programms without DPI forcing. (keep in mind dolphin has its own in-built font setting(yay))
            Click image for larger version

Name:	ss-a0.jpg
Views:	1
Size:	88.6 KB
ID:	640342

            Comment


              #7
              Sorry typo! Should have been two dashes in front of dpi


              ​xrandr --dpi 100

              Please Read Me

              Comment


                #8
                BTW, those are the oddest screenshots I've ever seen.

                Please Read Me

                Comment


                  #9
                  Also - 96 DPI are the Windows font sizes. Xorg fonts come in 75 and 100 DPI.

                  Please Read Me

                  Comment


                    #10
                    Ok did xrandr command, @75 had little effect so I reset the default fonts and it all reverted to very small (exept libre office reverted to perfect font scale-go figure) this is what it looked like ....
                    ...Click image for larger version

Name:	ss-a1.jpg
Views:	1
Size:	72.8 KB
ID:	640343

                    See how it all goes very small even dolphin with internal font control, as well unreadable wallet pop up.....

                    Looks like I need to do some heavy research.

                    Comment


                      #11
                      xdpyinfo |grep res
                      gave
                      phonic@Nova-Fractal:~$ xdpyinfo |grep res
                      resolution: 32x29 dots per inch

                      Comment


                        #12
                        Did anything happen when you did the xrandr --dpi 100 command? The screen should blank for a second and then come back. I tested it at home before I left for work this morning, and it had the expected effect for me.

                        Run the xdpyinfo command before and after the xrandr command to verify it took.

                        Please Read Me

                        Comment


                          #13
                          I did as sugested and performed the
                          Code:
                          xdpyinfo |grep res
                          first (which gave a res of 32x29 then
                          Code:
                          xrandr -dpi 100
                          then
                          Code:
                          xdpyinfo |grep res
                          again which gave 100x100 res. I
                          Code:
                          sudo reboot
                          -ed and noticed on the login screen, that the fonts were still out of whack, as the word "login" is super huge and the user and password are super tiny. The session goes to my first desktop where the widget text seems right as does the text in the panel and start tray aswell the clock. Firefox text is fine too. I then open a terminal and
                          Code:
                          xdpyinfo |grep res
                          again which gave me 32x29 again so it seems it did not take. I've checked System Settings> Application Appearance> Font and they are all set to 32pt still.
                          I'm attempting to do it again this time with the fonts reset to their defaults.
                          I'll post the results.

                          Comment


                            #14
                            The result.
                            phonic@Nova-Fractal:~$ xdpyinfo |grep res
                            resolution: 32x29 dots per inch
                            KeyPressMask EnterWindowMask LeaveWindowMask
                            phonic@Nova-Fractal:~$ xrandr --dpi 100
                            phonic@Nova-Fractal:~$ xdpyinfo |grep res
                            resolution: 100x100 dots per inch
                            KeyPressMask EnterWindowMask LeaveWindowMask

                            I logout and back in with fonts set at there defaults...

                            The real result in screen snap (res-1280x720p)

                            Click image for larger version

Name:	ss-a2.jpg
Views:	1
Size:	97.4 KB
ID:	640344

                            Click image for larger version

Name:	ss-a3.jpg
Views:	1
Size:	77.1 KB
ID:	640345

                            Click image for larger version

Name:	ss-a4.jpg
Views:	1
Size:	59.9 KB
ID:	640346

                            Click image for larger version

Name:	ss-a5.jpg
Views:	1
Size:	41.6 KB
ID:	640347

                            Also after all that the xdpyinfo |grep res reverted to 32x29.

                            Comment


                              #15
                              I guess I should have explained: rebooting or logging out will always reset your video to it's default. The intent of the xrandr command is to see if it fixed the problem before a permanent solution is set.

                              At this point, I still don't know if changing your DPI fixes the problem because you keep cancelling it out by logging out or rebooting.

                              Please enter the command, verify it took (seems like it is) then don't log out or reboot and check your fonts. You'll want to re-set them to a normal size to see how they look.

                              Once we determine it works - then we'll make it permanent.

                              Please Read Me

                              Comment

                              Working...
                              X