Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with SiS 740 and X.org
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
CatSC
n00b
n00b


Joined: 17 Jan 2004
Posts: 28
Location: Wellington, New Zealand

PostPosted: Fri Dec 17, 2004 7:43 am    Post subject: Problem with SiS 740 and X.org Reply with quote

Hello!
I have two video cards connected to separate monitors one is Nvidia GF2, another is SiS 740(onboard).
Recently I've upgraded my kernel and nvidia drivers. After that I started having problems with my SiS 740: sometimes windows stop updating, sometimes it's fine it also likely to crash the kernel over time of usage.
I've upgraded to X.org, but that didn't solve the problem.
here's my config(it's messy, I know :) )
Code:

# XFree86 4 configuration created by redhat-config-xfree86

#Section "ServerLayout"
#       Identifier     "Default Layout"
#       Screen      0  "Screen0" 0 0
#       InputDevice    "Mouse0" "CorePointer"
#       InputDevice    "Keyboard0" "CoreKeyboard"
#       InputDevice    "DevInputMice" "AlwaysCore"
#EndSection

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

        #RgbPath      "/usr/X11R6/lib/X11/rgb"
        #FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        #FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        #FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
        #FontPath     "/usr/lib/X11/fonts/koi8-1/75dpi/"
        #FontPath     "/usr/lib/X11/fonts/koi8-1/misc/"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/local"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath    "/usr/X11R6/lib/X11/fonts/CID"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/koi8-1/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/koi8-1/misc"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/afms"
    FontPath    "/usr/share/fonts/artwiz"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/X11R6/lib/X11/fonts/jmk"
    FontPath    "/usr/X11R6/lib/X11/fonts/koi8-1"
    FontPath    "/usr/X11R6/lib/X11/fonts/ukr"
EndSection

Section "Module"
        #Load  "dbe"
        #Load  "extmod"
        #Load  "fbdevhw"
        #Load  "glx"
        #Load  "record"
        #Load  "freetype"
        #Load  "type1"

        Load  "dri"
        Load  "dbe"     # Double buffer extension
        Load  "extmod"#
        Load  "type1"
        Load  "speedo"
        Load  "freetype"
        Load  "glx"
        Load  "xtrap"
        #Load  "randr"
EndSection

Section "ServerFlags"
        Option "Xinerama" "on"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "E70-3"
        DisplaySize  320        240
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 120.0
        #Option     "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        #ModelName    "E70-3"
        DisplaySize  320        240
        #DisplaySize  280       200
        HorizSync    30.0 - 50.0
        VertRefresh  50.0 - 70.0
        #Option     "dpms"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        #Driver     "vesa"
        VendorName  "nVidia Corporation"
        #BoardName   "NV5 [RIVA TNT2 Ultra]"
        #BusID       "PCI:0:9:0"

        #Identifier     "Videocard0"
        #Driver         "nvidia"
        #BoardName      "NV5"
        #BoardName      "740"
        #VideoRam       8192

        Option          "HDcursor" "1"
        Option          "CursorShadow" "0"
        #Option         "CursorShadowAlpha" "30"
        #Option         "CursorShadowXOffset" "3"
        #Option         "CursorShadowYOffset" "3"
        #Option         "NvAGP" "1"
        Option          "NoLogo" "0"
        #Option         "IgnoreDisplayDevices" "TV"
EndSection

Section "Device"
        #Identifier     "Videocard1"
        Driver          "vesa"
        #Driver         "sis"
        #VendorName     "SiS"
        #VendorName     "All"
        BoardName       "740"

        Identifier  "Card1"
        #Driver      "sis"
        #VendorName  "Silicon Integrated Systems [SiS]"
        #BoardName   "SiS740 AGP VGA Display Adapter"
        BusID       "PCI:1:0:0"
        VideoRam        8192

        Option          "HDcursor" "1"
        Option          "CursorShadow" "0"
        #Option         "CursorShadowAlpha" "30"
        #Option         "CursorShadowXOffset" "3"
        #Option         "CursorShadowYOffset" "3"
        #Option         "NvAGP" "1"
        #Option         "NoLogo" "1"
        #Option         "IgnoreDisplayDevices" "TV"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    16
        SubSection "Display"
                Depth     16
                Modes   "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth    16
        SubSection "Display"
                Depth     16
                #Modes  "800x600"
                Modes   "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "wc3"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth    16
        SubSection "Display"
                Depth     16
                #Modes  "640x480"
                #Modes  "800x600"
                Modes   "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection


