Re: floppy install on 486dx/33 w/ no CDROM

2001-11-20 Thread FGL
On Tue, Nov 20, 2001 at 12:12:05PM -0500, [EMAIL PROTECTED] wrote:
> 
> I have done a base installation from floppies.  Is there a
> step-by-step somewhere for dialing up my ISP from a 
> console, and then proceeding with the installation from
> debian.org??

Very simple. You need to have ppp installed. As root run pppconfig
and create a provider profile by answering the questions about the
phone number to dial, the serial port to use, etc.

Assuming that you named your provider 'abc', you get online by
typing

pon abc

on the command line. To proceed with the rest of the installation
use the command

dselect

and go through the numbered menu items in sequence.

After leaving dselect, get offline with the command

poff

FGL



Re: Upgraded X to 4.1: Lost 1280x1024 mode

2001-11-21 Thread FGL
On Wed, Nov 21, 2001 at 05:49:50PM +0530, Sridhar M.A. wrote:
> On Wed, Nov 21, 2001 at 10:20:49AM +0100, Emil Pedersen wrote:
>> 
>> Btw, the modelines you included bellow don't include the 1280x1024
>> resolution, the highest I can find is "1152x864".
> 
> Yes. The original poster had that resolution. Mine was this.

I'm the original poster. I have an ATI card and I found in the XFree86 v4
documentation for it an note explaining that the dot clock had been
artificially limited to 80MHz for this release and that the limitation
will be removed in a future version.

FGL



Upgraded X to 4.1: Lost 1280x1024 mode

2001-11-14 Thread FGL
I've just upgraded from potato to woody, including X from 3.3 to 4.1. As a
result, I've lost the 1280x1024 mode that I've been using for years. 

I have an ATI Graphics Pro Turbo card (Mach64 chip). In its printed manual,
a 1280x1024 mode is documented with a refresh rate of 60Hz, a horizontal
frequency of 63.9kHz and a pixel clock of 110MHz.

In X 3.3, the output of startx would say

(--) Mach64: PCI: Mach64 GX rev 1, Aperture @ 0xf000, Sparse I/O @ 0x02ec
(--) Mach64: Card type: PCI
(--) Mach64: Memory type: 6
(--) Mach64: Clock type: ATI18818-1/ICS2595
(--) Mach64: Maximum allowed dot-clock: 135.000 MHz   
(**) Mach64: Mode "1280x1024": mode clock = 110.000

In X 4.1, it says

(II) ATI(0): Clock range:   9.00 to  80.00 MHz
(II) ATI(0): Not using mode "1280x1024" (bad mode clock/interlace/doublescan)

Does anybody know how can I convince X to use the mode I've been using for
a long time?

FGL



Re: X upgrade / downgrade / upgrade??

2001-11-14 Thread FGL
On Wed, Nov 14, 2001 at 09:22:39PM +, Andrew M.A. Cater wrote:
> 
> Losing patience, I installed a Matrox Millenium 2MB card and the XFree 
> 4 servers.  Now, I get an immediate error starting X "can't open socket 
> - - make sure no other X is running" or words to that effect.  I may have 
> a "mixture" of 3.3.6 and 4.0.9 packages.  Help me clear this one up to
> restore my X please!

I think all you need to do is to remove the .X* files in /tmp.

FGL



Re: Mouse Freezes in XFree 4.1.0.1

2001-10-09 Thread FGL
On Tue, Oct 09, 2001 at 11:18:21PM +0200, valentin born wrote:
> > 
> > The problem is that after a minute or less, the cursor freezes. Sometimes
> > it
> > starts with just acting 'weird & jumpy' and then it freezes. Other times
> > it
> > just freezes at without any prior weirdness in movement.
> 
> unfortunatly i cannot really give you any advice, but i made similar
> experience with woody and the 
> trackball of mine - thought it was because of the ImPS/2 protocol (but the
> trackball should use the 
> same protocol, right?) - so maybe it's somewhere in the zaxis-setting or ...
> i dont know. - btw i 
> never had freezes, but _allways_ this "weirdness" of the cursor hopping
> arround, suddenly opening 
> windowns...

This is typically because of interference with gpm. Make sure that the
gpm protocol is imps2 also and use /dev/gpmdata as your X mouse device.

FGL