Displaying 20 results from an estimated 8000 matches similar to: "Killed compiz & pulseaudio. What else might cause problems?"
2008 May 09
1
Space Rangers 2: Is anyone else playing?
Is anyone else playing (or trying to play) Space Rangers 2 under wine? I'm having some problems with crashing that I can't diagnose and would like to compare notes. I've already contacted the only other AppDB submitter for this game.
2007 Dec 31
2
point release?
Hello Esteemed Tent-pitchers,
Can we get a point release of the current camping trunk? 1.5.1 maybe?
I don''t know how stable trunk is, but there are lots of bugs that
would be nice to get resolved. Particularly the ones involving the
incorrect creation of the sessions table.
Evan
--
Evan Weaver
Cloudburst, LLC
2012 Jan 08
2
R package equivalent to Excel SOLVER - Paquete R equivalente a SOLVER de Excel
Esteemed colleagues
I wonder if there is a package in R that performs the functions of the
Excel SOLVER.
Thanks in advance for the reply.
Best regards,
-------------------------
Estimados colegas
Me pregunto si hay un paquete en R que funcione como el SOLVER de Excel.
De antemano gracias por la respuesta.
Saludos,
--
Ricardo Bandin Llanos
rbandin@udec.cl
[c] Magíster Cs. m. Pesquerías
2008 Feb 08
1
compiz-0.7.0-5.1 - Killed compiz-emerald-0.6.9_git071204-1.4
Listmates,
openSuSE 10.3
ati mobility radeon 9700
ati-fglrxG01-kmp-default-8.45.4_2.6.22.16_0.1-0.2
xorg: http://www.3111skyline.com/download/radeon3D/xorg.conf.no.emerald
With the update to compiz 0.7.0-5.1, compiz-emerald and emerald-themes
completely stopped working. Compiz will start and you can choose kde
window decorations, but I cannot get emerald to work not matter what.
Not from
2010 Sep 12
3
create a '3D line plot'
Esteemed useRs and developeRs,
I need to create a '3D line plot' (proper name?) of which an excellent
example can be viewed here:
http://cococubed.asu.edu/images/87a/images/unknown_pleasures.jpg
I have some experience using the rgl package to create 3D PCA plots, but
have no idea where to start for an image like this.
I'd really appreciate suggestions & help on how might
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
2011 Dec 19
2
odd mdadm behavior
Allo esteemed Centos-ers,
Noticed something funny with an mdadm mirror based raid the other day.
So I had a system disk set to mirror via mdadm.
One of the disks went south at a remote office and since there was no
one available to swap out the disk, I thought to leave it for later.
Well, due to work being what is it, this later became a year.
During one of the servers many reboots, much of
2007 Nov 09
1
Compiz starts, but no 3D effects
I just installed Compiz on Ubuntu Feisty (Gutsy does not work on my
hardware as per the release notes) via the
http://ppa.launchpad.net/amaranth/ubuntu repo, which is the repo
suggested in the compiz-fusion website. The machine is a Dell Inspiron
E1505 / 6400 with the horrible ATI X1400 graphics card and 1680x1050
monitor. I installed XGL and the proprietary ATI driver, a combination
that worked
2016 Jul 28
2
Exception Handling Deep Dive at Dev Meeting
I'm proposing that one of the esteemed members of the LLVM community
present a talk on exception handling both how it is done inside LLVM
and in general.
The interest from my part is the Windows Exception Unwinding which
from what I read is like Itaniums. It also looks like this is the one
implemented in LLVM and most everyone cares about.
I understand in the face of optimizations the
2008 May 04
1
. Re: Java animations, Google Earth flashing with Compiz
Dear Dotan,
The problem of flashing/flickering in 3D apps/ videos
with Xv enabled on account of non-redirection is limited to AIGLX and not an
issue at all with XGL and compiz. fglrx till date has many mem leaks and
crappy 3d performance on linux especially with compiz enabled. If you want
to use these apps with compiz, for now use XGL. Else just disable compiz
temporarily when
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
2012 Dec 06
2
function to filter identical data.fames using less than (<) and greater than (>)
Esteemed UseRs,
I've got many biggish data frames which need a lot subsetting, like in
this example:
# example
eg <- data.frame(A = rnorm(10), B = rnorm(10), C = rnorm(10), D = rnorm(10))
egsub <- eg[eg$A < 0 & eg$B < 1 & eg$C > 0, ]
egsub
egsub2 <- eg[eg$A > 1 & eg$B > 0, ]
egsub2
# To make this clearer than 1000s of lines of extractions with []
# I
2012 May 07
2
how to deduplicate records, e.g. using melt() and cast()
Esteemed UseRs,
This must be embarrassingly trivial to achieve with e.g., melt() and
cast(): deduplicating records ("pw.X" in example) for a given set of
responses ("cond.Y" in example).
Hopefully the runnable example shows clearly what i have and what i'm
trying to convert it to. But i'm just not getting it, ?cast that is! So
i'd really appreciate some ones
2016 Jul 28
2
Exception Handling Deep Dive at Dev Meeting
Hi,
On Thu, 28 Jul 2016 09:32:18 -0700
Reid Kleckner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> I think David and I are probably the most familiar with how WinEH works in
> LLVM, but I don't think either of us has time to prepare a talk for the dev
> meeting. I'm trying to prepare a talk on supporting the MS debug info
> format in LLVM this year. That said,
2008 Jan 02
1
Asterisk E1/T1 Card configuration
My Esteemed Gurus!
Still learning...
I need to read about and learn how to configure
Asterisk box here in the lab for digital cards. I'm
about to get one of those E1/T1 interface cards from
Digium. Please point me to docs that I can read so I
don't have to bug you with too many questions :-).
Sample config files would greatly help.
In particular, suppose I have a T1 card in my box
2010 Sep 11
1
'programatically' list or call objects for use in a function?
Esteemed R users and developers,
How does one 'programatically' list or call objects for use in a function?
For example, i thought i could do something better than this:
save(A.cwb, B.cwb, C.cwb, D.cwb, E.cwb, F.cwb, file="afile.RData")
with something like these-
prfxs <- c("A", "B", "C", "D", "E", "F") #**
2010 Oct 07
1
venneuler() - customize a few things.
Esteemed UseRs and DevelopeRs,
Just coming to terms with the very attractive proportional venn
gernator, venneuler(), but would like to customize a few things.
Is it possible to-
-suppress all circle labels?
-suppress only certain circle labels?
-print specific text strings at specified locations within the circles?
and unions?
-specify circle colors?
-specify label font, size & color?
2008 Jun 21
1
Howto uninstall compiz from Kubuntu
Compiz:
A colleague tempted me with compiz eye candy, and I tried it.
Sorry, but many features were too far outside my usability comfort zone:
- lazy mouse (in /this/ day and age???)
- The Run window did not reliably pop up
- minimize-all-windows turned everything black
Some of those items were configurable. Some required multiple, diverse
reconfigurations to fix. I couldn't fix the
2002 Apr 24
1
Vorbis on Empeg
The esteemed Emmett seems to have given an integer decoder license to Empeg
free of charge.
Soon, you'll be able to play Ogg Vorbis in your car. Spectacular.
I'm headed to Vorbis.com to donate some cash. I'd like to encourage anyone
else who feels the same to do so.
http://empeg.comms.net/php/showflat.php?Cat=&Board=hackers_prog&Number=85604