mgetty "auto-telnet" ??

1997-05-07 Thread Kevin Traas
I have a Digiboard Portserver II on my LAN that I currently have modems "hanging off" of. I've configured it so that any incoming terminal connections are automatically "telnetted" to another location. This works great; however, there are some *serious* performance problems associated with the D

Re: Mailing List

1997-05-07 Thread Chad Zimmerman
Just take a look at the bottom of each email message from the list .. directions on unsubscribing are there. Chad D. Zimmerman [EMAIL PROTECTED] http://dabcc-www.nmsu.edu/~chad/ On Wed, 7 May 1997, Eric Nesser wrote: > > This is likely not the right address to be sending this to, but I'm not >

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Rick Jones
This is why I thought my brain storm of using MC to tag/untag directories was the ticket with the retain UID/GID set. Ofcourse since it didn't keep the permissions of the directories this was a bite in the ass. However! If you use mc to tag/untag the proper directories and type "cp -a [^C t] /m

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Robert D. Hilliard
On Date: Wed, 07 May 1997 "David B. Teague" <[EMAIL PROTECTED]> wrote: > On Tue, 6 May 1997, Robert D. Hilliard wrote: > > > cp -ax certainly is much simpler than using find and cpio. Is > > there any option to cp (I can't find one) that would keep it from > > copying /proc, like the -prune optio

Re: Is this a bad, bad sign? (harddisk problem?)

1997-05-07 Thread Rick Jones
What do you think is causing this: May 5 07:23:26 panther kernel: hda: WDC AC21200H, 1222MB w/128kB Cache, LBA, CHS=2484/16/63, DMA Keep in mind that I'm not using LBA mode. Maybe I'm mistaken, but doesn't that field that says LBA mean the drive is in LBA mode? Ofcourse, you can tell it's not

Re: gpm configuration

1997-05-07 Thread Harmon Sequoya Nine
Franck -- You can run "gpmconfig" as root, and it will ask you all the relevant questions. -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Mailing List

1997-05-07 Thread Eric Nesser
This is likely not the right address to be sending this to, but I'm not sure where else to send this to. My problem is pretty simple.. I need removed from the mailing list immediately. I tried to do this automatically from the website, but I received an error. I *MUST* cancel the mailing list fro

Re: PPP & Kernel Problems

1997-05-07 Thread Rick Jones
If you set it as a module in the config you have to do: make modules ; make modules_install. Also make sure you have the TCP/IP in the kernel. It's best to put these in the kernel instead of making them modules. On Wed, 7 May 1997, Regina O'Rear wrote: > Hello, > > I'm sort of new at th

PPP & Kernel Problems

1997-05-07 Thread Regina O'Rear
Hello, I'm sort of new at this, so if this has already been discussed before i'm sorry. I've recently installed Debian (i've used RedHat before...) and i've been trying to set up a PPP connection to my ISP. I recompilied my kernel (2.0.27), making sure it included support for PPP. But, whe

Re: kernel: recognising >64Mb RAM

1997-05-07 Thread Lawrence Chim
Tan Wee Yeh wrote: > > Hi, > > I'm terribly sorry as I understand this question has > been answer just a few days before but I lost the mail. > Two option: 1. say you have 96M, put the following line in you lilo file mem=96M 2. download a kernel patch from http://www.linuxhq.com/ Lawrence,

Re: Posting restrictions

1997-05-07 Thread Richard Morin
On Wed, 7 May 1997, Pete Templin wrote: > Was that on the -user list? I didn't catch it. I've been on and off of > the user list, due to a 1.5 week vacation/training session and the job > pressures that result. Now that life is settling back down, I'm planning > on keeping up with -user regular

[Fwd: Re: Need XWindows screen display settings for Dell UltraScan]

1997-05-07 Thread Alain Nadeau
> John Ferguson wrote: > > > > Anyone have the XF86Config monitor settings for the Dell UltraScan? Namely > > the > > Section "Monitor" Modeline > > settings for 1024x768. Thanks. > > > > John, I use a Dell UltraScan 15ES at 1024X768 with a Number9 Trio64 card (2MB), and the following settings

