Re: xterm problem and kernel build

2003-05-31 Thread Cameron Simpson
On 08:26 30 May 2003, Daniel Sheltraw <[EMAIL PROTECTED]> wrote:
| [...] Obviously I have left something out. I am getting
| a message when booting:
| 
|   fs types devpts not supported by kernel
| 
| AFAIK this is related to USB

What makes you think this?

| which I have not enabled and do not
| need in this kernel. Am I correct about this message?

No. This is needed for ptys (which, strangely enough, are vital for
xterm et al). Hack the .config file and add:

CONFIG_DEVPTS_FS=y

and rebuild it.

Or in the config tools, set
"Character Devices" -> "UNIX 98 pty"
and
"Filesystems" -> "/dev/pts file system"
and rebuild.

Cheers,
-- 
Cameron Simpson <[EMAIL PROTECTED]> DoD#743
http://www.cskk.ezoshosting.com/cs/

No electrons were harmed in the production of this message.
- Dr. P. Gensheimer <[EMAIL PROTECTED]>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem and kernel build

2003-05-31 Thread Bret Hughes
On Fri, 2003-05-30 at 09:26, Daniel Sheltraw wrote:
> 
> 
> > We need more details to help you.
> > Have you activated any insual option in your new
> > kernel ?
> 
> I am doing a RTAI (hard-real time executive) patch and build. 
> The problem is that I started from scratch building the .config 
> file since the one in /boot was garbage after my initial RH9 
> install. I have been learning as I go what must be in the kernel
> and what may not. Obviously I have left something out. I am getting
> a message when booting:
> 
>   fs types devpts not supported by kernel
> 
> AFAIK this is related to USB which I have not enabled and do not
> need in this kernel. Am I correct about this message?
> 
> I strongly doubt that there are any problems with the RTAI 
> patch since many others have performed the patch on the
> same kernel as I without this problem.
> 

Daniel,

The configs used to build the RH kernels are part of the kernel-source
rpm and put into /usr/src/linux-2.4/configs  look at the one for your
arch and you should be able to either use it as a starting point or at
the least find the differences in yours and the orig.

Bret


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem and kernel build

2003-05-31 Thread Daniel Sheltraw


> | We need more details to help you.
> | Have you activated any insual option in your new
> | kernel ?
> 
> And does xterm emit any useful error messages?

The console says 

  fs types devpts not supported by kernel

After starting X and opening an xterm window I have a normal
looking xterm without a command line.

Thanks for your help,
Daniel

> -- 
> Cameron Simpson <[EMAIL PROTECTED]> DoD#743
> http://www.cskk.ezoshosting.com/cs/
> 
> People used to say that money is the root of all evil. I believe
> strongly
> that ignorance is the root of all evil, at least all the evils that
> I've seen
> personally. - Bruce Giese
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
> mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem and kernel build

2003-05-31 Thread Daniel Sheltraw


> We need more details to help you.
> Have you activated any insual option in your new
> kernel ?

I am doing a RTAI (hard-real time executive) patch and build. 
The problem is that I started from scratch building the .config 
file since the one in /boot was garbage after my initial RH9 
install. I have been learning as I go what must be in the kernel
and what may not. Obviously I have left something out. I am getting
a message when booting:

  fs types devpts not supported by kernel

AFAIK this is related to USB which I have not enabled and do not
need in this kernel. Am I correct about this message?

I strongly doubt that there are any problems with the RTAI 
patch since many others have performed the patch on the
same kernel as I without this problem.



> Gie more information about the problem
>  --- Daniel Sheltraw <[EMAIL PROTECTED]> escribió: >
> Hello RH list
> > 
> > I did a rebuild of my 2.4.20 kernel on RH9 today and
> > I am now
> > having trouble getting a command line to appear when
> > I open
> > a xterm window after X starts. The problem is in my
> > new kernel 
> > since the old works fine in this regard.
> > 
> > Any ideas?
> > 
> > Thanks again,
> > DAniel
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe
> >
> mailto:[EMAIL PROTECTED]
> > https://www.redhat.com/mailman/listinfo/redhat-list 
> 
> =
> --
> 
> Manuel Aróstegui Linux user 200896
> 
> ___
> Yahoo! Messenger - Nueva versión GRATIS
> Super Webcam, voz, caritas animadas, y más...
> http://messenger.yahoo.es
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
> mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem and kernel build

2003-05-30 Thread Cameron Simpson
On 09:10 30 May 2003, Manuel Ar?stegui Ramirez <[EMAIL PROTECTED]> wrote:
| We need more details to help you.
| Have you activated any insual option in your new
| kernel ?

And does xterm emit any useful error messages?
-- 
Cameron Simpson <[EMAIL PROTECTED]> DoD#743
http://www.cskk.ezoshosting.com/cs/

People used to say that money is the root of all evil. I believe strongly
that ignorance is the root of all evil, at least all the evils that I've seen
personally. - Bruce Giese


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem and kernel build

2003-05-30 Thread Manuel Aróstegui Ramirez
We need more details to help you.
Have you activated any insual option in your new
kernel ?
Gie more information about the problem
 --- Daniel Sheltraw <[EMAIL PROTECTED]> escribió: >
Hello RH list
> 
> I did a rebuild of my 2.4.20 kernel on RH9 today and
> I am now
> having trouble getting a command line to appear when
> I open
> a xterm window after X starts. The problem is in my
> new kernel 
> since the old works fine in this regard.
> 
> Any ideas?
> 
> Thanks again,
> DAniel
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list 

=
--

Manuel Aróstegui Linux user 200896

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem

2003-01-08 Thread Cameron Simpson
On 10:04 08 Jan 2003, Desmond <[EMAIL PROTECTED]> wrote:
| Thanks Cameron. It was the firewall problem. :)

Well at least switch your rules from DROP to REJECT.
Then you will get instant, and much more informative, failure messages.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

  "Neomort" : Brain-dead human, kept alive for medical purposes.
"Medicine Lecturer" : Brain-dead human, kept alive for medical purposes.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: xterm problem

2003-01-07 Thread Desmond
Thanks Cameron. It was the firewall problem. :)

Desmond

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Cameron Simpson
Sent: 08 January 2003 09:22
To: [EMAIL PROTECTED]
Subject: Re: xterm problem


On 15:43 07 Jan 2003, Desmond <[EMAIL PROTECTED]> wrote:
| >Assuming your sequence is
| > from B, ssh A
| > DISPLAY=B:0
| > export DISPLAY
| > xterm
| 
| After  the cursor moves to the newline and just sits there 
| blinking. Nothing happens.
| 
| Even trying to xdpyinfo yields nothing (the cursor goes to the newline

| and just sits there blinking).
| 
| What is wrong with the notebook!!! I know that I can xterm A because I

| done it using 2 different computers running the same OS as B (RedHat 
| 8.0).

Maybe your notebook is firewalled? In "DROP packets" mode (a common but
extremely rude mode) a TCP connection which is forbidden will take
something like 30 seconds to timeout.

See if
ipchains -L
as root on the laptop recites a list of rules, or looks fairly open.

If you use ssh's X11 forwarding (i.e. _don't_ fiddle $DISPLAY) the
firewalling will be irrelevant because the X11 traffic is tunneled
through the established ssh connection.

Cheers,
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]
http://www.zip.com.au/~cs/

Every particle continues in its state of rest or uniform motion in a
straight
line except insofar as it doesn't.  - Sir Arther Eddington



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xterm problem

2003-01-07 Thread Cameron Simpson
On 15:43 07 Jan 2003, Desmond <[EMAIL PROTECTED]> wrote:
| >Assuming your sequence is
| > from B, ssh A
| > DISPLAY=B:0
| > export DISPLAY
| > xterm
| 
| After  the cursor moves to the newline and just sits there
| blinking. Nothing happens.
| 
| Even trying to xdpyinfo yields nothing (the cursor goes to the newline
| and just sits there blinking).
| 
| What is wrong with the notebook!!! I know that I can xterm A because I
| done it using 2 different computers running the same OS as B (RedHat
| 8.0).

Maybe your notebook is firewalled? In "DROP packets" mode (a common
but extremely rude mode) a TCP connection which is forbidden will take
something like 30 seconds to timeout.

See if
ipchains -L
as root on the laptop recites a list of rules, or looks fairly open.

If you use ssh's X11 forwarding (i.e. _don't_ fiddle $DISPLAY) the
firewalling will be irrelevant because the X11 traffic is tunneled
through the established ssh connection.

Cheers,
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Every particle continues in its state of rest or uniform motion in a straight
line except insofar as it doesn't.  - Sir Arther Eddington



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: xterm problem

2003-01-06 Thread Desmond
>Assuming your sequence is
>   from B, ssh A
>   DISPLAY=B:0
>   export DISPLAY
>   xterm

After  the cursor moves to the newline and just sits there
blinking. Nothing happens.

Even trying to xdpyinfo yields nothing (the cursor goes to the newline
and just sits there blinking).

What is wrong with the notebook!!! I know that I can xterm A because I
done it using 2 different computers running the same OS as B (RedHat
8.0).

Anything else I can try?

Desmond



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xterm problem

2003-01-06 Thread Cameron Simpson
On 12:07 07 Jan 2003, Desmond <[EMAIL PROTECTED]> wrote:
| Yup, I've done the xhost thingy too.
| Any other things I can try?

Assuming your sequence is
from B, ssh A
DISPLAY=B:0
export DISPLAY
xterm

Try running:
xdpyinfo
once you've sshed into A. It may succeed, or fail with a useful error
message. Then we will know more.

Note that if you've got X running on B already, and you enable
X11 Forwarding in your ~/.ssh/config file, you can just

ssh A

and use X stuff _without_ fiddling with $DISPLAY. And it will be funnelled
back through your ssh connection, securely. Shouldn't need to do the xhost
thing at all.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Tomkin Coleman ([EMAIL PROTECTED]) wrote:
| Well, yes, get the bike but BEWARE!!
| At first, you will just want to get, like, a 250 Rebel, just for commuting
| and maybe a little fun, but you will wind up buying a 550, (just in case you
| want to tour), and then you will stop paying any attention to the theatre
| company you are working with and the graduate school you are attending, and
| then you will spend all your summers touring and riding around with your
| newfound biking buddies, and then you will find that you have got a real job
| just so you can buy the bike of your dreams and pretty soon you will find
| that your entire life has centered around your monster bike and you can only
| date women who love bikes and hang with buddies who love bikes and work at a
| job that supports your lifestyle and you will be incredibly happy, but always
| very greasy.
S!  The meaning of life is supposed to be a SECRET!   :-)
- Bob Larson..DoD#[EMAIL PROTECTED] Suzuki RF600R



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: xterm problem

2003-01-06 Thread Desmond
Yup, I've done the xhost thingy too.

Any other things I can try?

Desmond

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Chinmay Nadkarni
Sent: 07 January 2003 11:11
To: [EMAIL PROTECTED]
Subject: Re: xterm problem


Have you configured xhost to allow connections from B?

To do this you need to log in as root on A (the server you ant to 
connect to) and type

xhost +machine-name

where machine-name is the machine you want to connect from and run X.

To see what incoming connections are currently configured, simply type 
xhost and host return.

Hope this helps.
 - Chinmay.



Desmond wrote:

> i just installed RedHat 8.0 in a notebook (B) and have a problem with
> xterm.
>  
> i have this server (A) that i usually xterm into (ssh into A, setenv
> DISPLAY, etc).
>  
> B doesn't seem to display anything when i type xterm at the command
> line. but this works with my own PC and notebook.
>  
> what is wrong?
>  
> thanks.
>  


-- 
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xterm problem

2003-01-06 Thread Chinmay Nadkarni
Have you configured xhost to allow connections from B?

To do this you need to log in as root on A (the server you ant to 
connect to) and type

xhost +machine-name

where machine-name is the machine you want to connect from and run X.

To see what incoming connections are currently configured, simply type 
xhost and host return.

