similar to: rotate → auto-search windows

Displaying 20 results from an estimated 4000 matches similar to: "rotate → auto-search windows"

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 Jun 08
1
ss->translate > 0.001f makes my compiz working slow
plugin/switcher.c:1290: if (ss->grabIndex || (ss->zooming && ss->translate > 0.001f)) that line you have added 2006-06-06 and this made my compiz extremely slow. I am changing it back to `if (ss->grabIndex || ss->zooming)' after every cvs update and it makes compiz working propely. FreeBSD 6.1, ATI Mobility Radeon M7 LW [Mobility Raden 7500], driver "radeon"
2006 Apr 21
2
Rotate/edge-flip and jumping mouse pointer
Hi, I'm using running Xgl/compiz on Gentoo/AMD64/2006.0, with xgl-0.0.1_p20060418 and compiz-quinnstorm-0.0.9.3 on Gnome 2.14. I love the edge-flip feature of rotate, but I sometimes have a problem where, after edge-flipping the mouse pointer seems to jump to the opposite window edge which starts rotating the cube to the next desktop, so I start moving the pointer back, whereupon it jumps
2006 Oct 10
1
possible workspacehandling bug
Hello, first of all I would like to thank everyone for the effort put into the project. I have found a quite peculiar behavior when using Xgl/compiz. Sometimes my windows disappear, if i use ctrl+alt+shift+left/right i can end up in an empty desktop and if I keep holding ctrl+alt+shift and move back to the previous workspace the window moves back just as if it had been moved previously. Also, if
2006 Dec 05
2
workspaces/desktops/viewports on top/bottom of cube?
I know this has probably been asked before, but, I'll ask anyways: Workspaces/Desktops/whatever on the top and bottom of the cube, is there any chance this will ever happen? I love how in gnome you can have work spaces in rows/columns, and i tend to have 4-6 workspaces (well 6, but only 4 gets used all of the time, but its nice to have the "buffer" workspaces. since using compiz
2006 Nov 22
4
[ANNOUNCE] compiz-0.3.4
Changes since 0.3.2: * Core Support for multiple desktops (workspaces). Much better multi-head support. The workarea is calculated per output and windows are now maximized properly. Edge button option has been added to action options. It can be used to require a button press for edge actions to be triggered. Basic support from internal
2011 Jan 12
3
Secret of Monkey Island SE, steam on wine, crashes on start
I'm wondering if anyone can help me? I'm trying to run Secret of Monkey Island special edition in Steam on wine with Ubuntu Maverick Meerkat. I can install steam and use it to install the game (after it installs directx), apparently with no problems, but when I try to run the game, a window opens saying "Preparing to launch The Secret of Monkey Island: Special Edition". This
2006 Apr 06
5
g-w-d.c -> my head spins
Greetings everybody! I started looking more thoroughly at gnome-window-decorator.c and now my head spins and "hurts" and believe that I'm not going to achieve anything serious in terms of tweakable shadows anytime soon. It's far more difficult than I expected. While I (believe) to understand now the shadows are drawn, I currently don't get why there are 12 shadow-quads and
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
2006 Sep 15
3
correct opcodes for GLX_EXT_texture_from_pixmap
Hello...after upgrade glproto, xserver and mesa it's compiz not functional. Xserver is functional and if i run compiz all sides of compiz cube are white, I thing this is probably cause new opcodes for GLX_EXT_texture_from_pixmap. This is commit from git.freedesktop.org from last upgrade glproto, xserver, mesa Use correct opcodes for GLX_EXT_texture_from_pixmap. Set the correct opcodes for
2007 Jun 29
1
FGLRX using Aiglx??
Hi! AFAIK FGLRX doesnt support glx_ext_texture_from_pixmap, and enabling composite+dri is resulting in screen corruption even with 8.38.6. Then how are you guys running it without XGL? Regards, Karthik On 6/29/07, compiz-request at lists.freedesktop.org < compiz-request at lists.freedesktop.org> wrote: > > Send compiz mailing list submissions to > compiz at
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
2007 Mar 07
4
Plugin Library Interface
Hi, some of you might noticed that there was recently some discussion on the Beryl ML about an interface which provides sharing functions and allows us to do library plugins. One example for this kind of plugins is text, which was recently ported to that system. I now want to explain here how it works in general. Core does save the shared library functions in a CompLibraryFunction struct: struct
2007 Mar 27
0
Problem with decorator and edges
Hi, I've just started using Compiz. I'm running Debian testing on a HP/Compaq nc4400 laptop, and I've installed Compiz from the exprimental repository, 0.3.6 I believe, since the 0.2.2 in testing was rather old. In general I have very few problems, besides having to change my ways of working due to a radically different interface :-) I did run into one thing I don't quite
2006 May 09
1
Window decorations gone...
Hi All! First off, thanks to everybody working on compiz, xgl, aiglx, etc. In recent versions of compiz and Xgl (from the quinn and reggaemanu repositoried) I have lost all window decorations. I have tried all combinations of plugins and still can't get them to show. I have the cube working fine as well as wobbly windows. Is there any way I can debug this problem without resorting to
2006 May 11
1
compiz without a desktop window
Running compiz without a desktop window has some unexpected behavior. It is not possible to grab the cube with the mouse. The pointer needs to be over a window for it to work. In display.c the XSelectInput call in addDisplay is missing ButtonPressMask and ButtonReleaseMask, so it makes sense why this doesn't work. Is there a reason why they have been left out? Lower window with Button2 on
2018 Oct 10
1
samba DC, dublicate SPN
directory service replication does not work between windows DC and samba DC, as the samba DC has 2 identical WSMAN records samba-tool  spn list m7-arhiv$ m7-arhiv$ User CN=M7-ARHIV,OU=Computers M07,DC=example,DC=ru has the following servicePrincipalName:      HOST/M7-ARHIV      HOST/m7-arhiv.example.ru      RestrictedKrbHost/M7-ARHIV      RestrictedKrbHost/m7-arhiv.example.ru    
2007 Jul 17
2
Blur problems
I'm using compiz compiled for feisty by trevino, on a mobility radeon x1600 using fglrx 8.38.6 over Xgl 7.2.0. I'm experiencing some problems with the blur: after a short time using compiz the blur over the windows (most noticeably the terminal) becomes a opaque gray. I really don't know how to debug this problem... :( I'll be happy to give any information you'll need
2007 Jun 12
1
Compiz porting plan, for help
David & All, As you might have heard, Intel recently introduced a new low-power device called a Mobile Internet Device (MID). We're working in Intel's Open source Technology Center on the Linux Desktop UI. Given the small screen we're planning on using a stack-based window manager where each application runs full-screen (think Matchbox). We think it would be very cool to get a