similar to: No window decorations for simple glut app on compiz/aiglx?

Displaying 20 results from an estimated 100 matches similar to: "No window decorations for simple glut app on compiz/aiglx?"

2015 Feb 16
4
[LLVMdev] Segfault when using llvm-3.6 and OpenGL at the same time on Linux (with mesa, which uses llvm-3.4)
Hello there, tl;dr: Is it a known behaviour that using llvm-3.4 and llvm-3.6 at the same time in the same process (while llvm-3.6 is used from a linked shared library and llvm-3.4 is dlopen'ed - with a strange detail: Especially if -rdynamic is used when linking the program). If so, is there a workaround? If not, can it be fixed in llvm-3.6? Long story: I am writing a program that creates
2013 Jan 26
1
[LLVMdev] lli problem with a simple OpenGL
 Hello, I wrote a very simple openGL application, as below #include #include int main(int argc, char **argv) {   glutInit(&argc, argv);   glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);   glutCreateWindow("red 3D lighted cube");   printf("GL_VERSION = %s\n",glGetString(GL_VERSION) );   return 0; } Compiling it with Clang and adding -lglut option worked
2008 Nov 21
3
Dynamic generation of a (sub) layout
Hi, first of all - I''m relatively unexpierienced with GUI programming in general and with FXRuby in particular. I''ve managed to write a little FXRuby app that animates some data I''ve collected. I made really good progress for a while, but now I''m stuck with the following problem. My data is read from file and can have a varying number of elements, depending on
2013 Mar 10
1
misc3d Contour export to vtk
So I wanted to export a contour3d object into VTK and it worked well enough, except the top of the ball (the contour) was missing. Example below, or gist here: https://gist.github.com/muschellij2/5126544 rm(list=ls()) require(misc3d) f <- function(x, y, z) x^2+y^2+z^2 x <- seq(-2,2,len=20) ball <- contour3d(f,4,x,x,x, draw=FALSE) drawScene.rgl(ball) ### get the triangles allids
2007 Nov 12
0
no decorations on 2nd head using nvidia and aiglx
I've successfully set up 3 machines now (2 nvidia and one radeon 7500, all ubuntu gutsy) with compiz and aiglx and have been very happy with compiz on all of them. Scaling is wonderful. I'm trying to do my main workstation now which is a multihead (dual) configuration with an nvidia 6150: 00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2) Both displays
2013 Jan 24
0
Creating a "scene" with plot3d or point3d
Hi the list, As far as I understand, a possibility to create a "scene" is to provide a list of triangles to the function makeTriangles. Is there also a way to turn the data that are used by "plot3d" into a scene? I would like to write: --- 8< --------- M <- matrix(runif(12),4) plot3d(M) ### Some secretes operations that turn M into a Mscene Mscene <-
2013 Jan 28
0
[LLVMdev] Testing canaries
Dear Duncan, thank you very much. I have been able to use it now, via the following command line: clang -emit-llvm -c -fstack-protector canary.c -o canary.bc llc -print-before=stack-protector -print-after=stack-protector -o canary.s < canary.bc Thank you again, Izabela Maffra. On 26 January 2013 15:55, <llvmdev-request at cs.uiuc.edu> wrote: > Send LLVMdev mailing
2005 Aug 01
2
CentOS-3 glut
Does anyone know where I can get glut.h and associated libraries for CentOS-3? Thanks John. -- John Newbigin Computer Systems Officer Faculty of Information and Communication Technologies Swinburne University of Technology Melbourne, Australia http://www.ict.swin.edu.au/staff/jnewbigin
2014 Aug 15
0
Coordinate systems on on nv10-era cards
So I did a lot more debugging on this. I wrote a program that draws a triangle to an fbo, and then blits that to fb 0. If I draw the triangle with glBegin(GL_TRIANGLES); glColor3f(1, 0, 0); glVertex3f(-0.6*128 + 128, -0.75*128 + 128, 0.5); glColor3f(0, 1, 0); glVertex3f(0.6*128 + 128, -0.75*128 + 128, 0); glColor3f(0, 0, 1); glVertex3f(128, 0.75*128 + 128, 0); glEnd(); Then all
2008 May 26
2
AIGLX problem
Hey everyone, I followed the guide InstallNouvea from the wiki. Installing the driver was a walk in the park. However, I do notice these lines in my Xorg.0.log: (EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed (/usr/lib/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering (II) Loading sub module
2007 Feb 02
0
0.3.7 packages for openSUSE - hopefully working out-of-the-box with AIGLX now
Hi all, I just uploaded new packages to openSUSE.org. If everything turns out well this package is the first to work out-of-the-box on - AIGLX: intel, radeon, ... - NVIDIA native - Xgl: intel, radeon(?), nvidia, fglrx, ... Especially Xgl is the only possibility for ATI proprietary driver users. Tested on Xgl, still works, AIGLX hasn't been verified yet, but the source changed only for
2006 Apr 17
0
Compiz on AIGLX
Last night I reworked compiz-aiglx patch from Kristian H?gsberg to get it working (i.e. patching and running) with latest compiz cvs. Most plugins and features are working again now : wobbly, minimize, resize, cube, rotate, move, fade, scale, place, zoom. However the last two plugins, switcher and decoration are broken. Decoration just draws nothing, I found that the problematic function call is
2006 Jun 28
1
compiz aiglx fbconfig-depth-fix seg-fault
glXGetVisualFromFBConfig(dpy, fbConfigs[j]) returns a null pointer I'm up to date on drm, mesa, xserver and ati driver. Compiz seems to work fine, though, if I just don't apply the fbconfig-depth-fix patch. I'm not sure if I'm missing anything, though, because I'm not running gnome and obviously some of the effects won't work. I get nothing without Kristian's
2006 Jul 09
1
Bundle tfp-detection with correct defaults for aiglx
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060709/4955ef3d/attachment.pgp
2007 Apr 13
2
White Boarders in AIGLX on non-decorated window types
A patch was submitted to the ML a while ago that cured the problem with white boarders in Gtk-Window-Decorator. Can this patch be commited or be a at least fixed up to work with AIGLX? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20070413/ac87c932/attachment.html
2007 Oct 29
1
compiz autostart with AIGLX
I have a feeling my no autostart problem is related to the following tests in compiz-manager. Is there a way I can "step" through the script on openSuSE 10.3 while it is running to find out where the script dies? Or do I basically have to insert error returns throughout the script to capture that info? ---- # if we run under Xgl, we can skip some tests here if ! check_xgl; then # if
2008 Apr 05
1
Required versions and patches for compiz on AIGLX
Hi, I stopped using compiz a while back when some patches didn't apply to an upgrade I thought was more important than running compiz (IIRC it was xorg-server) but would like to get it working again. I'm using vanilla sources of the most recent stable releases of everything related to xorg/mesa. Compiz is configured with: --prefix=/usr \ --sysconfdir=/etc \ --disable-static \
2006 Oct 10
1
AIGLX + r300 + compiz?
So I've spent the last few days getting Xorg pulled from freedesktop git and built. Everything seems to have worked, and I now have Xorg version 7.1.99.2 running, composite enabled, and AIGLX enabled. The Xorg log file shows: (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25
2006 Sep 24
3
AIGLX Support with nVidia 9625 Drivers
Hello, I'm on a Gentoo machine with the latest beta nVidia 9625 Drivers, trying to get Compiz to work with AIGLX... simply running 'compiz', or even with the addition of any options other than version, causes compiz to detect that it is indeed not XGL, and then segmentation faults... please note that I have only currently tried this with Compiz-Quinnstorm (the latest package available
2006 Jun 27
1
compiz on aiglx redux
Hi, I've revisited compiz on aiglx and at this point, if you're running rawhide (fedora development), it's a matter of installing the i386 RPM found here: http://people.redhat.com/krh/compiz/ There's a SRPM there too for other architectures, rebuild using rpmbuild --rebuild compiz-0.0.13.fedora1-3.src.rpm To run compiz, first start the gnome-window-decorator process in