Hope this helps.
- Chinmay.



Desmond wrote:

i just installed RedHat 8.0 in a notebook (B) and have a problem with 
xterm.
 
i have this server (A) that i usually xterm into (ssh into A, setenv 
DISPLAY, etc).
 
B doesn't seem to display anything when i type xterm at the command 
line. but this works with my own PC and notebook.
 
what is wrong?
 
thanks.
 


--
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86 3.3.6

2000-04-27 Thread D. Hugh Redelmeier

| Date: Sun, 2 Apr 2000 16:21:21 -0400 (EDT)
| From: D. Hugh Redelmeier <[EMAIL PROTECTED]>

| Summary: in an xterm window, line are sometimes rendered in the wrong
| position, but only with ATI Xpert 128 and
| XFree86-SVGA-3.3.6-15.i386.rpm.

This is in the bugzilla database as bug number 10656 (too bad nobody
posted that fact to the list).  There is even a workaround:

- get the fixed server from SuSE:
   wget ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/X/XFCom/xrage/xrage.rpm

- Note that none of the filenames in this package conflict with redhat
  pathnames.  If you wish to verify this:
   ls -l `rpm -qla xrage.rpm`
  ls should complain that none of the files exists.

- become root
   su

- install the package
   rpm -i xrage.rpm

- substitute it for the existing SVGA server (saving the old one)
   cd /usr/X11R6/bin
   ls -l XF86_SVGA XFCom_Rage128
   mv XF86_SVGA XF86_SVGA.REAL
   ln XFCom_Rage128 XF86_SVGA

- restart X.

I've tested this for a whole 10 minutes, and it seems to work.

Hugh Redelmeier
[EMAIL PROTECTED]  voice: +1 416 482-8253


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




Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86 3.3.6

2000-04-04 Thread Frank Carreiro

The driver I'm using is r128 for XFree86 4.0.  It was written and
submitted to the Linux community and is part of the XFree86
distribution.  I'm using it now with the glide library installed which
is required if using their xfree86 -configure command.  I ran it just
fine without the command however it's not as nice and I had palette
problems with NetScape (and ONLY NetScape for some reason).

Anyway, Good luck with that issue.  ATI really stinks (it shouldn't take
a week to install guys!!!)

GEForce or Voodoo3 all the way from now on!!


P.S. those glide drivers I know are written by 3Dfx Corp.  The makers of
Voodoo cards.  Not sure who wrote the r128 driver but it is GNU or GPL I
think

Frank

www.xmission.com/~dmacleod




Ward William E PHDN wrote:
> 
> Mine doesn't even work well under Windows one of the reasons
> I'm dreading reinstalling on the system.  The card can be >somewhat<
> stable... i.e.., I can use the machine for between 3-6 hours before a
> crash under Win98, which compared to the original crash every fifteen
> minutes is not bad.  I can't get the new drivers from ATI to work, and
> I'm convinced (now) that ATI doesn't know "Scottish" from "Unscottish"
> when it comes to drivers
> 
> And since I don't know yet who wrote the driver for the ATI for Linux.
> 
> I've only once seen a truly unstable Linux box, and that's because of
> failing memory, I think.  
> 
> Bill Ward
> 
> -Original Message-
> From: Frank Carreiro [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 03, 2000 5:34 PM
> To: Ward William E PHDN; redhat list
> Subject: Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86
> 3.3.6
> 
> As this was my first ATI with XFree86 4.0 I made a few mistakes (should
> have read the documentation for once!!)  I learned what NOT to do
> :hehehe:
> 
> Anyway, the Xpert 98 AGP card I am told (by ATI) is the same chipset as
> the Rage Fury.  Works pretty good in Windoze (sorry to say) but under
> linux you want to use the r128 drivers.  Also I just downloaded the
> glide driver *for linux* from the 3Dfx ftp site.  Will be installing it
> today.  Crossing my fingers...
> 
> I don't think the Mach64 will work with the Xpert card (Haven't tried it
> though).  And I didn't see an SVGA driver for 4.0 (did I miss it??).
> 
> You can look under lib/modules/drivers.  You should see the drivers
> available.  For example the r128_driver.o file is referenced in your
> config file as r128.  (hope I didn't confuse you with all that).
> 
> Frank
> 
> Ward William E PHDN wrote:
> >
> > Heh, I'm now dreading reinstalling Linux on one of my home machines (it's
> > a Win98SE only machine at the moment).  I just got a new ATI XPERT 98 AGP
> > (my first home AGP... not all of us are rich... I make up for it by having
> > a lot of machines).  I was hoping for a stable, relatively fast, low
> > overhead
> > card... but in Win98, it's very "un-Scottish" (if you remember the old
> > Saturday
> > Night Live, say this with a thick Scottish Burl: "If it's not Scottish,
> it's
> > CRP!").  If found that with my MB/Mem/BIOS/CPU/Video combo, (FIC
> > VA-503+,
> > 64 MB PC100 SDRAM, latest BIOS rev, AMD K6-2 500, and the aforementioned 8
> > MB
> > ATI AGP card), if I turn off AGP 2X in the BIOS, it DID help on the
> > stability
> > a bit... I can now turn on most of the Hardware acceleration and get it
> > fairly
> > stable... but I bought a 2X card on PURPOSE.  I wanted a stable card for
> > Win/Lin
> > games that wouldn't eat my wallet for lunch, burp, and demand more money.
> :\
> > Linux installed beautifully under 5.2 on the machine, but that was before
> I
> > completely rebuilt it... only the Sound card, two of the HDs, the Monitor,
> > floppy, keyboard, mouse, and the CDROM are the same as I had before...
> I've
> > added a CDRW, new 10/100 PCI nic to replace the 10 ISA nic, deleted a HD
> > (the
> > partition the old system had as user space... I may still remount that on
> a
> > different machine...), changed out the modem, MB, memory, etc.
> >
> > Oh, well...
> >
> > BTW, as an aside, anyone know offhand which driver to use with the XPERT
> 98?
> > Is it the Mach64?  Or the SVGA?
> >
> > Bill Ward
> >
> > -Original Message-
> > From: Frank Carreiro [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 03, 2000 4:20 PM
> > To: redhat list
> > Cc: recipient.list.not.shown; @nswcphdn.navy.mil
> > Subject: Re: xterm problem with ATI

Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86 3.3.6

2000-04-03 Thread Frank Carreiro

As this was my first ATI with XFree86 4.0 I made a few mistakes (should
have read the documentation for once!!)  I learned what NOT to do
:hehehe:

Anyway, the Xpert 98 AGP card I am told (by ATI) is the same chipset as
the Rage Fury.  Works pretty good in Windoze (sorry to say) but under
linux you want to use the r128 drivers.  Also I just downloaded the 
glide driver *for linux* from the 3Dfx ftp site.  Will be installing it
today.  Crossing my fingers...

I don't think the Mach64 will work with the Xpert card (Haven't tried it
though).  And I didn't see an SVGA driver for 4.0 (did I miss it??).

You can look under lib/modules/drivers.  You should see the drivers
available.  For example the r128_driver.o file is referenced in your
config file as r128.  (hope I didn't confuse you with all that).  

Frank


Ward William E PHDN wrote:
> 
> Heh, I'm now dreading reinstalling Linux on one of my home machines (it's
> a Win98SE only machine at the moment).  I just got a new ATI XPERT 98 AGP
> (my first home AGP... not all of us are rich... I make up for it by having
> a lot of machines).  I was hoping for a stable, relatively fast, low
> overhead
> card... but in Win98, it's very "un-Scottish" (if you remember the old
> Saturday
> Night Live, say this with a thick Scottish Burl: "If it's not Scottish, it's
> CRP!").  If found that with my MB/Mem/BIOS/CPU/Video combo, (FIC
> VA-503+,
> 64 MB PC100 SDRAM, latest BIOS rev, AMD K6-2 500, and the aforementioned 8
> MB
> ATI AGP card), if I turn off AGP 2X in the BIOS, it DID help on the
> stability
> a bit... I can now turn on most of the Hardware acceleration and get it
> fairly
> stable... but I bought a 2X card on PURPOSE.  I wanted a stable card for
> Win/Lin
> games that wouldn't eat my wallet for lunch, burp, and demand more money. :\
> Linux installed beautifully under 5.2 on the machine, but that was before I
> completely rebuilt it... only the Sound card, two of the HDs, the Monitor,
> floppy, keyboard, mouse, and the CDROM are the same as I had before... I've
> added a CDRW, new 10/100 PCI nic to replace the 10 ISA nic, deleted a HD
> (the
> partition the old system had as user space... I may still remount that on a
> different machine...), changed out the modem, MB, memory, etc.
> 
> Oh, well...
> 
> BTW, as an aside, anyone know offhand which driver to use with the XPERT 98?
> Is it the Mach64?  Or the SVGA?
> 
> Bill Ward
> 
> -Original Message-----
> From: Frank Carreiro [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 03, 2000 4:20 PM
> To: redhat list
> Cc: recipient.list.not.shown; @nswcphdn.navy.mil
> Subject: Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86
> 3.3.6
> 
> Don't know if this will help.  Here are my "recent" experiences with the
> ATI Rage Fury.
> 
> I finally got my @#$%^ ATI Rage Fury working with XFree86 4.0.  The r128
> driver works great (but only in 800x600 @ 256 colors).  Other's
> mentioned you can't run Xconfigurator or XF86Setup (yep, it messes up
> the config file bad!!!   Format has changed).
> 
> The docs talk about running xfree86 -configure (I think that's the
> command).  It "senses" the ATI and wants to load the glide drivers on
> top of it.  Unfortunately I didn't buy the Voodoo3 (a real video card).
> So after a little searching on their site I found the drivers in
> question.  Going to install them tonight. I'm pretty confident it will
> work and (finally) give me the colors/resolution I'm looking for
> 
> Next time I'll just buy the dang Voodoo card or a GEForce...  Less of a
> pain..
> 
> Frank
> 
> | From: Vidiot <[EMAIL PROTECTED]>
> 
> | >Summary: in an xterm window, line are sometimes rendered in the wrong
> | >position, but only with ATI Xpert 128 and
> | >XFree86-SVGA-3.3.6-15.i386.rpm.  Help!
> 
> | Strange, I have the following in my XF86Config file:
> 
> | Driver  "svga"
> | Device  "NVidia / SGS Thomson|Riva128"
> |   XFree86-3.3.5-3
> |
> | So, I can't explain why you are having trouble.
> 
> This is interesting, but not surprising.  The ATI Rage128 video
> chipset was not supported in XFree86-3.3.5-3.  My problem is only with
> this chipset and 3.3.6.  I mentioned that the same 3.3.6 SVGA server
> that failed on may Rage128 machine worked with my laptop (it uses some
> Trident chipset).
> 
> Thanks for the datapoint,
> 
> Hugh Redelmeier
> [EMAIL PROTECTED]  voice: +1 416 482-8253
> 
> PS: I've experienced the same problem with an nxterm window, so the
> problem is probably not in xterm itself.
> --
> 
> This is Linux Country. On a quiet night, you can hear Windows NT reboot.
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

-- 

This is Linux Country. On a quiet night, you can hear Windows NT reboot.


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




Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86 3.3.6

2000-04-03 Thread Frank Carreiro

Don't know if this will help.  Here are my "recent" experiences with the
ATI Rage Fury.


I finally got my @#$%^ ATI Rage Fury working with XFree86 4.0.  The r128
driver works great (but only in 800x600 @ 256 colors).  Other's
mentioned you can't run Xconfigurator or XF86Setup (yep, it messes up
the config file bad!!!   Format has changed).  

The docs talk about running xfree86 -configure (I think that's the
command).  It "senses" the ATI and wants to load the glide drivers on
top of it.  Unfortunately I didn't buy the Voodoo3 (a real video card). 
So after a little searching on their site I found the drivers in
question.  Going to install them tonight. I'm pretty confident it will
work and (finally) give me the colors/resolution I'm looking for

