Dialog Boxes contain x's and q"s instead of shading
-
Hi Mitu,
I too agree that something in Raspbian broke the dialog box look and feel.
I went ahead and tested the same procedure using ISO-8859-1 as the Encoding; as you mentioned.
After the change and reboot, I noticed two things:
1st - Now dialog box prior to loading a ROM looks correct. The option that shows for a few seconds prior to actually loading the ROM.
2nd - I went into raspi-config via the retropie menu, and now it's worse off than before. More strange characters and artifacts showing in the menu options.
I'm happy to Work with you and help find a resolution. Or perhaps a future Raspbian OS update will mitigate the issue.
Please let me know how you would like to proceed. I appreciate the direction you have given me thus far. I now benefit from the larger Font sizing as a bonus.
-
@papaxris said in Dialog Boxes contain x's and q"s instead of shading:
2nd - I went into raspi-config via the retropie menu, and now it's worse off than before. More strange characters and artifacts showing in the menu options.
Do you have a screenshot ? After the changes I made, I get no problem in both dialogs. For reference, here's the config file from my system (
/etc/default/console-setup
):#CONFIGURATION FILE FOR SETUPCON # Consult the console-setup(5) manual page. ACTIVE_CONSOLES="/dev/tty[1-6]" CHARMAP="ISO-8859-1" CODESET="" FONTFACE="TerminusBold" FONTSIZE="16x32" VIDEOMODE= # The following is an example how to use a braille font # FONT='lat9w-08.psf.gz brl-8x8.psf'
-
Hi Mitu,
After making the changes to the console setup for the 2nd time my /etc/default/console-setup looked like this:
# CONFIGURATION FILE FOR SETUPCON # Consult the console-setup(5) manual page. ACTIVE_CONSOLES="/dev/tty[1-6]" CHARMAP="ISO-8859-1" CODESET="guess" FONTFACE="Terminus" FONTSIZE="16x32" VIDEOMODE= # The following is an example how to use a braille font # FONT='lat9w-08.psf.gz brl-8x8.psf'
I went ahead and used your example configuration and matched it exact, then performed reboot.
I still have the situation where the dialog box prior to loading a ROM looks correct. The option that shows for a few seconds prior to actually loading the ROM.
But, the raspi-config menu looks strange. Photo Example below:
Thank you for helping investigate this with me.
-
@papaxris What's you're language/locale setting ?
-
@mitu said in Dialog Boxes contain x's and q"s instead of shading:
language/locale setting
/etc/default/locale
states the following for me:
# File generated by update-locale LANG=en_GB.UTF-8
-
@papaxris Sorry, I can't find a solution right now. Using the default console setup seems to make
raspi-config
work fine, however it seems to break the RetroPie-Setup and the runcommand display. Switching toCHARMAP="ISO-8859-1"
makes the opposite happen -
raspi-config
appears garbled while the RetroPie setup / runcommand work fine.
Looks like something in RetroPie setup/runcommand changed that makes this look different. -
Appreciate the details.
I'm glad we were able to investigate this a bit, its mostly a nuisance; but it should work correct.
I'm happy to revisit this if you want to dive deeper into this in the future.
Thank you for your time and effort.
-
I have the same problem after updating the Raspbian packages, but it seems to affect only when using a monitor attached directly to the Raspberry Pi (both HDMI / Composite outputs), but not when login thru SSH.
-
@xoan Yes, I've seen it reported a few times. Did you also update the RetroPie scripts or just Raspbian ?
-
EDIT:
sudo dpkg-reconfigure console-setup
tab completion works for invoking some of the debian commands anyways it was console-setup not console-data
utf-8 should work -
@Efriim Did this fixed it for you ?
-
@mitu
actually I tested it ISO-8859-1
but then it fixed it with UTF-8
I didn't try a reboot though.
Will try ISO-8859-1 then reboot, UTF-8 works though. -
@Efriim Sure, but how about
raspi-config
. If you look at the topic, you see that the problem is that there's no common setting to make this work for bothraspi-config
and RetroPie-Setup at once. -
@mitu
ISO-8859-1 wasn't even installed on mine, so I used the raspi-config update locales and checked all en-us, and now they both work.
I didnt actually get x and qs though.
Reading... -
@Efriim said in Dialog Boxes contain x's and q"s instead of shading:
I didnt actually get x and qs though.
So, if you didn't experience the problem reported by @papaxris or @xoan ?
-
@mitu
I was just trying to help. OPs second image upload is what I get when I set it to ISO-8859-1 before I installed ISO-8859-1. The question was almost answered, just needed to install locale ISO-8859-1 or change console to UTF-8. I don't know what give x and q.Cool font by the way, I think I'm going to keep it.
-
@Efriim The question is - the Raspbian defaults have been working for so long without problems, so what exactly is causing this problem to appear now ?
I'm interested what causes this - is it RetroPie or Raspbian ? If you have an up-to-date RetroPie setup, but don't experience the problem, then it's most likely a Raspbian thing. Is your Raspbian system also up-to-date ? -
@mitu
I couldn't give an x or q about setups, but I do. I didn't have any problem, I was just trying to help.
When I first installed Retropie, last christmas. I remembered something like this. I know I installed US ISO-8859-1, and I dont think I changed the console but I didn't care that it looked different. I remember updating a package from source and reading some errors about either the codepage missing or I was using the wrong codepage, linux standard is use UTF-8. -
@Efriim said in Dialog Boxes contain x's and q"s instead of shading:
I couldn't give an x or q about setups, but I do. I didn't have any problem, I was just trying to help.
I think you're getting this wrong.
My question if you get the same error was in order to determine what's different in your setup from the other people that reported this (including me). Please re-read my previous update and try to provide an answer if you really want to help - if you're on the last version of RetroPie but you don't get the error, then it means it's something that's changed in Raspbian. That's why I asked if you're up-to-date with your Raspbian installation, because you can update now the OS and see if you can reproduce the error.EDIT: can you also post the contents of your
/etc/default/console-setup
file ? -
@mitu
I understand. I haven't upgraded raspbian packages. Will update.ACTIVE_CONSOLES="/dev/tty[1-6]"
CHARMAP="UTF-8"
CODESET="guess"
FONTFACE=
FONTSIZE=
VIDEOMODE=
They were blank except for codeset and CHARMAP and active_consoles, I added the fontface you use. videomode was blank.
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.