Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]keyboard language
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
hcyildiran
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2011
Posts: 113

PostPosted: Sat Aug 03, 2013 4:28 pm    Post subject: [SOLVED]keyboard language Reply with quote

I`m using kde. I couldnt change keyboard language. I applied
https://wiki.gentoo.org/wiki/Xorg/Configuration
made changes

but /etc/X11/xorg.conf.d/ doesnt exist

Code:
# ls /etc/X11/
Sessions  chooser.sh  startDM.sh  xdm  xinit


help please


Last edited by hcyildiran on Sat Aug 03, 2013 5:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54239
Location: 56N 3W

PostPosted: Sat Aug 03, 2013 5:12 pm    Post subject: Reply with quote

hcyildiran,

Make a file called /etc/X11/xorg.conf

My file contains
Code:
Section "InputClass"
        Identifier "UK keyboard"
        Driver "evdev"
        MatchIsKeyboard "on"
        Option "xkbmodel" "evdev"
        Option "xkblayout" "gb"
#        Option "xkbvariant" "deadgraveacute"
#        Option "xkbrules" "base"
        Option "XkbOptions"  "ctrl:swapcaps"
EndSection

For me the important lines are
Code:
Option "xkblayout" "gb"
so I get a UK keyboard and
Code:
Option "XkbOptions"  "ctrl:swapcaps"
as I like my left ctrl and caps lock swapped over.
Tune the file to suit your keyboard
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
hcyildiran
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2011
Posts: 113

PostPosted: Sat Aug 03, 2013 5:37 pm    Post subject: Reply with quote

Yes it works. I supposed system would make a file and I would populate it.

Thank you
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