3 Monitore mit AGP und PCI Karten

Schlubber

Schlubber

Aurox ,Win XP User
Hi Leute!

Ich hab ein kleines Problem.

Ich hab hier einen AMD Duron mit 3 Grafikkarten drinen und Mandriva 2006.0 drauf.

1. Matrox Millenium II (PCI Karte)
2. Silicon Integrated Systems (PCI Karte)
3. ATI Mach64 3D Rage IIC (AGP Karte)

So nun zum Problem: Die zwei PCI Karten geben ein signal aus. Doch auf der AGP karten passiert nichts.

Gleich mal die xorg.conf hinten nach
Code:
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # 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 "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1024x768 @ 70 Hz"
    HorizSync 31.5-57.0
    VertRefresh 50-70
    
    # TV fullscreen mode or DVD fullscreen output.
    # 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 "monitor2"
    VendorName "Philips"
    ModelName "Philips Brilliance 107(17inch/CM8800)"
    HorizSync 30.0-86.0
    VertRefresh 50.0-160.0
    
    # TV fullscreen mode or DVD fullscreen output.
    # 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 "monitor3"
    VendorName "Generic"
    ModelName "1024x768 @ 70 Hz"
    HorizSync 31.5-57.0
    VertRefresh 50-70
    
    # TV fullscreen mode or DVD fullscreen output.
    # 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 "Device"
    Identifier "device1"
    VendorName "Matrox"
    BoardName "Matrox Millennium II"
    Driver "mga"
    Screen 0
    BusID "PCI:0:9:0"
    Option "DPMS"
EndSection

Section "Device"
    Identifier "device2"
    VendorName "Silicon Integrated Systems [SiS]"
    BoardName "SiS 6326"
    Driver "sis"
    Screen 0
    BusID "PCI:0:11:0"
    Option "DPMS"
    Option "sw_cursor"
    # Option "no_accel" # Use this if acceleration is causing problems
    # Option "fifo_moderate"
    # Option "fifo_conserv"
    # Option "fifo_aggresive"
    # Option "fast_vram"
    # Option "pci_burst_on"
    # Option "xaa_benchmark" # DON'T use with "ext_eng_queue" !!!
    # Option "ext_eng_queue" # Turbo-queue. This can cause drawing
    # errors, but gives some accel
EndSection

Section "Device"
    Identifier "device3"
    VendorName "ATI"
    BoardName "ATI Mach64 3D Rage IIC"
    Driver "ati"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen3"
    Device "device3"
    Monitor "monitor3"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
    Screen "screen2" RightOf "screen1"
    Screen "screen3" LeftOf "screen1"
EndSection

falls nochwas fehlt sagt es mir

Danke

Schlubber
 
hier mal di eganze /var/log/xorg.0.log

Code:
X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.6.3-29mdk-i686-up-4GB i686 [ELF] 
Current Operating System: Linux localhost 2.6.12-12mdk #1 Fri Sep 9 18:15:22 CEST 2005 i686
Build Date: 13 March 2006
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Fri Mar  1 01:16:15 2002
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Screen "screen2" (1)
(**) |   |-->Monitor "monitor2"
(**) |   |-->Device "device2"
(**) |-->Screen "screen3" (2)
(**) |   |-->Monitor "monitor3"
(**) |   |-->Device "device3"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbOptions" "compose:rwin"
(**) XKB: options: "compose:rwin"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0730 card 0000,0000 rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1019,0a01 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:01:0: chip 1039,0018 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:4: chip 1039,7018 card 1019,0a01 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 102b,051b card 102b,051b rev 00 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1039,6326 card 1569,6326 rev 0b class 03,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,475a card 1002,0084 rev 7a class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (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) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(--) PCI:*(0:9:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, Mem @ 0xd7000000/24, 0xd8000000/14, 0xd9000000/23
(--) PCI: (0:11:0) Silicon Integrated Systems [SiS] 86C326 5598/6326 rev 11, Mem @ 0xdb000000/23, 0xdb800000/16, I/O @ 0xdc00/7
(--) PCI: (1:0:0) ATI Technologies Inc 3D Rage IIC AGP rev 122, Mem @ 0xd6000000/24, 0xd5000000/12, I/O @ 0xc000/8
(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) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[1] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[2] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[3] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[5] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[6] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[7] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[9] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[10] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[1] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[2] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[3] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[4] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[5] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[1] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[2] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[3] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[5] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[6] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[7] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[9] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[10] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[1] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[2] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[3] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[4] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[5] -1	0	0x0000dc00 - 0x0000dc7f (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	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[6] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[7] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[8] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[11] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[12] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[14] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[16] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[21] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[23] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.0.1
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.9.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.so
(II) Module sis: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.8.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 6.5.7
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(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) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
	SIS340
(II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
(II) ATI: ATI driver (version 6.5.7) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
	ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
	ATI FireGL RV360 AV (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
	ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
	ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE),
	ATI Radeon Mobility X600 (M24) 3150 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireGL D1100 (RV370) 5B65 (PCIE),
	ATI Radeon Mobility M300 (M22) 5460 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE),
	ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
	ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
	ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
	ATI FireGL V7100 (R423) UT (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
	ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50 (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 00:09:0
(--) Chipset mga2164w 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	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[6] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[7] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[8] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[11] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[12] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[14] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[16] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[21] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[23] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
(--) Chipset SIS6326/AGP/DVD 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	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[6] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[7] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[8] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[11] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[12] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[14] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[16] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[21] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[23] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
(II) ATI:  Candidate "Device" section "device3".
(WW) ATI:  PCI/AGP Mach64 in slot 1:0:0 could not be detected!
(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	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[6] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[7] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[8] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[11] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[12] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[13] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[14] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[16] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[21] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[22] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[25] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[27] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
	[28] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[29] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
	[32] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 1	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(--) MGA(0): Chipset: "mga2164w"
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xD7000000
(--) MGA(0): MMIO registers at 0xD8000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD9000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07DC0
(WW) MGA(0): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(0): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(==) MGA(0): Write-combining range (0xd7000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0.
(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): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) MGA(0): initializing int10
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) MGA(0): VESA BIOS detected
(II) MGA(0): VESA VBE Version 2.0
(II) MGA(0): VESA VBE Total Mem: 4096 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.1
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: MISTRAL
(II) MGA(0): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.so
(II) MGA(0): VESA VBE DDC supported
(II) MGA(0): VESA VBE DDC Level none
(II) MGA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) MGA(0): VESA VBE DDC read failed
(==) 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 250 MHz
(--) MGA(0): MCLK used is 50.0 MHz
(II) MGA(0): monitor1: Using hsync range of 31.50-57.00 kHz
(II) MGA(0): monitor1: Using vrefresh range of 50.00-70.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(II) MGA(0): Not using mode "768x576" (vrefresh out of range)
(II) MGA(0): Not using mode "768x576" (hsync out of range)
(II) MGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x175" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "360x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) MGA(0): Not using default mode "576x432" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "832x624" (vrefresh out of range)
(II) MGA(0): Not using default mode "416x312" (vrefresh out of range)
(II) MGA(0): Not using default mode "1152x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) MGA(0): Not using default mode "800x512" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(**) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) MGA(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MGA(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) MGA(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) MGA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) MGA(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(0): *Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) MGA(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) MGA(0): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) MGA(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) MGA(0): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) MGA(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MGA(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) MGA(0): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MGA(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) MGA(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -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.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) SIS(1): SiS driver (2005/09/20-1, compiled for X.org 6.9.0.0)
(II) SIS(1): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
(II) SIS(1): *** See http://www.winischhofer.at/linuxsisvga.shtml
(II) SIS(1): *** for documentation and updates.
(--) SIS(1): Chipset is SiS6326 AGP (H0) (revision 0x0b)
(--) SIS(1): X.org assumes this adapter to be secondary
(II) SIS(1): Initializing adapter through int10
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.so
(II) Truncating PCI BIOS Length to 32768
(--) SIS(1): Relocated I/O registers at 0xDC00
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.so
(**) SIS(1): Depth 24, (--) framebuffer bpp 24
(==) SIS(1): RGB weight 888
(==) SIS(1): Default visual is TrueColor
(**) SIS(1): Option "SWCursor"
(==) SIS(1): Fast VRAM timing enabled (for read and write)
(==) SIS(1): Using XAA acceleration architecture
(**) SIS(1): Using SW cursor
(==) SIS(1): TurboQueue enabled
(==) SIS(1): DRI disabled
(--) SIS(1): DRAM type: SDRAM/SGRAM
(--) SIS(1): Memory clock: 90.000 MHz
(--) SIS(1): DRAM bus width: 32 bit
(--) SIS(1): Linear framebuffer at 0xDB000000
(--) SIS(1): MMIO registers at 0xDB800000 (size 64K)
(--) SIS(1): VideoRAM: 4096 KB
(II) SIS(1): Using 4032K of framebuffer memory at offset 0K
(--) SIS(1): Hardware supports one video overlay
(==) SIS(1): Using gamma correction (1.0, 1.0, 1.0)
(II) SIS(1): Gamma correction is enabled
(--) SIS(1): Maximum pixel clock at 24 bpp is 84 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.so
(II) SIS(1): VESA BIOS detected
(II) SIS(1): VESA VBE Version 2.0
(II) SIS(1): VESA VBE Total Mem: 4096 kB
(II) SIS(1): VESA VBE OEM: SiS
(II) SIS(1): VESA VBE OEM Software Rev: 1.0
(II) SIS(1): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(1): VESA VBE OEM Product: 6326
(II) SIS(1): VESA VBE OEM Product Rev:   
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.so
(II) SIS(1): VESA VBE DDC supported
(II) SIS(1): VESA VBE DDC Level 2
(II) SIS(1): VESA VBE DDC transfer in appr. 1 sec.
(II) SIS(1): VESA VBE DDC read successfully
(--) SIS(1): VBE CRT1 DDC monitor info:
(II) SIS(1): Manufacturer: PHL  Model: 107  Serial#: 33320
(II) SIS(1): Year: 1997  Week: 1
(II) SIS(1): EDID Version: 1.0
(II) SIS(1): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) SIS(1): Sync:  Separate  Composite  SyncOnGreen
(II) SIS(1): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) SIS(1): Gamma: 2.70
(II) SIS(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) SIS(1): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.605
(II) SIS(1): blueX: 0.150 blueY: 0.065   whiteX: 0.281 whiteY: 0.311
(II) SIS(1): Supported VESA Video Modes:
(II) SIS(1): 640x480@60Hz
(II) SIS(1): 640x480@67Hz
(II) SIS(1): 640x480@75Hz
(II) SIS(1): 800x600@60Hz
(II) SIS(1): 800x600@75Hz
(II) SIS(1): 832x624@75Hz
(II) SIS(1): 1024x768@70Hz
(II) SIS(1): 1024x768@75Hz
(II) SIS(1): 1280x1024@75Hz
(II) SIS(1): 1152x870@75Hz
(II) SIS(1): Manufacturer's mask: 0
(II) SIS(1): Supported Future Video Modes:
(II) SIS(1): #0: hsize: 640  vsize 480  refresh: 70  vid: 18993
(II) SIS(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) SIS(1): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) SIS(1): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) SIS(1): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) SIS(1): #5: hsize: 1600  vsize 1280  refresh: 60  vid: 32937
(--) SIS(1): End of VBE CRT1 DDC monitor info
(==) SIS(1): Min pixel clock is 5 MHz
(--) SIS(1): Max pixel clock is 84 MHz
(WW) SIS(1): config file hsync range 30-86kHz not within DDC hsync ranges.
(WW) SIS(1): config file vrefresh range 50-160Hz not within DDC vrefresh ranges.
(II) SIS(1): monitor2: Using hsync range of 30.00-86.00 kHz
(II) SIS(1): monitor2: Using vrefresh range of 50.00-160.00 Hz
(II) SIS(1): Clock range:   5.00 to  84.00 MHz
(II) SIS(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1152x864" (width too large for virtual size)
(II) SIS(1): Not using default mode "1280x960" (width too large for virtual size)
(II) SIS(1): Not using default mode "1280x960" (width too large for virtual size)
(II) SIS(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) SIS(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) SIS(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) SIS(1): Not using default mode "640x512" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) SIS(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) SIS(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) SIS(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) SIS(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1152x768" (width too large for virtual size)
(II) SIS(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1600x1024" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(**) SIS(1): Virtual size is 1024x768 (pitch 1024)
(**) SIS(1): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) SIS(1): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) SIS(1): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) SIS(1): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) SIS(1): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) SIS(1): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) SIS(1): *Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I)
(II) SIS(1): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) SIS(1): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) SIS(1): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) SIS(1): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) SIS(1): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) SIS(1): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) SIS(1): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) SIS(1): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) SIS(1): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) SIS(1): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) SIS(1): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) SIS(1): *Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) SIS(1): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) SIS(1): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) SIS(1): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) SIS(1): *Mode "768x576": 63.1 MHz, 61.6 kHz, 100.0 Hz
(II) SIS(1): Modeline "768x576"   63.07  768 800 960 1024  576 578 590 616
(**) SIS(1): *Mode "768x576": 50.0 MHz, 50.0 kHz, 79.4 Hz
(II) SIS(1): Modeline "768x576"   50.00  768 832 846 1000  576 590 595 630
(**) SIS(1): *Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) SIS(1): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync
(**) SIS(1): *Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) SIS(1): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) SIS(1): *Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) SIS(1): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) SIS(1): *Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) SIS(1): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) SIS(1): *Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) SIS(1): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync
(**) SIS(1): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) SIS(1): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) SIS(1): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) SIS(1): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) SIS(1): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) SIS(1): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) SIS(1): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) SIS(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) SIS(1): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) SIS(1): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) SIS(1): *Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) SIS(1): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) SIS(1): *Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) SIS(1): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) SIS(1): *Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) SIS(1): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) SIS(1): *Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) SIS(1): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) SIS(1): *Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) SIS(1): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) SIS(1): *Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) SIS(1): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) SIS(1): *Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) SIS(1): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) SIS(1): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) SIS(1): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) SIS(1): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) SIS(1): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) SIS(1): *Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
(II) SIS(1): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) SIS(1): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) SIS(1): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) SIS(1): *Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) SIS(1): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) SIS(1): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) SIS(1): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) SIS(1): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) SIS(1): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) SIS(1): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) SIS(1): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) SIS(1): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) SIS(1): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) SIS(1): *Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) SIS(1): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) SIS(1): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) SIS(1): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) SIS(1): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) SIS(1): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) SIS(1): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) SIS(1): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) SIS(1): *Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) SIS(1): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) SIS(1): *Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) SIS(1): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) SIS(1): *Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) SIS(1): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(--) SIS(1): Display dimensions: (300, 230) mm
(--) SIS(1): DPI set to (86, 84)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.so
(II) SIS(1): 2D acceleration enabled
(II) UnloadModule: "ati"
(II) Unloading /usr/X11R6/lib/modules/drivers/ati_drv.so
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after preInit:
	[0] 1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B]
	[1] 1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B]
	[2] 0	0	0xd9000000 - 0xd97fffff (0x800000) MX[B]
	[3] 0	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[4] 0	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B]
	[5] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[6] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[7] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[8] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[9] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[10] -1	0	0xdb813000 - 0xdb8130ff (0x100) MX[B]
	[11] -1	0	0xdb810000 - 0xdb810fff (0x1000) MX[B]
	[12] -1	0	0xdb812000 - 0xdb812fff (0x1000) MX[B]
	[13] -1	0	0xdb811000 - 0xdb811fff (0x1000) MX[B]
	[14] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[15] -1	0	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[16] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B](B)
	[17] -1	0	0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
	[18] -1	0	0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
	[19] -1	0	0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
	[20] -1	0	0xdb800000 - 0xdb80ffff (0x10000) MX[B](B)
	[21] -1	0	0xdb000000 - 0xdb7fffff (0x800000) MX[B](B)
	[22] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[23] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[24] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[25] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[26] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[27] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[28] 1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[29] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[30] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[31] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[32] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[33] -1	0	0x00004000 - 0x0000400f (0x10) IX[B]
	[34] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[35] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[37] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[38] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[39] 1	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xd7000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 9216 kB video memory at this resolution, bit depth
