-
Notifications
You must be signed in to change notification settings - Fork 143
Description
Chaps,
I've just done a clean install of Ubuntu 13.04 daily (24 Mar 13) with kernel 3.8.0-14
followed by a clean install on bumblebee + nvidia (304) and it fails to run any app with optirun.
Here are some of the details:
~$ optirun -vv --debug bash
[ 123.114015] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 123.114584] [INFO]Configured driver: nvidia
[ 123.114838] [DEBUG]optirun version 3.1 starting...
[ 123.114857] [DEBUG]Active configuration:
[ 123.114866] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 123.114873] [DEBUG] X display: :8
[ 123.114880] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-304
[ 123.114888] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 123.114895] [DEBUG] Accel/display bridge: auto
[ 123.114903] [DEBUG] VGL Compression: proxy
[ 123.114935] [DEBUG]Using auto-detected bridge virtualgl
[ 124.893051] [INFO]Response: No - error: XORG No devices detected.
[ 124.893072] [ERROR]Cannot access secondary GPU - error: XORG No devices detected.
[ 124.893078] [DEBUG]Socket closed.
[ 124.893098] [ERROR]Aborting because fallback start is disabled.
[ 124.893104] [DEBUG]Killing all remaining processes.
the output from bumblebee -vv --debug is here:
the above is with
kernel 3.9.0-030900rc4-generic #201303232035 SMP Sun Mar 24 00:44:55 UTC 2013 i686 i686 i686 GNU/Linux
but exactly the same happens with the installed 3.8.0-14
details:
$ lspci -v -s 01:00.0
01:00.0 VGA compatible controller: NVIDIA Corporation Device 0fd4 (rev a1) (prog-if 00 [VGA controller])
Subsystem: CLEVO/KAPOK Computer Device 3700
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
Expansion ROM at f7000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nvidia
bumblebee.conf:
I've tried both the stable and testing repos on both kernels and the results are identical - kind of suggests it's not Bumblebee but something else, but I can't for the life of me see what it might be!
any help greatly appreciated.
Dave