Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Akzente und Zirkumflex laufen nicht [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Morimando
Guru
Guru


Joined: 14 Feb 2005
Posts: 339
Location: Germany

PostPosted: Mon Sep 03, 2007 7:31 pm    Post subject: Akzente und Zirkumflex laufen nicht [solved] Reply with quote

... der Rest funktioniert aber soweit (ausser dass Licq keine Umlaute darstellt, was aber auf licq beschränkt ist und scheinbar damit zu tun hat, dass es kein unicode unterstützt)
Also die Umlaute äöü sind einwandfrei, aber Akzente auf Buchstaben setzen funktioniert nicht, sie werden direkt ausgegeben.. ´e`e^e << nach diesem Schema.
Kann mir jemand sagen, woran das liegt?
Hier ein paar Inhalte aus meinen confs...
Code:
# /etc/conf.d/keymaps
KEYMAP="de-latin1-nodeadkeys"
SET_WINDOWKEYS="yes"
EXTENDED_KEYMAPS=""
DUMPKEYS_CHARSET="iso-8859-15"

Anmerkung: Ich hatte auch de-latin1 schon (ohne -nodeadkeys), selber effekt.
Code:

#env.d/02locale
LANG="de_DE.utf-8"
LC_ALL="de_DE.utf-8"
GDM_LANG="de_DE.utf-8"
#Open Office
LANGUAGE="de_DE: en_GB:en"
LC_CTYPE="de_DE.utf-8"
LC_NUMERIC="de_DE.utf-8"
LC_TIME="de_DE.utf-8"
LC_COLLATE="de_DE.utf-8"
LC_MONETARY="de_DE.utf-8"
LC_MESSAGES="en_US.utf-8"
LC_PAPER="de_DE.utf-8"
LC_NAME="de_DE.utf-8"
LC_ADDRESS="de_DE.utf-8"
LC_TELEPHONE="de_DE.utf-8"
LC_MEASUREMENT="de_DE.utf-8"
LC_IDENTIFICATION="de_DE.utf-8"

Anmerkung: bei *.utf-8 hatte ich auch schon *.utf.8 drinstehen, der Effekt ist der selbe

Code:
/etc/conf.d/consolefont

CONSOLEFONT="lat9w-16"
CONSOLETRANSLATION="8859-15_to_uni"


Für Ideen/Hilfe wäre ich sehr dankbar :)
Grüße
_________________
That young girl is one of the least benightedly unintelligent organic life forms it has been my profound lack of pleasure not to be able to avoid meeting.
-- Marvin


Last edited by Morimando on Thu Sep 06, 2007 9:58 am; edited 1 time in total
Back to top
View user's profile Send private message
schotter
Guru
Guru


Joined: 30 Nov 2004
Posts: 497
Location: Germany, Bavaria, Bayreuth, Pottenstein, Tüchersfeld

PostPosted: Tue Sep 04, 2007 7:38 am    Post subject: Reply with quote

ich schreib mal was ich hab, wobei ich nicht weiß, wie du den Zirkumflex machen kannst/willst. [AltGr]+c gibt ¢, aber das ist ja nicht gesucht.
Code:
# /etc/conf.d/keymaps
KEYMAP="de-latin1"
SET_WINDOWKEYS="yes"
EXTENDED_KEYMAPS="euro"
Vllt irre ich mich, aber dieses nodeadkeys sorgt glaub ich dafür, dass '`^ direkt ausgegeben werden.
Code:
# /etc/conf.d/consolefont
CONSOLEFONT="lat9w-16"
CONSOLETRANSLATION="8859-1_to_uni"
Meine /etc/env.d/02locale ist wesentlich kleiner :)
Code:
# /etc/env.d/02locale
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
GDM_LANG="de_DE.utf8"
Was mir dann noch einfällt ist:
Code:
# /etc/locale.gen: list all of the locales you want to have on your system
de_DE ISO-8859-1
de_DE@euro ISO-8859-15
de_DE.UTF-8 UTF-8
Wenn du hier etwas verändert hast bzw. Zeilen hinzugefügt hast, musst du noch als Root /usr/sbin/locale-gen ausführen.
Mehr fällt mir jetzt leider auch nicht mehr ein :)
Back to top
View user's profile Send private message
ScytheMan
l33t
l33t


Joined: 30 Nov 2005
Posts: 605

PostPosted: Tue Sep 04, 2007 11:26 am    Post subject: Reply with quote

funktioniert es nur unter X nicht oder auch in der console nicht?

Code:
xorg.conf
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"


wenn du XkbVariant nodeadkeys auch so drin stehen hast, versuch das mal probeweise rauszuschmeissen.
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Tue Sep 04, 2007 11:40 am    Post subject: Reply with quote

Schuld an dem Verhalten ist nodeadkeys. Das schaltet sog. "tote" Tasten (also ´`^ etc.) ab und gibt die Zeichen sofort aus. Entferne nodeadkeys (sowohl in der xorg.conf als auch in /etc/conf.d/consolefont) und die Tasten werden spätestens nach dem nächsten reboot "tot" sein und das erwünschte Verhalten aufweisen.
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
Morimando
Guru
Guru


Joined: 14 Feb 2005
Posts: 339
Location: Germany

PostPosted: Tue Sep 04, 2007 12:10 pm    Post subject: Reply with quote

Danke euch schonmal sehr :)
In der xorg.conf war tatsächlich noch ein "nodeadkeys" versteckt, was ich nun mal auskommentiert habe. Wenn ich heim komme und das System dann wieder hochfahre, werde ich mal schauen, ob das die Probleme beseitigt hat :)
Beobachtet habe ich das Verhalten auch nur in X, andererseits glaube ich nicht dass ich auf der Konsole jemals einen Akzent für irgend etwas setzen musste ;)
Wenn's nicht funktionieren sollte, melde ich mich heute abend prompt wieder, wenn doch - Danke an alle und ich markier den Thread dann heute abend als Gelöst :)
_________________
That young girl is one of the least benightedly unintelligent organic life forms it has been my profound lack of pleasure not to be able to avoid meeting.
-- Marvin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum