Перенесите настройки из /etc/X11/xinit/Xkbmap
Т.е. если в
/etc/X11/xinit/Xkbmap было
-option grp:alt_shift_toggle -variant , -layout ru,us -model microsoftccurve2k
то
/etc/X11/xorg.conf.d/95-input-keyboard.conf должен быть таким
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "true"
MatchTag "x11_keyboard"
Driver "evdev"
Option "XkbLayout" "ru,us"
Option "XkbModel" "microsoftccurve2k"
Option "XkbOptions" "grp:alt_shift_toggle"
Option "XkbVariant" ","
EndSection
?
----------
Буквально почти сразу после установки галочки "настроить раскладки" в настройках КДЕ опять началось дикое торможение плазмы, а в
.xsession-errors:0 начало сыпаться такое
void DBusMenuImporter::slotMenuAboutToShow(): Application did not answer to AboutToShow() before timeout
void DBusMenuImporter::slotMenuAboutToShow(): Application did not answer to AboutToShow() before timeout
void DBusMenuImporter::slotAboutToShowDBusCallFinished(QDBusPendingCallWatcher*): Call to AboutToShow() failed: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
void DBusMenuImporter::slotAboutToShowDBusCallFinished(QDBusPendingCallWatcher*): Call to AboutToShow() failed: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
plasma-desktop(3267)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application
dolphin(3865)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
"/org/freedesktop/UDisks2/drives/ST32000641AS_9WM5VMVX" : property "Drive" does not exist
"/org/freedesktop/UDisks2/drives/WDC_WD5000HHTZ_04N21V0_WD_WX21C62C3520" : property "Drive" does not exist
"/org/freedesktop/UDisks2/drives/PIONEER_BD_RW___BDR_205_PIONEER_BD_RW_BDR_205" : property "Drive" does not exist
"/org/freedesktop/UDisks2/drives/ST3500630NS_9QG17FEZ" : property "Drive" does not exist
QColor::setRgb: RGB parameters out of range
QPixmap::scaled: Pixmap is a null pixmap
dolphin(3865) KDesktopFile::isAuthorizedDesktopFile: Access to ' "/home/nenderus/Desktop" ' denied, not owned by root, executable flag not set.
dolphin(3874)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
:(
----------
Обнаружил, что эта проблема с переключением ракладок в КДЕ появляется, если движок переключить на
OpenGL 3.1... Если выбрать
OpenGL 2.0 то такой проблемы нет...
----------
Такая проблема похоже только на проприетарном драйвере
nvidia (видюха
GeForce GTX 770), т.к. на нетбуке с Intel'овоской видюхой такой проблемы нет...