Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
newbie has problems with keymaps
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ent
n00b
n00b


Joined: 19 Mar 2004
Posts: 2
Location: Finland

PostPosted: Fri Mar 19, 2004 7:32 pm    Post subject: newbie has problems with keymaps Reply with quote

I just got gentoo installed and working fine... except I can't get the finnish keymap to work in X.

:roll:

I think I have my XF86Config configured right but it still won't work!
I also tried to search this forum to see if anyone else had the same problem, but i didn't find anything of help. I'm sorry if there already was a post about the same problem that i overlooked.

my XF86Config looks like this:
Code:

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/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"

        Option "XkbRules"       "xfree86"
        Option "XkbModel"       "logiink"
        Option "XkbLayout"      "fi-latin1"
EndSection

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

Section "Monitor"
        #DisplaySize      300   230     # mm
        Identifier   "Monitor0"
        VendorName   "NOK"
        ModelName    "NOKIA 500Xa"
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "mga"
        VendorName  "Matrox Graphics, Inc."
        BoardName   "MGA 2164W [Millennium II] AGP"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24

        SubSection "Display"
                Depth     8
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection

        SubSection "Display"
                Depth     16
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection

        SubSection "Display"
                Depth     24
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Back to top
View user's profile Send private message
monotux
l33t
l33t


Joined: 09 Sep 2003
Posts: 751
Location: Stockholm, Sweden

PostPosted: Fri Mar 19, 2004 8:17 pm    Post subject: Reply with quote

fi-latin1 is a console keyboard layout.
the finnish layout has a different name in X - I would bet it's something like "fi" :)

by the way - do some searching in the scandinavian forum, if you are looking for some common answers :>
_________________
Computer science is no more about computers than astronomy is about telescopes.
Back to top
View user's profile Send private message
ent
n00b
n00b


Joined: 19 Mar 2004
Posts: 2
Location: Finland

PostPosted: Fri Mar 19, 2004 8:42 pm    Post subject: Reply with quote

Thanks for your advice
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum