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