Re: Adaptec ava-2906kit pci scsi controller?

2000-01-05 Thread Harold Weiss-Wallrath

Charles Galpin wrote:
 
 Is this supported? I don't see it listed ont he hardware compatability
 howto.
 
 If not, can anyone suggest a nice (cheap) linux supported SCSI card to
 drive a tape backup from.
 
 thanks
 charles
 
 
 -- 
 To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
 as the Subject.
 
 
 

I have an AVA 2904 card. You may need kernel version 2.2.12 or greater. In
the SCSI low-level drivers you need to add support for the AIC7xxx chipset.
That worked for me. Try checking the Linux Hardware Database to make sure. 

Harold


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: changing the default colour depth?

1999-12-06 Thread Harold Weiss-Wallrath

 
 Hi,
 
 Whenever I start X it always starts up with a depth of 8, how do I 
 change
 it to 16 or 32? I know there is a host of entries in 
 /etc/X11/XF865Config
 and I have played with it. I thought X would look at the first entry in 
 the
 file which has a depth of 16, however its using the information from 
 the
 second entry that has a depth of 8. I hope this makes sense. I am using
 rh6.1 with gnome + englightenment.
 
 Cheers
 Nelson
 
 

Adding the line 

DefaultColorDepth 16 

(or whatever depth you want) to your XF86Config file does the trick. It's
int the docs somewhere, but I got this from this list a while back.

excerpt from my own XF86Config:

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)

Section "Screen"
Driver  "accel"
Device  "ATI 3D Charger"
Monitor "Bridge 17 inch OSD"
DefaultColorDepth 24
Subsection "Display"
Depth   24
Modes   "1024x768" "800x600" "1280x1024"
ViewPort0 0
EndSubsection
 
Hope this helps 

Harold


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: the c libs - info?

1999-11-29 Thread Harold Weiss-Wallrath

Hi Stephen,

A few years ago (which means I don't remember where I found it!) I found a
postscript file of "The GNU C Library Reference Manual" chich can be
downloaded. Its almost 500 pages, well organized and full of short examples.
It's published by the FSF, author is Sandra Loosemore from 1993. I think I 
got it via FTP over at MIT. Try the GNU homepage or such. Good Luck!

Harold
 
Stephen King wrote:
 
 Hi,
 
 This is a tad off topic.  I used to program in C using Borland3.1 and had a
 book that listed (with handy examples) all the lib functions that one could
 call - some standard, some pure dos and some borlands own version.  I was
 hoping to get back into programming, but this time using linux, and convert
 my old efforts over.  Thing is, I can't see anywhere a listing or
 description of functions available in the standard libs installed with
 RedHat5.2 installation, so I'm not sure how to replace say, the dos.h
 functions.  Are the lib functions listed and described anywhere on-line?  
 
 Ta muchy!
 Stephen 
 
  Stephen King • Crazed Artist Studios
  http://www.crazedartist.com • ftp.crazedartist.com
  [EMAIL PROTECTED] • Voice (253) 856-1874
 
 
 -- 
 To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
 as the Subject.
 
 
 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Anyone Using XFree + SiS 86c6215 Video Card

1998-06-16 Thread Harold Weiss-Wallrath

 
 hi
 you may find the server for the card at www.suse.com. If it works please
 let
 me know, as I have been unable to get X working after installing the
 server.
 
 -Aditya
 Raj Singh wrote:
 
  Hi,
 
  I have recently tried loading XFree86 3.3.2 (with RedHat Linux 5.0) on
  a
  PentiumMMX/166 based system (Intel YM430TX Motherboard). This has a
  SiS
  86c6215 video controller on PCI. This is NOT recognized by XFree and
  it
  also does not allow SVGA X-server to run. The X-SVGA starts and then
  terminates with the message of unknown video card.
 
  Also, the card has 1 MB of videoRAM which is not recognised by
  SuperProbe
  (version 2.15). SuperProbe does find that the video card is from
  Silicon
  Integrated Systems (SiS), but also says that the chip set is unknown
  (please report). The entry for signature data is 6 (I have done the
  reporting to the given email addresses).
 
  The XFree86 web site pages have no info on this video card. Anyone
  with
  more info on this card and possible support under Linux for X ?
 
  -- Raj
 

Hi all,
I've been using the Mach64 server from SuSe and it works great. The SuSe
people recommend that you use their own slightly modified xfconfig program.
One thing I've noticed, and you might want to check this out, is that the
symlink to the server is in /usr/X11R6/bin, not in /etc/X11 as in redhat.
Another thing was that the config program had the wrong name for the
server. In my case it was pointed to a server named XMach64, while the
server installed by their rpm was called XF86_Mach64. Another difference
from redhat is that the XF86Config file was located in /etc, not /etc/X11.

hope this gets you going. 

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




(more) X config questions for ATI 3D Charger

1998-06-08 Thread Harold Weiss-Wallrath

Hi all,

I need to configure an ATI 3D Charger graphics card (ATI 3D Rage II+
chipset). I got as far as getting four identical squished screens into 
one after I added the line VideoRam 4096 to the device section of the 
XFConfig file. I later read somewhere that the accelarated Mach64 servers 
have a 1024K limitation. Is this true?

I tried using the Mach64 driver from SUSE, which gave me a single screen but
with a color depth of only 8 bits :-(. Commenting out the 8 bit subsection
resulted in an error message: "8-bit default subsection not found". 

Could somebody please help me get this beast configured correctly? The
chipset is supposed to be supported by XFree according to the supported
hardware list for RH4.2. I have XFree 3.3.2 installed on a Redhat 4.2
system.

TIA

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Bill Gates made me do it

1998-06-05 Thread Harold Weiss-Wallrath

Hi all!
I had a really nice working system until circumstances forced me to fix that
which ain't broke: Installing win95 didn't recognize the CD-ROM attached to
my sound card. I had to buy a new MB and graphics card. The problem is
getting X to work. After 2 days of trying things out, I have to ask for
help. I have an ATI 3D Charger with 4Mb RAM. The chipset is an ATI 3D Rage
II +DVD. Neither Xconfigurator nor MetroX seem to be able to get this thing
to work. I've tried using the Mach32, Mach64 and the SVGA drivers without
success. I get an error message complaining about not enough memory (0Kb !)
to run in even the simplest modes. Does anybody have experience with this
card? Could somebody please send me a working XF86config file? Please,
please please, it's driving me nuts!

TIA

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Need some sendmail help

1998-05-29 Thread Harold Weiss-Wallrath

Hi all,
up until recently, I've been doing my mailing off-line by letting elm put my
mail in /var/spool/mqueue until I make connection with my ISP, at which time
I run sendmail using -q -v. The sysamins recently upgraded to the newest
sendmail version which is stricter about who it accepts mail from (an anti
spam measure). If the machine sending the mail is not found by the DNS, the
mail is bounced back. Since my box is a standalone system at home, it isn't
recognized and all af my outgoing mail has been bounced back with a 'Data
format error' message. Is there any way to get elm or sendmail on my end to
write the headers in such a way that they are known to the mail server?
Currently I have the SmartHost option set to the mail server where my mail
is recieved. The sysadmins advised me to set the From: line in the
elmheaders file to my own mail address, which didn't work. They also told me
to get rid of the masquerade option (which was set to the mail server name
when this all started). This also had no effect. The following is what the
header in the mailqueue looks like locally:

V2
T896422628
K0
N0
P30315
I3/66/9936
Mhost map: lookup (tu-clausthal.de): deferred
Fb
$_harold@localhost
Sharold
RPFD:[EMAIL PROTECTED]
H?P?Return-Path: harold
HReceived: (from harold@localhost)
by tigger.chris.org (8.8.5/8.8.5) id IAA00241
for [EMAIL PROTECTED]; Fri, 29 May 1998 08:17:08
+02
00
H?x?Full-Name: Harold Weiss-Wallrath
H?M?Message-Id: [EMAIL PROTECTED]
HSubject: test
HTo: [EMAIL PROTECTED]
HDate: Fri, 29 May 1998 08:17:07 +0200 (MET DST)
HReply-To: [EMAIL PROTECTED]
HFrom: Harold Weiss-Wallrath [EMAIL PROTECTED]
HContent-Type: text
HContent-Length: 48

I think (I'm no expert here) that the problem resides in the HRecieved:
entry. The machine tigger.chris.org (I had to give it a name at install
time, so I pulled something out of my hat) is my home box and is only 
connected occasionally by a dynamic IP address. I have to work this way to
keep the otherwise high telephone costs as low as possible due to being on a
typical students budget. 

Any help would be greatly appreciated.

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: CDE MS-Word97

1998-05-12 Thread Harold . Weiss-Wallrath

 
 
 
   I need to be able to open MS-Word97 files in ApplixWare's Word
 editor. I checked the import menu, and it can only read MS-Word6
 documents. I know that I can save in Word6 fromat from Word97, but I'm
 setting up a system for some novice useres and it's too complicated for
 them to do this every time. (What can I say... don't mess up with
 customers that have very few thing in common with computers ) !!!
 
 
 Thanks!
 
 CyberMan

I don't know of any such programs, but a word of caution about saving
documents in word 6.0 from word 97: unless you installed the fix for this,
your documents will be saved in rich text format, ** not ** word6/95!
I got burned by this little 'feature' pretty badly. Good luck!

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Linux Vendor Accuses Microsoft of Hardball Tactics (http://ww

1998-05-04 Thread Harold Weiss-Wallrath

 
 Yeah. I think most people on the list use a news page,

but not all! 

 like slashdot,
 infoworld or whatever to keep abreast of tech news in general 

personally, I welcome the ocasional reference to these articles. I don't
have the time to go browsing around the various news pages for something
that doesn't appear all _that_ often. Also, living in one of the more 
expensive countries where telecommunications is concerned (among other 
things :-), there is also an economic aspect to consider. I find it a great
help to go directly to the article in question, d/l it, hang up and read it
at my leisure. Thanks to everyone for the URLs. 

and MicroSoft
 in particular. Hell, most news pages have their own special MS-Coverage
 page.
 
 DL

...just my 2 pf (cents in german)

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: c/c++ under linux

1998-05-03 Thread Harold . Weiss-Wallrath

 
 That is exactly my problem .
 With commands like printf,scanf etc. I don't have any problem, but =
 with the clrscr() function which clear the screen in dos -doesn't seem =
 to work under linux why ?
 
Isn't clrscr() specific to Turbo-C (the Borland product)? I remember running
across a lib at Sunsite that implements many of the turboC functions. Don't
remember what it was called, though.

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Looking for programs...

1998-05-03 Thread Harold . Weiss-Wallrath

 
 Tim
 I have been trying to get Klyx without success
 Where tp download it?
 I looked at the KDE page and found it but no active link!
 Phil
 
 
 Tim Fairchild wrote:
 
  Staroffice is quite nice but it's a big download and takes a lot of
  resources and it's fairly slow. Still worth having, tho. For most of my
  work I use Lyx (or the qt version Klyx) for the bulk of my wordpro work
  as it has a lot of features and it's much much quicker. Then for
  spreadsheet work I use Xesslite.
 
  tim
 
KLyx can be found at ftp.kde.org/pub/kde/unstable/office (I'm not sure about
the office part, but look under unstable: it's there in a subdirectory.)

I never heard about Xesslite, though. Is it free or commercial? Where can it
be found?

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Looking for programs

1998-04-28 Thread Harold . Weiss-Wallrath

 
 Hi again
 I'm looking for a cupple of programs for redhat linux5.0 and i was hoping you
^^
start with xdict for spellchecking ;-)

 could help me. The programs I'm looking for is:
 
 1) a ftp program for down  uploading. Something like cuteftp

try sprocket. It's like WSFTP - very intuitive. you can get it from
http://jungfrau.ptf.hro.nl/sprocket.
It's not an RPM and you'll need the qt libraries, which are available in RPM
form.
 
 2) a music program. I have a small keyboard connected to my comp, but sice
 I dropped M$-Windoze I have not been able to use it
 
 3) A program for making a homepage. I want to make a homepage and I would 
 like a program which allows me to make one more or less visually.

Maybe Bulldozer is what you're looking for. It's at the redhat site in the
contrib directory: dozer-0.7.2b-1.i386.rpm.

 4) I'm starting school soon, so I have to get a good wordprocessor. can anyone
 tell me what the major differences is between: StarOffice, ApplixWare and WP
 Which one could you reccoment and why 

I use WP7. It's really nice, but it's a wordprocessor only, not an office
package (i.e. no spreadsheet). There is a demo available at
http://www.sdcorp.com
I haven't tried the others though. 

 Well, that's it. Hope you guys can help me with this !
 
 Thanks a lot !
 
You're welcome. 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 
 
 

Hope this helps.
Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: crt1.o

1998-04-19 Thread Harold . Weiss-Wallrath

 
 Dit is een meerdelig bericht in MIME-indeling.
 
 --=_NextPart_000_000D_01BD6BAB.ABB530C0
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 Hello,
 I have posted this question before, but got no anwser.
 The question is simple: Where can I find crt1.o (wich package)? The cc =
 and gcc commands need this to compile programs.
 
 Thanks for your time, Janwillem.
 
 --=_NextPart_000_000D_01BD6BAB.ABB530C0
 Content-Type: text/html;
   charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 !DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"
 HTML
 HEAD
 
 META content=3Dtext/html;charset=3Diso-8859-1 =
 http-equiv=3DContent-Type
 META content=3D'"MSHTML 4.72.2106.11"' name=3DGENERATOR
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT color=3D#00 size=3D2Hello,/FONT/DIV
 DIVFONT color=3D#00 size=3D2I have posted this question before, =
 but got no=20
 anwser./FONT/DIV
 DIVFONT color=3D#00 size=3D2The question is simple: Where can I =
 find crt1.o=20
 (wich package)? The cc and gcc commands need this to compile=20
 programs./FONT/DIV
 DIVFONT color=3D#00 size=3D2/FONTnbsp;/DIV
 DIVFONT size=3D2Thanks for your time, =
 Janwillem./FONT/DIV/BODY/HTML
 
 --=_NextPart_000_000D_01BD6BAB.ABB530C0--
 
 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 
 
 

I found the files on my system (RH-4.2) in /usr/lib along with a bunch of
other seemingly related files:
-rw-r--r--   1 root root 1052 Apr  9  1997 crt1.o
-rw-r--r--   1 root root 1188 Apr  9  1997 crtbegin.o
-rw-r--r--   1 root root 1260 Apr  9  1997 crtbeginS.o
-rw-r--r--   1 root root 1184 Apr  9  1997 crtend.o
-rw-r--r--   1 root root 1380 Apr  9  1997 crtendS.o
-rw-r--r--   1 root root  621 Apr  9  1997 crti.o
-rw-r--r--   1 root root  396 Apr  9  1997 crtn.o
-rw-r--r--   1 root root 1200 Apr  9  1997 gcrt1.o

rpm -qf crt1.o turned up nothing though. If you want them, I could send them
as an attachment.

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Gs/Printer Problem

1998-04-13 Thread Harold . Weiss-Wallrath

 
 
   I have an HP Laserjet series II.  I'm trying to print postscipt
 files.  I'm using "gs -sDEVICE=laserjet -r150 myfile.ps 
 -sOutputFile=test.ps" to produce an output file called test.ps.
 If I try to print test.ps, my printer lights blink, but nothing
 prints.   If I then print a simpler text file, my ps file prints with the
 simple text file scrunched at the bottom.
 
   On RedHat 4.2, I was able to print postscript using some similar
 command line.
 
   Thanks.
 
 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 
 
 

try

gs -sDEVICE=laserjet -r150 myfile.ps | /dev/lp0
^
|
I think the laserjet does better resolution that this!
My ancient lbp-8 does 300x300.

better yet, use the RH printtool

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.