Comment 143 for bug 771788

Revision history for this message
Dan Clark (wpu-clark) wrote :

I think this is related. I am a linux newbie, so I am not 100% sure. Anyway I was attempting to use WebGL, but I found out that it was either disabled or unavailable. Anyway, I went through the logs for Jockey and found the following.

2011-09-10 19:04:09,967 DEBUG: reading modalias file /usr/share/jockey/modaliases/disable-upstr
eam-nvidia
2011-09-10 19:04:10,023 DEBUG: loading custom handler /usr/share/jockey/handlers/nvidia.py
2011-09-10 19:04:10,033 WARNING: modinfo for module nvidia_96 failed: ERROR: modinfo: could not
 find module nvidia_96

2011-09-10 19:04:10,034 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver96 from na
me NvidiaDriver96
2011-09-10 19:04:10,034 DEBUG: nvidia.available: falling back to default
2011-09-10 19:04:10,108 DEBUG: XorgDriverHandler(nvidia_96, nvidia-96, None): Disabling as pack
age video ABI xorg-video-abi-8 does not match X.org video ABI xorg-video-abi-10
2011-09-10 19:04:10,108 DEBUG: NVIDIA accelerated graphics driver not available
2011-09-10 19:04:10,114 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriverCurrent fr
om name NvidiaDriverCurrent
2011-09-10 19:04:10,114 DEBUG: nvidia.available: falling back to default
2011-09-10 19:04:10,168 DEBUG: NVIDIA accelerated graphics driver availability undetermined, ad
ding to pool
2011-09-10 19:04:10,168 DEBUG: Could not instantiate Handler subclass __builtin__.NvidiaDriverBase from name NvidiaDriverBase
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 947, in get_handlers
    inst = obj(backend)
TypeError: __init__() takes exactly 3 arguments (2 given)
2011-09-10 19:04:10,174 WARNING: modinfo for module nvidia_173 failed: ERROR: modinfo: could not find module nvidia_173

2011-09-10 19:04:10,175 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver173 from name NvidiaDriver173
2011-09-10 19:04:10,175 DEBUG: nvidia.available: falling back to default
2011-09-10 19:04:10,230 DEBUG: NVIDIA accelerated graphics driver availability undetermined, adding to pool

I am running this on 11.04 with an Nvidia 310M, and I am not really sure what I need to do to get this fixed.