A SOLUTION - Re: compton and shadows

2014-03-07 Thread Sharon Kimble
w = true; > clear-shadow = true; > shadow-blue = 1.0; > #shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", > "class_g ?= 'Notify-osd'", "class_g = 'Plank'" ]; > shadow-exclude = "n:e:N

Re: [solved but annoying] XORG.CONF or a solution without xorg.conf needed

2011-06-01 Thread Andrei Popescu
On Ma, 31 mai 11, 23:17:37, Ralf Mardorf wrote: > > The rough (first trial :), working xorg.conf is attached. The "Module" section is useless, you can get rid of it. Regards, Andrei -- Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinfo/d-comm

[solved but annoying] XORG.CONF or a solution without xorg.conf needed

2011-05-31 Thread Ralf Mardorf
Hi all, hi Andrei, the first trial, when ignoring the mouse wheel issue, was successful. Oh, wait, I've forgotten to check the resolution, but the session started and the frequency was at 90 Hz and I bet the wanted resolution is available too. Anyway, there is something annoying. At startup and sh

Re: XORG.CONF or a solution without xorg.conf needed

2011-05-31 Thread Ralf Mardorf
On Tue, 2011-05-31 at 20:14 +0300, Andrei Popescu wrote: > On Ma, 31 mai 11, 13:18:15, Ralf Mardorf wrote: > > > > > > For Debian I still need to set up a xorg.conf, > > > > Why do you think so? > > > > I don't think so, it's a declarative statement. > > Since

Re: XORG.CONF or a solution without xorg.conf needed

2011-05-31 Thread Andrei Popescu
On Ma, 31 mai 11, 13:18:15, Ralf Mardorf wrote: > > > > For Debian I still need to set up a xorg.conf, > > Why do you think so? > > I don't think so, it's a declarative statement. Since you didn't provide more info I guessed you assumed you need one, while wit

Re: XORG.CONF or a solution without xorg.conf needed

2011-05-31 Thread Camaleón
On Tue, 31 May 2011 15:16:20 +0200, Ralf Mardorf wrote: > This one didn't came through the list? > > Forwarded Message > From: webmas...@debianhelp.org > To: ralf.mard...@alice-dsl.net > Subject: There was a problem with your email to debianHELP (XO

XORG.CONF or a solution without xorg.conf needed

2011-05-31 Thread Ralf Mardorf
This one didn't came through the list? Forwarded Message From: webmas...@debianhelp.org To: ralf.mard...@alice-dsl.net Subject: There was a problem with your email to debianHELP (XORG.CONF or a solution without xorg.conf needed) Date: Tue, 31 May 2011 08:56:16 -0400 (EDT)

XORG.CONF or a solution without xorg.conf needed

2011-05-31 Thread Ralf Mardorf
Was From: Andrei Popescu To: debian-user@lists.debian.org Subject: Re: Until now Debian seems to be the right decision :), better performance than Ubuntu Date: Tue, 31 May 2011 09:00:43 +0300 On Lu, 30 mai 11, 19:1

Re: Re: need advice on a solution

2010-10-04 Thread Miles Fidelman
Long Wind mailto:longwind2009%40gmail.com>> wrote: I trade stocks. I put stock prices in file. Often I need compute PE for each day. To cope with stock split, I need to recompute prices as if un-split. Sometimes to compute PE, I want to use average of the last three years' earning To complete

Re: need advice on a solution

2010-10-04 Thread Ron Johnson
On 10/04/2010 04:20 PM, Long Wind wrote: I have heard that sql can do all tasks that a procedural programming language can do so That is manifestly *incorrect*, since SQL is a declarative domain-specific language. However... RDBMSs like PostgreSQL and Oracle offer procedural language extens

Re: need advice on a solution

2010-10-04 Thread Long Wind
I have heard that sql can do all tasks that a procedural programming language can do so I'll try sql -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlkti=cymy0n77a

Re: need advice on a solution

2010-10-04 Thread Ron Johnson
On 10/04/2010 02:33 AM, Doug wrote: On 10/04/2010 03:15 AM, Doug wrote: On 10/04/2010 02:59 AM, Long Wind wrote: I'm rather confused. Another user Ron just say the opposite. Suppose stock prices in an array (or table or database) and annual earnings of 10 years in another array (or table or dat

Re: need advice on a solution

2010-10-04 Thread John Hasler
Ron Johnson writes: > PostrgeSQL is *the* way to go... For his purpose sqlite might be better. -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87vd5ij

Re: need advice on a solution