Next time I'll just buy the dang Voodoo card or a GEForce...  Less of a
pain..

Frank



| From: Vidiot <[EMAIL PROTECTED]>

| >Summary: in an xterm window, line are sometimes rendered in the wrong
| >position, but only with ATI Xpert 128 and
| >XFree86-SVGA-3.3.6-15.i386.rpm.  Help!

| Strange, I have the following in my XF86Config file:

| Driver  "svga"
| Device  "NVidia / SGS Thomson|Riva128"
|   XFree86-3.3.5-3
| 
| So, I can't explain why you are having trouble.

This is interesting, but not surprising.  The ATI Rage128 video
chipset was not supported in XFree86-3.3.5-3.  My problem is only with
this chipset and 3.3.6.  I mentioned that the same 3.3.6 SVGA server
that failed on may Rage128 machine worked with my laptop (it uses some
Trident chipset).

Thanks for the datapoint,

Hugh Redelmeier
[EMAIL PROTECTED]  voice: +1 416 482-8253

PS: I've experienced the same problem with an nxterm window, so the
problem is probably not in xterm itself.
-- 

This is Linux Country. On a quiet night, you can hear Windows NT reboot.


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




Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86 3.3.6

2000-04-03 Thread D. Hugh Redelmeier

| From: Vidiot <[EMAIL PROTECTED]>

| >Summary: in an xterm window, line are sometimes rendered in the wrong
| >position, but only with ATI Xpert 128 and
| >XFree86-SVGA-3.3.6-15.i386.rpm.  Help!

| Strange, I have the following in my XF86Config file:

| Driver  "svga"
| Device  "NVidia / SGS Thomson|Riva128"
|   XFree86-3.3.5-3
| 
| So, I can't explain why you are having trouble.

This is interesting, but not surprising.  The ATI Rage128 video
chipset was not supported in XFree86-3.3.5-3.  My problem is only with
this chipset and 3.3.6.  I mentioned that the same 3.3.6 SVGA server
that failed on may Rage128 machine worked with my laptop (it uses some
Trident chipset).

Thanks for the datapoint,

Hugh Redelmeier
[EMAIL PROTECTED]  voice: +1 416 482-8253

PS: I've experienced the same problem with an nxterm window, so the
problem is probably not in xterm itself.


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




Re: xterm problem with ATI Xpert 128 (Rage 128) and Xfree86 3.3.6

2000-04-02 Thread Vidiot

>Summary: in an xterm window, line are sometimes rendered in the wrong
>position, but only with ATI Xpert 128 and
>XFree86-SVGA-3.3.6-15.i386.rpm.  Help!
>
>Details:
>
>I have an ATI Xpert 128 video card, based on the Rage128 chipset.  It
>was not supported under Xfree 3.3.5, the version that comes with
>RedHat 6.1.
>
>It is supported under 3.3.6, so I fetched and installed
>XFree86-SVGA-3.3.6-15.i386.rpm from the Rawhide ftp site
>(rawhide.redhat.com) and installed it.  Note: the correct server is
>SVGA, not Mach64 as one would suppose.  Note also that the process
>isn't obvious (for example, you need a new kudzo too).  Anyway, I
>succeeded.
>Hugh Redelmeier

Strange, I have the following in my XF86Config file:

Section "Screen"
Driver  "svga"
# Use Device "Generic VGA" for Standard VGA 320x200x256
#Device  "Generic VGA"
Device  "NVidia / SGS Thomson|Riva128"
Monitor "Magnavox MV5011(15inch/CM1300)"
Subsection "Display"
Depth   32
Modes   "1024x768"
ViewPort0 0
EndSubsection
EndSection


It worked with the stock RH6.1 release.  I use OpenWindows for my X
and have zero problems with Xterms.  The XFree86 that I have is:

XFree86-3.3.5-3

So, I can't explain why you are having trouble.

MB
-- 
e-mail: [EMAIL PROTECTED]
Bart: Hey, why is it destroying other toys?  Lisa: They must have
programmed it to eliminate the competition.  Bart: You mean like
Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


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