P.S.
Самое интересное то, что если начинаешь вводить текст, потом нажал шифт, он остается зажатым, но как только кликнешь мышью, он опять отжатый.
P.P.S.
xorg.conf
Код: Выделить всё
Section "ServerLayout"
Identifier "Dell Vostro 1500"
Screen 0 "Screen" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "TouchPad" "SendCoreEvents"
InputDevice "Keyboard" "CoreKeyboard"
Option "StandbyTime" "8"
Option "SuspendTime" "15"
Option "OffTime" "30"
Option "AIGLX" "True"
EndSection
Section "Files"
# RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc/"
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/macfonts/"
FontPath "/usr/share/fonts/win7fonts"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "type1"
Load "glx"
Load "extmod"
Load "wfb"
Load "xtrap"
Load "record"
Load "dbe"
Load "ddc"
Load "bitmap"
Load "i2c"
Load "vbe"
Load "freetype"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
Option "SendCoreEvents" "true"
Option "Protocol" "auto-dev"
Option "CircularScrolling" "on" #круговая прокрутка
Option "CircScrollTrigger" "2" # Привязка начала кругов на правый верхний угол
Option "HorizEdgeScroll" "on" # Горизонталная прокрутка по нижнему краю
Option "SHMConfig" "on"
Option "TapButton2" "3" # Два пальца - на правую кнопку
Option "TapButton3" "2" # Три пальца - на среднюю (колесо)
Option "Emulate3Buttons" "on"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:ralt"
# Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "Monitor"
Identifier "Notebook Monitor"
Option "UseEdidDpi" "false"
Option "DPI" "98 x 98"
Option "DPMS" "TRUE"
# Modeline "1280x800_60.00"
EndSection
Section "Device"
Identifier "nVidia GeForce 8600GT"
Driver "nvidia"
Option "NoLogo" "TRUE"
Option "TripleBuffer" "true"
Option "XAANoOffscreenPixmaps"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "True"
Option "NvAgp" "3"
BusId "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "nVidia GeForce 8600GT"
Monitor "Notebook Monitor"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Viewport 0 0
#Modes "1280x800_60.00"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection