Re: combining images

2003-02-01 Thread Bill Campbell
On Sat, Feb 01, 2003 at 11:37:27PM -0500, Joel Hammer wrote: >montage works pretty well for this. The only problem is that each individual >image is the same size as all the other images. I'd like to combine images >of unequal size, and keep them that way in the final image. > >What I am doing is g

Re: combining images

2003-02-01 Thread Joel Hammer
montage works pretty well for this. The only problem is that each individual image is the same size as all the other images. I'd like to combine images of unequal size, and keep them that way in the final image. What I am doing is generating images (photos) and want to have a set of labels and ima

Re: libpng.so.3 problem

2003-02-01 Thread Tim Wunder
On Saturday 01 February 2003 8:42 pm, someone claiming to be Keith Antoine wrote: > I am trying to install 'dvr' from an rpm and no matter which way i try the > install it falls over with libpng.so.3 not installed. However it is there: > > This is the result of a locate, its in 3 places and I have

Re: libpng.so.3 problem

2003-02-01 Thread Net Llama!
On 02/01/03 17:42, Keith Antoine wrote: I am trying to install 'dvr' from an rpm and no matter which way i try the install it falls over with libpng.so.3 not installed. However it is there: This is the result of a locate, its in 3 places and I have done an ldconfig It should be in one place, no

Re: libpng.so.3 problem

2003-02-01 Thread Joel Hammer
Just guessing. Maybe one or more of those are stale symbolic links, Joel On Sun, Feb 02, 2003 at 11:42:15AM +1000, Keith Antoine wrote: > I am trying to install 'dvr' from an rpm and no matter which way i try the > install it falls over with libpng.so.3 not installed. However it is there: > > Th

Re: combining images

2003-02-01 Thread Bill Campbell
On Sat, Feb 01, 2003 at 02:58:09PM -0500, Joel Hammer wrote: >I am trying to use combine to just join together two images of similar width >but different length. I want the resulting image to be a simple >combination of the two, top to bottom, like so: The ImageMagick ``montage'' program my be jus

libpng.so.3 problem

2003-02-01 Thread Keith Antoine
I am trying to install 'dvr' from an rpm and no matter which way i try the install it falls over with libpng.so.3 not installed. However it is there: This is the result of a locate, its in 3 places and I have done an ldconfig /lib/libpng.so.3 /usr/lib/libpng.so.3 /usr/lib/libpng.so.3.1.2.4 /usr/

Re: Automatic samba startup, SuSE 8.1

2003-02-01 Thread Bill Campbell
On Sat, Feb 01, 2003 at 10:41:28AM -0800, Jim Bonnet wrote: >Bill Campbell wrote: >> Is there some GUI way to get Samba to start automatically under >> SuSE 8.1 Professional? The ``smb'' and ``nmb'' files are where >> one would expect them to be under /etc/init.d, but there aren't >> any linked fi

Re: Automatic samba startup, SuSE 8.1

2003-02-01 Thread Brett I. Holcomb
That may be webmin then I'm thinking of. Sorry. Bill Campbell wrote: > On Fri, Jan 31, 2003 at 08:21:18PM -0500, Brett I. Holcomb wrote: >>Did you try swat? Actually, from my experience with SWAT (and most GUI >>tools) I prefer making the links and using the command line. > > Swat allows the u

RE: Windows client, linux X server

2003-02-01 Thread Wil McGilvery
Cygwin on the windows box would most likely allow you to connect to the Linux TS. I will defer to others who have more experience in this area. Wil McGilvery Manager, Digital Media 416-744-7191 416-716-3964 (cell) 1-888-622-3729 416-744-0406  FAX www.LynchDigital.com -Original Message---

Re: combining images

2003-02-01 Thread Ted Ozolins
Joel Hammer wrote: man convert shows ICO (Microsoft icon) as a format it knows about. So, if this is true, this might work: convert MS.ico your.png (or your.gif etc.) This is part of the imagemagick package ImageMagick 5.1.0 ico is not in some earlier packages. Joel There is also a packag

Re: Automatic samba startup, SuSE 8.1

2003-02-01 Thread Ken Moffat
Bill Campbell wrote: On Fri, Jan 31, 2003 at 08:21:18PM -0500, Brett I. Holcomb wrote: Did you try swat? Actually, from my experience with SWAT (and most GUI tools) I prefer making the links and using the command line. Swat allows the user to start/stop smb and nmb, but I don't think it modi

Re: combining images

2003-02-01 Thread Joel Hammer
man convert shows ICO (Microsoft icon) as a format it knows about. So, if this is true, this might work: convert MS.ico your.png (or your.gif etc.) This is part of the imagemagick package ImageMagick 5.1.0 ico is not in some earlier packages. Joel On Sat, Feb 01, 2003 at 03:08:13AM -0600, Ri

Re: combining images

2003-02-01 Thread Joel Hammer
Making a big black background image and then using combine with the appropriate offsets works. Joel On Sat, Feb 01, 2003 at 04:19:15PM -0500, Joel Hammer wrote: > As a batch. > > I just got an inspiration. > > I am going to try this: > 1. Make a black image as the background, big enuf for bot

Re: combining images

2003-02-01 Thread Joel Hammer
As a batch. I just got an inspiration. I am going to try this: 1. Make a black image as the background, big enuf for both the other images. 2. Combine the back image with the two images as sequential commands. I'll let you know how it works. Joel snpOn Sat, Feb 01, 2003 at 02:01:54PM -0

Re: combining images

2003-02-01 Thread Rick Sivernell
List Is there away to convert MS type icons *.ico to png or some useable format for programming? Quick & easy would be preferred & as a batch if possible. cheers -- Rick Sivernell Dallas, Texas 75287 972 306-2296 [EMAIL PROTECTED] Caldera Open Linux eWorkStation 3.1.1 Registered Linux User

Re: Windows client, linux X server

2003-02-01 Thread Rick Sivernell
On Sat, 1 Feb 2003 14:06:13 -0500 Tim Wunder <[EMAIL PROTECTED]> wrote: > On Saturday 01 February 2003 1:43 pm, someone claiming to be Joel > Hammer wrote: > > I would like to run X client sessions from windows clients to a > > linux server. > > > > I hope I have this terminology right. The distin

Re: Windows client, linux X server

2003-02-01 Thread Joel Hammer
I wasn't aware that a windows client could log on to the LTS. I thought that required linux on the client, or, at least a reboot with a special boot disk. Joel On Sat, Feb 01, 2003 at 02:52:39PM -0500, Wil McGilvery wrote: > I would think that the Linux Terminal Server would work well for this s

Re: combining images

2003-02-01 Thread C M Reinehr
Are you trying to do this as a batch process, or manually? If your answer is manually, then GIMP probably is the quickest & easiest way. cmr Joel Hammer wrote: > I am trying to use combine to just join together two images of similar > width but different length. I want the resulting image to be

Re: Remember Turbolinux?

2003-02-01 Thread Bill Campbell
On Sat, Feb 01, 2003 at 08:34:24AM -0800, Net Llama! wrote: >On 01/31/03 23:46, Andrew Gould wrote: >> workstation is only sold in Asia; but the server is >> available in America. A demo iso (missing gnome and >> some other stuff) is available for download. You can > >Why would you need Gnome on

combining images

2003-02-01 Thread Joel Hammer
I am trying to use combine to just join together two images of similar width but different length. I want the resulting image to be a simple combination of the two, top to bottom, like so: --- | Image1| | | --- and --- | Image2| | | | | ---

RE: Windows client, linux X server

2003-02-01 Thread Wil McGilvery
I would think that the Linux Terminal Server would work well for this situation. Regards, Wil McGilvery Manager, Digital Media 416-744-7191 416-716-3964 (cell) 1-888-622-3729 416-744-0406  FAX www.LynchDigital.com -Original Message- From: Andrew Gould [mailto:[EMAIL PROTECTED]] Sent

Re: Multiple X displays no longer works

2003-02-01 Thread Bill Campbell
On Fri, Jan 31, 2003 at 05:01:20PM -0800, Susan Macchia wrote: >Hi all, > >I recently upgraded to RH 8.0. Prior to that I had RH 7.2, 7.3 (Suse, Caldera, >etc). > >I've always run with multiple X displays enabled by adding the following to >/etc/X11/xdm/Xservers: > >:0 local /usr/X11R6/bin/X :0 v

Re: Automatic samba startup, SuSE 8.1

2003-02-01 Thread Bill Campbell
On Fri, Jan 31, 2003 at 08:21:18PM -0500, Brett I. Holcomb wrote: >Did you try swat? Actually, from my experience with SWAT (and most GUI >tools) I prefer making the links and using the command line. Swat allows the user to start/stop smb and nmb, but I don't think it modifies the system's start

Re: Windows client, linux X server

2003-02-01 Thread Andrew Gould
I should have added that if you need remote X access for many users; there are probably much better solutions. Each user who wants to use tightvnc or vnc must start a separate instance of the server. Andrew --- Andrew Gould <[EMAIL PROTECTED]> wrote: > I like tightvnc (or vnc). Each user can ha

Re: Windows client, linux X server

2003-02-01 Thread Tim Wunder
On Saturday 01 February 2003 1:43 pm, someone claiming to be Joel Hammer wrote: > I would like to run X client sessions from windows clients to a linux > server. > > I hope I have this terminology right. The distinction between client and > server in this situation always befuddles me, but, I thin

Re: Windows client, linux X server

2003-02-01 Thread Andrew Gould
I like tightvnc (or vnc). Each user can have his/her own uniquely configured session; and this can be different from the desktop that would appear if the user was logging in locally. For example, on a server at work, I can log into a KDE desktop; but when I use tightvnc to login remotely, I use s

Windows client, linux X server

2003-02-01 Thread Joel Hammer
I would like to run X client sessions from windows clients to a linux server. I hope I have this terminology right. The distinction between client and server in this situation always befuddles me, but, I think you know what I mean. The windows box logs onto the linux box and runs linux programs on

Re: Automatic samba startup, SuSE 8.1

2003-02-01 Thread Jim Bonnet
Bill Campbell wrote: Is there some GUI way to get Samba to start automatically under SuSE 8.1 Professional? The ``smb'' and ``nmb'' files are where one would expect them to be under /etc/init.d, but there aren't any linked files in the rc?.d run level directories. I don't have a problem making t

Re: Remember Turbolinux?

2003-02-01 Thread Andrew Gould
I'm not really looking for a server; but the workstation version is not available. As for X on a server, I administer a remote server using tightvnc. Being able to work with multiple terminals on one screen is a great time saver. (One of the terminals is usually running Midnight Commander, so I

Re: Remember Turbolinux?

2003-02-01 Thread Tim Wunder
On Saturday 01 February 2003 11:34 am, someone claiming to be Net Llama! wrote: > ...Why would you even need X on a > server? To run a linux terminal server? -- RedHat Psyche 8.0, stock kernel, KDE 3.1.CVS, Xfree86 4.2.1 7:00am up 2 days, 9:30, 2 users, load average: 0.00, 0.00, 0.00 It'

Re: Remember Turbolinux?

2003-02-01 Thread Net Llama!
On 01/31/03 23:46, Andrew Gould wrote: workstation is only sold in Asia; but the server is available in America. A demo iso (missing gnome and some other stuff) is available for download. You can Why would you need Gnome on a server? Why would you even need X on a server? -- ~~~

Re: email RFC's?

2003-02-01 Thread Matthew Carpenter
David hit this one pretty well already. Alternatives? SFTP (based on ssh and available for Windows), HTTPS if they are only pulling, filesharing (samba, NFS, etc...), and many other options. All respectable email systems limit email size, most to 3MB, the daring might go even as high as 10MB,

Re: No sound from audio cd's

2003-02-01 Thread Gerry Doris
On Sat, 2003-02-01 at 09:20, Matthew Carpenter wrote: > Do you have the cable hooked up from the CD Drive to your sound card? > > > On Wed, 29 Jan 2003 11:47:08 -0500 (EST) > Gerry Doris <[EMAIL PROTECTED]> wrote: > > > I've been knocking my head against the screen for the last couple of days.

Re: email RFC's?

2003-02-01 Thread David A. Bandel
On Fri, 31 Jan 2003 16:10:05 -0800 (PST) Keith Morse <[EMAIL PROTECTED]> wrote: [snip] > > This comment is for the thread and not Mr. Bandel specifically. > > > This thread strikes me as being elitist and a common attitude I see > with IT, IS, (or HMFIC's) people that manage mail services. Fi

Re: No sound from audio cd's

2003-02-01 Thread Matthew Carpenter
Do you have the cable hooked up from the CD Drive to your sound card? On Wed, 29 Jan 2003 11:47:08 -0500 (EST) Gerry Doris <[EMAIL PROTECTED]> wrote: > I've been knocking my head against the screen for the last couple of days. > I can't play audio cd's no matter what I do. > > I can burn audi

Re: Sendmail: Proxy server or whatever

2003-02-01 Thread Matthew Carpenter
Comcast should have provided you with an SMTP mail server which they would lock down their relay-domains file to allow. You don't want to get into the reverse-lookup world, because many MTA's lookup against an RBL (Realtime Black List) specifically for dialup/broadband IP ranges. If your IP fa

Re: Automatic samba startup, SuSE 8.1

2003-02-01 Thread David A. Bandel
On Fri, 31 Jan 2003 16:55:45 -0800 Bill Campbell <[EMAIL PROTECTED]> wrote: > Is there some GUI way to get Samba to start automatically under > SuSE 8.1 Professional? The ``smb'' and ``nmb'' files are where > one would expect them to be under /etc/init.d, but there aren't > any linked files in th

Re: Remember Turbolinux?

2003-02-01 Thread Andrew Gould
Never mind: Too many apps that I use (mc, mutt and kermit, for example) are missing, even from the workstation version. KDE 2.2?! GRUB didn't stick. Andrew --- Andrew Gould <[EMAIL PROTECTED]> wrote: > Is anyone using Turbolinux? Does anyone have any > advice/warnings regarding it's usage? >