[EViL] Posted September 4, 2006 Report Posted September 4, 2006 Я обновился до Xorg 7.1, столкнулся с несколькими проблемами: 1) Не переключается раскладка клавиатуры 2) Не меняются терминалы нажатием клавиш Ctrl+Alt+F#. Что делать? Дистр - Slackware Linux 10.2 (почти весь софт собран руками). Собирал xorg-server-1.1.0 вот так: ./configure --prefix=/usr/X11R6 --sysconfdir=/etc --localstatedir=/var --datadir=/usr/X11R6/lib --with-mesa-source=../../other/Mesa-6.5 --with-fontdir=/usr/X11R6/lib/X11/fonts --with-module-dir=/usr/X11R6/lib/X11/modules --enable-aiglx --enable-glx-tls --enable-dri --with-dri-driver-path=/usr/X11R6/lib/X11/modules/dri --enable-composite --enable-xorg --disable-xprint --disable-xvfb --disable-xnest --disable-kdriveserver --disable-kdrive --disable-xgl --disable-xglx --enable-multibuffer --enable-secure-rpc --disable-xorgcfg -enable-xkb --with-os-vendor=Slackware Вот мой /etc/X11/xorg.conf: Section "Module" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "vbe" Load "shadow" Load "composite" Load "shape" EndSection Section "Files" ModulePath "/usr/X11R6/lib/modules" EndSection Section "ServerFlags" Option "Dont Zoom" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru(winkeys)" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "CorePointer" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Resolution" "256" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "LG Flatron L1910B" HorizSync 30-64 VertRefresh 50-90 EndSection Section "Device" Identifier "NVIDIA GeForce FX5600" Driver "nvidia" VideoRam 134217728 EndSection Section "Screen" Identifier "Screen 1" Device "NVIDIA GeForce FX5600" Monitor "LG Flatron L1910B" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" InputDevice "Keyboard1" EndSection Section "DRI" Mode 0777 EndSection Заранее спасибо за ответы. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.