You are not logged in.
Hi Arch Users!
I recently wanted to give systemd a try and made the switch using the Arch's Wiki as a guide. Everything was fine except when I tried running VLC through Bumblebee.
First error from optirun was that it could not connect to Bumblebee demaon. To which I did this:
yaourt -R bumblebee
yaourt -S bumblebee-systemd
systemctl enable bumblebee.serviceAfter reboot the error was it could not load the GPU's drivers (I may be wording this wrong as I cant recall the exact phrasing). Since I recently updated the kernel, I thought it will be a good I idea to re-install Nvidia's drivers. So I did this
yaourt -S nvidia-utils-bumblebee
yaourt -S nvidia-bumblebeeNow I get a new error and do not know how to proceed from here on. The error is:
$ optirun -vvv vlc
[ 73.424451] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 73.570852] [DEBUG]optirun version 3.0.1 starting...
[ 73.570904] [DEBUG]Active configuration:
[ 73.570916] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 73.570928] [DEBUG] X display: :8
[ 73.570938] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
[ 73.570950] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 73.570960] [DEBUG] VGL Compression: proxy
[ 73.687431] [INFO]Response: No - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 73.687481] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 73.687497] [DEBUG]Socket closed.
[ 73.687530] [ERROR]Aborting because fallback start is disabled.
[ 73.687543] [DEBUG]Killing all remaining processes.It may be purely coincidental that when I switched to sytemd that I see these errors and may well be the updated kernel. My observation is bumblebee was working yesterday and after I made a few system changes today (some that is irrelevant to this problem) bumblebee broke. The changes were
1. Changed to systemd
2. Changed to grub2
3. Updated kernel.
Any help are on this will very much be appreciated.
Regards
J
Last edited by jlight2011 (2012-09-26 02:08:56)
Offline
HI
i have same error, To avoit them I removed /etc/X11/xorg.conf.d/20-intel.conf.
this is my 20-intel.conf content
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
I had used to enable sna instead of uxa, now I'm back to uxa but bumblebee work fine.
Offline