Re: potato to woody troubles

2001-08-18 Thread Todd V . Rovito
I just got the same setup to work on my computer without upgrading to
woody, have you thought about that. Just follow the steps below.
0) Compile and install the 2.2.19 kernel
1) Download the binary packages of X from xfree86.org and install
2) Download kde 2.2. Compile and install. Follow the directions on kde
site.  Make sure to build qt with gif support ./configure -gif.

That is all there is to it.  As you compile kde it may complain about the
lack of some libs, install those using apt-get and eventually you will 
have everything you need.  I don't know if the above process makes your
system more stable, or you would be better off installing woody maybe
somebody else can comment.

Thus spake James Lindenschmidt ([EMAIL PROTECTED]):
> Greetings, 
> 
> I'm trying to upgrade my potato box to woody so I can run KDE 2.2. I'd also 
> like to upgrade to Xfree86 4.x. I tried using apt-get, but I'm getting an 
> error message and having trouble tracking it down.

-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: Graphics in C , I mean GnuC

2001-08-10 Thread Todd V . Rovito
The best graphics programming system is SDL (libsdl.org).  It even allows
your programs to run under Linux, Windows, Mac, and BeOS.  If you are looking
for a gui system try Fast Light Tool Kit (FLTK).

Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]):

> Is it possible to the same kind of graphics in GNU C as in Turbo C ?
> If yes please advice me.
> 
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: nVidia users help needed

2001-08-03 Thread Todd V . Rovito
Thus spake John Wheat ([EMAIL PROTECTED]):

>  I am new to Debian and relatively new to Linux and ask your help with this
> God forsaken nVidia card.
> I initially installed 2.2r0 and upgraded the system to 2.2r3 followed by a
> dist-upgrade to Woody (for Xfree4.0.3). When I enter the command xf86cfg the
> command is unrecognized. I have never been able to get even a frame buffered
> support for this card and subsequently no X! I have tried all that I know of
> to do with the dist-upgrades for a more current set-up but all has failed. I
> also did a simple package selection which seemingly does not install kernl
> headers or source as /usr/src/linux does not contain these items unless
> Debian stores them elsewhere. I was going to try and compile the Nvidia-src
> files I found on one of the Debian FTP sites that I read of in the archives,
> but no kernel-src-headers.
>  TIA,
> John Wheat

I just installed the above setup last weekend.  Here are the steps I took:
0) Installed fresh Debian 2.2r2 Potato without X!
1) Went to Xfree86.org and downloaded the binary packages for Xfree. Read the
instructions is is very simple.  Look at your xfree log after wards and make
sure your running 4.1. I use xf86config to create a default configure file.
2) Got the kernel source for 2.2.19 from kernel.org installed and compiled
the kernel. I didn't use the typcial Debian way of compiling the Kernel just
did by hand.
3) Get the latest NVIDIA drivers from nvidia.com.  The documentation on the
web site is good.
4) Compiled the nvidia packages GLX and KERNEL and installed them.
5) Loaded the kernel nvidia kernel module.
6) Changed my X configuration file like specified in the nvidia documentation.
7) Made sure my driver was working correctly by looking at the xfree log 
file.

That was it, simple.  Be prepared to spend some time, it took me about
six hours, but now I can play Loki games like Soldier of Fortune.

-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Mutt Question

2001-07-19 Thread Todd V . Rovito
I have procmail set up to filter my mail into folders for the list
servers I belong to.  Some days I just don't have the time to read
the mail in that particular folder (or list server), I would like to
be able to perform a mass delete in that folder. What keys can I use
in mutt to delete all the messages out of a folder?
 
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: Mutt Question

2001-07-19 Thread Todd V . Rovito
You are my hero, it works :-) Thanks for the help.
Thus spake CaT ([EMAIL PROTECTED]):

> go to desired mailbox within mutt
> 
> in main menu: D
> when prompted: .*
> again in main menu: $
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: opera browser

2001-04-16 Thread Todd V . Rovito
I finally got some time and tried Opera out and its good.  Even better
than Netscape :-)  I think they are on the right track keeping the program
small and simple. I like it so much I have purchased it.

Thus spake Marcelo Chiapparini ([EMAIL PROTECTED]):

> OK:
> a) I am very sorry about sent a trivial email to hundred of people :(
> b) I tried *.org before and searched in the web too (obviously not in the 
> better way), and I didn't find anything :(
> c) I didn't know that opera was proprietary software, with this information 
> the *.com appears natural :P
> d) thanks a lot to the polite people who sent me the correct coordenates :)
> 
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: Missing C Lib man pages

2001-02-22 Thread Todd V . Rovito
This lists all my man pages and I don't see it in the list.
Do you know where I can get the man page package for the C lib?
I can't do man strcpy. Any help would be great?

Thus spake Matthew Dalton ([EMAIL PROTECTED]):

> "Todd V . Rovito" wrote:
> > 
> > It seems like I am missing my standard C man pages.
> > Is there a way to get these installed?? I am sure its
> > apt-get install something, what is the something?
> 
> Have you tried looking for it with apt-cache search man?
> 
> (That's 'apt-cache search man', not 'apt-cache search, man'!)
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 

- End forwarded message -

-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: Missing C Lib man pages

2001-02-22 Thread Todd V . Rovito
I don't have a file named /usr/share/man/man3/abs.3.gz ??? Do you know
where I can get the file?  I still can't do man strcpy.  Thanks for your help.
Thus spake Shaul Karl ([EMAIL PROTECTED]):

> > It seems like I am missing my standard C man pages.
> > Is there a way to get these installed?? I am sure its
> > apt-get install something, what is the something? 
> > 
> > Thanks for your help :-)
> 
> 
> [01:15:53 /tmp]$ dpkg -S /usr/share/man/man3/abs.3.gz 
> manpages-dev: /usr/share/man/man3/abs.3.gz
> [01:18:03 /tmp]$ 
> 
> 
> 
> > -- 
> > Todd V. Rovito
> > [EMAIL PROTECTED]
> > Carpe Aptenodytes!  "Seize the Penguins!" 
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 
> 
> -- 
>   
>   Shaul Karl <[EMAIL PROTECTED]>
> 
> 

-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Missing C Lib man pages

2001-02-20 Thread Todd V . Rovito
It seems like I am missing my standard C man pages.
Is there a way to get these installed?? I am sure its
apt-get install something, what is the something? 

Thanks for your help :-)
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



Re: exim loosing mail?

2001-02-12 Thread Todd V . Rovito
To fix this problem 
1) /usr/sbin/exim -q   (this will deliver all your mails)
2) set smtp_accept_queue_per_connection = 0 in your exim.conf file.  This
will allow you accept as many emails as you want.

Thus spake Joel Ståbis ([EMAIL PROTECTED]):

> Hi.
> 
> It seems that whenever I recieve more than 100 mails at a time with fetchmail
> exim just accepts the first 100 of them.
> 
> The log-file says:
> 
> 2001-02-13 00:07:32 14SS4C-0007Jf-01 no immediate delivery: more than 100
> messages received in one connection
> 
> but the rest of the mails never gets delivered.
> 
> Does anyone know what exim does with the rest of the mails? I use procmail to
> put all mails in the right folders, does that have anything to do with this?
> 
> / Joel
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



ispell no hash

2001-02-10 Thread Todd V . Rovito
I have just installed Debian for the first time, and
am very impressed with it.  The ispell program seems to
be missing the hash tables.  I did "apt-get install ispell"
to install ispell. Does anyone know where I can find the
hash tables so ispell will function?  Or how do I build 
them?  I can not find a dictionary file on my system.  Any
help you can offer would be great.
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!"