diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-03-10 23:13:09 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-03-10 23:13:09 +0000 |
commit | 0059c57bde3e0275264c3fd5fa82ccbb2c3d30d0 (patch) | |
tree | 713fa2cdf9adb5aa3dbf373d9d879236b38eb8ea /x11-wm/compiz/files | |
parent | Stable on alpha wrt security #153911 (diff) | |
download | historical-0059c57bde3e0275264c3fd5fa82ccbb2c3d30d0.tar.gz historical-0059c57bde3e0275264c3fd5fa82ccbb2c3d30d0.tar.bz2 historical-0059c57bde3e0275264c3fd5fa82ccbb2c3d30d0.zip |
fix typo in compiz startscript
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'x11-wm/compiz/files')
-rwxr-xr-x | x11-wm/compiz/files/compiz-start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/compiz/files/compiz-start b/x11-wm/compiz/files/compiz-start index 70373de76aee..8eaf0161a7f1 100755 --- a/x11-wm/compiz/files/compiz-start +++ b/x11-wm/compiz/files/compiz-start @@ -15,7 +15,7 @@ COMPIZ_OPTIONS="--replace --use-cow" if [ $GLX_WITH_DIRECT -eq 3 ]; then if [ $GLX_RENDER -eq 0 ]; then - echo NVIDA detected + echo NVIDIA detected export __GL_YIELD="NOTHING" else echo XGL detected |