[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

No va dual head con GForce y sis 6326.



Hola lista,

Pues eso, que tengo una tarjeta sis 6326 PCI y una GForce 2 AGP y no consigo
ponerlas con multihead y acelerando.

Por separado funcionan las dos, la GForce acelerando. El problema es que
para poner la sis tengo que quitar la linea de Load "glx", porque si no no
me arrancan las X. Da un error al cargar las extensiones glx (que supongo
que son las de nvidia).

Sospecho que no pueda hacer nada, pero igual alguien sabe si tengo que
añadir o quitar algo del XF86Config.

Adjunto XF86Config y salida de error.

Un saludo y gracias

Ignacio


-- 
-------------------------
Ignacio García Fernández 
ignacio.gacia@uv.es
Instituto de Robótica.   
Universidad de Valencia.
Tlf. 96 398 3583
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension
#	Load		"dri"	
	Load		"glx"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    Load		"extmod"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
	Load		"speedo"
	Load		"bitmap"

EndSection

Section "DRI"
	Mode	0666
EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"es"
#    Option "XkbVariant"	"es_ES"
    Option "XkbOptions"	"grp:switch"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"
    Option	"Protocol"    	"PS/2"
#    Option	"Protocol"    	"ImPS/2"
    Option	"Device"      	"/dev/psaux"
#    Option	"ZAxisMapping"	"4 5"
	Option	"Resolution"	"255"

EndSection

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Philips 107E"
    HorizSync   31.5 - 79.0
    VertRefresh 40-150

EndSection

Section "Monitor"

    Identifier  "Monitor Pequeno"
    HorizSync   31.5-60
    VertRefresh 50-70
    ModeLine 	"1024x768" 75 1024 1048 1184 1320 768 771 777 806 +hsync +vsync
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "SiS 6326"
    Driver      "sis"
#    Option	"no_accel"
#    Option 	"sw_cursor"
    Option 	"fast_vram"
#    Option 	"no_imageblt"
    BusID	"PCI:2:11:0"
EndSection

Section "Device"
    Identifier  "Nvidia Gforce 2"
    Driver      "nvidia"
    BusID	"PCI:1:0:0"
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "Nvidia Gforce 2"
    Monitor     "Philips 107E"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "SiS 6326"
    Monitor     "Monitor Pequeno"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
    Screen "Screen 1"
    Screen "Screen 2" leftof "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.13 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Feb  8 12:07:28 2002
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Philips 107E"
(**) |   |-->Device "Nvidia Gforce 2"
(**) |-->Screen "Screen 2" (1)
(**) |   |-->Monitor "Monitor Pequeno"
(**) |   |-->Device "SiS 6326"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "es"
(**) XKB: layout: "es"
(**) Option "XkbOptions" "grp:switch"
(**) XKB: options: "grp:switch"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x800000b0, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2530 card 8086,2530 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2532 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 04 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,2442 rev 04 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,2442 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,2442 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 414c,4710 rev 04 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: 02:09:0: chip 10b7,9200 card 10b7,1000 rev 78 class 02,00,00 hdr 00
(II) PCI: 02:0b:0: chip 1039,6326 card 1039,6326 rev 0b class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1 0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1 0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1 0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1 0	0xde000000 - 0xdfffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce2 MX rev 178, Mem @ 0xdc000000/24, 0xd0000000/27
(--) PCI: (2:11:0) SiS 6326 rev 11, Mem @ 0xe0000000/23, 0xdf000000/16, I/O @ 0xc400/7
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[1] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[2] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[3] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[4] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[5] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[6] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[7] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[8] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[9] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[1] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[2] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[1] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[2] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[3] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[4] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[5] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[6] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[7] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[8] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[9] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[1] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[2] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[6] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[7] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[10] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[15] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[16] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[18] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[19] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.1541
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "extmod"
(II) Reloading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.1.9
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Speedo
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.1541
	Module class: XFree86 Video Driver
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.6.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.2
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, RIVA TNT2 Ultra,
	RIVA TNT2 Vanta, RIVA TNT2 M64, RIVA TNT2 0x002E, RIVA TNT2 0x002F,
	RIVA Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX,
	GeForce2 MX 100/200, GeForce2 Go, GeForce2 MXR, GeForce2 GTS,
	GeForce2, GeForce2 Ultra, Quadro2 Pro, GeForce3, GeForce3, GeForce3,
	Quadro DCC
(II) SIS: driver for SiS chipsets: SIS5597, SIS5598, SIS530, SIS6326,
	SIS300, SIS630, SIS540
(II) Primary Device is: PCI 01:00:0
(--) Chipset GeForce2 MX found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[6] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[7] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[10] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[15] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[16] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[18] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[19] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(--) Chipset SIS6326 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[6] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[7] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[10] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[15] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[16] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[18] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[19] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[6] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[7] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[10] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] 1 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 1 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 1 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[20] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[22] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[23] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[24] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[25] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
	[26] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[27] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[28] 1 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 1 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDC000000