Re: GIF for KDE

1997-05-07 Thread Dima
... > >However, as Rick says, all it takes is one cracker. ^^ Oops, I think I mixed my sources -- Dimitri -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: mouse problem

1997-05-07 Thread Paul Rightley
On my laptop which has a PS/2 compatible pointing device, the device I use is /dev/psaux. I had to compile support into the kernel. HTH. Paul Rightley On 07-May-97 Klaus Hergerschiemer wrote: >>If you have ps/2 mouse support compiled in the kernel it's /dev/psmouse >

Need XWindows screen display settings for Dell UltraScan

1997-05-07 Thread John Ferguson
Anyone have the XF86Config monitor settings for the Dell UltraScan? Namely the Section "Monitor" Modeline settings for 1024x768. Thanks. It does not take many words to speak the truth - Chief Joseph -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-m

Re: Newbie Debian + X Questions

1997-05-07 Thread Dima
You wrote: ... >But everytime I start X I'm stuck with the 1284 mode and I want to use >the 1024*768 mode. 1. CTRL+ALT+ switches X to next videomode, CTRL+ALT+ -- previous. 2. You can edit XF86Config by hand. Start X on one virtual console and 'ae /etc/X11/XF86Config' on another (ALT+F7 gives

Re: Is this a bad, bad sign? (harddisk problem?)

1997-05-07 Thread Dima
You wrote: > >Would that include the SB16 software configureable card? What used to be >called PNP by some. Mine is a ESS, and Intel's pnptool won't configure it either, if that's what you mean. I run its config utility from dos and then use loadlin to boot linux. In my case the problem went

linux 2.0.31 (pre-patch-2.0.31.gz)

1997-05-07 Thread Remco van de Meent
Hey I thought you might be interested in this message from David Miller. Apart from the link that is mentioned in the message, for European users it might be faster to download from ftp://oloon.student.utwente.nl/pub/linux/test-kernels/pre-patch-2.0.31.gz Good luck! // Remco van de Meent /

Re: gpm configuration

1997-05-07 Thread Rick Jones
That would be in the /etc/gpm.conf which is read by /etc/init.d/gpm script at boot time. On Wed, 7 May 1997, Franck LE GALL - STAGIAIRE A FT.BD/CNET/DTD/PIH wrote: > Hi, > > When I installed Debian, I made some errors while configuring options of gpm. > > Now, I know what to do, but I am unabl

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Jon Nelson
Roughly two months ago I did this exact same thing, three times! Without regard to the options I passed to cp, it *did* do a recursive copy of /mnt, hung on /dev, and I don't remember what happened to /proc. What *did* work for me what this (I think): in root directory, cp --archive /dir1 /dir2

Re: Backspace in rxvt

