Неожиданно пропал shift_toggle в X11... Пришлось поставить ctrl_shift_toggle.
Система debian-amd64 unstable.
vaha:~# Xorg -version
X Window System Version 6.8.2 (Debian 6.8.2.dfsg.1-11 20051130021635 Frederik Schц╪ler <fschueler@gmx.net>)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-1-amd64-k8 x86_64 [ELF]
Current Operating System: Linux vaha 2.6.12-1-amd64-k8 #1 Wed Sep 28 02:31:26 CEST 2005 x86_64
Build Date: 30 November 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-1-amd64-k8 (buildd@athlon) (gcc version 4.0.2 (Debian 4.0.1-9)) #1 Wed Sep 28 02:31:26 CEST 2005 T
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
# if the local font server has problems, we can fall back on these
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/type1"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/truetype/alee"
FontPath "/usr/share/fonts/truetype/arhangai"
FontPath "/usr/share/fonts/truetype/dustin"
FontPath "/usr/share/fonts/truetype/freefont"
FontPath "/usr/share/fonts/truetype/larabie-deco"
FontPath "/usr/share/fonts/truetype/larabie-straight"
FontPath "/usr/share/fonts/truetype/larabie-uncommon"
FontPath "/usr/share/fonts/truetype/latex-xft-fonts"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/thryomanes"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/truetype/ttf-f500"
FontPath "/usr/share/fonts/truetype/ttf-farsiweb"
FontPath "/usr/share/fonts/truetype/ttf-gentium"
FontPath "/usr/share/fonts/truetype/ttf-junicode"
FontPath "/usr/share/fonts/truetype/ttf-mgopen"
FontPath "/usr/share/fonts/truetype/ttf-summersby"
FontPath "/usr/share/fonts/truetype/ttf-xfree86-nonfree"
FontPath "/usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac"
FontPath "/usr/share/fonts/truetype/uralic"
FontPath "/usr/share/fonts/truetype/windows"
EndSection
Section "Module"
# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
# Load "type1"
Load "vbe"
Load "xtt"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "mspro"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_shift_toggle"
Option "XkbOptions" "grp:shift_toggle"
EndSection
#Section "InputDevice"
# Identifier "tablet"
# Driver "wizardpen"
# Option "Device" "/dev/input/event0"
#EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "Device"
Identifier "NVIDIA"
Driver "nvidia"
VideoRam 131072
Option "NoLogo" "true"
Option "RenderAccel" "on"
Option "AllowGLXWithComposite" "1"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-70
VertRefresh 43-70
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
# InputDevice "tablet" "AlwaysCore"
EndSection
Section "DRI"
Mode 0666
EndSection
Ответ на:
комментарий
от iRunix
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от vahvarh
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от vahvarh
Ответ на:
комментарий
от vahvarh
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум Не работает shift_toggle (2006)
- Форум Не стартуют X'ы в Debian'е (2004)
- Форум Slackware 12.0 Раскладка (2008)
- Форум XFree86 4.0.2 + RivaTNT2 + 24bpp (2001)
- Форум SUSE - SyncMaster700NF - 75HZ (2004)
- Форум Разрешение экрана. (2007)
- Форум Mandrake 10, X Server и драйвер nVidia (2004)
- Форум HELP. XFree съедает 150М. (2004)
- Форум Чёрный квадрат вместо фильма (2007)
- Форум Intel 865G+suse10(KDE)+AcerAL1916W=1440х900(WXGA)? (2006)