2010-10-04 Thread Ron Johnson
On 10/04/2010 07:08 AM, John Hasler wrote: Ron Johnson writes: PostrgeSQL is *the* way to go... For his purpose sqlite might be better. I thought about that, but it's datatypes are only notional. $ sqlite3 foo.db SQLite version 3.7.2 Enter ".help" for instructions Enter SQL statements termi

Re: need advice on a solution

2010-10-04 Thread Ron Johnson
On 10/04/2010 01:05 AM, Long Wind wrote: (sorry, this is not Linux specific) I trade stocks. I put stock prices in file. Often I need compute PE for each day. To cope with stock split, I need to recompute prices as if un-split. Sometimes to compute PE, I want to use average of the last three yea

Re: need advice on a solution

2010-10-04 Thread Doug
On 10/04/2010 03:15 AM, Doug wrote: On 10/04/2010 02:59 AM, Long Wind wrote: I'm rather confused. Another user Ron just say the opposite. Suppose stock prices in an array (or table or database) and annual earnings of 10 years in another array (or table or database) to compute PE using average

Re: need advice on a solution

2010-10-04 Thread Long Wind
Thank Ron Johnson ! I probably won't waste time on learning spreadsheet. I am new to Perl and Python. (A lot of training required!) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://li

Re: need advice on a solution

2010-10-04 Thread Doug
On 10/04/2010 02:05 AM, Long Wind wrote: (sorry, this is not Linux specific) I trade stocks. I put stock prices in file. Often I need compute PE for each day. To cope with stock split, I need to recompute prices as if un-split. Sometimes to compute PE, I want to use average of the last three yea

need advice on a solution

2010-10-04 Thread Long Wind
(sorry, this is not Linux specific) I trade stocks. I put stock prices in file. Often I need compute PE for each day. To cope with stock split, I need to recompute prices as if un-split. Sometimes to compute PE, I want to use average of the last three years' earning To complete these tasks Solut

Re: need advice on a solution

2010-10-04 Thread Doug
On 10/04/2010 02:59 AM, Long Wind wrote: I'm rather confused. Another user Ron just say the opposite. Suppose stock prices in an array (or table or database) and annual earnings of 10 years in another array (or table or database) to compute PE using average of last 3 years is like writing a pro

Re: need advice on a solution

2010-10-04 Thread Long Wind
I'm rather confused. Another user Ron just say the opposite. Suppose stock prices in an array (or table or database) and annual earnings of 10 years in another array (or table or database) to compute PE using average of last 3 years is like writing a program Can spreadsheet really do the job?

Re: trying to record sound with 'arecord' A SOLUTION - POSTSCRIPT

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 16:49, David Fox wrote: > On 10/3/07, tom arnall <[EMAIL PROTECTED]> wrote: > > yes to both. i used alsa mixer to set the mic level. i'm using a headset > > and when i do input to the mic i can hear it in the headphones. > > having never tried arecord I tried it out - o

Re: trying to record sound with 'arecord' A SOLUTION

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 16:49, David Fox wrote: > On 10/3/07, tom arnall <[EMAIL PROTECTED]> wrote: > > yes to both. i used alsa mixer to set the mic level. i'm using a headset > > and when i do input to the mic i can hear it in the headphones. > > having never tried arecord I tried it out - o

Re: IRQ conflict on ethernet cards - a solution

2001-11-06 Thread Oleksandr Moskalenko
* Eric Smith ([EMAIL PROTECTED]) wrote: > According to Oleksandr Moskalenko on Tue, Nov 06, 2001 at 12:05:43PM -0500: > > > > > Eric, I had such a problem and solved it by changing the IRQ on a 3Com > > card. Their diagnostics and install floppy works wonders in most cases. > > Have you tried t

Re: IRQ conflict on ethernet cards - a solution

2001-11-06 Thread Stephen E. Hargrove
* Eric Smith ([EMAIL PROTECTED]) babbled: > > I solved the problem soon after sending the email by disabling > irq 10 in the bios, then one card caught irq 9 and the other 4 - > I thought there was meant to be some science in this stuff ;) there is. bios almost always wins, especially when it

Re: IRQ conflict on ethernet cards - a solution

2001-11-06 Thread Eric Smith
According to Oleksandr Moskalenko on Tue, Nov 06, 2001 at 12:05:43PM -0500: > > Eric, I had such a problem and solved it by changing the IRQ on a 3Com > card. Their diagnostics and install floppy works wonders in most cases. > Have you tried that one? This is the way that I've seen advised on t

Re: A solution

2001-02-19 Thread Erik Steffl
[EMAIL PROTECTED] wrote: > > Dear Friend, > > It is a blessing that I am able to reach you. I have some > important > information for you,it's about your future and your love life. I > have the > answer, to what is blocking you from having happiness and love in > your life. > You have been prayin

