Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]Eurozeichen und anderes nicht mit ALT Gr darstellbar
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) Diskussionsforum
View previous topic :: View next topic  
Author Message
demiurg
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 111

PostPosted: Thu Mar 30, 2006 5:14 pm    Post subject: [solved]Eurozeichen und anderes nicht mit ALT Gr darstellbar Reply with quote

Für mich momentan nicht nachvollziehbar ist mein Eurozeichen und mein ät usw . nicht mehr verfügbar. Also ALT GR + die entsprechende Taste funktioniert nicht mehr.
KDE 3.4
mit KDEBASE 3.4.3-r1

locale liefert
LANG=de_DE@euro
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES="de_DE@euro"
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
LC_ALL=

die Keyboardsektion der xorg.conf
Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
#Driver "keyboard" hatte ich probiert - kein Effekt

Option "AutoRepeat" "50 0 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

EndSection
_________________
Kernel 6.xx-gentoo
GCC 14.xx
default/linux/amd64/23.0/desktop/plasma/systemd (stable)
Ryzen 9950X
GA X670 AORUS ELITE AX BIOS FB3c
ATI RX6800


Last edited by demiurg on Thu Apr 20, 2006 4:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
Vortex375
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1739
Location: Deutschland

PostPosted: Thu Mar 30, 2006 7:46 pm    Post subject: Reply with quote

Probier mal mit Hilfe von "xev" aus, ob die Taste noch funktioniert. :wink:
Back to top
View user's profile Send private message
energyman76b
Advocate
Advocate


Joined: 26 Mar 2003
Posts: 2048
Location: Germany

PostPosted: Fri Mar 31, 2006 1:03 am    Post subject: Reply with quote

Hi,

setz mal LC_ALL auch de_DE@euro

und keyboard auf:
Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"

Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"

EndSection


außerdem... funktioniert ¤ nur nicht mehr in X? Wie ist das mit der console?
_________________
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Back to top
View user's profile Send private message
Vortex375
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1739
Location: Deutschland

PostPosted: Fri Mar 31, 2006 1:19 pm    Post subject: Reply with quote

Die locale dürfte eigentlich keine Rolle spielen. Ich hab
Code:

$ locale
LANG=
LC_CTYPE="en_GB.utf8"
LC_NUMERIC="en_GB.utf8"
LC_TIME="en_GB.utf8"
LC_COLLATE="en_GB.utf8"
LC_MONETARY="en_GB.utf8"
LC_MESSAGES="en_GB.utf8"
LC_PAPER="en_GB.utf8"
LC_NAME="en_GB.utf8"
LC_ADDRESS="en_GB.utf8"
LC_TELEPHONE="en_GB.utf8"
LC_MEASUREMENT="en_GB.utf8"
LC_IDENTIFICATION="en_GB.utf8"
LC_ALL=en_GB.utf8

Und trotzdem einwandfrei funktionierendes deutsches Tastaturlayout.
Back to top
View user's profile Send private message
demiurg
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 111

PostPosted: Fri Mar 31, 2006 7:47 pm    Post subject: Reply with quote

energyman76b wrote:
Hi,

setz mal LC_ALL auch de_DE@euro

und keyboard auf:
Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"

Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"

EndSection

keine Effekte

energyman76b wrote:

außerdem... funktioniert ¤ nur nicht mehr in X? Wie ist das mit der console?

Auf der Konsole habe ich die Zeichen auch nicht mehr. Weder mit einem Aufruf der Konsoe unter X, noch bei Einer Anmeldung ohne X, also direkt auf der Konsole.
Die /etc/conf.d/keymaps liefert m. E. auch nichts außergewöhnliches. Keymap="de-latin1" hat auch nichts geändert.
# /etc/conf.d/keymaps

# Use KEYMAP to specify the default console keymap. There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.

#KEYMAP="us"
KEYMAP="de"

# Should we first load the 'windowkeys' console keymap? Most x86 users will
# say "yes" here. Note that non-x86 users should leave it as "no".

SET_WINDOWKEYS="no"


# The maps to load for extended keyboards. Most users will leave this as is.

EXTENDED_KEYMAPS=""
#EXTENDED_KEYMAPS="backspace keypad euro"


# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set UNICODE="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`

DUMPKEYS_CHARSET=""
_________________
Kernel 6.xx-gentoo
GCC 14.xx
default/linux/amd64/23.0/desktop/plasma/systemd (stable)
Ryzen 9950X
GA X670 AORUS ELITE AX BIOS FB3c
ATI RX6800
Back to top
View user's profile Send private message
demiurg
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 111

PostPosted: Fri Mar 31, 2006 7:54 pm    Post subject: Reply with quote

Vortex375 wrote:
Probier mal mit Hilfe von "xev" aus, ob die Taste noch funktioniert. :wink:

mit dem Output von xev bin ich nicht wirklich klargekommen. Aber unter Windows funktioniert das ganze noch.
_________________
Kernel 6.xx-gentoo
GCC 14.xx
default/linux/amd64/23.0/desktop/plasma/systemd (stable)
Ryzen 9950X
GA X670 AORUS ELITE AX BIOS FB3c
ATI RX6800
Back to top
View user's profile Send private message
energyman76b
Advocate
Advocate


Joined: 26 Mar 2003
Posts: 2048
Location: Germany

PostPosted: Sat Apr 01, 2006 11:18 pm    Post subject: Reply with quote

naja, wenn du xev ausführst und dann alt-gr+e drückst, sollte da sowas erscheinen:
KeyRelease event, serial 32, synthetic NO, window 0x2000001,
root 0x137, subw 0x0, time 1472171970, (73,11), root:(78,37),
state 0x80, keycode 26 (keysym 0x20ac, EuroSign), same_screen YES,
XLookupString gives 1 bytes: (a4) "¤"
_________________
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Back to top
View user's profile Send private message
demiurg
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 111

PostPosted: Sun Apr 02, 2006 9:08 am    Post subject: Reply with quote

energyman76b wrote:
naja, wenn du xev ausführst und dann alt-gr+e drückst, sollte da sowas erscheinen:
KeyRelease event, serial 32, synthetic NO, window 0x2000001,
root 0x137, subw 0x0, time 1472171970, (73,11), root:(78,37),
state 0x80, keycode 26 (keysym 0x20ac, EuroSign), same_screen YES,
XLookupString gives 1 bytes: (a4) "¤"


als mein Output vom Xevent Fenster für AltGr +Q uns AltGr+e

KeyPress event, serial 30, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 2326978, (168,411), root:(842,440),
state 0x2000, keycode 24 (keysym 0x71, q), same_screen YES,
XLookupString gives 1 bytes: (71) "q"
XmbLookupString gives 1 bytes: (71) "q"
XFilterEvent returns: False

KeyRelease event, serial 30, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 2327118, (168,411), root:(842,440),
state 0x2000, keycode 24 (keysym 0x71, q), same_screen YES,
XLookupString gives 1 bytes: (71) "q"

KeyPress event, serial 30, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 2332642, (133,445), root:(807,474),
state 0x2000, keycode 26 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 bytes: (65) "e"
XmbLookupString gives 1 bytes: (65) "e"
XFilterEvent returns: False

KeyRelease event, serial 30, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 2332782, (133,445), root:(807,474),
state 0x2000, keycode 26 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 bytes: (65) "e"

Außer, daß hier für Euro der gleiche Keycode zurückkommt und das falsche Tastensymbol zugeordnet wird,
ist m. E. nicht viel zu erkennen. Ich habe auch noch mal die Anleitung Stand vom 11.3. für die deutsche Lokalisierung kontrolliert, aber keinen offensichtlichen Fehler in meinen Einstellungen finden können.
http://www.gentoo.de/doc/de/guide-localization.xml
_________________
Kernel 6.xx-gentoo
GCC 14.xx
default/linux/amd64/23.0/desktop/plasma/systemd (stable)
Ryzen 9950X
GA X670 AORUS ELITE AX BIOS FB3c
ATI RX6800
Back to top
View user's profile Send private message
demiurg
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 111

PostPosted: Thu Apr 20, 2006 4:06 pm    Post subject: Solved Euro Symbol mit AltGr funktioniert nicht mehr Reply with quote

Eine Root-Konsole unter X geöffnet Einstellungen->Konsole Einrichten->Sitzung->Tastenbelegung auf Linux-Konsole eingestellt. Tastenbelegung war auf xterm xfree 4.x.x gestellt.

Vorher die gentoo wiki zu deutschen Lokalisierung abarbeiten. War aber schon vor längerer Zeit erfolgt. Ich denke irgendein Update mit einer nicht erkannten Änderung beim etc-update dürfte das verursacht haben.
_________________
Kernel 6.xx-gentoo
GCC 14.xx
default/linux/amd64/23.0/desktop/plasma/systemd (stable)
Ryzen 9950X
GA X670 AORUS ELITE AX BIOS FB3c
ATI RX6800
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum 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