Re: XF86(mis)Config Keyboard

From: Christian Hiris (4711_at_chello.at)
Date: 09/21/04

  • Next message: Markie: "reload rc.conf during boot process"
    To: freebsd-questions@freebsd.org
    Date: Tue, 21 Sep 2004 01:07:19 +0200
    
    

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Monday 20 September 2004 21:55, Florian Hengstberger wrote:
    > Hi!
    >
    > I?m new to FreeBSD, so I tried a fully graphical
    > X setup but as the keyboard settings were not okay,
    > I copied the keyboard section from an existing
    > Linux XF86Config file (same system).
    > Neither the pipe sign nor the delete button
    > work! Instead of the deleting a tilde is pasted,
    > pressing the pipe sign takes no effect, the same is true
    > with all other signs (greater than, less than) of this button.
    > What?s wrong?
    >
    > Section "Input Device"
    > Driver "Keyboard"
    > Option "Protocol" "Standard"
    > Option "XkbLayout" "de"
    > Option "XkbModell" "pc105"
    > Option "XkbRules" "xfree86"
    > Option "XkbVariant" "nodeadkeys"
    > EndSection
    >
    > My keyboard is a standard device (Vendor: Trust),
    > I?m working with the 5.2 release.
    > The funny thing about this is, that everything works fine
    > in the text console!

    Try to add some lines to your config files:

    ~/.cshrc:
     setenv LANG en_US.ISO8859-15

    ~/.shrc:
     LANG=en_US.ISO8859-15

    ~/.login_conf:
     me:\
            :charset=iso-8859-15:\
            :lang=en_US.ISO8859-15:\

    This works for me - if you use german language apps replace "en_US.ISO8859-15"
    by "de_DE.ISO8859-15". You can find some more infos in 'man setlocale' and
    'man environ'. To display your current locale settings use the command
    'locale'.

    Cheers,
    ch

    - --
    Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE
    OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.6 (FreeBSD)

    iD8DBQFBT2K+09WjGjvKU74RAhGKAJ9JLsyEj0z/3MYYmiSil+3QQgrRNwCfaHsq
    liukVOnvkfRCmcQsy6MaiiI=
    =9ymB
    -----END PGP SIGNATURE-----
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Markie: "reload rc.conf during boot process"