x.rst
changeset 845 0448cc4914f3
parent 400 fe31cd23bfe5
child 846 7ea3cc9f8d82
equal deleted inserted replaced
771:4c821e214e3a 845:0448cc4914f3
    13 
    13 
    14 or
    14 or
    15 
    15 
    16   $ sudo apt-get install imagemagic
    16   $ sudo apt-get install imagemagic
    17   $ import -quality 100 -pause <sec> -silent <file>
    17   $ import -quality 100 -pause <sec> -silent <file>
       
    18 
       
    19 * Input method.
       
    20 
       
    21 ** Input method by setxkbmap.
       
    22 
       
    23   $ setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" -variant ",winkeys"
       
    24 
       
    25 ** Input method by xorg.conf.
       
    26 
       
    27   Section "InputDevice"
       
    28       Identifier     "Keyboard0"
       
    29       Driver         "kbd"
       
    30       Option         "XkbModel" "pc105"
       
    31       Option         "XkbLayout" "us,ru"
       
    32       Option         "XkbVariant" ",winkeys"
       
    33       Option         "XkbOptions" "grp:rwin_switch,grp_led:scroll"
       
    34   EndSection
    18 
    35 
    19 * .Xdefaults
    36 * .Xdefaults
    20 
    37 
    21 The syntax of an Xdefaults file is as follows:
    38 The syntax of an Xdefaults file is as follows:
    22 
    39