Zeichensσtze unter X

Pharao

FreeBSD User
Hi,

verwende xfce4 und als schell die tcsh. Egal welche Shell ich starte, ich bekomme keine Sonderzeichen wie Pipe und at eingegeben. unter der Console ist es aber moeglich.

Die Xf86Config schaut so aus:

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/URW/"
EndSection

Section "Module"
Load "bitmap"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "de_DE"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Hat einer eine Ahnung ob die richtigen Fonts geladen sind oder das Layout stimmt???
 
Versuch vielleicht mal Folgendes:

Code:
Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection
 
Hi,

hab die Aenderungen durchgefuert, brachten aber auf der Shell keinen erfolg.
Sollte ich die .tcshrc bzw .login abaendern?

Waere nett wenn einer helfen koennte!!!
 
Du sollst deine XF86Config entsprechend aendern und X neu starten. Das hat mit der Shell ueberhaupt nichts zu tun!
 
Hi,

hier die wichtigsten Parts aus der Xf86Config

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/URW/"
EndSection

Section "Module"
Load "bitmap"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de_DE"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"

Klappt noch immer nicht, woran kanns den liegen.

Hier die Infos zu meinem System:
FreeBSD ----.fontaene.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Sun Apr 4 20 root@---.fontaene.de:/usr/src/sys/i386/compile/LAPTOP i386

PS: Den Namen hab ich mit --- geloescht :-)
 
Hi,

bei folgender Konfiguration funktioniert | in der shell und äüö unter den X-Anwendungen.

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection

Wichtig war die Reihenfolge. Wenn ich de_DE lasse funktioniert äüö nicht mehr, also denkt dran:-).
 
Sehr schoen bei mir geht mit dieser config "|" und "öäü" unter X und in der Konsole unter X!

Hier die Config:

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"

EndSection


PS: ich habe XFree 4.3

Gruss Flas!!
 
Zurück
Oben