(II) MGA(0): Using 256 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:
		16 128x128 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(WW) MGA(0): Direct rendering disabled
(==) RandR enabled
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.so
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.so
(II) SIS(1): initializing int10
(II) Truncating PCI BIOS Length to 32768
(II) SIS(1): VESA BIOS detected
(II) SIS(1): VESA VBE Version 2.0
(II) SIS(1): VESA VBE Total Mem: 4096 kB
(II) SIS(1): VESA VBE OEM: SiS
(II) SIS(1): VESA VBE OEM Software Rev: 1.0
(II) SIS(1): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(1): VESA VBE OEM Product: 6326
(II) SIS(1): VESA VBE OEM Product Rev:   
(==) SIS(1): Write-combining range (0xdb000000,0x400000)
(II) SIS(1): Framebuffer from (0,0) to (1023,1342)
(II) SIS(1): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(--) SIS(1): CPU frequency 651.65Mhz
(II) SIS(1): Benchmarking system RAM to video RAM memory transfer methods:
(--) SIS(1): 	Checked libc memcpy()... 	99.9 MiB/s
(--) SIS(1): 	Checked built-in-1 memcpy()... 	99.8 MiB/s
(--) SIS(1): 	Checked built-in-2 memcpy()... 	27.2 MiB/s
(--) SIS(1): 	Checked MMX memcpy()... 	99.9 MiB/s
(--) SIS(1): 	Checked 3DNow! memcpy()... 	99.7 MiB/s
(--) SIS(1): 	Checked MMX2 memcpy()... 	99.9 MiB/s
(--) SIS(1): Using MMX2 method for aligned data transfers to video RAM
(--) SIS(1): Using MMX2 method for unaligned data transfers to video RAM
(==) SIS(1): Backing store disabled
(==) SIS(1): Silken mouse enabled
(**) Option "dpms"
(**) SIS(1): DPMS enabled
(II) SIS(1): Using SiS5597/5598/6326/530/620 HW Xv
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Keyboard1: XkbLayout: "de"
(**) Option "XkbOptions" "compose:rwin"
(**) Keyboard1: XkbOptions: "compose:rwin"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Mouse1: ZAxisMapping: buttons 6 and 7
(**) Mouse1: Buttons: 11
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Open ACPI successful (/var/run/acpid.socket)
(II) APM registered successfully
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(==) MGA(0): Write-combining range (0xd7000000,0x400000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 9216 kB video memory at this resolution, bit depth
(II) MGA(0): Using 256 lines for offscreen memory.
(**) MGA(0): DPMS enabled
(WW) MGA(0): Direct rendering disabled
(==) RandR enabled
(==) SIS(1): Write-combining range (0xdb000000,0x400000)
(II) SIS(1): Framebuffer from (0,0) to (1023,1342)
(**) SIS(1): DPMS enabled
(II) SIS(1): Using SiS5597/5598/6326/530/620 HW Xv
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse1: ps2EnableDataReporting: succeeded
 
hier die ausgabe von lspci
Code:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:09.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W [Millennium II]
00:0b.0 VGA compatible controller: Silicon Integrated Systems [SiS] 86C326 5598/6326 (rev 0b)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC AGP (rev 7a)
 

Ähnliche Themen

Zweiter Monitor geht bei Vollbildspielen aus.

Monitor getauscht, Schriftgrößen verstellt

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Ubuntu X / dbus problem

nv treiber 2 Bildschirme

Zurück
Oben