<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Creo que estoy en serios problemas, todo lo que me 
han dicho de correr el XF86Config, Xconfigurator, XF86Setup, ya lo 
hise.....</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>ahora, encontre por ahi en internet algo que me dio 
mucha curiosidad, esto es:</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>hipotesis:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>1) si tengo 2 tarjetas de video, por lo tanto 2 
bios configurables</FONT></DIV>
<DIV><FONT face=Arial size=2>2) estas cochinadas de maquinas utilizan el IRQ 
Sharing</FONT></DIV>
<DIV><FONT face=Arial size=2>3) si el video principal esta en ma tarjeta madre 
entonces lo primero que encuentra linux es el area de memoria de dicha 
tarjeta.</FONT></DIV>
<DIV><FONT face=Arial size=2>4) hay un programa en linux llamado scanpci lo 
utilize y me dice cuales y donde esta alojada la bios de la 
Savage4.</FONT></DIV>
<DIV><FONT face=Arial size=2>pero la verdad no se como en realidad decirle en 
cual esta alojada para indicarselo</FONT></DIV>
<DIV><FONT face=Arial size=2>5) hay algo que mal recuerdo acerca de 
esto:</FONT></DIV>
<DIV><FONT face=Arial size=2>      </FONT></DIV>
<DIV><FONT face=Arial size=2>Section "Device"<BR>    
Identifier  "FireGL"<BR>    
Driver      "glint"<BR>    
BusID      "PCI:1:0:0"<BR>EndSection<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>estos son los contenidos de los archivos de 
instalacion y se supone que deben correr en el XF86_SVGA</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>a.-  install.sh</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#! /bin/sh</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>#<BR># Simple script to install the S3 Savage 
server and tools.<BR>#</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>if [ ! -e /usr/X11R6/lib/libX11.a ]; then<BR>  
echo You must have XFree86 installed.<BR>  exit<BR>fi</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>if [ $EUID != "0" ]; then<BR>  echo You must 
be root to install the server and tools.<BR>  exit<BR>fi</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>install -s -m 755 -o 0 -g 0 XF86_SVGA 
/usr/X11R6/bin/XF86_SVGA<BR>install -s -m 4755 -o 0 -g 0 s3switch 
/usr/X11R6/bin/s3switch<BR>install -m 444 -o 0 -g 0 s3switch.1x 
/usr/X11R6/man/man1/s3switch.1x</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>rm -f /usr/X11R6/bin/X<BR>ln -s 
/usr/X11R6/bin/XF86_SVGA /usr/X11R6/bin/X<BR>rm -f /etc/X11/X<BR>ln -s 
/usr/X11R6/bin/XF86_SVGA /etc/X11/X</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>echo Installation complete.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>b.- readme</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>s3savage-1.0-11<BR>---------------</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>This package includes an XFree86 server for the S3 
Savage family.  This<BR>includes:<BR>  Savage3D<BR>  
Savage/MX<BR>  Savage/MX-MV<BR>  Savage/IX<BR>  
Savage/IX-MV<BR>  Savage4 LT<BR>  Savage4 GT<BR>  Savage4 
Pro<BR>  Savage2000</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>This server is based on XFree86 3.3.6, with 
performance improvements, bug<BR>fixes, and additional chipset 
support.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>It also includes a utility, s3switch, to select 
between the output devices<BR>supported by the Savage chips: crt, lcd, tv, or 
any supported combination.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>To install this package, run the install 
script:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>  ./install.sh</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>You must be root to run the script.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>c.-  s3switch.1x</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>.TH S3SWITCH 1x "S3 Savage Utilities"<BR>.SH 
NAME<BR>s3switch \- manage the output devices on an S3 Savage chip<BR>.SH 
SYNOPSIS<BR>.B s3switch<BR>[\-q] [crt] [lcd] [tv] [both] [ntscj|ntsc|pal]<BR>.SH 
DESCRIPTION<BR>The S3 Savage3D and Savage4 chips have the ability to send their 
output<BR>to a variety of different devices.  The Savage3D can display to a 
standard<BR>CRT or to a TV.  The Savage4 and Savage2000 can display to a 
standard <BR>CRT or through a digital interface to an LCD 
panel.<BR>.PP<BR>The<BR>.IR  s3switch<BR>utility is used to select the 
devices to be used and the format of the TV<BR>signal.  When invoked with 
no parameters,<BR>.I s3switch<BR>displays the devices currently attached, and 
which of those devices are <BR>currently active.  Supplying one or more of 
the words<BR>.I crt,<BR>.I lcd,<BR>or<BR>.I tv<BR>makes those devices the active 
devices.  The word<BR>.I both<BR>is a shortcut for the combination of<BR>.I 
crt<BR>and<BR>.I lcd.<BR>.PP<BR>To change the format of the TV signal, specify 
either<BR>.I ntscj,<BR>.I ntsc<BR>or<BR>.I pal.<BR>These words will be silently 
ignored on systems where a TV is not attached<BR>or not possible.<BR>.PP<BR>The 
case of the keywords is unimportant;<BR>.I LCD<BR>and<BR>.I lcd<BR>are 
equivalent.<BR>.PP<BR>.IR S3switch<BR>always displays the current state of 
things just before it exits, unless the<BR>.I -q<BR>option is given, in which 
case, it operates quietly.<BR>.IR S3switch<BR>must be run as root.<BR>.PP<BR>.I 
S3switch<BR>will not allow you to activate devices which are not 
connected.<BR>.SH AUTHOR<BR>Tim Roberts (<A 
href="mailto:timr@probo.com">timr@probo.com</A>)<BR>.SH "SEE ALSO"<BR>.BR X(1x), 
<BR>.BR Xserver(1x)<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>d .- s3switch, XF86_SVGA</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(ejecutables)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>bueno despues de todo este 
desmam......</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>¿ QUE HAGO ?<BR></DIV></FONT>
<DIV> </DIV></BODY></HTML>