(WW) System lacks support for changing MTRRs
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): Display Device 0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display Device 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display Device 0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(WW) NVIDIA(0): The user specified HorizSync "31.500-79.000" has been adjusted
(WW) NVIDIA(0):      to "31.500-70.000" (the intersection with EDID-specified
(WW) NVIDIA(0):      HorizSync "30.000-70.000")
(WW) NVIDIA(0): The user specified VertRefresh "40.000-150.000" has been
(WW) NVIDIA(0):      adjusted to "50.000-150.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "50.000-160.000"
(II) NVIDIA(0): Philips 107E: Using hsync range of 31.50-70.00 kHz
(II) NVIDIA(0): Philips 107E: Using vrefresh range of 50.00-150.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(++) NVIDIA(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(**) SIS(1): Depth 16, (--) framebuffer bpp 16
(==) SIS(1): RGB weight 565
(==) SIS(1): Default visual is TrueColor
(==) SIS(1): Using gamma correction (1.0, 1.0, 1.0)
(**) SIS(1): Option "FastVram"
(==) SIS(1): Using HW cursor
(==) SIS(1): PCI retry enabled
(**) SIS(1): Fast VRAM enabled
(==) SIS(1): TurboQueue enabled
(--) SIS(1): Detected memory clock : 82.726MHz
(--) SIS(1): Linear framebuffer at 0xE0000000
(--) SIS(1): MMIO registers at 0xDF000000
(--) SIS(1): Relocate IO registers at 0xC400
(--) SIS(1): VideoRAM: 4096 KB
(==) SIS(1): Min pixel clock is 16 MHz
(--) SIS(1): Max pixel clock is 175 MHz
(II) SIS(1): Monitor Pequeno: Using hsync range of 31.50-60.00 kHz
(II) SIS(1): Monitor Pequeno: Using vrefresh range of 50.00-70.00 Hz
(II) SIS(1): Clock range:  16.25 to 175.00 MHz
(II) SIS(1): Not using default mode "640x350" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x400" (vrefresh out of range)
(II) SIS(1): Not using default mode "720x400" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(1): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(1): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(1): Not using default mode "1152x864" (hsync out of range)
(II) SIS(1): Not using default mode "1280x960" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1400x1050" (hsync out of range)
(II) SIS(1): Not using default mode "1400x1050" (hsync out of range)
(--) SIS(1): Virtual size is 1024x768 (pitch 1024)
(**) SIS(1): Mode "1024x768": 75.0 MHz, 56.8 kHz, 70.5 Hz
(II) SIS(1): Modeline "1024x768"   75.00  1024 1048 1184 1320  768 771 777 806 +hsync +vsync
(++) SIS(1): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.4
(II) SIS(1): Accel Enable
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) SIS(1): initializing int10
(II) SIS(1): VESA BIOS detected
(II) SIS(1): VESA VBE Version 2.0
(II) SIS(1): VESA VBE Total Mem: 4096 kB
(II) SIS(1): VESA VBE OEM: SiS super VGA chip.
(II) SIS(1): VESA VBE OEM Software Rev: 1.0
(II) SIS(1): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(1): VESA VBE OEM Product: SiS 6326
(II) SIS(1): VESA VBE OEM Product Rev: H0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) SIS(1): VESA VBE DDC supported
(II) SIS(1): VESA VBE DDC Level 2
(II) SIS(1): VESA VBE DDC transfer in appr. 1 sec.
(II) SIS(1): VESA VBE DDC read successfully
(II) SIS(1): Manufacturer: PTS  Model: 231  Serial#: 266479
(II) SIS(1): Year: 2000  Week: 40
(II) SIS(1): EDID Version: 1.1
(II) SIS(1): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) SIS(1): Sync:  Separate
(II) SIS(1): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) SIS(1): Gamma: 2.98
(II) SIS(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) SIS(1): redX: 0.618 redY: 0.349   greenX: 0.280 greenY: 0.605
(II) SIS(1): blueX: 0.152 blueY: 0.063   whiteX: 0.281 whiteY: 0.310
(II) SIS(1): Supported VESA Video Modes:
(II) SIS(1): 720x400@70Hz
(II) SIS(1): 640x480@60Hz
(II) SIS(1): 640x480@75Hz
(II) SIS(1): 800x600@60Hz
(II) SIS(1): 800x600@75Hz
(II) SIS(1): 1024x768@60Hz
(II) SIS(1): 1024x768@75Hz
(II) SIS(1): Manufacturer's mask: 0
(II) SIS(1): Supported Future Video Modes:
(II) SIS(1): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) SIS(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) SIS(1): #2: hsize: 640  vsize 480  refresh: 100  vid: 26673
(II) SIS(1): Supported additional Video Mode:
(II) SIS(1): clock: 36.0 MHz   Image Size:  270 x 200 mm
(II) SIS(1): h_active: 640  h_sync: 696  h_sync_end 752 h_blank_end 832 h_border: 0
(II) SIS(1): v_active: 480  v_sync: 481  v_sync_end 484 v_blanking: 509 v_border: 0
(II) SIS(1): Supported additional Video Mode:
(II) SIS(1): clock: 56.2 MHz   Image Size:  270 x 200 mm
(II) SIS(1): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
(II) SIS(1): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
(II) SIS(1): Ranges: V min: 50  V max: 120 Hz, H min: 30  H max: 60 kHz, PixClock max 110 MHz
(II) SIS(1):  fmyc090266479
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) resource ranges after preInit:
	[0] 1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B]
	[1] 1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B]
	[2] 0 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[3] 0 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
	[4] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[5] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[6] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[7] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[8] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1 0	0xdf010000 - 0xdf01007f (0x80) MX[B]
	[10] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[11] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[12] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1 0	0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[15] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[16] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[17] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[18] 1 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[19] 1 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[20] 1 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[21] 1 0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[22] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1 0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[25] -1 0	0x0000dc00 - 0x0000dc3f (0x40) IX[B]
	[26] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[27] -1 0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[28] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[29] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[30] -1 0	0x0000c400 - 0x0000c47f (0x80) IX[B](B)
	[31] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[32] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[33] 1 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[34] 1 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "1024x768"
(II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Driver provided FillSolidRects replacement
	Driver provided FillSolidSpans replacement
	Driver provided FillMono8x8PatternRects replacement
	Driver provided ReadPixmap replacement
	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-GLX
(II) SIS(1): Setting memory clock to 83.044 MHz
(II) SIS(1): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		10 256x256 slots
(==) SIS(1): Backing store disabled
(==) SIS(1): Silken mouse enabled
(II) SIS(1): direct rendering disabled
(II) Setting vga for screen 1.
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) [GLX]: Calling GlxExtensionInit
(II) [GLX]: associated 8 out of 8 GLX visuals

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources

Reply to: