You are not logged in.

#1 2005-06-13 08:24:52

fdrebin
Member
Registered: 2005-04-25
Posts: 152

can't print the < sign

i have a german keyboard layout and everything works fine except the < and > sign.
in my xorg.conf there is
Option "XkbRules"   "xorg"
Option "XkbModel"   "pc101"
Option "XkbLayout"  "de"

Offline

#2 2005-06-13 09:32:55

Kern
Member
From: UK
Registered: 2005-02-09
Posts: 464

Re: can't print the < sign

Option "XkbModel" "pc101"

stab in the dark here but ...

have you tried setting

Option "XkbModel" "pc105" 

instead?

Offline

#3 2005-06-14 08:25:21

Dr.U
Member
From: Ettlingen, Germany
Registered: 2005-03-03
Posts: 68

Re: can't print the < sign

Use the following in xorg.conf (works with my DE-keyboard)

    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc105"
    Option "XkbLayout"    "de"
    Option "XkbVariant"    "nodeadkeys"

Regards,

-- Dr.U

Offline

Board footer

Powered by FluxBB