Results 1 to 9 of 9

Thread: very small fonts @ startup screen / login

  1. #1
    Join Date
    May 2008
    Beans
    166

    very small fonts @ startup screen / login

    Hi,
    For some time now (actually, since I migrated to KUbuntu) the fonts at "log in" / "start up" are way to small to read.

    After start up / log in every thing is normal.
    Normal or proprietary drives makes no difference


    Current setup:
    Kubuntu 9.10 64 bits
    Ati Video card
    Monitor: Sony LCD screen (a TV)

    help is appreciated

    Kind regards,

    Bloemetjesgordijn

  2. #2
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: very small fonts @ startup screen / login

    When X (the graphical environment) starts, it tries to autodetect your screen dimensions and figure out what dpi setting (dots per inch) to use for fonts. The de facto standard is 96, but someone somewhere thought it'd be nice if fonts were the same physical size on all screens everywhere, instead of being the same pixel size everywhere. Sometimes this dpi lookup doesn't really work out and you get insanely huge/tiny fonts.

    What you can do is to tell kdm (the login manager) to start X with an argument telling it to specifically use a dpi of 96, or other sane value of choice.

    Open up /etc/kde4/kdm/kdmrc in a text editor with superuser permissions, such as by running 'kdesudo kate /etc/kde4/kdm/kdmrc' from a run box (Alt+F2) or a terminal. Find the section that has this line and add the bit in bold green.
    Code:
    ServerArgsLocal=-br -nolisten tcp -dpi 96
    Just make a text search for 'ServerArgsLocal'.
    ...

  3. #3
    Join Date
    May 2008
    Beans
    166

    Re: very small fonts @ startup screen / login

    Thx Zorael

    for your explanation. I will give it a go and see if it works.

    Thx again

    Kind regards

    Bloemetjesgordijn

  4. #4
    Join Date
    May 2008
    Beans
    166

    Re: very small fonts @ startup screen / login

    Thx it worked like a charm

  5. #5
    Join Date
    Jan 2009
    Location
    Vientiane, Lao PDR
    Beans
    32
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: very small fonts @ startup screen / login

    How would that work in an Ubuntu 10.10 environment?

  6. #6
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: very small fonts @ startup screen / login

    For Ubuntu and other spins using GDM, I think you can add that -dpi 96 argument to /etc/X11/xinit/xserverrc instead.

    Code:
    #!/bin/sh
    
    exec /usr/bin/X -nolisten tcp -dpi 96 "$@"
    I haven't tried it myself so it may not work, though. From what I can tell GDM seems to have moved away from using a conventional gdm.conf file.
    ...

  7. #7
    Join Date
    Jan 2011
    Location
    Retired in Bournemouth UK
    Beans
    413
    Distro
    Ubuntu Studio Development Release

    Thumbs up Re: very small fonts @ startup screen / login

    My thanks to Zorael as well,

    small thing but it's bugged me for ages.

    Tony

  8. #8
    Join Date
    Jun 2008
    Location
    switzerland
    Beans
    44
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: very small fonts @ startup screen / login

    Quote Originally Posted by Zorael View Post
    When X (the graphical environment) starts, it tries to autodetect your screen dimensions and figure out what dpi setting (dots per inch) to use for fonts. The de facto standard is 96, but someone somewhere thought it'd be nice if fonts were the same physical size on all screens everywhere, instead of being the same pixel size everywhere. Sometimes this dpi lookup doesn't really work out and you get insanely huge/tiny fonts.

    What you can do is to tell kdm (the login manager) to start X with an argument telling it to specifically use a dpi of 96, or other sane value of choice.

    Open up /etc/kde4/kdm/kdmrc in a text editor with superuser permissions, such as by running 'kdesudo kate /etc/kde4/kdm/kdmrc' from a run box (Alt+F2) or a terminal. Find the section that has this line and add the bit in bold green.
    Code:
    ServerArgsLocal=-br -nolisten tcp -dpi 96
    Just make a text search for 'ServerArgsLocal'.

    hey

    exact above was the solution for the problem with small font size in google-earth... strange....

    thanks a lot

    reagards
    thomi

  9. #9
    Join Date
    Jul 2011
    Beans
    1

    Re: very small fonts @ startup screen / login

    Thx for the help!


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •