machtnix versuch es mal mit diesem patch:
Oder mit der Änderung die ich oben gepostet hatte.
Diff
--- a/openglosd.cpp
+++ b/openglosd.cpp
@@ -690,7 +690,7 @@ bool cOglFb::BindTexture(void)
void cOglFb::Blit(GLint destX1, GLint destY1, GLint destX2, GLint destY2)
{
- glBlitFramebuffer(0, 0, width, height, destX1, destY1, destX2, destY2, GL_COLOR_BUFFER_BIT, GL_NEAREST);
+ //glBlitFramebuffer(0, 0, width, height, destX1, destY1, destX2, destY2, GL_COLOR_BUFFER_BIT, GL_NEAREST);
glFlush();
}
diff --git a/video.c b/video.c
index 54422b9..faf4d31 100644
--- a/video.c
+++ b/video.c
@@ -1501,6 +1501,7 @@ bool getResolution(char *mode) {
} else {
DmaBufferHandle = h[1];
}
+ DmaBufferHandle = -1;
close(fd);
#if 0
Display More