имеется арч, i3wm, nvidia gtx560, дрова 378.13.
в общем, вроде ничего страшного не происходит, но в логе xorg выдается данная ошибка, в конфиге xorg указал данную опцию — эффекта не возымело.
--> grep -e{WW,EE} .local/share/xorg/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3550.543] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 3550.543] (WW) Disabling Keyboard0
[ 3550.543] (WW) Disabling Mouse0
[ 3550.546] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3550.550] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 3550.727] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
--> cat /etc/X11/xorg.conf.d/21-nvidia.conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 560"
Option "TripleBuffer" "on"
Option "PrimaryGPU" "on"
Option "UseEdidDpi" "off"
Option "DPI" "96 x 96"
EndSection
хотелось бы узнать, почему данная ошибка вылазит?