Re: Purging a package with apt (was: Re: Q: Why 24 depth/not 32?)

2000-11-29 Thread Rogerio Brito
On Nov 29 2000, Defresne Sylvain wrote:
> * Rogerio Brito ([EMAIL PROTECTED]) wrote:
> > apt-get --purge xdm
>   It should be : apt-get --purge remove xdm

Yeah, of course it should be. :-(


[]s, Roger...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogerio Brito - [EMAIL PROTECTED] - http://www.ime.usp.br/~rbrito/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Re: Purging a package with apt (was: Re: Q: Why 24 depth/not 32?)

2000-11-29 Thread Jason Gunthorpe

On Thu, 30 Nov 2000, Ignasi Tura wrote:

> I've grepped /usr/doc/apt for 'purge', man apt, apt --help and I haven't 
> found any reference towards 'purge'!

auric{jgg}~/apt2/build/bin#man apt-get | grep -B 1 -i purge
   --purge
  Use purge instead of remove for anything that would

Jason




Re: Purging a package with apt (was: Re: Q: Why 24 depth/not 32?)

2000-11-29 Thread Ignasi Tura
> > apt-get --purge xdm
> > 
>   It should be : apt-get --purge remove xdm

Hi,

I've grepped /usr/doc/apt for 'purge', man apt, apt --help and I haven't found 
any reference towards 'purge'!

I should repeat the commands and clean my glasses, or the docs must be updated?


A purge option for apt was something I missed from it, so I've been interested 
in the theme.


Ignasi










__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



Re: Purging a package with apt (was: Re: Q: Why 24 depth/not 32?)

2000-11-29 Thread Defresne Sylvain

Hi

* Rogerio Brito ([EMAIL PROTECTED]) wrote:
> On Nov 28 2000, Nate Amsden wrote:
> > apt-get remove xdm
> > dpkg --purge xdm
> 
>   Just do:
> 
>   apt-get --purge xdm
> 
It should be : apt-get --purge remove xdm

Bye
-- 
DEFRESNE Sylvain



Purging a package with apt (was: Re: Q: Why 24 depth/not 32?)

2000-11-29 Thread Rogerio Brito
On Nov 28 2000, Nate Amsden wrote:
> apt-get remove xdm
> dpkg --purge xdm

Just do:

apt-get --purge xdm

It saves you the trouble of doing two commands and apt-get
also takes care of the dependencies (if there are any to be
taken care of).


[]s, Roger...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogerio Brito - [EMAIL PROTECTED] - http://www.ime.usp.br/~rbrito/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Re: Q: Why 24 depth/not 32?

2000-11-28 Thread Erik Steffl
  I think there is separate display depth and framebuffer depth (maybe
there are other terms used instead of these, I don't remember exactly),
one is what you see (24 in my case, voodoo) and the other one is
internal representation on the card (32 on my system).

erik

Jonathan Gift wrote:
> 
> Hi,
> 
> Thanks for getting back to me.
> 
> I don't have that, but i do have an xdm.log, though I don't use xdm...
> Couldn't see any reference to depth.
> 
> So I'm at 24? Or had i better go back to my XF86Config and change it to
> 24?
> 
> Jonathan
> 
> >
> > This threw me too.  This X 4, right?  Well, there's more than one 24
> > depth, including one at 32 bpp. Confused?  If you look at
> > /var/log/XFree86.0.log (or some such), you can peruse what it thinks.
> > There is no 32 depth anymore (though there are options for specifying
> > 32bpp in a couple places).
> >
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Q: Why 24 depth/not 32?

2000-11-28 Thread Nate Amsden
Jonathan Gift wrote:

> I thought I had removed it... I start X and am not using xdm. How do I
> remove it for good then?

what i do to remove xdm is

apt-get remove xdm
dpkg --purge xdm

the purge gets rid of the config files, links and init scripts(stuff in
/etc/rc* mostly)

nate


-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: Q: Why 24 depth/not 32?

2000-11-28 Thread Jonathan Gift
Hi,

> then look at X.log to see what it says ..maybe you set the wrong section
> of XF86Config to use 32bit (some XF86Config files have many different

Ok.

> display sections to set color depth). since your using xdm i suggest
> stopping it first(close all  your X apps then do /etc/init.d/xdm stop).

I thought I had removed it... I start X and am not using xdm. How do I
remove it for good then?

Thanks,

Jonathan

> 



Re: Q: Why 24 depth/not 32?

2000-11-28 Thread Nate Amsden
i reccomend starting X using:

startx >&X.log

then look at X.log to see what it says ..maybe you set the wrong section
of XF86Config to use 32bit (some XF86Config files have many different
display sections to set color depth). since your using xdm i suggest
stopping it first(close all  your X apps then do /etc/init.d/xdm stop).

i have the best luck in 16bit color..and stick to it even on my fastest
machines. ..course i also cant tell the difference between a 96kbps mp3
and a 128kbps or 196kbps ...

:)

nate

Jonathan Gift wrote:
> 
> Hi,
> 
> I've set up XF86Config to run at 32 bits, which my ATI Xpert&Play 98
> accepts in W98SE. Only when I use xwininfo I see that I'm still running
> at 24 depth. Since I know my card accepts this, is it Blackbox, or does
> it default to 24?
> 
> Thanks,
> 
> Jonathan
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: Q: Why 24 depth/not 32?

2000-11-28 Thread Jonathan Gift
Hi,

Thanks for getting back to me.

I don't have that, but i do have an xdm.log, though I don't use xdm...
Couldn't see any reference to depth.

So I'm at 24? Or had i better go back to my XF86Config and change it to
24?

Jonathan

> 
> This threw me too.  This X 4, right?  Well, there's more than one 24
> depth, including one at 32 bpp. Confused?  If you look at
> /var/log/XFree86.0.log (or some such), you can peruse what it thinks.
> There is no 32 depth anymore (though there are options for specifying
> 32bpp in a couple places).  
> 



Re: Q: Why 24 depth/not 32?

2000-11-28 Thread Jonathan Gift


Re: Q: Why 24 depth/not 32?

2000-11-27 Thread Eric G . Miller
On Mon, Nov 27, 2000 at 10:07:27PM +0100, Jonathan Gift wrote:
> Hi,
> 
> I've set up XF86Config to run at 32 bits, which my ATI Xpert&Play 98
> accepts in W98SE. Only when I use xwininfo I see that I'm still running
> at 24 depth. Since I know my card accepts this, is it Blackbox, or does
> it default to 24?

This threw me too.  This X 4, right?  Well, there's more than one 24
depth, including one at 32 bpp. Confused?  If you look at
/var/log/XFree86.0.log (or some such), you can peruse what it thinks.
There is no 32 depth anymore (though there are options for specifying
32bpp in a couple places).  

-- 
Eric G. Miller