What about adding a wrapper script that adds -nodga by default if an
nvidia driver is detected?

------------------8<--------------------

#!/bin/bash

unset ARGS
if [ `xdpyinfo -queryExtensions | grep NV-GLX` ] ; then
  ARGS="-nodga"

/usr/lib/xawtv/waxtv.bin $ARGS $@

------------------8<--------------------

-- 
fails to start
https://bugs.launchpad.net/bugs/76501
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to