here's log file:
[code:1:d033f698f6]
X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.9 i686 [ELF]
Current Operating System: Linux main 2.6.9 #5 Sun Dec 12 10:15:40 UTC 2004 i686
Build Date: 16 December 2004
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 Dec 17 19:46:09 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/truetype" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/TTF,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/koi8-1/75dpi,/usr/X11R6/lib/X11/fonts/koi8-1/misc,/usr/local/share/fonts,/usr/share/fonts,/usr/X11R6/lib/X11/fonts,/usr/share/fonts/afms,/usr/share/fonts/artwiz,/usr/share/fonts/freefont,/usr/X11R6/lib/X11/fonts/jmk,/usr/X11R6/lib/X11/fonts/koi8-1,/usr/X11R6/lib/X11/fonts/ukr"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
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.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.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.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000cf8, mode1Res1 = 0x00000cf8
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0740 card 0000,0000 rev 01 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0961 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:02:7: chip 1039,7012 card 13f6,0300 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,0900 card 1039,0900 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: 01:00:0: chip 1039,6325 card 1039,6325 rev 00 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xcde00000 - 0xcdefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xadc00000 - 0xbdcfffff (0x10100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:9:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xce000000/24, 0xc0000000/27, BIOS @ 0xcfff0000/16
(--) PCI: (1:0:0) Silicon Integrated Systems [SiS] SiS650/651/M650/740 PCI/AGP VGA Display Adapter rev 0, Mem @ 0xb0000000/27, 0xcdee0000/17, I/O @ 0xbc00/7
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[1] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[2] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[3] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[4] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[5] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[6] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[7] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[8] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[9] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[10] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[11] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
(II) Inactive PCI resource ranges:
[0] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[1] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[2] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[1] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[2] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[3] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[4] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[5] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[6] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[7] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[8] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[9] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[10] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[11] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[1] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[2] -1 0 0x0000bc00 - 0x0000bc7f (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 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[6] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[7] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[9] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[12] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[17] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[19] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[20] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.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.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.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: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(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.8.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="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6111
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6111
Module class: XFree86 Video Driver
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 0.7.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-6111 Tue Jul 27 07:56:22 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
SIS315PRO, SIS550, SIS650/M650/651/740, SIS330(Xabre),
SIS660/661FX/M661FX/M661MX/741/741GX/M741/760/M760, SIS340
(II) Primary Device is: PCI 00:09:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU 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 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[6] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[7] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[9] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[12] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[17] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[19] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[20] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(--) Chipset SIS650/M650/651/740 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 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[6] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[7] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[9] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[12] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[17] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[19] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[20] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bc7f (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 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[6] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[7] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[9] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[12] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[18] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[19] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[23] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[24] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[25] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[26] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[27] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
[28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[30] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[31] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "0"
(**) NVIDIA(0): Option "CursorShadow" "0"
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xCE000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 MX/MX 400
(--) NVIDIA(0): VideoBIOS: 03.11.01.24.00
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 110MHz
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(**) NVIDIA(0): Display dimensions: (320, 240) mm
(**) NVIDIA(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) SIS(1): SiS driver (2004/08/20-1)
(II) SIS(1): Copyright (C) 2001-2004 Thomas Winischhofer <thomas@winischhofer.net> and others
(II) SIS(1): Compiled for X.org version 6.8.0.0
(II) SIS(1): See http://www.winischhofer.net/linuxsisvga.shtml for documentation and updates
(--) SIS(1): This adapter is secondary display adapter
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xb880
(II) SIS(1): Initializing display adapter through int10
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(EE) SIS(1): Cannot read V_BIOS
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) SIS(1): sisfb not found
(--) SIS(1): Relocated IO registers at 0xBC00
(**) SIS(1): Depth 16, (--) framebuffer bpp 16
(==) SIS(1): RGB weight 565
(==) SIS(1): Default visual is TrueColor
(==) SIS(1): Using gamma correction (1.0, 1.0, 1.0)
(WW) SIS(1): Could not find/read video BIOS
(==) SIS(1): Using HW cursor
(==) SIS(1): Color HW cursor is enabled
(II) SIS(1): Using VRAM command queue, size 512k
(II) SIS(1): Hotkey display switching is enabled
(II) SIS(1): WARNING: Using the Hotkey might freeze your machine, regardless
(II) SIS(1): whether enabled or disabled. This is no driver bug.
(==) SIS(1): SiSCtrl utility interface is disabled
(==) SIS(1): DRI disabled
(II) SIS(1): Xv: Chroma key is of same format as video source
(--) SIS(1): DIMM0 is DDR SDRAM
(--) SIS(1): DIMM1 is not installed
(--) SIS(1): DIMM2 is not installed
(--) SIS(1): DIMM3 is not installed
(--) SIS(1): DRAM type: DDR SDRAM
(--) SIS(1): Memory clock: 25.056 MHz
(--) SIS(1): DRAM bus width: 64 bit
(--) SIS(1): Linear framebuffer at 0xB0000000
(--) SIS(1): MMIO registers at 0xCDEE0000 (size 128K)
(WW) SIS(1): Option "VideoRAM" ignored
(--) SIS(1): VideoRAM: 8192 KB
(II) SIS(1): Using 7616K of framebuffer memory
(--) SIS(1): Hardware supports one video overlay
(EE) SIS(1): Detected unknown bridge type (7)
(II) SIS(1): CRT1 gamma correction is enabled
(II) SIS(1): Separate Xv gamma correction for CRT1 is disabled
(--) SIS(1): Using Xv overlay by default on CRT1
(--) SIS(1): Memory bandwidth at 16 bpp is 200.448 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(--) SIS(1): CRT1 DDC supported
(--) SIS(1): CRT1 DDC level: 2
(--) SIS(1): CRT1 DDC monitor info: ************************************
(II) SIS(1): Manufacturer: HWP Model: 4ea Serial#: 12623
(II) SIS(1): Year: 1999 Week: 5
(II) SIS(1): EDID Version: 1.1
(II) SIS(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) SIS(1): Sync: Separate
(II) SIS(1): Max H-Image Size [cm]: horiz.: 27 vert.: 20
(II) SIS(1): Gamma: 2.90
(II) SIS(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) SIS(1): redX: 0.628 redY: 0.340 greenX: 0.289 greenY: 0.604
(II) SIS(1): blueX: 0.149 blueY: 0.062 whiteX: 0.284 whiteY: 0.311
(II) SIS(1): Supported VESA Video Modes:
(II) SIS(1): 720x400@70Hz
(II) SIS(1): 640x480@60Hz
(II) SIS(1): 640x480@75Hz
(II) SIS(1): 800x600@60Hz
(II) SIS(1): 800x600@75Hz
(II) SIS(1): 1024x768@60Hz
(II) SIS(1): Manufacturer's mask: 0
(II) SIS(1): Supported Future Video Modes:
(II) SIS(1): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) SIS(1): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) SIS(1): Monitor name: PAVILION M50
(II) SIS(1): Ranges: V min: 50 V max: 100 Hz, H min: 30 H max: 54 kHz, PixClock max 70 MHz
(--) SIS(1): End of CRT1 DDC monitor info ******************************
(==) SIS(1): Min pixel clock is 12 MHz
(--) SIS(1): Max pixel clock is 139 MHz
(II) SIS(1): Replaced entire mode list with built-in modes
(II) SIS(1): "Unknown reason" in the following list means that the mode
(II) SIS(1): is not supported on the chipset/bridge/current output device.
(II) SIS(1): Monitor1: Using hsync range of 30.00-50.00 kHz
(II) SIS(1): Monitor1: Using vrefresh range of 50.00-70.00 Hz
(II) SIS(1): Clock range: 12.00 to 139.09 MHz
(II) SIS(1): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(1): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "640x480" (hsync out of range)
(II) SIS(1): Not using default mode "640x480" (hsync out of range)
(II) SIS(1): Not using default mode "640x480" (hsync out of range)
(II) SIS(1): Not using default mode "640x480" (hsync out of range)
(II) SIS(1): Not using default mode "640x400" (vrefresh out of range)
(II) SIS(1): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(1): Not using default mode "1024x768" (hsync out of range)
(II) SIS(1): Not using default mode "1024x768" (hsync out of range)
(II) SIS(1): Not using default mode "1024x768" (hsync out of range)
(II) SIS(1): Not using default mode "1024x768" (hsync out of range)
(II) SIS(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1280x1024" (vrefresh out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "320x200" (vrefresh out of range)
(II) SIS(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "800x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "800x480" (hsync out of range)
(II) SIS(1): Not using default mode "1024x576" (hsync out of range)
(II) SIS(1): Not using default mode "1024x576" (hsync out of range)
(II) SIS(1): Not using default mode "1280x720" (hsync out of range)
(II) SIS(1): Not using default mode "1280x720" (hsync out of range)
(II) SIS(1): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1280x960" (hsync out of range)
(II) SIS(1): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(WW) (1280x768,Monitor1) mode clock 80.896MHz exceeds DDC maximum 70MHz
(II) SIS(1): Not using default mode "1400x1050" (hsync out of range)
(II) SIS(1): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1152x864" (hsync out of range)
(II) SIS(1): Not using default mode "1152x864" (hsync out of range)
(II) SIS(1): Not using default mode "848x480" (vrefresh out of range)
(II) SIS(1): Not using default mode "856x480" (vrefresh out of range)
(WW) (1360x768,Monitor1) mode clock 87.697MHz exceeds DDC maximum 70MHz
(WW) (1280x800,Monitor1) mode clock 83.521MHz exceeds DDC maximum 70MHz
(II) SIS(1): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(WW) (1920x1080,Monitor1) mode clock 74.274MHz exceeds DDC maximum 70MHz
(--) SIS(1): Virtual size is 1024x768 (pitch 1024)
(**) SIS(1): *Default mode "1024x768": 65.1 MHz, 48.5 kHz, 60.1 Hz
(II) SIS(1): Modeline "1024x768" 65.15 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(**) SIS(1): Display dimensions: (320, 240) mm
(WW) SIS(1): Probed monitor is 270x200 mm, using Displaysize 320x240 mm
(**) SIS(1): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) SIS(1): Accel enabled
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) resource ranges after preInit:
[0] 1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B]
[1] 1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B]
[2] 0 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
[3] 0 0 0xce000000 - 0xceffffff (0x1000000) MX[B]
[4] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[5] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[6] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[7] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[8] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[9] -1 0 0xcffed000 - 0xcffedfff (0x1000) MX[B]
[10] -1 0 0xcffef000 - 0xcffeffff (0x1000) MX[B]
[11] -1 0 0xcffee000 - 0xcffeefff (0x1000) MX[B]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[13] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[16] -1 0 0xcdee0000 - 0xcdefffff (0x20000) MX[B](B)
[17] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[21] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[22] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[23] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[24] 1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
[25] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[26] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[27] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[28] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[29] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[30] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[31] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[32] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
[35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "HDcursor" is not used
(==) RandR enabled
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SIS(1)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum