Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

11.06.2009, 20:26

xmessage -c test --> Warning:

Hey,

ich bekomme von "xmessage -c test" nicht "test" ausgegeben.
Es kommt nur follgender Fehler:

Quellcode

1
2
Warning: Unable to load any usable ISO8859 font
Speicherzugriffsfehler

Finde nichts passendes, auch mit den fonts an sich scheint alles zu stimmen.
Was kann hier quer liegen?
Das Problem besteht für root und users.

Grüsse Micha.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Michigen« (07.07.2009, 22:10)


2

11.06.2009, 22:41

Ich kannte diesen Test zwar noch nicht, aber hier funktioniert er, es erscheint ein kleines Fester mit "test" , mit OK lässt es sich dann wieder beenden.

Hm.., "Warning: Unable to load any usable ISO8859 font
schaut nicht gut aus..
was sagt den ein

Quellcode

1
$ locale -a
?

3

11.06.2009, 22:56

sagt follgendes:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
locale -a
C
POSIX
de_DE
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8
de_DE@euro
deutsch
en_US
en_US.iso88591
en_US.utf8
german


...ob das beim "emerge -av --depclean" mit runtergeflogen ist, weiss ich auch nicht genau.
"revdep-rebuild" läuft sauber durch.

4

11.06.2009, 23:06

Hm.. mach doch noch mal ein

Quellcode

1
# locale-gen
wenn das auch nichts bringt bin ich hier mit meinem Latein erst mal am Ende..
Ein
emerge -avuDN world
würde nichts weiter mergen wollen?

5

11.06.2009, 23:25

..leider nicht.

Quellcode

1
2
3
4
5
6
7
8
locale-gen
 * Generating 5 locales (this might take a while) with 1 jobs
 *  (1/5) Generating en_US.ISO-8859-1 ...                                                                                               [ ok ]
 *  (2/5) Generating en_US.UTF-8 ...                                                                                                    [ ok ]
 *  (3/5) Generating de_DE.ISO-8859-1 ...                                                                                               [ ok ]
 *  (4/5) Generating de_DE.UTF-8 ...                                                                                                    [ ok ]
 *  (5/5) Generating de_DE.ISO-8859-15@euro ...                                                                                         [ ok ]
 * Generation complete

und

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
emerge -avuDN world

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 kB

Nothing to merge; would you like to auto-clean packages? [Yes/No] y
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.


Hmmmm ?(

6

12.06.2009, 10:24

Evtl. liegt es auch dran was du im Kernel für "NLS" gesetzt hast, hier hab ich zb
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=y
mit eingebaut.

7

12.06.2009, 11:00

Hallo josef.95,

werde ich gleich mal testen, jedoch auf den anderen Systemen funktioniert es auch nur mit
"CONFIG_NLS_ISO8859_1=y" und "# CONFIG_NLS_ISO8859_15 is not set"
Ich werde das aber in das System mal mit einbauen. Es handelt sich auch um eine ATI-Grafik-*

Grüsse Micha.

8

12.06.2009, 21:09

Was nun die Kerneloption NLS damit zu tun haben sollte, leuchtet mir nicht ganz ein.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
C
POSIX
de_DE
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8
de_DE@euro
deutsch
en_US
en_US.iso88591
en_US.utf8
german


Woher kommt denn das? Nach Lust und Laune mal Werte ausprobiert?
"german" und "deutsch" kannst gleich mal rausschmeißen und "....iso88591..." und "....iso885915..." musst du auch ändern.

Setz doch mal folgendes in deine locale.gen - und wenn du noch was hinzufügen willst, dann nur Werte, die es auch gibt.

Quellcode

1
2
3
4
5
de_DE ISO-8859-1
de_DE@euro ISO-8859-15
de_DE.utf8 UTF-8
en_US ISO-8859-1
en_US.utf8 UTF-8


Ich setz dir mal den "Standardkommentar" der Datei nochmal hier rein:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# <locale> <charmap>
#
# Where <locale> is a locale located in /usr/share/i18n/locales/ and
# where <charmap> is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you.  After updating this file, you can simply run `locale-gen`
# yourself instead of re-emerging glibc.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

9

12.06.2009, 22:24

Hallo maggu2810,

Zitat von »maggu2810«

Setz doch mal folgendes in deine locale.gen - und wenn du noch was hinzufügen willst, dann nur Werte, die es auch gibt.

..die Zeilen in meiner "/etc/locale.gen" sehen schon genauso aus.

Zitat von »maggu2810«

"german" und "deutsch" kannst gleich mal rausschmeißen und "....iso88591..." und "....iso885915..." musst du auch ändern.

Wie schmeiße und ändere ich das?

..in "/usr/share/i18n/*" finde ich dazu auch nichts.

Grüsse Micha.

10

12.06.2009, 23:32

Häng doch mal folgend Dateien hier an:

Quellcode

1
/etc/locale.gen


Poste die Ausgabe von

Quellcode

1
locale -a -v
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

11

12.06.2009, 23:48

"/etc/locale.gen"

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# <locale> <charmap>
#
# Where <locale> is a locale located in /usr/share/i18n/locales/ and
# where <charmap> is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you.  After updating this file, you can simply run `locale-gen`
# yourself instead of re-emerging glibc.

en_US ISO-8859-1
en_US.utf8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
de_DE ISO-8859-1
de_DE.utf8 UTF-8
de_DE@euro ISO-8859-15
#es_MX ISO-8859-1
#fa_IR UTF-8
#fr_FR ISO-8859-1
#fr_FR@euro ISO-8859-15
#it_IT ISO-8859-1
~
~
~
~
~
~
~
~
~
~
~
~
"/etc/locale.gen" [Nur Lesen] 32L, 887C                                                                                     32,1        Alles


~ # locale -a -v

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#
locale: de_DE           archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: de_DE.iso88591  archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: de_DE.iso885915 archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany with Euro
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-15

locale: de_DE.utf8      archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | UTF-8

locale: de_DE@euro      archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany with Euro
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-15

locale: deutsch         archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: en_US           archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | English locale for the USA
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | English
territory | USA
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: en_US.iso88591  archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | English locale for the USA
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | English
territory | USA
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: en_US.utf8      archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | English locale for the USA
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | English
territory | USA
 revision | 1.0
     date | 2000-06-24
  codeset | UTF-8

locale: german          archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

12

12.06.2009, 23:56

Quellcode

1
locale-gen -l


Quellcode

1
mv /usr/lib64/locale/locale-archive /root/_usr_lib64_locale_locale-archive.backup


Quellcode

1
locale-gen


Quellcode

1
locale -v -a
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

13

13.06.2009, 00:06

..Mhhhh, da ändert sich nichts.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
~ # locale -v -a
locale: de_DE           archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: de_DE.iso88591  archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: de_DE.iso885915 archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany with Euro
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-15

locale: de_DE.utf8      archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | UTF-8

locale: de_DE@euro      archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany with Euro
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-15

locale: deutsch         archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: en_US           archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | English locale for the USA
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | English
territory | USA
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: en_US.iso88591  archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | English locale for the USA
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | English
territory | USA
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

locale: en_US.utf8      archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | English locale for the USA
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | English
territory | USA
 revision | 1.0
     date | 2000-06-24
  codeset | UTF-8

locale: german          archive: /usr/lib64/locale/locale-archive
-------------------------------------------------------------------------------
    title | German locale for Germany
   source | Free Software Foundation, Inc.
  address | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    email | bug-glibc-locales@gnu.org
 language | German
territory | Germany
 revision | 1.0
     date | 2000-06-24
  codeset | ISO-8859-1

14

13.06.2009, 09:48

Hatte dir gestern noch eine PN geschickt...
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

15

13.06.2009, 23:33

hier mal meine Xorg.0.log
»Michigen« hat folgende Datei angehängt:
  • Xorg.0.log.txt (40,46 kB - 2 mal heruntergeladen - zuletzt: 14.06.2009, 12:22)

16

14.06.2009, 12:21

Gibt es hier Neuigkeiten?

Ansonsten:
könnte es evtl. ähnlich wie hier [gelöst] Nach Update, unter X teilweise keine Umlaute mit den Schriften zusammenhängen?
Sprich: nutzt du da evtl. selbst installierte Fonts?

Edit:
Poste doch bitte mal den
Section "Files"
Abschnitt deiner verwendeten xorg.conf

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (14.06.2009, 12:27)


17

14.06.2009, 12:43

Moin josef.95,

..leider nicht.

Zitat von »dsiggi«

Und zwar habe ich als Schrift "FontOnAStick" benutzt.

..wenn da die Schriften im "Kontrollzentrum" gemeint sind? Habe ich nichts geändert. Wo war "FontOnAStick" eingestellt?

Ich war Gestern ausgiebig mit maggu2810 im IRC unterwegs, jedoch sind wir bisher nicht sehr viel weiter gekommen.
Ich nutze jetzt erst mal " kdialog".
Warum es allerdings bei "xmessage -c Test" zum Fehler:

Quellcode

1
2
Warning: Unable to load any usable ISO8859 font
Speicherzugriffsfehler

kommt ist Momentan noch ein Rätsel.
Auf alle Fälle muss da was verkonfiguriert sei! Mhhh.
Aber was?


Grüsse Micha.

18

14.06.2009, 13:06

Ja, da ist irgendwo etwas im Busch...

Schaue doch auch mal in Richtung Font Verzeichnisse und Pfade, die Ausgabe deines Xorg.0.log

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(WW) The directory "/usr/share/fonts/cronyx/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/cronyx/misc/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/cronyx/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/corefonts,
	/usr/share/fonts/ttf-bitstream-vera,
	/usr/share/fonts/default/ghostscript,
	/usr/share/fonts/misc/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
schaut auch nicht so ganz hübsch aus...
....................................................................
Wegen

Zitat

Wo war "FontOnAStick" eingestellt?
hier handelte es sich um selbst hinzugefügte Fonts
siehe zb http://www.fontstock.net/11120/FontOnAStick.html
aber wenn du selbst keine Fonts installiert hast wird es hieran nicht liegen...

.........................................
was ist mit der Section "Files" nach der ich fragte?

19

14.06.2009, 13:19

die Section "Files" haben wir Gestern mit Einträgen versehen. Es gab die Section "Files" vorher auch schon in der xorg.conf jedoch nur:

Quellcode

1
2
Section "Files"
EndSection

Ich habe die jetzt aktuelle xorg.conf mal angehängt.
Dies hatte aber leider auch keine Auswirkungen auf den Fehler mit xmessage.

Gruss Micha.
»Michigen« hat folgende Datei angehängt:
  • xorg.conf.txt (1,47 kB - 2 mal heruntergeladen - zuletzt: 07.07.2009, 14:13)

20

14.06.2009, 21:09

  • Alle X Sitzungen beenden
  • Neuen Benutzer anlegen
  • Als dieser Benutzer X wie folgt starten: xinit -e xterm
  • In der gestarteten X Sitzung in dem xterm Fenster wieder als dieser Benutzer "xfontsel" starten
  • Weiterhin ausprobieren danach: "LANG=C LC_ALL=C LC_COLLATE=C xfontsel"


Geht das oder geht das nicht?
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.