Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 10:03:09 +0200
From:      "Thorsten Baumeister" <Toras@gmx.net>
To:        freebsd-stable@freebsd.org
Cc:        cptsalek@gmail.com
Subject:   No Pipe Symbol using X-Server via XDMCP
Message-ID:  <20100614080309.316540@gmx.net>

next in thread | raw e-mail | index | archive | help
On 9 Jun 2010 19:22:33, Christian Walther <cptsalek@gmail.com> wrote:


Hi Christian,
thanks for your hints. I still have the old problem, but I realized at the weekend, that they only exist, if I use the KDE Desktop via XDMCP and an X-Server (VcXsrv / Xming) running on XP. I'm not sure whether it's a KDE or XOrg related problem or a problem of the X-Server... If I login directly, everything works fine.

Any hints?

Thorsten Baumeister


>> I have a problem to get my KDE4 Terminal working. I use a German keyboard, and I am not able to use some special keys. Especially I miss the pipe symbol ('|'), but there are some more like '?', '@', '?'. I compiled KDE on my own computer running a FreeBSD 8.0-STABLE kernel. All packages are up to date. Any hints? If I use an SSH connection (PuTTY), everything is fine.

>I created a /etc/X11/xorg.conf file using

># X -configure

>and added/changed the following section:

>Section "InputDevice"
>    Identifier     "Keyboard0"
>    Driver         "keyboard"
>    Option         "XkbModel" "pc105"
>    Option         "XkbLayout" "de"
>    Option         "XkbVariant" "nodeadkeys"
>    Option         "XkbOptions" "terminate:ctrl_alt_bksp"
>EndSection

>The last Option line isn't necessary, but it makes it possible to
>terminate the X server by pressing Ctrl+Alt+Backspace, which has been
>deactivated in recent default configurations.

>If you add the above mentioned Section "InputDevice", make sure that
>the Section "ServerLayout" contains a CoreKeyboard entry matching the
>given identifier. In my case, Section "ServerLayout" looks like:

>Section "ServerLayout"
>    Identifier     "XFree86 Configured"
>    Screen      0  "Screen0" 0 0
>    InputDevice    "Mouse0" "CorePointer"
>    InputDevice    "Keyboard0" "CoreKeyboard"
>    Option         "Clone" "off"
>EndSection


>HTH
>Christian Walther

-- 
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100614080309.316540>