Hi 
i have 2 local XFree users
( http://cambuca.ldhs.cetuc.puc-rio.br/multiuser )
but i can not get DRI working on the 2 cards

that's probably a dumb question , but i wanted to ask
is it problem with the linux AGP interface
or is it inappropriate design of the AGP bus on PC
or may be troubles with X 

here some more information:

could you please cc me because I'm not subscribed to the list
Thanks for any hints

/etc/X11/xdm/Xservers
--------------------------------------------------------------------------------------
# $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $
#
#
# $XFree86: xc/programs/xdm/config/Xserv.ws.cpp,v 1.1.1.1.12.2
1998/10/04 15:23:14 hohndel Exp $
#
# Xservers file, workstation prototype
#
# This file should contain an entry to start the server on the
# local display; if you have more than one display (not screen),
# you can add entries to the list (one per line).  If you also
# have some X terminals connected which do not support XDMCP,
# you can add them here as well.  Each X terminal line should
# look like:
#       XTerminalName:0 foreign
#
:0 local /usr/X11R6/bin/X2 :0 -xf86config /etc/X11/XF86Config-4 -ac
-layout layout2 vt7
:1 local /usr/X11R6/bin/X :1 -xf86config /etc/X11/XF86Config2-4sis
-layout layout0 vt7
--------------------------------------------------------------------------------------

/etc/X11/XF86Config-4
--------------------------------------------------------------------------------------


# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

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

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent
of
# the X server to render fonts.

#     FontPath   "/usr/X11R6/lib/X11/fonts"
#    FontPath   "unix/:-1"
EndSection

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

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but
may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort
sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode
switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

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

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de(nodeadkeys)"

EndSection

Section "InputDevice"
    Identifier "Keyboard2"
    Driver "Keyboard"
    Option "Protocol" "usbev"
    Option "Device" "/dev/input/event0"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de(nodeadkeys)"
EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection

Section "InputDevice"

         Identifier  "Mouse2"
         Driver "mouse"
         Option "Device"        "/dev/input/mouse0"
         Option "Protocol"      "IMPS/2"
         Option "Buttons"       "7"
         Option "ZAxisMapping" "4 5"

EndSection


Section "Module"

# This loads the DBE extension module.

    Load        "dbe"
    Load        "GLcore"
#    Load       "dga"
    Load        "glx"
    Load        "extmod"
    Load        "dri"
# pass two from mga mailing-lists
#    Load       "pex5"
#    Load       "xie"
    Load        "bitmap"
    Load        "record"
    Load        "vbe"
    Load        "int10"
# end pass two mga mailing-lists

# This loads video4linux extention module
    Load        "v4l"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

   SubSection   "extmod"
#       Option  "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

    Load        "type1"
    Load        "freetype"
EndSection


Section "DRI"
    Mode        0666
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Generic|Monitor that can do 1600x1200 at 70 Hz"
    VendorName "Unknown"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-98


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563
-hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection

Section "Monitor"
    Identifier "Generic1|Monitor that can do 1600x1200 at 70 Hz"
    VendorName "Unknown"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-98


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563
-hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection

Section "Monitor"
    Identifier "FUJITSU 2"
    VendorName "FUJITSU"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  31.5-60.0


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 56.0-75.0


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

# 1400x1050 @ 30 Hz, 33 kHz hsync
ModeLine "1400x1050"   59.93 1400 1416 1704 1816  1050 1050 1055 1097
# 1400x1050 @ 51 Hz, 56 kHz hsync
ModeLine "1400x1050"  107.00 1400 1464 1784 1912  1050 1052 1064 1090
# 1400x1050 @ 59 Hz, 63.8 kHz hsync
ModeLine "1400x1050"  122.00 1400 1464 1784 1912  1050 1052 1064 1090
-HSync -VSync
# 1400x1050 @ 60 Hz, 65.4 kHz hsync
ModeLine "1400x1050"  125.04 1400 1464 1784 1912  1050 1052 1064 1090


EndSection



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

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection


Section "Device"
    Identifier  "mgag550_1"
    VendorName  "Matrox"
    BoardName   "Millenium G550"
    Driver      "mga"
    BusID       "PCI:1:0:0"
    VideoRam    16384
    Option      "AGPMode" "2"
    Option      "MGASDRAM"
#    Option     "UseFBDev" "on"
#    Option     "fbdev" "/dev/fb0"
#     Screen    0
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    Option      "HWcursor" "off"
    Option      "DPMS"  "false"
EndSection

Section "Device"
    Identifier  "mgag550_2"
    VendorName  "Matrox"
    BoardName   "Millenium G550"
    Driver      "mga"
    BusID       "PCI:1:0:0"
    VideoRam    8192
#    Option     "UseFBDev" "on"
#    Option     "fbdev" "/dev/fb1"
    Option      "AGPMode" "2"
    Option      "MGASDRAM"
#     Screen    1
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    Option      "HWcursor" "off"

    Option      "DPMS"  "false"
EndSection


Section "Device"
    Identifier  "SiS"
    VendorName  "SiS"
    BoardName   "SiS 6326"
    BusID       "PCI:0:9:0"
    Driver      "sis"
#    VideoRam    4096
#    Screen     2
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

#    Option "no_accel" # Use this if acceleration is causing problems
#    Option "no_linear"
    Option "sw_cursor"
    # Option "fifo_moderate"
    # Option "fifo_conserv"
    # Option "fifo_aggresive"
    # Option "fast_vram"
    # Option "pci_burst_on"
    Option      "DPMS"  "off"

EndSection


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


Section "Screen"
    Identifier "screen2"
    Device      "mgag550_1"
#    Device     "SiS"
    Monitor     "Generic|Monitor that can do 1600x1200 at 70 Hz"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1600x1200" "1400x1050" "1280x1024" "1152x864"
"1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1600x1200" "1400x1050" "1280x1024" "1152x864"
"1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen1"
    Device      "mgag550_2"
    Monitor     "Generic1|Monitor that can do 1600x1200 at 70 Hz"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1600x1200" "1400x1050" "1280x1024" "1152x864"
"1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1600x1200" "1400x1050" "1280x1024" "1152x864"
"1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "Screen"
    Identifier "screen0"
    Device      "SiS"
#    Device     "mgag550_2"
    Monitor     "FUJITSU 2"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x400"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout0"
    Screen 0   "screen0"

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

Section "ServerLayout"
    Identifier "layout1"
    Screen 1   "screen0"

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

Section "ServerLayout"
    Identifier  "layout2"
    Screen 0    "screen2"
    
    InputDevice "Mouse2" "CorePointer"
    InputDevice "Keyboard2" "CoreKeyboard"
EndSection
------------------------------------------------------------------
/etc/X11/XF86Config2-4sis
------------------------------------------------------------------

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

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

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent
of
# the X server to render fonts.

#     FontPath   "/usr/X11R6/lib/X11/fonts"
#    FontPath   "unix/:-1"
EndSection

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

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but
may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort
sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode
switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

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

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de(nodeadkeys)"

EndSection



# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


Section "Module"

# This loads the DBE extension module.

    Load        "dbe"
    Load        "GLcore"
    Load        "glx"
    Load        "extmod"
    Load        "dri"
    Load        "vbe"
    Load        "int10"
# end pass two mga mailing-lists

# This loads video4linux extention module
#    Load       "v4l"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

   SubSection   "extmod"
#       Option  "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

    Load        "type1"
    Load        "freetype"
EndSection


Section "DRI"
    Mode        0666
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Generic|Monitor that can do 1600x1200 at 70 Hz"
    VendorName "Unknown"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-98


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563
-hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection


Section "Monitor"
    Identifier "FUJITSU 2"
    VendorName "FUJITSU"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  31.5-60.0


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 56.0-75.0


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

# 1400x1050 @ 30 Hz, 33 kHz hsync
ModeLine "1400x1050"   59.93 1400 1416 1704 1816  1050 1050 1055 1097
# 1400x1050 @ 51 Hz, 56 kHz hsync
ModeLine "1400x1050"  107.00 1400 1464 1784 1912  1050 1052 1064 1090
# 1400x1050 @ 59 Hz, 63.8 kHz hsync
ModeLine "1400x1050"  122.00 1400 1464 1784 1912  1050 1052 1064 1090
-HSync -VSync
# 1400x1050 @ 60 Hz, 65.4 kHz hsync
ModeLine "1400x1050"  125.04 1400 1464 1784 1912  1050 1052 1064 1090


EndSection



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

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection


Section "Device"
    Identifier  "SiS"
    VendorName  "SiS"
    BoardName   "SiS 6326"
    BusID       "PCI:0:9:0"
    Driver      "sis"
#    VideoRam    4096
#    Screen     2
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

#    Option "no_accel" # Use this if acceleration is causing problems
#    Option "no_linear"
    Option "sw_cursor"
    # Option "fifo_moderate"
    # Option "fifo_conserv"
    # Option "fifo_aggresive"
    # Option "fast_vram"
    # Option "pci_burst_on"
    Option      "DPMS"  "off"

EndSection



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

Section "Screen"
    Identifier "screen0"
    Device      "SiS"
    Monitor     "FUJITSU 2"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x400"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout0"
    Screen 0   "screen0"

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

-----------------------------------------------------------------------
/var/log/XFree86.0.log ( mgag550)
-----------------------------------------------------------------------

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  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.2.99.1 (mr_pink-cvs) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: xx January 2002
        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/)
Build Operating System: Linux 2.4.18-pre9-xfs-shawn4-tux i686 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Mar  3 15:04:40 2002
(++) Using config file: "/etc/X11/XF86Config-4"
(++) ServerLayout "layout2"
(**) |-->Screen "screen2" (0)
(**) |   |-->Monitor "Generic|Monitor that can do 1600x1200 at 70 Hz"
(**) |   |-->Device "mgag550_1"
(**) |-->Input Device "Mouse2"
(**) |-->Input Device "Keyboard2"
(**) Option "Protocol" "usbev"
(**) Option "Device" "/dev/input/event0"
(**) Keyboard: Protocol: usbev
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de(nodeadkeys)"
(**) XKB: layout: "de(nodeadkeys)"
(==) Keyboard: CustomKeycode disabled
(==) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/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"
(**) Option "AllowMouseOpenFail"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(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.2.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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,7190 card 0000,0000 rev 03 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00
hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00
hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80
hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00
hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00
hdr 00
(II) PCI: 00:09:0: chip 1039,6326 card 1039,6326 rev 0b class 03,00,00
hdr 00
(II) PCI: 00:0b:0: chip 109e,036e card bd11,1200 rev 11 class 04,00,00
hdr 80
(II) PCI: 00:0b:1: chip 109e,0878 card bd11,1200 rev 11 class 04,80,00
hdr 80
(II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00
hdr 00
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00
hdr 00
(II) PCI: 00:11:0: chip 1073,0010 card 1073,0010 rev 02 class 04,01,00
hdr 00
(II) PCI: 00:13:0: chip 1103,0004 card 0000,0000 rev 01 class 01,80,00
hdr 80
(II) PCI: 00:13:1: chip 1103,0004 card 0000,0000 rev 01 class 01,80,00
hdr 80
(II) PCI: 01:00:0: chip 102b,2527 card 102b,0f84 rev 01 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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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) 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: 0x80 (VGA_EN is
cleared)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xd8000000 - 0xdbffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(--) PCI:*(0:9:0) SiS 6326 rev 11, Mem @ 0xdf000000/23, 0xdf800000/16,
I/O @ 0xc400/7
(--) PCI: (0:11:0) BrookTree unknown chipset (0x036e) rev 17, Mem @
0xdf81b000/12
(--) PCI: (1:0:0) Matrox MGA G550 AGP rev 1, Mem @ 0xdc000000/25,
0xd8000000/14, 0xd9000000/23
(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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [1] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [2] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [3] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [4] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [5] -1  0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [6] -1  0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [7] -1  0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [8] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [9] -1  0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [10] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [11] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [12] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [13] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [14] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [15] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [16] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [18] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [19] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [20] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [1] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [2] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [1] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [2] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [3] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [4] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [5] -1  0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [6] -1  0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [7] -1  0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [8] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [9] -1  0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [10] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [11] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [12] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [13] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [14] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [15] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [16] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [18] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [19] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [20] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [1] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [2] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [6] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [7] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [8] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [9] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [11] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [12] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [13] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [14] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [15] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [19] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [20] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [22] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [26] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [28] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [29] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [30] -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.2.0, 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: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(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.2.0, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.0.1
        ABI class: XFree86 Video Driver, version 0.5
(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 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.1.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
        mgag550
(II) Primary Device is: PCI 00:09:0
(--) Chipset mgag550 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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [6] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [7] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [8] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [9] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [11] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [12] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [13] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [14] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [15] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [19] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [20] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [22] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [26] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [28] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [29] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [30] -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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [6] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [7] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [8] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [9] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [11] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [12] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [13] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [14] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [15] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [22] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [23] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [24] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [25] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [27] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [29] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [30] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [31] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [32] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [33] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
        [34] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [35] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "HWcursor" "false"
(**) MGA(0): Option "MGASDRAM"
(**) MGA(0): Option "AGPMode" "2"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) Module mga_hal: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) MGA(0): Matrox HAL module used
(--) MGA(0): Chipset: "mgag550"
(**) MGA(0): Using AGP 2x mode
(**) MGA(0): Has SDRAM
(--) MGA(0): Linear framebuffer at 0xDC000000
(--) MGA(0): MMIO registers at 0xD8000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD9000000
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xdc000000,0x800000)
(**) MGA(0): VideoRAM: 16384 kByte
(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.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.5
(==) MGA(0): Write-combining range (0xdc000000,0x1000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is
0x0000
(II) MGA(0): DDC1 disabled - chip not in VGA mode
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info

(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 300 MHz
(II) MGA(0): Generic|Monitor that can do 1600x1200 at 70 Hz: Using hsync
range of 30.00-98.00 kHz
(II) MGA(0): Generic|Monitor that can do 1600x1200 at 70 Hz: Using
vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 300.00 MHz
(II) MGA(0): Not using default mode "320x175" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x200" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "360x200" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "416x312" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x512" (bad mode
clock/interlace/doublescan)
(==) MGA(0): Write-combining range (0xdc000000,0x1000000)
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024
1025 1028 1072 +hsync +vsync
(**) MGA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865
868 900 +hsync +vsync
(**) MGA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769
772 808 +hsync +vsync
(**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604
631 +hsync +vsync
(**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484
509 -hsync -vsync
(==) MGA(0): DPI set to (75, 75)
(II) MGA(0): YDstOrg is set to 0
(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.2.0, 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.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xd9000000 - 0xd97fffff (0x800000) MX[B]
        [1] 0   0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [2] 0   0       0xdc000000 - 0xddffffff (0x2000000) MX[B]
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [9] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [10] -1 0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [11] -1 0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [12] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [13] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [14] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [15] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [16] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [17] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [25] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [26] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [27] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [29] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [30] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [31] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [32] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [33] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [34] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [35] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [36] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xdc000000,0x1000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 1
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) MGA(0): [drm] created "mga" driver at busid "PCI:1:0:0"
(II) MGA(0): [drm] added 8192 byte SAREA at 0xa0e6c000
(II) MGA(0): [drm] mapped SAREA 0xa0e6c000 to 0x2aae2000
(II) MGA(0): [drm] framebuffer handle = 0xdc000000
(II) MGA(0): [drm] added 1 reserved context for kernel
(EE) MGA(0): [agp] AGP not available
(EE) MGA(0): [drm] failed to remove DRM signal handler
(II) MGA(0): [drm] removed 1 reserved context for kernel
DRIUnlock called when not locked
(II) MGA(0): [drm] unmapping 8192 bytes of SAREA 0xa0e6c000 at
0x2aae2000
(II) MGA(0): Using 5529 lines for offscreen memory.
(II) MGA(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
        Screen to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms" "false"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse2: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse2: Core Pointer
(**) Option "Device" "/dev/input/mouse0"
(**) Option "Buttons" "7"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse2: ZAxisMapping: buttons 4 and 5
(**) Mouse2: Buttons: 7
(II) Keyboard "Keyboard2" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse2" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
removing from list!
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(==) MGA(0): Write-combining range (0xdc000000,0x1000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 1
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) MGA(0): [drm] created "mga" driver at busid "PCI:1:0:0"
(II) MGA(0): [drm] added 8192 byte SAREA at 0xa0e6c000
(II) MGA(0): [drm] mapped SAREA 0xa0e6c000 to 0x2aae2000
(II) MGA(0): [drm] framebuffer handle = 0xdc000000
(II) MGA(0): [drm] added 1 reserved context for kernel
(EE) MGA(0): [agp] AGP not available
(EE) MGA(0): [drm] failed to remove DRM signal handler
(II) MGA(0): [drm] removed 1 reserved context for kernel
DRIUnlock called when not locked
(II) MGA(0): [drm] unmapping 8192 bytes of SAREA 0xa0e6c000 at
0x2aae2000
(II) MGA(0): Using 5529 lines for offscreen memory.
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
removing from list!
(II) MGA(0): v4l: memPhysBase=0xdc000000

-----------------------------------------------------------------------------
/var/log/XFree86.1.log (sis6326)
-----------------------------------------------------------------------------
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  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.2.99.1 (mr_pink-cvs) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: xx January 2002
        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/)
Build Operating System: Linux 2.4.18-rc4 i686 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Sun Mar  3 15:04:33 2002
(++) Using config file: "/etc/X11/XF86Config2-4sis"
(++) ServerLayout "layout0"
(**) |-->Screen "screen0" (0)
(**) |   |-->Monitor "FUJITSU 2"
(**) |   |-->Device "SiS"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de(nodeadkeys)"
(**) XKB: layout: "de(nodeadkeys)"
(==) Keyboard: CustomKeycode disabled
(==) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/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"
(**) Option "AllowMouseOpenFail"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(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.2.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80010040, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00
hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00
hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80
hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00
hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00
hdr 00
(II) PCI: 00:09:0: chip 1039,6326 card 1039,6326 rev 0b class 03,00,00
hdr 00
(II) PCI: 00:0b:0: chip 109e,036e card bd11,1200 rev 11 class 04,00,00
hdr 80
(II) PCI: 00:0b:1: chip 109e,0878 card bd11,1200 rev 11 class 04,80,00
hdr 80
(II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00
hdr 00
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00
hdr 00
(II) PCI: 00:11:0: chip 1073,0010 card 1073,0010 rev 02 class 04,01,00
hdr 00
(II) PCI: 00:13:0: chip 1103,0004 card 0000,0000 rev 01 class 01,80,00
hdr 80
(II) PCI: 00:13:1: chip 1103,0004 card 0000,0000 rev 01 class 01,80,00
hdr 80
(II) PCI: 01:00:0: chip 102b,2527 card 102b,0f84 rev 01 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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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) 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: 0x80 (VGA_EN is
cleared)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xd8000000 - 0xdbffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(--) PCI:*(0:9:0) SiS 6326 rev 11, Mem @ 0xdf000000/23, 0xdf800000/16,
I/O @ 0xc400/7
(--) PCI: (0:11:0) BrookTree unknown chipset (0x036e) rev 17, Mem @
0xdf81b000/12
(--) PCI: (1:0:0) Matrox MGA G550 AGP rev 1, Mem @ 0xdc000000/25,
0xd8000000/14, 0xd9000000/23
(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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [1] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [2] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [3] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [4] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [5] -1  0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [6] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [7] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [8] -1  0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [9] -1  0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [10] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [11] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [12] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [13] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [14] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [15] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [19] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [20] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [22] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [1] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [2] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [3] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [4] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [5] -1  0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [6] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [7] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [8] -1  0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [9] -1  0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [10] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [11] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [12] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [13] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [14] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [15] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [19] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [20] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [22] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [6] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [7] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [8] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [9] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [11] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [12] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [13] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [14] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [15] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [19] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [20] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [22] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [26] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [28] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [29] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [30] -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.2.0, 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: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(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.2.0, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(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 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.6.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) SIS: driver for SiS chipsets: SIS5597, SIS530, SIS6326, SIS300,
        SIS630, SIS540
(II) Primary Device is: PCI 00:09:0
(--) 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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [6] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [7] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [8] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [9] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [11] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [12] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [13] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [14] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [15] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [19] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [20] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [22] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [26] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [28] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [29] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [30] -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       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [6] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [7] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [8] -1  0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [9] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [11] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [12] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [13] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [14] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [15] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [22] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [23] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [24] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [25] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [27] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [29] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [30] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [31] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [32] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [33] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
        [34] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [35] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(--) SIS(0): Unofficial driver (16.01.02) by Thomas Winischhofer
(**) SIS(0): Depth 16, (--) framebuffer bpp 16
(==) SIS(0): RGB weight 565
(==) SIS(0): Default visual is TrueColor
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(**) SIS(0): Option "SWcursor"
(**) SIS(0): Using SW cursor
(==) SIS(0): PCI retry enabled
(==) SIS(0): Fast VRAM enabled
(==) SIS(0): TurboQueue enabled
(--) SIS(0): Detected memory clock : 82.726MHz
(--) SIS(0): Linear framebuffer at 0xDF000000
(--) SIS(0): MMIO registers at 0xDF800000
(--) SIS(0): Relocate IO registers at 0xC400
(--) SIS(0): Limiting VideoRAM to 4096 KB
(--) SIS(0): Video BIOS version �BIOS V detected
(--) SIS(0): Detected unknown bridge type (7)
(==) SIS(0): Min pixel clock is 16 MHz
(--) SIS(0): Max pixel clock is 175 MHz
(II) SIS(0): FUJITSU 2: Using hsync range of 31.50-60.00 kHz
(II) SIS(0): FUJITSU 2: Using vrefresh range of 56.00-75.00 Hz
(II) SIS(0): Clock range:  16.25 to 175.00 MHz
(II) SIS(0): Not using mode "768x576" (vrefresh out of range)
(II) SIS(0): Not using mode "768x576" (hsync out of range)
(II) SIS(0): Not using mode "1400x1050" (vrefresh out of range)
(II) SIS(0): Not using mode "1400x1050" (vrefresh out of range)
(II) SIS(0): Not using mode "1400x1050" (hsync out of range)
(II) SIS(0): Not using mode "1400x1050" (hsync out of range)
(II) SIS(0): Not using default mode "640x350" (vrefresh out of range)
(II) SIS(0): Not using default mode "320x175" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "640x400" (vrefresh out of range)
(II) SIS(0): Not using default mode "320x200" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "720x400" (vrefresh out of range)
(II) SIS(0): Not using default mode "360x200" (vrefresh out of range)
(II) SIS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "320x240" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "400x300" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "512x384" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "512x384" (hsync out of range)
(II) SIS(0): Not using default mode "1152x864" (hsync out of range)
(II) SIS(0): Not using default mode "576x432" (hsync out of range)
(II) SIS(0): Not using default mode "1280x960" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(0): Not using default mode "640x512" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(0): Not using default mode "640x512" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(0): Not using default mode "640x512" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (bad mode
clock/interlace/doublescan)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "1792x1344" (insufficient memory for
mode)
(II) SIS(0): Not using default mode "896x672" (hsync out of range)
(II) SIS(0): Not using default mode "1792x1344" (insufficient memory for
mode)
(II) SIS(0): Not using default mode "896x672" (hsync out of range)
(II) SIS(0): Not using default mode "1856x1392" (insufficient memory for
mode)
(II) SIS(0): Not using default mode "928x696" (hsync out of range)
(II) SIS(0): Not using default mode "1856x1392" (insufficient memory for
mode)
(II) SIS(0): Not using default mode "928x696" (hsync out of range)
(II) SIS(0): Not using default mode "1920x1440" (insufficient memory for
mode)
(II) SIS(0): Not using default mode "960x720" (hsync out of range)
(II) SIS(0): Not using default mode "1920x1440" (insufficient memory for
mode)
(II) SIS(0): Not using default mode "960x720" (hsync out of range)
(II) SIS(0): Not using default mode "700x525" (hsync out of range)
(II) SIS(0): Not using default mode "700x525" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1024" (hsync out of range)
(II) SIS(0): Not using default mode "800x512" (hsync out of range)
(--) SIS(0): Virtual size is 1024x768 (pitch 1024)
(**) SIS(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) SIS(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769
772 800 +hsync +vsync
(**) SIS(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) SIS(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604
625 +hsync +vsync
(**) SIS(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) SIS(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484
500 -hsync -vsync
(==) SIS(0): DPI set to (75, 75)
(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.2.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(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.2.0, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.5
(II) SIS(0): Accel Enable
(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.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SIS(0): initializing int10
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 2.0
(II) SIS(0): VESA VBE Total Mem: 4096 kB
(II) SIS(0): VESA VBE OEM: SiS
(II) SIS(0): VESA VBE OEM Software Rev: 1.0
(II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(0): VESA VBE OEM Product: 6326
(II) SIS(0): VESA VBE OEM Product Rev:   
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) SIS(0): VESA VBE DDC supported
(II) SIS(0): VESA VBE DDC Level none
(II) SIS(0): VESA VBE DDC transfer in appr. 0 sec.
(II) SIS(0): VESA VBE DDC read failed
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xdf800000 - 0xdf80ffff (0x10000) MX[B]
        [1] 0   0       0xdf000000 - 0xdf7fffff (0x800000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xdf810000 - 0xdf817fff (0x8000) MX[B]
        [8] -1  0       0xdf81a000 - 0xdf81a0ff (0x100) MX[B]
        [9] -1  0       0xdf819000 - 0xdf8190ff (0x100) MX[B]
        [10] -1 0       0xdf818000 - 0xdf818fff (0x1000) MX[B]
        [11] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [12] -1 0       0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
        [13] -1 0       0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
        [14] -1 0       0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
        [15] -1 0       0xdf81b000 - 0xdf81bfff (0x1000) MX[B](B)
        [16] -1 0       0xdf800000 - 0xdf80ffff (0x10000) MX[B](B)
        [17] -1 0       0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
        [18] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [19] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [20] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [21] 0  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       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [25] -1 0       0x0000e800 - 0x0000e803 (0x4) IX[B]
        [26] -1 0       0x0000e400 - 0x0000e407 (0x8) IX[B]
        [27] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [29] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [30] -1 0       0x0000d400 - 0x0000d403 (0x4) IX[B]
        [31] -1 0       0x0000d000 - 0x0000d03f (0x40) IX[B]
        [32] -1 0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [33] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [34] -1 0       0x0000c000 - 0x0000c01f (0x20) IX[B]
        [35] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [36] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(==) SIS(0): Write-combining range (0xdf000000,0x400000)
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): Setting memory clock to 83.044 MHz
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) SIS(0): [drm] created "sis" driver at busid "PCI:0:9:0"
(II) SIS(0): [drm] added 8192 byte SAREA at 0xa0a54000
(II) SIS(0): [drm] mapped SAREA 0xa0a54000 to 0x2aae1000
(II) SIS(0): [drm] framebuffer handle = 0xdf000000
(II) SIS(0): [drm] added 1 reserved context for kernel
(II) SIS(0): [drm] Registers = 0xdf800000
(II) SIS(0): [drm] drmAgpEnabled succeeded
(II) SIS(0): [drm] failure adding irq 0 handler, stereo disabled
(II) SIS(0): [dri] visual configs initialized.
(II) SIS(0): 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
                12 256x256 slots
(==) SIS(0): Backing store disabled
(==) SIS(0): Silken mouse enabled
(**) Option "dpms" "off"
(**) SIS(0): DPMS enabled
(II) SIS(0): X context handle = 0x00000001
(II) SIS(0): [drm] installed DRM signal handler
(II) SIS(0): [DRI] installation complete
(II) SIS(0): direct rendering enabled
(II) Setting vga for screen 0.
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
removing from list!
(II) SIS(0): [drm] removed 1 reserved context for kernel
(II) SIS(0): [drm] unmapping 8192 bytes of SAREA 0xa0a54000 at
0x2aae1000
(II) SIS(0): [drm] Freeing agp memory
(II) SIS(0): [drm] Releasing agp module
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(==) SIS(0): Write-combining range (0xdf000000,0x400000)
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): Setting memory clock to 83.044 MHz
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) SIS(0): [drm] created "sis" driver at busid "PCI:0:9:0"
(II) SIS(0): [drm] added 8192 byte SAREA at 0xa0a54000
(II) SIS(0): [drm] mapped SAREA 0xa0a54000 to 0x2aae1000
(II) SIS(0): [drm] framebuffer handle = 0xdf000000
(II) SIS(0): [drm] added 1 reserved context for kernel
(II) SIS(0): [drm] Registers = 0xdf800000
(II) SIS(0): [drm] drmAgpEnabled succeeded
(II) SIS(0): [drm] failure adding irq 0 handler, stereo disabled
(II) SIS(0): [dri] visual configs initialized.
(**) SIS(0): DPMS enabled
(II) SIS(0): X context handle = 0x00000001
(II) SIS(0): [drm] installed DRM signal handler
(II) SIS(0): [DRI] installation complete
(II) SIS(0): direct rendering enabled
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
removing from list!
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): Setting memory clock to 83.044 MHz
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) SIS(0): Setting memory clock to 83.044 MHz
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
-------------------------------------------------------------------------
/proc/mtrr
--------------------------------------------------------------------------
reg00: base=0x00000000 (   0MB), size= 512MB: write-back, count=1
reg01: base=0xd0000000 (3328MB), size= 128MB: write-combining, count=2
reg02: base=0xdf000000 (3568MB), size=   4MB: write-combining, count=2
reg03: base=0xdc000000 (3520MB), size=  16MB: write-combining, count=1
--------------------------------------------------------------------------
lspci
--------------------------------------------------------------------------
00:00.0 Host bridge: Intel Corp. 440BX/ZX - 82443BX/ZX Host bridge (rev
03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX - 82443BX/ZX AGP bridge (rev
03)
00:07.0 ISA bridge: Intel Corp. 82371AB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB PIIX4 ACPI (rev 02)
00:09.0 VGA compatible controller: Silicon Integrated Systems [SiS]
86C326 (rev 0b)
00:0b.0 Multimedia video controller: Brooktree Corporation Bt878 (rev
11)
00:0b.1 Multimedia controller: Brooktree Corporation Bt878 (rev 11)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139
(rev 10)
00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139
(rev 10)
00:11.0 Multimedia audio controller: Yamaha Corporation YMF-744B [DS-1S
Audio Controller] (rev 02)
00:13.0 Unknown mass storage controller: Triones Technologies, Inc.
HPT366 / HPT370 (rev 01)
00:13.1 Unknown mass storage controller: Triones Technologies, Inc.
HPT366 / HPT370 (rev 01)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP
(rev 01)

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to