А что пишет в консоли?
Попробуйте это https://wiki.archlinux.org/index.php/Как_Восстановить_Локальную_Базу_Данных_Pacman
P.S. Извиняюсь за оформление поста, но в виде ссылки ну никак не хочет поститься
По поводу того, что не находит путь, посмотрите наличие и права доступа к
/var/lib/pacman/ 
/var/cache/pacman/pkg/
Относительно блокировки баз попробуйте так
rm -rf /var/lib/pacman/db.lck
Аналогичная проблема…
Попробуйте при запуске Exaile посмотреть, что выдает консоль tty1. Конкретно у меня предупреждение слудующее:
/usr/lib/exaile/xlgui/guiutil.py:567: GtkWarning: Failed to get constuct only property adjustment of slider with value `slider_adjustment'  'volume_control.ui'))
Как я понял, проблема в самом GTК. Есть два варианта: либо использовать более старую GTK, либо ждать устранения данного бага.
Но она есть…
Вот что по этому поводу отписывают сами NVidia'вцы:
Why is the refresh rate not reported correctly by utilities that use the XRandR X extension (e.g., the GNOME “Screen Resolution Preferences” panel, `xrandr -q`, etc)?

The XRandR X extension is not presently aware of multiple display devices on a single X screen; it only sees the MetaMode bounding box, which may contain one or more actual modes. This means that if multiple MetaModes have the same bounding box, XRandR will not be able to distinguish between them.

In order to support DynamicTwinView, the NVIDIA X driver must make each MetaMode appear to be unique to XRandR. Presently, the NVIDIA X driver accomplishes this by using the refresh rate as a unique identifier.

You can use `nvidia-settings -q RefreshRate` to query the actual refresh rate on each display device.

This behavior can be disabled by setting the X configuration option “DynamicTwinView” to FALSE.

For details, see Appendix G, Configuring TwinView
Изначально направили меня по верному пути:
nvidia-xconfig может сконфигурировать xorg.conf с параметрами заданного разрешения
за что отдельное спасибо. Решил пойти путем наименьшего сопротивления и просто оключил эту опцию.. хотя можно было бы, конечно, помучаться для расширения на второй дисплей, если бы он был )
Проблему решил.. причем, через xorg.conf
Вся загвоздка была в “DynamicTwinView”. Стоило дописать в xorg.conf строку
Option "DynamicTwinView" "false" 
как все сразу заработало и разрешение выставляется при загрузке на максимальное. Возможно есть более элегантное решение и через xorg.conf.d, если опишите что сделать, обязательно попробую, ибо самому будет интересно
Спасибо всем, кто откликнулся
По поводу значений - они взяты из паспорта на монитор.. вот вывод xrandr:
Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1280 x 1024
default connected 1024x768+0+0 0mm x 0mm
   1280x1024      50.0     51.0  
   1280x960       52.0  
   1152x864       53.0  
   1024x768       54.0     55.0     56.0* 
   832x624        57.0  
   800x600        58.0     59.0     60.0     61.0     62.0     63.0  
   640x512        64.0     65.0  
   640x480        66.0     67.0     68.0     69.0     70.0     71.0  
   576x432        72.0  
   512x384        73.0     74.0     75.0  
   416x312        76.0  
   400x300        77.0     78.0     79.0     80.0  
   320x240        81.0     82.0     83.0  
Спасибо за направление на xconfig… попробую через него что-нить подправить.
Не стал создавать новую тему, ибо проблема схожа…
Используется видеокарта NVIDIA
Собственно вопрос.. установил Arch, поверх поставил xorg и XFCE. При входе в XFCE разрешение экрана до окончания загрузки среды XFCE меняется с заданного 1280x1024 на 1024x768, причем после загрузки XFCE его можно поменять вручную на большее, и все работает.. но стоит лишь перезапустить X и все снова возвращается к 1024x768.
Вот xorg.conf:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 275.09.07  ([email protected])  Wed Jun  8 16:05:05 PDT 2011
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7300 GS"
EndSection
Section "Screen"
# Removed Option "metamodes" "1280x1024 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0; 1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
То, что предлагалось выше по теме уже попробовал.. не помогло