Traduisez - Übersetzen - Traduzca - Traduza - Tradurre - Translate

Re: Need help configuring X for video card

Clemmitt Sigler (siglercm@alphamb2.phys.vt.edu)
Tue, 9 Jun 1998 11:17:36 -0400 (EDT)

Hi Roberto,

Can't help with the Alliance chipset under XFree86, but....

On Tue, 9 Jun 1998, Roberto Pavan wrote:
> And as an aside - does anyone know how to get the output of the X driver
> like I showed above to print to a file? Copying by hand can be a bit
> annoying, and I can´t seem to see the whole output - Shift+PageUp won´t
> bring me to the start...

Try this:

$ startx 2>&1 | tee startx_out1.txt

(assuming you're using bash -- it's `$ startx |& tee startx_out1.txt' if
you're using tcsh). This should record the whole bloody output of the
X server in the file startx_out1.txt. HTH.

Clemmitt Sigler
Va. Tech Physics Dept.