El Dom 08 Abr 2001 12:43, Francisco Vila Doncel escribi�:
> Ruego encarecidamente a cualquiera que use una tarjeta con chip S3 que
> me env�e su archivo de configuraci�n de XFree versi�n 4, a ver si
> consigo al menos por comparaci�n obtener una resoluci�n decente en mi
> pantalla. Os lo agradecer� mucho. Un saludo a todos,
Este es el m�o. Aunque las frecuencias de refresco del monitor son
bastante conservadoras, consulta el manual de tu monitor por si acaso.
Lo tengo para una resoluci�n de 1024x768, profundidad de color 24.
Saludos.
---------------------------------------------------
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Protocol" "Standard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "microsoft"
Option "Device" "/dev/ttyS0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "AFC"
ModelName "10"
HorizSync 31.5-64.3
VertRefresh 50-90
EndSection
Section "Device"
### Available Driver options are:-
#Option "slow_edodram"
#Option "slow_dram"
#Option "fast_dram"
#Option "fpm_vram"
#Option "pci_burst"
#Option "fifo_conservative"
#Option "fifo_moderate"
#Option "fifo_aggressive"
#Option "pci_retry"
#Option "NoAccel"
#Option "early_ras_precharge"
#Option "late_ras_precharge"
#Option "lcd_center"
#Option "set_lcdclk"
#Option "set_mclk"
#Option "set_refclk"
#Option "show_cache"
#Option "HWCursor"
#Option "SWCursor"
#Option "ShadowFB"
#Option "Rotate"
#Option "UseFB"
Identifier "Card0"
Driver "s3virge"
VendorName "S3"
BoardName "ViRGE/GX2"
BusID "PCI:0:14:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
EndSection
----------------------------------------------------