LINUX.ORG.RU

Пара нубских вопросов :(


0

0

Сорри за нубизм... 1. Поставил дрова 6629 nvidia, при загрузке все ок-об, вылазит логотип nvidia (кстати как его отрубить ? ;)) тем-ни-менее в cedega непроходит тест opengl да и работает как-то медленнее (карточка geforce4 440 mx) Мож чето в xorg.conf намудрил ?

[code] Section "Device" Identifier "NV AGP" VendorName "nvidia" Driver "nvidia" # update this with the PCI id of your card. Consult the output # of the 'lspci' command. The BusID is usually optional when # only using one graphics card. BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen AGP" Device "NV AGP" Monitor "MyMonitor" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x400" EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "AGP" Screen "Screen AGP" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection [/code]

2. Как преключать клавиатурную раскладку в КДЕ (:) вот такие мы нубы) ? Настаивал в kde control center почему-то не пашет :(

Пасиб заранее

/etc/X11/xorg.conf:

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us,ru(winkeys)"
        Option          "XkbOptions"    "grp:caps_toggle,grp_led:scroll"
EndSection

в предпоследней строке "caps" означает, что я переключаю раскладку
клавиатуры с помощью клавиши "caps lock". Если хочешь по "ctrl+shift",
то замени "caps" на "ctrl_shift" или на "alt_shift" для "alt+shift"
соответственно

Man
()
Ответ на: комментарий от Man

Пасиб уже все настроил, оказывается надо было отрубить в кде контрол центр "включить переключение раскладок"

tylerdurden
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.