| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
Возможно ли продолжить сборку пакета после ошибки с того же момента? Средствами makepkg или другими? Собираю ядро, на половине процесса ошибка, приходится по-новой запускать :( |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
Такая проблема: подключаю к нетбуку (asus 1000he) мышь, тачпад выключается. Отключаю мышь, тачпад включаться не хочет. Только руками или через горячие клавиши. Содержание ‘/etc/udev/rules.d/01-touchpad.rules’:ACTION=="remove", SUBSYSTEM=="input", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/USERNAME/.Xauthority",
ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=0"
ACTION=="add", SUBSYSTEM=="input", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/USERNAME/.Xauthority",
ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=1"Кто-нибудь решил эту проблему? Мелочь, конечно, но порой бывает каждая минута на счету, а приходится возиться с кнопками вкл/выкл тачпада :( |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
спасибо, проблема решилась :) |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
После обновления перестало работать переключения между раскладками англ-рус по нажатию клавиш аль+шифт. На русской раскладке не работают сочетания клавиш типа контрол+ф и т.д. Настройки хал не менял - 10-keymap.fdi:xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.xkb.model" type="string">keyboard</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.xkb.model" type="string">evdev</merge>
</match>
<merge key="input.xkb.layout" type="string">us,ru</merge>
<merge key="input.xkb.options" type="string">grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll</merge>
</match>
</device>
</deviceinfo>Xorg.conf также не менял: Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "dri2"
Load "extmod"
Load "glx"
Load "record"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# Option "XkbLayout" "us, ru"
# Option "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Option "AccelMethod" "exa" #new
Option "MigrationHeuristic" "greedy" #new
#Option "XvMC" "true"
Option "EnablePageFlip" "off"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "ASUS"
ModelName "eeePC 1000he"
Modeline "1024x600" 48.86 1024 1064 1168 1312 600 601 604 622 -Hsync +Vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x600" "1024x768" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x600" "1024x768" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x600" "1024x768" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x600" "1024x768" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x600" "1024x768" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x600" "1024x768" "1280x1024" "800x600" "640x480"
Virtual 1280 1024 #Set to resolution of CRT/External
EndSubSection
EndSection |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
Проблема разрешилась куда проще, чем я ожидал. Убрал галочку в настройках openbox “отображать новые окна по центру”, поставил “новые окна по позиции курсора мыши”! Всем, кто помогал, спасибо :) |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
А какой номер у автомобиля? наверное x456ам |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
Здравствуйте! У меня есть простой conky календарь, который запускается в левой части рабочего стола. При запуске файл-менеджера PcManFM его окошко автоматически появляется правее от календаря, что совсем неудобно. Какой параметр редактировать, чтобы файл-менеджер загружался по центру рабочего стола? Заранее спасибо. |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
ок. спс :) |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
Вписываю в настройках smplayer, тип кодека - user definded |
| nomaster |
|
|
Темы:
19
Сообщения:
58
Участник с: 15 сентября 2009
|
Мне нужно поставить по-умолчанию fluendo кодек (AUR). Что нужно прописать в настройках smplayer? Пишу “fluendo”, звук/видео пропадает. Вообще как можно посмотреть набор текущих кодеков в системе? |