+# ==============================================================
+# Set PYMOL_PATH to point at the correct location on your system
+PYMOL_PATH=@@PYTHON_PKGDIR@@/pymol/pymol_path
+# ==============================================================
+# (no changes usually required below here)
+HasRadeon=($(system_profiler SPDisplaysDataType | grep Radeon ))
+if [[ -z "$HasRadeon" ]];then
+ exec @@PYTHON_BINARY@@ @@PYTHON_PKGDIR@@/pymol/__init__.py -d "_ set stereo_double_pump_mono,quiet=1" "$@"
+ exec @@PYTHON_BINARY@@ @@PYTHON_PKGDIR@@/pymol/__init__.py -d "_ set stereo_double_pump_mono,quiet=1" "-M" "$@"