RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Console font size is 'tiny' on large displays, add configuration to set up

    Scheduled Pinned Locked Moved Ideas and Development
    font sizelarge displayconfiguration
    8 Posts 4 Posters 3.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jeff_Birt Banned
      last edited by

      RPie 3
      42" LCD display, HDMI 1080P

      I found that the font size used for the console, and thus many configuration menus for the RetroPie were very, very small to the point of being unreadable when displayed on my 'big' TV.

      I used: sudo dpkg-reconfigure console-setup , to set the console font size to:14x28 (framebuffer only) , which seems to be a nice size for reading from my easy chair :)

      It seems this might be a nice thing to add to the RetroPie configuration menu as it is something that does need to be tailored to the display used (unless it is there and I missed it.)

      Now to figure out how the color scheme works for the dark grey text on light grey text boxes work (the ones displayed when you launch a game, as the emulator is being started.)

      BuZzB meleuM 2 Replies Last reply Reply Quote 0
      • BuZzB
        BuZz administrators @Jeff_Birt
        last edited by BuZz

        @Jeff_Birt Ideally it would be added to raspi-config rather than retropie directly - there was a discussion on the forum recently. I may submit a patch to raspi-config if I get some time.

        You can change the colours of the dialog via /opt/retropie/configs/all/runcommand-launch-dialog.cfg - you can disable it and use artwork etc via runcommand configuration from the RetroPie menu on emulation station.

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

        J 1 Reply Last reply Reply Quote 0
        • J
          Jeff_Birt Banned @BuZz
          last edited by

          @BuZz said in Console font size is 'tiny' on large displays, add configuration to set up:

          @Jeff_Birt Ideally it would be added to raspi-config rather than retropie directly - there was a discussion on the forum recently. I may submit a patch to raspi-config if I get some time.

          That makes sense. I'll try to do some searching on how to modify raspi-config, never a bad time to learn something new :)

          You can change the colours of the dialog via /opt/retropie/configs/all/runcommand-launch-dialog.cfg - you can disable it and use artwork etc via runcommand configuration from the RetroPie menu on emulation station.

          Thanks for the pointer. I'll have to play with that when I get home.

          1 Reply Last reply Reply Quote 0
          • meleuM
            meleu @Jeff_Birt
            last edited by

            @Jeff_Birt https://github.com/retropie/retropie-setup/wiki/FAQ#how-can-i-increase-the-console-font-size

            • Useful topics
            • joystick-selection tool
            • rpie-art tool
            • achievements I made
            1 Reply Last reply Reply Quote 0
            • P
              psyke83 Global Moderator
              last edited by

              I wrote a scriptmodule to configure the font size mainly for personal use (and also before I searched the forum and saw that you preferred to send the feature upstream to raspi-config).

              Implementing in raspi-config is a good idea, but I imagine that the means by which it would be done would be to simply wrap the dpkg-reconfigure command. The problem is that it presents the opportunity for users to screw up their locale settings in the process of changing the font if they don't pay attention.

              Since it's finished already, I might as well share it. If you change your mind and think it might of be use in RetroPie-Setup, I'd be happy to send a PR. Otherwise, never mind :).

              https://gist.github.com/psyke83/2a320e8b75692bc5b8cef58c8758e281

              BuZzB 1 Reply Last reply Reply Quote 1
              • BuZzB
                BuZz administrators @psyke83
                last edited by BuZz

                @psyke83 You could probably upstream something user friendly like your module (but built into raspi-config) - or at least see if they would be willing to accept it. I think it would be useful for all Raspbian users.

                I'll accept your module though if you do a PR , thanks - although it needs a few minor changes -

                • we use bash [[ not [.
                • It should not have any install/remove function.
                • It needs to exclude x11 via rp_module_flags
                • I think the word tweak should be removed from the name.
                • Instead of a quiet parameter, you can report the change in the gui_ function, but leave the config_ function so it's always quiet for command line use.
                • I would call the functionset_ rather than config_ to avoid confusion with configure functions.

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                1 Reply Last reply Reply Quote 0
                • P
                  psyke83 Global Moderator
                  last edited by

                  You've added my script - thanks! As I said, I'll investigate raspi-config, but this will probably remain useful if you start supporting different boards that use KMS.

                  I've added the information about the script module to the FAQ as well.

                  BuZzB 1 Reply Last reply Reply Quote 1
                  • BuZzB
                    BuZz administrators @psyke83
                    last edited by

                    @psyke83 Cheers!

                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post

                    Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                    Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.