1997-05-07 Thread Karl M. Hegbloom
> "Jens" == Jens B Jorgensen <[EMAIL PROTECTED]> writes: Jens> Andreas Tille wrote: >> Hello, >> >> I use rxvt instead of xterm because I read it is smaller and is >> able to do all things I want it to do. Additionally it has >> colors by default (nice to have a color

Re: GIF for KDE

1997-05-07 Thread Dima
You wrote: >Rick Jones: >> >> Yes. I saw the posting to the kde list by Alan Cox, I believe it was. I >> wonder if you, or another Debianite, could tell me just how easy it would >> be to attach to a tcp port and send/recv commands to take advantage of >> that security hole? I know a programmer

Re: Matrox Millenium

1997-05-07 Thread Dave Cinege
On Wed, 7 May 1997 18:36:00 +0100 (BST), G. Kapetanios wrote: > >Hi , > >Could someone please tell me the appropriate entries in XF86config >for the matrix millenium graphics card ? Make sure you are using at least XFree 3.2.this should all be set-up for you. ---

Re: Matrox Millenium

1997-05-07 Thread Dave Cinege
On Wed, 7 May 1997 18:36:00 +0100 (BST), G. Kapetanios wrote: > >Hi , > >Could someone please tell me the appropriate entries in XF86config >for the matrix millenium graphics card ? Make sure you are using at least XFree 3.2.this should all be set-up for you. ---

Re: Really good looking screen savers....

1997-05-07 Thread Joey Hess
Sam Ockman: > Anyone know of any really good looking screen-savers...something like > xlock, but that looks more like something Microsoft will have in Windows > 97? KDE has a screen saver setup program that is pretty much a clone of the MS screen savers I've seen -- a picture of the monitor, you

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Carlos Alberto Carvalho
Some time ago it was rumored that cp cannot copy files with holes, it just fills the holes :-( There's even a package to work around this, perforate. Is it still true that cp -a cannot preserve holes? Carlos -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTEC

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Dale Scheetz
On Wed, 7 May 1997, David B. Teague wrote: > > On Tue, 6 May 1997, Robert D. Hilliard wrote: > > > cp -ax certainly is much simpler than using find and cpio. Is > > there any option to cp (I can't find one) that would keep it from > > copying /proc, like the -prune option in find? > > Isn't /p

gpm configuration

1997-05-07 Thread Franck LE GALL - STAGIAIRE A FT.BD/CNET/DTD/PIH
Hi, When I installed Debian, I made some errors while configuring options of gpm. Now, I know what to do, but I am unable to change the default configuration of gpm at boot time. How could I do this ? Thanks Franck -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EM

Re: debian to debian

1997-05-07 Thread Dale Scheetz
On Wed, 7 May 1997, Nils Rennebarth wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Wed, 7 May 1997, Dale Scheetz wrote: > >On Wed, 7 May 1997, A. M. Varon wrote: > >> Could anyone give me some tips to copy (everything) a 1.2 gb of debian to > >> another harddisk of 3.5 gb? > > > >Mount the ne

Re: .gif rot

1997-05-07 Thread Raymond A. Ingles
On Tue, 6 May 1997, Ralph Winslow wrote: > After X has run for awhile, I notice a substantial degradation in the > quality of the .gif images that I display. There might also be a bit of > decline iin the image quality of the .jpg images as well. I've decided > to spring for the $20 that another

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Dale Scheetz
On Tue, 6 May 1997, Robert D. Hilliard wrote: > On Tue, 6 May 1997, you wrote: > > I agree with Rick M. on this one, although I would suggest adding the -x > > option. This way if there are any additional mounted file systems, like > > user, or home, then they will be left off the copy and can be

Matrox Millenium

1997-05-07 Thread G. Kapetanios
Hi , Could someone please tell me the appropriate entries in XF86config for the matrix millenium graphics card ? Thank you George --- George Ka

Re: mouse problem

1997-05-07 Thread Klaus Hergerschiemer
If you have ps/2 mouse support compiled in the kernel it's /dev/psmouse joe | joseph robert palicke [EMAIL PROTECTED] |.|--| .| [_] [] \ / http://w

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Rob Browning
"David B. Teague" <[EMAIL PROTECTED]> writes: > Actualy, I'm a lot more concerned with the problem of recursive copy in > something like. > cp -ax / /mnt :( So just do (cd / && cp -ax `ls | grep -v mnt` mnt) or something similar. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Nils Rennebarth
-BEGIN PGP SIGNED MESSAGE- On Wed, 7 May 1997, David B. Teague wrote: >Isn't /proc a mounted file system, even if it is a pseudo file system? >Doesn't that make x option (which prevents other mounted file systems >from being copied) the solution to this problem? yes >Actualy, I'm a lot

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread David B. Teague
On Tue, 6 May 1997, Robert D. Hilliard wrote: > cp -ax certainly is much simpler than using find and cpio. Is > there any option to cp (I can't find one) that would keep it from > copying /proc, like the -prune option in find? Isn't /proc a mounted file system, even if it is a pseudo file syste

Re: kernel: recognising >64Mb RAM

1997-05-07 Thread Nils Rennebarth
-BEGIN PGP SIGNED MESSAGE- On Wed, 7 May 1997, Tan Wee Yeh wrote: >I'm terribly sorry as I understand this question has >been answer just a few days before but I lost the mail. give lilo the option (e.g. for 96MB) mem=96M when starting, or put append= "mem=96M" in /etc/lilo.conf, run

unsubscribe

1997-05-07 Thread David Salgado
unsubscribe <>

Re: postgres95 / libbsd.so

1997-05-07 Thread Nicola Bernardelli
On Tue, 6 May 1997, Maarten Boekhold wrote: > > I have looked at your make-output, and am puzzled. I have build > postgres95 version 1.08, 1.09 6.0 and 6.1beta several times on my system > from the original sources, and never had any problems, certainly not like > these. The only thing I consistent

kernel: recognising >64Mb RAM

1997-05-07 Thread Tan Wee Yeh
Hi, I'm terribly sorry as I understand this question has been answer just a few days before but I lost the mail. Thanks a million. -- Tan Wee Yeh [EMAIL PROTECTED] Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 63 8A 9B 78 3B 1C C2 15 55 EA 2D 42 FF 68 B4 50 __

Re: Is this a bad, bad sign? (harddisk problem?)

1997-05-07 Thread Rick Jones
I get the same error. The error is a hda error. So, yes I have a WD 1.2GB IDE on hda. What am I looking for in my mail? On Wed, 7 May 1997, Paul McDermott wrote: > if you are getting hda errors. What kind of hardrive do you have. give > me your hardware specs. I can't help you if you don'

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Robert D. Hilliard
On Tue, 6 May 1997, you wrote: > I agree with Rick M. on this one, although I would suggest adding the -x > option. This way if there are any additional mounted file systems, like > user, or home, then they will be left off the copy and can be mounted as > before on the new system. cp -ax cer

Re: debian to debian

1997-05-07 Thread Nils Rennebarth
-BEGIN PGP SIGNED MESSAGE- On Wed, 7 May 1997, Dale Scheetz wrote: >On Wed, 7 May 1997, A. M. Varon wrote: >> Could anyone give me some tips to copy (everything) a 1.2 gb of debian to >> another harddisk of 3.5 gb? > >Mount the new disk on, say /mnt and: > > cp -a -x / /mnt > If you

Re: Backspace in rxvt

1997-05-07 Thread Jens B. Jorgensen
Andreas Tille wrote: > > Hello, > > I use rxvt instead of xterm because I read it is smaller and is able to > do all things I want it to do. Additionally it has colors by default > (nice to have a colored mc :-)). > > But what to do to make work as BackSpace and work > as Delete??? In xterm th

Re: debian to debian

1997-05-07 Thread Dale Scheetz
On Wed, 7 May 1997, A. M. Varon wrote: > Hi, > > Could anyone give me some tips to copy (everything) a 1.2 gb of debian to > another harddisk of 3.5 gb? > > I've used ftptool and it works, but it's not so elegant. > This was just discussed on the list ;-) Mount the new disk on, say /mnt and:

Re: kahnd

1997-05-07 Thread Jens B. Jorgensen
Mike Patterson wrote: > > Hi there-- > > My latest excursion has been into the realm of Kahn, a variation on > Kali. Of course, I'm having some problems, and the answer doesn't seem to > be obvious to other Kahn users, so I'm guessing that it's a problem with > my network. > > The setup

Re: .gif rot

1997-05-07 Thread Jens B. Jorgensen
Ralph Winslow wrote: > > After X has run for awhile, I notice a substantial degradation in the > quality of the .gif images that I display. There might also be a bit of > decline iin the image quality of the .jpg images as well. I've decided > to spring for the $20 that another Mb of Vidcard mem

Re: mouse problem

1997-05-07 Thread Dale Scheetz
On Wed, 7 May 1997, Ulf Jaenicke-Roessler wrote: > David S. Jackson wrote: > > On Wed, 7 May 1997, System Account wrote: > > > > > i have tried gpm -m /dev/mouse -t just_about_everything_i_could_find and > > > i just get /dev/xxx no such device. > > > > try gpm -m /dev/psmouse -t ps2 > > And d

debian to debian

1997-05-07 Thread A. M. Varon
Hi, Could anyone give me some tips to copy (everything) a 1.2 gb of debian to another harddisk of 3.5 gb? I've used ftptool and it works, but it's not so elegant. thanks, =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Andre M. Varon Lasaltech, Incorpor

Re: Really good looking screen savers....

1997-05-07 Thread Nicola Bernardelli
So far Windogs screesavers aren't but a pain when compared to the ones I see in Linux, to me. I don't hate CPU-time consuming screensavers, just I use "blank" if anything has keep running or simply when actuall I'm not here... But I *like* things like hyper or bouboule or simply laser... And m

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Nicola Bernardelli
This is more rude then that nice 'find' usage, anyway I moved an old Slackaware from the partition where I originally installed it to another partition just doing this: tar -cSpf- . | (cd /mnt/.; tar -xvSpf-) Then I replaced two characters in /etc/fstab and everything was working absolutely

Re: Is this a bad, bad sign? (harddisk problem?)

1997-05-07 Thread Paul McDermott
if you are getting hda errors. What kind of hardrive do you have. give me your hardware specs. I can't help you if you don't give me any useful information. Reply soon. Paul Ps. read your mail. On Tue, 6 May 1997, Rick Jones wrote: > > Would that include the SB16 software configureable ca

Re: Posting restrictions

1997-05-07 Thread Pete Templin
On Mon, 5 May 1997, Robert D. Hilliard wrote: > When I first subscribed to debian-* lists, I was required to > agree to a number of anti-spam restrictions before being allowed to > post to the list. Violation of this agreement would result in being > removed from the list of authorized post

Re: Really good looking screen savers....

1997-05-07 Thread Fredrik Ax
On Wed, 7 May 1997, Sam Ockman wrote: > Anyone know of any really good looking screen-savers...something like > xlock, but that looks more like something Microsoft will have in Windows > 97? > Hmmm, screen-savers should be activated when there is no activity, in other words when no one is near th

Problem with svgalib

1997-05-07 Thread Andreas Tille
Hello, I installed the tmview_96.05-1.deb package which I got from bo/binary/tex some days ago. At home it works fine at home but in the university it produces only a very strange vertical pattern. There aren't any error messages. The demos of svgalib work well. Does anybody have a clue Andrea

Backspace in rxvt

1997-05-07 Thread Andreas Tille
Hello, I use rxvt instead of xterm because I read it is smaller and is able to do all things I want it to do. Additionally it has colors by default (nice to have a colored mc :-)). But what to do to make work as BackSpace and work as Delete??? In xterm this works as I want it to work, so the ge

Really good looking screen savers....

1997-05-07 Thread Sam Ockman
Anyone know of any really good looking screen-savers...something like xlock, but that looks more like something Microsoft will have in Windows 97? Thanks, Sam -- VA Research Linux Workstations Engineered like no other http://www.varesearch.com Sam Ockman - (415)934-3666, ext. 133 -- TO UNSUBS

Re: mouse problem

1997-05-07 Thread Ulf Jaenicke-Roessler
David S. Jackson wrote: > On Wed, 7 May 1997, System Account wrote: > > > i have tried gpm -m /dev/mouse -t just_about_everything_i_could_find and > > i just get /dev/xxx no such device. > > try gpm -m /dev/psmouse -t ps2 And don't forget to include support for bus mice in your kernel. -- TO

kahnd

1997-05-07 Thread Mike Patterson
Hi there-- My latest excursion has been into the realm of Kahn, a variation on Kali. Of course, I'm having some problems, and the answer doesn't seem to be obvious to other Kahn users, so I'm guessing that it's a problem with my network. The setup is this: 1.1.1.1 is a linux machien run

Re: mouse problem

1997-05-07 Thread David S. Jackson
On Wed, 7 May 1997, System Account wrote: > i have tried gpm -m /dev/mouse -t just_about_everything_i_could_find and > i just get /dev/xxx no such device. try gpm -m /dev/psmouse -t ps2 __ _ David S. Jackson / / (_)__ __ __ [EMAIL PROTECTED]/ /__/

mouse problem

1997-05-07 Thread System Account
hello debians i have a new mouse here and can not get gpm to find it. the new mouse is called 'Mouse in a box' by Kensington. it is a 2 button serial / ps2 mouse. (it comes with a serial connector and a ps2 adapter). it runs fine in dos/windows3.11 with the "Microsoft, or IBM PS/2" drivers.

Re: nfs error

1997-05-07 Thread Brian N. Borg
It could be a lot of traffic on the network or it could be a hardware problem. I have seen both cause that kind of response. --Brian Jesse Goldman wrote: > > Hi, > > One of the debian PC's in a cluster here is having some minor nfs problems > which, while not catastrophic, tend to slow down t

Re: ideas about moving Debian to another hard drive

1997-05-07 Thread Brian N. Borg
find . -mount -depth -print|cpio -pdmv /newtempmount I have used this under Dgux, Sunos, Solaris and Hpux, and it has always worked correctly (although under Sunos and Hpux the switches are slightly different). I have used it to move root /usr and Oracle database volumes under Solaris. Time stam

Re: postgres95 / libbsd.so

1997-05-07 Thread Nicola Bernardelli
> I assume you tried building it from the debian sources? ie. postgres95 > 1.09? I have looked at your make-output, and am puzzled. I have build > postgres95 version 1.08, 1.09 6.0 and 6.1beta several times on my system > from the original sources, and never had any problems, certainly not like > t

Re: adduser??

1997-05-07 Thread Ralph Winslow
Joey Hess wrote: > > Ralph Winslow: > > Having used adduser to add me as a user to my system, when I > > try to login, I get the message: > > > > ksh: Cannot determine current working directory > > > > I might be completly off base here, but I think I saw someone report this > once and it turned

Re: Memory Gobbler

1997-05-07 Thread Richard L Shepherd
> At 09:20 AM 4/21/97 +1200, Richard L Shepherd wrote: > > >Yes I have read that too. However it does see the memory (when I put > >"mem=128M" on the boot line). I'm not sure that cache isn't the problem, > >though. It went so well for 3 weeks, then started to go downhill. This > >w/e it killed

re: mac software

1997-05-07 Thread Richard Sevenich
Thanks to Steve McIntyre and Joey Hess for the info on Executor 2 Richard -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: mac software

1997-05-07 Thread Steve McIntyre
In article <[EMAIL PROTECTED]> you write: >This is somewhat of a bizarre question for this group, but you can >assimilate it. I've just encountered a gentleman from Beijing who has >a mac program which he would like to run on a Intel PC platform. I've >heard mention of a mac software emulator that

Re: adduser??

1997-05-07 Thread Joey Hess
Ralph Winslow: > Having used adduser to add me as a user to my system, when I > try to login, I get the message: > > ksh: Cannot determine current working directory > > I do get a $ prompt, and when I cd /home/rjw; ls -l, I see my directory > and it's content (largely stuff placed there by me as

Re: GIF for KDE

1997-05-07 Thread Joey Hess
Rick Jones: > > Yes. I saw the posting to the kde list by Alan Cox, I believe it was. I > wonder if you, or another Debianite, could tell me just how easy it would > be to attach to a tcp port and send/recv commands to take advantage of > that security hole? I know a programmer would have no tr

Re: Newbie Debian + X Questions

1997-05-07 Thread Karl M. Hegbloom
> "Marco" == Marco Verhoeven <[EMAIL PROTECTED]> writes: Marco> Excuse my ignorance if I missed something obvious but hey, Marco> I'm new to all this! [g] Have you found the manuals yet? Hmmm... I guess once you get X running, you'll have an easier time reading them. :-) Install t