A solution

2001-02-19 Thread bob
Dear Friend, It is a blessing that I am able to reach you. I have some important information for you,it's about your future and your love life. I have the answer, to what is blocking you from having happiness and love in your life. You have been praying for an answer,wanting to know what is

Re: Surely someone must have a solution to my recording problem?

2001-01-04 Thread Johann Spies
On Wed, Jan 03, 2001 at 10:32:44AM +, Barry Samuels wrote: > I have tried recording using a number of different Linux > applications (e.g. khdrec, kmedia, krecord, gramofile) for > recording together with different mixers ( e.g. kmix, aumix ) and > various versions of the Emu modules but all t

Re: Surely someone must have a solution to my recording problem?

2001-01-03 Thread Ray Percival
I had some problems with 2.2 and the emu10k1 module with volume but they went away when I went to the 2.2.18 kernel and just compilied it in. -- Original Message -- From: Barry Samuels <[EMAIL PROTECTED]> Date: Wed, 3 Jan 2001 10:32:44 + (GMT) >I have

Surely someone must have a solution to my recording problem?

2001-01-03 Thread Barry Samuels
I have a SoundBlaster PCI 128 Live and I am running Debian 2.2 with kernel 2.2.17. Using the Emu modules everything works as expected except for sound recording. Sound recording creates a properly formated .Wav file except that the values are so low as to be inaudible! I am trying to record usin

A Solution: LILO stops at "LI"

2000-12-11 Thread Terry Hancock
I noticed a few different posts from people having similar problems to mine (a couple of examples follow), in which LILO would stop after just typing "LI" on the screen and hang up. Various different reasons for the problem were proposed, centering on hardware compatibility problems. After examin

Re: Micro$oft decommoditizing things -- a solution?

1998-11-09 Thread Steve Lamb
On Sun, Nov 08, 1998 at 10:59:45PM +, Jiri Baum wrote: > > Also, if we stick it into open source, > > as we should, M$ *still* has access to it to do as they please. > Well, theoretically they don't. If they use GPL code, they have to > keep it GPL. In theory. In practice it is hard to p

Re: Micro$oft decommoditizing things -- a solution?

1998-11-09 Thread Jiri Baum
Hello, Steve Lamb wrote: ... > Also, if we stick it into open source, > as we should, M$ *still* has access to it to do as they please. Well, theoretically they don't. If they use GPL code, they have to keep it GPL. Personally, I'd suggest doing the other things mentioned in the memo, like the e

Re: Micro$oft decommoditizing things -- a solution?

1998-11-08 Thread Hamish Moffatt
On Sat, Nov 07, 1998 at 07:57:50PM +, Kevin Grant wrote: > want to credit the author). A new, extended M$ HTML standard will not > only be incompatible with the old HTML stuff (forcing everyone to upgrade > to the propriatary M$ standard) but it will become popular largely because > it will ha

Re: Micro$oft decommoditizing things -- a solution?

1998-11-08 Thread Jon S
Kevin Grant wrote: > the Debian development > community is much better suited to develop an extended standard for HTML > that includes the desired new special effects, but is still backwards > compatible with the old stuff. Let's remember that the Debian development community is busily tending t

Re: Micro$oft decommoditizing things -- a solution?

1998-11-08 Thread Steve Lamb
On Sun, Nov 08, 1998 at 04:29:45PM +1300, [EMAIL PROTECTED] wrote: > web. I'm bearing in mind the streamed graphics that Intel is using to > cripple your machine to sell you Pentuim IIs. Want a laugh, go to www.unitedmedia.com and take a look at the requirements for their "Comics Browser." Y

Re: Micro$oft decommoditizing things -- a solution?

1998-11-08 Thread AJT60
On Sat, 7 Nov 1998, Steve Lamb wrote: > On Sat, Nov 07, 1998 at 07:57:50PM +, Kevin Grant wrote: > > to read the new style web pages). But remember that the Debian development > > community is far larger (and faster) than M$. > > The one problem with that is not tat we can't code faster

Re: Micro$oft decommoditizing things -- a solution?

1998-11-08 Thread Steve Lamb
On Sat, Nov 07, 1998 at 07:57:50PM +, Kevin Grant wrote: > to read the new style web pages). But remember that the Debian development > community is far larger (and faster) than M$. The one problem with that is not tat we can't code faster and better, but the fact that we don't define the

Micro$oft decommoditizing things -- a solution?

1998-11-08 Thread Kevin Grant
As some of my previous boneheaded questions to this mailing list have shown, I'm a complete newbie when it comes to Debian and Linux and the development process for Debian packages and standards, so be warned that the following may be particularly stupid but... It seems to me that, as regards the