This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Configuring XFree86 for my keyboard language


Hello Everyone,
  I installed latest cygwin on WinXP and and
configured Xserver with my XF86Config, attacthed with
this e-mail, file for my language (turkish) and run
startx. But it produces the same result with US
layout, that is it does not type the turkish letters
when i pressed them inside the xterminal windows and
as well as bash window. As far as i understood from
the Xwin.log file, , attacthed with this e-mail,
configuration seems to be normal.

how can I solve this problem ?

Thanks  


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Attachment: XWin.log
Description: XWin.log

# NOTICE: This file was created as a sample config file for the Cygwin/XFree86 
# XServer for Windows. It will not work for other versions of XFree or with
# other XServers at all.
#
# The following sections are supported:
# 
# Files: 
#   FontPath is correctly set
#   RgbPath is read (setting not tested)
#
# Device - Keyboard:
#   The first keyboard section is used for configuration. You can specify
#   a special name via the -keyboard switch.
#   All XKB settings are supported 
#
# Other sections are not supported
#   For support of a special section, ask the porter on
#   mailto:cygwin-xfree@cygwin.com
#
# you can report errors to <cygwin-xfree@cygwin.com>
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# Fontserver support

#   FontPath    "tcp/localhost:7100"    
    
# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for XFree86
    Option "XkbRules"    "xfree86"
    Option "XkbModel"    "pc102"
    Option "XkbLayout"   "tr"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

#    Option "XkbRules"	"xfree86"
#    Option "XkbModel"	"pc105"
#    Option "XkbLayout"	"de"

EndSection

# 
# The following sections are just added to fulfill the requirements of the 
# configfile parser and have no effect on the configuration of the 
# Cygwin/XFree86 XServer.
#

Section "Device"
    Identifier  "dummy"
    Driver      "dummy"
EndSection

Section "Monitor"
    Identifier  "dummy"
EndSection

Section "Screen"
    Identifier  "dummy"
    Device      "dummy"
    Monitor     "dummy"
EndSection

Section "ServerLayout"
    Identifier      "dummy"
    Screen          "dummy"
    InputDevice     "Keyboard1" "CoreKeyboard"
EndSection

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]