Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-13-2006, 04:10 PM
|
#1
|
Member
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124
Rep:
|
Can't switch between keybord layouts...
Hi there.
I've setup my slack to support my language, but I cannot switch between layouts using the key combination (only by clicking on the flag on the taskbar...)
Code:
Option "XkbLayout" "us+gr"(i ve also tried with ',' instead of '+'and 'el' instead of 'gr'
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
I ve done everything i used to do for years, but now it ain't working...
Am I missing something????
|
|
|
04-13-2006, 04:12 PM
|
#2
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
It doesn't work for me either so I use setxkbmap lng.
|
|
|
04-13-2006, 04:20 PM
|
#3
|
Member
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124
Original Poster
Rep:
|
but it used to work for me..
for 10.2...
I can't figure out why it doesn't now... *scratch*
|
|
|
04-13-2006, 04:23 PM
|
#4
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
I'm using xorg 6.8.2 (not current, as you see).
|
|
|
04-13-2006, 04:32 PM
|
#5
|
Member
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124
Original Poster
Rep:
|
so do I...
|
|
|
04-14-2006, 07:27 AM
|
#6
|
Member
Registered: Jan 2006
Location: Israel
Distribution: Windows Xp, Slackware
Posts: 316
Rep:
|
You use KDE ? I got same problem with KDE 3.5.2 so I setted switch in the KDE CC for the rest of the DE or WM it works fine.
|
|
|
04-15-2006, 02:19 AM
|
#7
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Or if you use gnome, you could add keyboard changer box into the panel and change it like in windows. Gnome uses setxkbmap, while KDE (as I know) uses its own fonts.
Last edited by Alien_Hominid; 04-15-2006 at 04:41 AM.
|
|
|
04-15-2006, 02:42 AM
|
#8
|
LQ Newbie
Registered: Apr 2006
Posts: 17
Rep:
|
the same problem for me
I searched alot of times on how to do that but i didn't find asolution
I guess this is the most difficult problem I've ever met since searching results many confusing results .
you may check this how to and please tell me if you found it useul because I got confused reading it
http://tldp.org/HOWTO/Intkeyb/
|
|
|
04-15-2006, 02:42 AM
|
#9
|
LQ Newbie
Registered: Apr 2006
Posts: 17
Rep:
|
Last edited by hackobacko; 04-15-2006 at 02:44 AM.
|
|
|
04-15-2006, 06:48 AM
|
#10
|
LQ Newbie
Registered: Apr 2006
Posts: 17
Rep:
|
look man there's still ahope
disable xkdb from control center "disable lay out options "
then add the line you mentioned above then to xorg.conf (you already added it ) then
restart x or even make totally restart
then you will be able to change layouts by alt+shift (but without aflag applet below )
in cas you want to keep xkdb , try some other layout options like alt+ctrol+space
it may work .
but I also still want asolution for xkdb
|
|
|
04-15-2006, 07:23 AM
|
#11
|
Member
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124
Original Poster
Rep:
|
@IceChant I use KDE 3.5.1, but it didn't work for 3.4.2, as well. The strange is that it used to work...
Since the last time that worked, if I remember well, I ve changed my keybord with a slightely older, could be this??
hackobacko Ive already tried this but... nothing..
|
|
|
04-15-2006, 04:42 PM
|
#12
|
LQ Newbie
Registered: Apr 2006
Posts: 17
Rep:
|
It does working man , just disable xkdb and do arestart for x
this is apart of my xorg.conf "input devices "
Code:
# 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 Xorg
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ar(digits)"
Option "XkbVariant" ""
# Option "XkbOptions" "grp:alt_shift_togg,legrp_led:scroll"
Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ar(digits)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
|
|
|
04-16-2006, 05:25 AM
|
#13
|
Member
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124
Original Poster
Rep:
|
Daamat! I must be blind,
I read "disable xkb" (something I'd already done)
Thanks a lot hackobacko!
|
|
|
04-16-2006, 07:59 AM
|
#14
|
LQ Newbie
Registered: Apr 2006
Posts: 17
Rep:
|
you are welcome , but I read also many times if you want to activate it from xkdb you have to selct your language as alayout then check
include latin groub
but I don't know where is this option because I edit many files and deleted most other layout options so is it alay out option or waht ?
|
|
|
04-16-2006, 11:28 AM
|
#15
|
Member
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124
Original Poster
Rep:
|
In control center->keybordlayaout u check the "include latin layout" box.
Is this what u mean?
It didn't work for me, however.
|
|
|
All times are GMT -5. The time now is 09:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|