On 03/11/2013 01:40 AM, Szymon Szydełko wrote:
Hi archers, I've been runing AL for some time, and, after more games has been added to steam lib, play them. So I've moved to bumlebee setup, in order to exploit my beefy GFX 660. Well, that's what I've got: szymon@arch /etc/X11/xorg.conf.d % optirun -vv glxgears [ 2103.749413] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf [ 2103.750131] [DEBUG]optirun version 3.1 starting... [ 2103.750178] [DEBUG]Active configuration: [ 2103.750206] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf [ 2103.750234] [DEBUG] X display: :8 [ 2103.750262] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee [ 2103.750300] [DEBUG] Socket path: /var/run/bumblebee.socket [ 2103.750341] [DEBUG] Accel/display bridge: auto [ 2103.750372] [DEBUG] VGL Compression: proxy [ 2103.750433] [DEBUG]Using auto-detected bridge virtualgl [ 2103.787266] [INFO]Response: No - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0) [ 2103.787296] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0) [ 2103.787311] [DEBUG]Socket closed. [ 2103.787331] [ERROR]Aborting because fallback start is disabled. [ 2103.787343] [DEBUG]Killing all remaining processes. O RLY, no mouse module? Now, a bit stripped inxi output: szymon@arch ~ % inxi -v 4 System: Host: arch.local Kernel: 3.8.2-1-ck x86_64 (64 bit, gcc: 4.7.2) Desktop: KDE 4.10.1 (Qt 4.8.4) Distro: Arch Linux Machine: System: LENOVO product: Lenovo IdeaPad Y580 version: Lenovo IdeaPad Y580 Mobo: LENOVO model: Product Name version: Mainboard version Bios: LENOVO version: 5DCN38WW(V2.05) date: 06/26/2012 CPU: Dual core Intel Core i5-3210M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9980.7 Clock Speeds: 1: 1200.00 MHz 2: 1200.00 MHz 3: 1200.00 MHz 4: 1200.00 MHz Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0 Card-2: NVIDIA Device 0fd4 bus-ID: 01:00.0 X.Org: 1.13.3 drivers: intel (unloaded: vesa) Resolution: 1366x768@60.0hz GLX Renderer: Mesa DRI Intel Ivybridge Mobile GLX Version: 3.0 Mesa 9.1 Direct Rendering: Yes Network: Card-1: Intel Centrino Wireless-N 2200 driver: iwlwifi ver: in-tree: bus-ID: 03:00.0 IF: wlan0 state: up mac: xx:xx:xx:xx:xx:xx What I do wrong? Cheese, Pizza & Tacos Szymon Szydełko PS. I haven't any video "Driver" clauses in xorg.conf.d - there are only evdev and synaptics references. PPS. I use nvidia-bumblebee-ck driver and corresponding kernel, but on arch' mainline, everything is the same.
As you can see, it's an XORG error. The "module does not exist" means that you don't have xf86-whatever-whatever package. mouse_drv module is provided by xf86-video-mouse. But it shouldn't be looking for it unless you specified it in xorg.conf ... I could be wrong though, I don't have nvidia nor I have used the program you use ...