diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-19 16:27:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-19 16:27:07 +0000 |
commit | 928941908db1af14c51d3029b77ecdf8e25c500f (patch) | |
tree | 0b50a5ddd324c1598532cdf22f707a645a72c829 /wm/3ddesktop/patches | |
parent | 3db360a4715c19ca78dde47c6c6ef2e9e8cc0723 (diff) | |
download | pkgsrc-928941908db1af14c51d3029b77ecdf8e25c500f.tar.gz |
PR 30781 by Geert Hendrickx:
make 3ddesktop accept software rendering.
Bump PKGREVISION.
Diffstat (limited to 'wm/3ddesktop/patches')
-rw-r--r-- | wm/3ddesktop/patches/patch-ad | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/3ddesktop/patches/patch-ad b/wm/3ddesktop/patches/patch-ad new file mode 100644 index 00000000000..d07e6d5459f --- /dev/null +++ b/wm/3ddesktop/patches/patch-ad @@ -0,0 +1,18 @@ +$NetBSD: patch-ad,v 1.1 2005/07/19 16:27:07 wiz Exp $ + +--- win.cpp.orig 2004-05-28 05:41:28.000000000 +0200 ++++ win.cpp +@@ -316,11 +316,10 @@ int GLWindow::create_GL_window(char *tit + else { + msgout (ERROR, + "glXIsDirect failed, no Direct Rendering possible!\n" +- "Please configure hardware acceleration. Exiting.\n"); ++ "3ddesktop will run slow without hardware acceleration.\n"); + fprintf (stderr, + "3ddeskd: glXIsDirect failed, no Direct Rendering possible!\n" +- "3ddeskd: Please configure hardware acceleration. Exiting.\n"); +- end_program(-1); ++ "3ddeskd: 3ddesktop will run slow without hardware acceleration.\n"); + } + + |