928941908d
make 3ddesktop accept software rendering. Bump PKGREVISION.
18 lines
762 B
Text
18 lines
762 B
Text
$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");
|
|
}
|
|
|
|
|