2013-02-25 21:03, Slavko skrev:
Dňa 25.02.2013 20:33:04 Tixy napísal(a):
On Sun, 2013-02-24 at 21:51 +0100, Slavko wrote:
Dňa 24.02.2013 21:20:35 Csanyi Pal napísal(a):
So how can I know now which debian packages are installed from these
deb-multimedia repositories abowe?
aptitude search
On 2/24/2013 7:41 AM, Tixy wrote:
> Actually, I just double checked, and my CPU [1] does have PAE after all.
PAE is in every AMD/Intel chip manufactured post 1998. You'd have to be
using a Pentium MMX, AMD K6-2, or older chip, to lack PAE support.
The general rule here: if the chip clock is gr
On 2/25/2013 6:35 PM, Mark Filipak wrote:
Hi Chris,
Are you a fan of Shakespeare tragedies? I think Linux is a good subject.
It's so hard to comment constructively without seeming to bitch. It's a
tragedy.
I'm an electronics engineer technoweenie with over 3 decades of
experience with such a wi
--- On Mon, 2/25/13, Mark Filipak wrote:
> From: Mark Filipak
> Subject: Re: Thinking about using Debian
> To: "Chris Bannister"
> Cc: debian-user@lists.debian.org
> Date: Monday, February 25, 2013, 5:35 PM
>
> Do you know of any very-experienced Debian folks who speak
> truths and wouldn't
On 02/25/2013 06:35 PM, Mark Filipak wrote:
Hi Chris,
Are you a fan of Shakespeare tragedies? I think Linux is a good
subject. It's so hard to comment constructively without seeming to
bitch. It's a tragedy.
I'm an electronics engineer technoweenie with over 3 decades of
experience with suc
On Sun, 24 Feb 2013, Tixy wrote:
> Actually, I just double checked, and my CPU [1] does have PAE after all.
> I was confused because it only has 32-bit physical address size (and so
> doesn't benefit from any 'Extension' to the physical address).
The Pentium-M does indeed have PAE, and they even
Hi Chris,
Are you a fan of Shakespeare tragedies? I think Linux is a good subject. It's
so hard to comment constructively without seeming to bitch. It's a tragedy.
I'm an electronics engineer technoweenie with over 3 decades of experience with
such a wide range of mainframes/minicomputers/micr
I think 'm[^/]*$' will match (parse) all end-parts that begin with 'm'.
I think '.*/m[^/]*$' will match (find) all full-paths that have an end-part
that begins with 'm' (or either of: 'm' or 'M' if 'i' flag is used).
I addressed parsing, not finding.
In javascript,
regExp=/.*\/m[^\/]*$/i;
would r
Ahoj,
Dňa 25.02.2013 20:33:04 Tixy napísal(a):
> On Sun, 2013-02-24 at 21:51 +0100, Slavko wrote:
>> Hi
>>
>> Dňa 24.02.2013 21:20:35 Csanyi Pal napísal(a):
>>
>>> So how can I know now which debian packages are installed from these
>>> deb-multimedia repositories abowe?
>>
>> aptitude search '
On Sun, 2013-02-24 at 21:51 +0100, Slavko wrote:
> Hi
>
> Dňa 24.02.2013 21:20:35 Csanyi Pal napísal(a):
>
> > So how can I know now which debian packages are installed from these
> > deb-multimedia repositories abowe?
>
> aptitude search '~i ~O"Unofficial Multimedia Packages"'
When I try that
Jon Dowland wrote at 2013-02-25 11:35 -0600:
> As for cumulative space, what you want is not how much space a package takes
> up
> but to answer the question: for a given set of package operations, what space
> will be occupied/freed? In my experience, firing up aptitude, programming in
> the pro
For simple per-package results, "dpigs" from debian-goodies gives you what you
want (and is little more than a one-liner similar to what was posted by another
to this thread, internally.)
As for cumulative space, what you want is not how much space a package takes up
but to answer the question: fo
Dear Alois,
Alois Mahdal wrote:
> * Do we want to count dependencies? How deep (we don't want
> to count libc* 1 times, do we)?
Possible, but might be difficult.
> * Do we want to separately address
> * `purge`able ~/.app-data?
> * /etc/app/settings?
> * /var/logs
Le Lun 25 février 2013 16:23, green a écrit :
> "Morel Bérenger" wrote at 2013-02-25 03:18 -0600:
>
>> Le Dim 24 février 2013 23:02, Alois Mahdal a écrit :
>>
>>> * Do we want to count dependencies? How deep (we don't want
>>> to count libc* 1 times, do we)?
>>>
>>> * Do we want to sepa
"Morel Bérenger" wrote at 2013-02-25 03:18 -0600:
> Le Dim 24 février 2013 23:02, Alois Mahdal a écrit :
> > * Do we want to count dependencies? How deep (we don't want
> > to count libc* 1 times, do we)?
> >
> > * Do we want to separately address
> > * `purge`able ~/.app-data?
> > * /
Alfredo Alessandrini wrote:
You might try installing the package nvidia-xconfig, then running it
at the
command line, before giving up on the nvidia drivers.
I did it.
Note: Did you install nvidia drivers from the web site, or the
nvidia-glx
package? Try the latter
>> did you unload the old kernel driver?
>> at least you need a `modprobe nvidia` after dkms install and then
>> restart the graphical login manager (kdm, gdm...)
>>
>>
>> -r
>>
>
> I did it (the driver was loaded. ) but I still got the error "screen not
> fount".
>
> I've tryed to manually edit th
Bugreport 701599
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701599
--
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/kgfmi3$4ir$1...@ger.gmane.org
>
> You might try installing the package nvidia-xconfig, then running it at the
> command line, before giving up on the nvidia drivers.
>
I did it.
>
> Note: Did you install nvidia drivers from the web site, or the nvidia-glx
> package? Try the latter first, usually. Then run nvidia-xconfig.
>
No idea for your logs, but I bet the problem come from your GPU drivers or
Xorg.
It sounds like this computer uses a NVidia GPU, so I guess your driver is
currently nouveau. Do you still have the crash if you use NVidia's
drivers? (it is in non-free)
My video card is a GeForce 650M with the defaul
> did you unload the old kernel driver?
> at least you need a `modprobe nvidia` after dkms install and then
> restart the graphical login manager (kdm, gdm...)
>
>
> -r
>
I did it (the driver was loaded. ) but I still got the error "screen not
fount".
I've tryed to manually edit the xorg.conf but
2013/2/25 Alfredo Alessandrini :
>> No idea for your logs, but I bet the problem come from your GPU drivers or
>> Xorg.
>> It sounds like this computer uses a NVidia GPU, so I guess your driver is
>> currently nouveau. Do you still have the crash if you use NVidia's
>> drivers? (it is in non-free)
>
> No idea for your logs, but I bet the problem come from your GPU drivers or
> Xorg.
> It sounds like this computer uses a NVidia GPU, so I guess your driver is
> currently nouveau. Do you still have the crash if you use NVidia's
> drivers? (it is in non-free)
My video card is a GeForce 650M wi
Le Lun 25 février 2013 10:55, Alfredo Alessandrini a écrit :
> Hi,
>
>
> I've installed the debian wheezy amd64 on a notebook ASUS (Asus
> n56vz-s4196h).
>
> The installation went fine, but I got a crash (after a few minutes of
> usel). Graphics card and mouse was blocked.
>
> ...
> Where can I fin
Le Lun 25 février 2013 2:23, David Christensen a écrit :
> On 02/24/13 16:48, Mark Filipak wrote:
>
>> Okay, here's my plan:
>> Linux - Mainly for WWW browsing & email.
>> Windows XP - For engineering applications & games - no networking at
>> all. Either multiboot, or VMware player with Linux host
Le Dim 24 février 2013 23:02, Alois Mahdal a écrit :
> Hello,
>
>
> I know that due to numerous dependencies and relations, it is
> a complicated question how much disk space a package costs:
>
> * Do we want to count dependencies? How deep (we don't want
> to count libc* 1 times, do we)?
>
Le Dim 24 février 2013 18:49, Tom H a écrit :
> On Fri, Feb 22, 2013 at 6:27 AM, "Morel Bérenger"
> wrote:
>
>> Le Ven 22 février 2013 2:58, Tom H a écrit :
>>
>>> On Thu, Feb 21, 2013 at 8:02 PM, Rob Owens wrote:
>>>
On Thu, Feb 21, 2013 at 09:02:12PM +0100,
berenger.mo...@neutralite.o
27 matches
Mail list logo