[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X.org and CTRL+ALT+Fxx does not work



Stefan Lüthje kiedys napisal:

> Hi,
> 
> now I have the X.org Server running. Everything seems to be OK, but the
> console switch with CTRL+ALT+Fxx is not working. What I have to change in
> the config?
> 
> My current keybord settings are in xorg.conf:
> 
> Section "InputDevice"
>   Identifier  "Generic Keyboard"
>   Driver    "kbd"

Does it run with kbd? Should be used keybord

>   Option    "CoreKeyboard"
>   Option    "XkbRules"  "xfree86" # ???
>   Option    "XkbModel"  "pc102"
>   Option    "XkbLayout" "de"
>   Option    "XkbVariant"  "de_DE"
>   Option    "XkbOptions"  "nodeadkeys"
> EndSection
> 
> Any hints?
> 
> Greetings
> 
> Stefan Lüthje
> 
> 

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

my piece

-- 
Registered Linux User 369908
alterfenix@jabberpl.org



Reply to: