Haraldpeter wrote:But i have had difficulties to set other locales then UK english via Gentoo Handbook. XFCE shows only english not german and the keyboard layout is english after a restart ,too
what is the right way to to that please?
To set the
keyboard layout in v1.5.4, you need to follow the instructions in the project's readme
here, specifically:
click Applications->Settings->Keyboard, select the Layout tab, ensure Use system defaults is unchecked, and then, in the Keyboard layout section, click on Add to insert the layouts you need to use. For example, the image has English (UK) and English (US) selected, but you should obviously choose whatever works for you. Do not add more than four layouts (or the switcher plugin will not work correctly). You can use the arrow keys to re-order the list (if you have more than one layout); the one at the top will be the default activated at login time. Once done, click on Close to dismiss the dialog. You should now find that you can switch layouts (if you have specified more than one) either by clicking on the top panel-bar keyboard plugin (the one next to the Demo User text on the far right) or by pressing the hotkey (by default, this is [Windows Key][Space]
For the locale and timezone, you can either follow the Gentoo handbook or my instructions
here (I haven't yet extended the
pyconfig_gen program to allow these to be set via the GUI).
Haraldpeter wrote:I use my Rhasp PI on a 21Zoll HDMI Touch Display and the touch function works fine. But my Fonts in XFCE and Aurora are quiet ugly . How can i fixed that ?
Not sure from this exactly what issue you are having (screenshot?), but it may be to do with font hinting or sub-pixel ordering. Try changing the settings at Applications->Settings->Appearance, Fonts tab. You can also change the default font in this dialog.
Haraldpeter wrote:Is it possible to install screenfetch ?
It is, but as this package is not
keyworded for arm64 in the main Gentoo tree (try "eix screenfetch" to see), you need to tell Portage it is OK to try building it anyway. Instructions for doing this (and what keywording etc means) may be found in the project's readme
here (and my further notes
here), but in summary, open a command prompt and issue:
Code: Select all
demouser@pi64 ~ $ echo "app-misc/screenfetch * ~*" | sudo tee /etc/portage/package.accept_keywords/screenfetch
demouser@pi64 ~ $ sudo emerge -v app-misc/screenfetch
This will take a little time, as the build will be from source (the package is not in the binhost set, currently).