similar to: Java and compiz

Displaying 20 results from an estimated 1100 matches similar to: "Java and compiz"

2006 Jul 11
1
Patch for Java app and Compiz
Hi to all: My name is Mauricio and I write from Chili, I new on the list, so hi to all. I'm using Xgl and compiz and is an amazing technologie, also even as a "alpha" software work allmost perfect on my inspiron 6400-ATIX1300. I only have 2 problems. The first related to some java app and compiz (like limewire), so I read on the list something about a patch to try to solve this, I
2006 Oct 04
2
cow by default?
Hi David, --use-cow seems to be quite stable on all variations of tfp (xgl, aiglx, nvidia), I think it was the plan to default-enable it. Do you think it's ready for that? Want a patch? -- Hanno B?ck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber: jabber@hboeck.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2006 Jun 08
5
more cubes and 3d metaphoric objects...
hi how about having more cubes to fly around in 3d space. though at first thought this might appear unessacary as who needs so many desktops? So i thought, why not have special cubes (as well as the original cube of course) and these special cubes, instead of cubes, be 3d metaphric objects for specific tasks such as a radio, or ipod or whatever for music a cinema for movies arcade thingo for
2005 Nov 09
5
Java support : is there a native package ?
Hi, I was wondering if there is a rpm package for java (jre) to centos 4.x or do I have to get from sun/ibm/blackdown ? tks.
2003 Apr 16
2
USB2.0/Firewire Enclosure
I (work :) bought a USB2.0/Firewire enclosure and I had a little trouble with it until I came across this page http://people.freebsd.org/~maho/USB/comment/ku350a.txt after trying the sysctl things work well. I haven't tried the USB2.0 side of it, as I don't have any USB2.0 controllers. The Firewire bit works great too (quite a bit faster than USB1 :) The enclosure in question is made
2006 Jun 24
2
Patchs criterias
Greetings everyone! During the 5 months since Compiz was released lots of work has been done outside of the official team by the new Compiz community in order to improve Compiz's features and usability. These unofficial developers are mainly using the compiz.net boards, #xgl or #compiz-dev IRC channels on Freenode to get in touch, discuss ideas, features, patches and bugs... Most patches
2004 Jan 26
4
Currently no Java for Linux-Mozilla on 4-Stable?
Hey folks, I was trying to install a jvm for the linux-mozilla port on 4-stable. 4-stable of yesterday (updated) and all ports of yesterday except as indicated. I am through all of them, blackdown-1.3, blackdown-1.4.2, checked out the previous blackdown-1.4.1, Sun-1.3.1 and Sun-1.4.2. Most of them have incompatible C++ interfaces to the current linux-mozilla, except blackdown-1.4.2, which
2007 Mar 29
5
SIP RTP Tunnel
Hello, is it possible to rout ALL RTP Data over Asterisk, like SIP1 <---RTP---> Asterisk <---RTP---> SIP2 I know it seems quite useless. But I want to simulate a IAX -> SIP connection and have no Phonecard installed on my computer ;) Thanx, Kalle
2007 Jun 28
3
Install XGL under CentOS 5 with ATI X600 and dual-head configuration
Hi again. I've got a laptop with an ATI X600 inside, perfectly working xorg with dual head configuration, 2 desktops (without xinerama). I've got 2 xorg.conf files, one for propietary ATI (fglrx) driver, and other to use the open source driver. The difference is very notorious. The problem I have is that I read (Saint Google) that to work with compiz/beryl and dual-head configuration, I
2004 Jan 15
2
A language technical question.
If I have 100 objekts in a folder and I prefer not to load them manually I wonder how I do this in R if using a for-loop. I was thinking initially to do something like this: infiles <- dir(pattern=".RData") for(i in length(infiles)) { load(infiles[i]) paste("kalle", i, sep="") <- saveLoadReference } But the line
2006 May 07
2
3 xgl/compiz problems
Looking deeper to compiz/xgl I found three problems in my system that I report to you hoping to be somehow a little useful. I didn't find any of them using Xorg 7 First my testing environment: KDE 3.5 latest XGL cvs - XORG-7.0 Nvidia FX5200 64Mb Latest nvidia drivers Kernel 2.6.16.1 XGL problems: 1) xine is somehow broken with xgl, even with no composite managers: it is very slow even when
2004 Mar 05
1
Problems with SJava instalation
Hi, I'm try to use the SJava package. The install is OK. In R I have this error message: -------------------------- > library(SJava) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/opt/lib/R/site-library/SJava/libs/SJava.so": libRSNativeJava.so: cannot open shared object file: No such file or directory Error in
2008 Apr 29
1
Running Compiz in XGL
I have a Dell Inspiron with the ATI x1400 video card. In Ubuntu 7.04 I ran Compiz-Fusion in XGL with the fglrx drivers and the system was very responsive. I noticed no performance penalties at all. In Ubuntu 8.04 I am running Compiz natively with the current fglrx drivers, and the system is sluggish. Disabling Compiz makes the system very responsive. So I am interested in running Compiz in XGL
2007 Aug 05
1
Using Compiz in KDE
I have had a rather hard time enabling Compiz on my Dell laptop, as it has an ATI X1400 video card. I found a tutorial which helped me configure Compiz in Gnome, but I'm not about to switch to Gnome. I hope that someone here can help me translate the scripts used in the tutorial to start KDE instead of Gnome. I myself have been unable to do so, after a good day googling the subject. These are
2006 Apr 11
1
Using glitz directly vs using XRender
Hi, In the past I've found that using the glitz backend to Cairo with Xorg made some simple animation tests I wrote go much faster. I haven't yet tried them with Xgl but I was wondering which backend is theoretically 'best' in this configuration? My understanding is that Xgl feeds everything drawn to the screen via OpenGL - a bit like Quartz 2D Extreme will when Apple get it
2008 Mar 12
1
XGL and Xorg confusion
Hi, As there has been some confusion over Xgl and Xorg here, I thought I'd just post this. XGL acts as a client to the Xserver and acts as a server for all programs connecting to itself. Instead of displaying its results on a monitor, it interprets the display and calls the appropriate OpenGL APIs; the OpenGL driver physically interacts with the screen, keyboard and mouse. So you do need
2006 Apr 07
2
[PATCH] Add GLX 1.3 + conformant GLX_EXT_texture_from_pixmap support
As promised awhile ago... This patch makes compiz conformant with the latest published version of the GLX_EXT_texture_from_pixmap specification. It has been tested to be fully backwards compatible as well, so it will still work with current versions of Xgl. If GLX 1.3 support isn't available, it just falls back to the existing use of XVisualInfo. However, my version of Xgl is a bit
2007 Apr 17
1
Decoration manager questions
Im trying to write a Windowmaker look-a-like decorator to compiz, tho, im not really sure im doing it the right way, The way im doing it right now is telling libdecorator that i?m interested in becoming the "manager" of the current screen. Then i select the StructureNotify events on the root window and try to snoop out when a new window is created and mapped, and then reparent it onto my
2008 Mar 08
3
No shutdown option in KDE with Compiz-Fusion
I have installed Compiz-Fusion on several Ubuntu machines, all different hardware, with KDE. In all of them, the option to shutdown or reset the computer is absent from the KDE logout buttons when running Compiz-Fusion. I have searched google and see that others have this problem, but I do not see a solution. Is there a known solution to this condition? Thanks in advance. Dotan Cohen
2006 Jun 20
1
Bug with evdev corepointers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everybody, Those who are active in #Xgl on freenode know that I've had segfaults when starting Xgl during the last few weeks (which is also why there was no progress on my g-w-d rewrite). Today I found the time to debug Xgl and to find the bug. My mouse was configured as evdev device in xorg.conf, and to use it, it was set as the