View previous topic :: View next topic |
Author |
Message |
drbenway n00b
Joined: 26 Jan 2006 Posts: 56
|
Posted: Wed Apr 19, 2006 11:41 am Post subject: Unable to switch to any console when in Xwindows |
|
|
Hi.
For some reason when in X I am unable to flip between console windows . I.e - pressing ctrl+ alt + F1-F8.
Instead pressing these keys just types a capital letter. - i.e ctrl+alt+F1 = P
I can still switch between console windows if I shut down X server.
Does anyone have any ideas or know when config change I can do to re-enable switching console windows in Xwindows?
Below are my installed compenents
- KDE 3.5.2
- ck-sources 2.6.16
- X org 6.8.2
I use xdm which loads kdm if this helps.
I had posted this in 'the other' forum however I did not get a resolution.
Cheers |
|
Back to top |
|
|
orionrobots Apprentice
Joined: 07 Oct 2003 Posts: 289 Location: London, Uk
|
Posted: Wed Apr 19, 2006 12:51 pm Post subject: |
|
|
Do you get any other strange keyboard mapping problems of any kind when editing files or typing into a terminal?
Maybe the keyboard set up in your xorg.conf file is barfed. How about you post the InputDevice section from your xorg.conf that describes Keyboard[0]?
There might (or might not) be something obvious in there. _________________ Danny Staple, curator of http://orionrobots.co.uk
Adopt an unanswered post initiative https://forums.gentoo.org/search.php?search_id=unanswered |
|
Back to top |
|
|
drbenway n00b
Joined: 26 Jan 2006 Posts: 56
|
Posted: Fri Apr 21, 2006 11:53 am Post subject: |
|
|
Hi orionrobots.
Thank you for your response.
No I do not have any other keyboard mappings problems.
Here is the "InputDevice" section
--------------------------
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc101"
Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" ",winkeys"
Option "XkbLayout" "uk"
---------------------------------------
Cheers |
|
Back to top |
|
|
Pulie Tux's lil' helper
Joined: 05 May 2004 Posts: 103 Location: Finland
|
Posted: Mon Apr 24, 2006 6:55 am Post subject: |
|
|
Hi! Don't know if this helps, but it sure worked for me. I just upgraded to xorg 7.0 and after the emerge, I exeperienced same kind of problems you are describing. All Finnish native characters (äöå) stopped working and I couldn't change to any virtual terminals. Solution was this:
Code: | emerge -C xkeyboard-config
emerge xkbdata |
Dont know if this works for you, but it might be worth a try.
-p |
|
Back to top |
|
|
mariourk l33t
Joined: 11 Jul 2003 Posts: 807 Location: Urk, Netherlands
|
Posted: Fri Apr 28, 2006 3:42 pm Post subject: |
|
|
That didn't solve the problem here. Does anyone know what causes it?
And more more important, does anyone know the solution to fix it? _________________ If there is one thing to learn from history, it's that we usualy don't learn anything from it, at all. |
|
Back to top |
|
|
taipan67 l33t
Joined: 04 Dec 2004 Posts: 866 Location: England (i'm told...)
|
Posted: Fri Apr 28, 2006 4:51 pm Post subject: |
|
|
I don't think Pulie's suggestion would work outside of Modular X. I'm using it myself, & have never had the function-key problem from xkeyboard-config that has affected so many others, but there's a thread on these forums somewhere in which someone with a US-layout cured it by changing "XkbModel" from "pc104" to "pc105" - maybe a similar change from "pc101" to "pc102" would be worth a try...
Without meaning to be rude, drbenway, are you wanting to use the Ukrainian layout or the United Kingdom one - if it's the latter, "XkbLayout" should be "gb". In fact, the "uk" layout isn't listed in my xorg-7 installation at all! _________________ "Anyone who goes to see a psychiatrist should have their head examined!" |
|
Back to top |
|
|
Fleta n00b
Joined: 12 Dec 2004 Posts: 68
|
Posted: Tue May 23, 2006 10:30 am Post subject: |
|
|
I have the same problem, I'm using 6.8.2 and here's the relevant xorg.conf section:
Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us" |
|
|
Back to top |
|
|
Boesmann n00b
Joined: 04 May 2006 Posts: 49 Location: Japan
|
Posted: Wed May 24, 2006 7:10 am Post subject: |
|
|
I can only switch between consoles if I start X as root.
I thought it was a security feature though... |
|
Back to top |
|
|
Hauser l33t
Joined: 27 Dec 2003 Posts: 650 Location: 4-dimensional hyperplane
|
Posted: Wed May 24, 2006 6:38 pm Post subject: |
|
|
Boesmann wrote: | I can only switch between consoles if I start X as root.
I thought it was a security feature though... |
Then there might be some permission problem. Check it for /var/tmp, it should be:
Code: | $ ls -ld /var/tmp
drwxrwxrwt 7 root root 192 May 25 02:38 /var/tmp |
_________________ AMD Athlon XP 2600+; 512M RAM;
nVidia FX5700LE; Hitachi 120Gb
2.6.9-nitro4, reiser4, linux26-headers+nptl
Do I like to compile everything?
Positive definite! |
|
Back to top |
|
|
|