Package: xserver-xorg-video-sis Version: 1:0.9.1-3 For at least one year, this driver seemed fine on my system; around two months ago (sorry, i can't find an exact date) after a typical weekly Synaptic "Smart Upgrade", starting X (either through GDM or startx) suddenly failed catastrophically, with the screen frozen to the point where I couldn't even switch to another root console. However, this was strictly at the video level; turns out I can actually get to the console -- I just can't see it. Therefor, I am able to reboot by typing a "shutdown -r now" command blind, at which point I can grub to any recovery mode and change the "Device" line in xorg.conf from Driver "sis" to Driver "vesa" At which point gdm or starx will work normally.
The most notable thing I can see is that /var/log/Xorg.0.log quits prematurely with this innocuous, previously working line: (II) SIS(0): Using SiS300/315/330/340 series HW Xv Then that's it; video is totally frozen, can't be reset without a (warm) reboot. I'll paste the full /var/log/Xorg.0.log below, as well as and lspci, and the current xorg.conf (the latter not seeming to matter; I've tried several different ones, including ones made by dpkg-reconfigure and also X --configure, I've also tried turning off each module, different syncs, and more). I am currently using Debian GNU/Linux Unstable, kernel 2.6.18-1-686 (2.6.17-2-686 didn't work either), libc6 2.3.6.ds1-6, xorg 1:7.1.0-3, xserver-xorg-core 2:1.1.1-9. Thanks much. Below is technical info: Here is my bus info: $ lspci 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 10) 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.1 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 80) 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 01) 00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP) 00:05.0 Communication controller: Conexant HCF 56k Data/Fax Modem (rev 08) 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 10) Here is my xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "${prefix}/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc/" FontPath "/usr/share/fonts/X11/TTF/" FontPath "/usr/share/fonts/X11/OTF" FontPath "/usr/share/fonts/X11/Type1/" FontPath "/usr/share/fonts/X11/CID/" FontPath "/usr/share/fonts/X11/100dpi/" FontPath "/usr/share/fonts/X11/75dpi/" EndSection Section "Module" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" Load "bitmap" Load "ddc" Load "v4l" load "vbe" load "int10" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30-107 VertRefresh 48-120 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "Accel" # [<bool>] #Option "AccelMethod" # <str> #Option "TurboQueue" # [<bool>] #Option "FastVram" # [<bool>] #Option "HostBus" # [<bool>] #Option "RenderAcceleration" # [<bool>] #Option "ForceCRT1Type" # <str> #Option "ForceCRT2Type" # <str> #Option "ShadowFB" # [<bool>] #Option "DRI" # [<bool>] #Option "AGPSize" # <i> #Option "GARTSize" # <i> #Option "Vesa" # [<bool>] #Option "MaxXFBMem" # <i> #Option "EnableSiSCtrl" # [<bool>] #Option "SWCursor" # [<bool>] #Option "HWCursor" # [<bool>] #Option "UseColorHWCursor" # [<bool>] #Option "Rotate" # <str> #Option "Reflect" # <str> #Option "Xvideo" # [<bool>] #Option "InternalModes" # [<bool>] #Option "OverruleFrequencyRanges" # [<bool>] #Option "RestoreBySetMode" # [<bool>] #Option "ForceCRT1" # [<bool>] #Option "XvOnCRT2" # [<bool>] #Option "PanelDelayCompensation" # <i> #Option "PDC" # <i> #Option "PanelDelayCompensation2" # <i> #Option "PDC2" # <i> #Option "PanelDelayCompensation1" # <i> #Option "PDC1" # <i> #Option "EMI" # <i> #Option "LVDSHL" # <i> #Option "ForcePanelRGB" # <i> #Option "SpecialTiming" # <str> #Option "TVStandard" # <str> #Option "UseROMData" # [<bool>] #Option "UseOEMData" # [<bool>] #Option "YV12" # [<bool>] #Option "CHTVType" # [<bool>] #Option "CHTVOverscan" # [<bool>] #Option "CHTVSuperOverscan" # [<bool>] #Option "CHTVLumaBandwidthCVBS" # <i> #Option "CHTVLumaBandwidthSVIDEO" # <i> #Option "CHTVLumaFlickerFilter" # <i> #Option "CHTVChromaBandwidth" # <i> #Option "CHTVChromaFlickerFilter" # <i> #Option "CHTVCVBSColor" # [<bool>] #Option "CHTVTextEnhance" # <i> #Option "CHTVContrast" # <i> #Option "SISTVEdgeEnhance" # <i> #Option "SISTVAntiFlicker" # <str> #Option "SISTVSaturation" # <i> #Option "SISTVCFilter" # [<bool>] #Option "SISTVYFilter" # <i> #Option "SISTVColorCalibFine" # <i> #Option "SISTVColorCalibCoarse" # <i> #Option "SISTVXScale" # <i> #Option "SISTVYScale" # <i> #Option "TVXPosOffset" # <i> #Option "TVYPosOffset" # <i> #Option "SIS6326TVAntiFlicker" # <str> #Option "SIS6326TVEnableYFilter" # [<bool>] #Option "SIS6326TVYFilterStrong" # [<bool>] #Option "SIS6326TVForcePlug" # <str> #Option "SIS6326FSCAdjust" # <i> #Option "YPbPrAspectRatio" # <str> #Option "TVBlueWorkAround" # [<bool>] #Option "ColorHWCursorBlending" # [<bool>] #Option "ColorHWCursorBlendThreshold" # <i> #Option "CRT2Detection" # [<bool>] #Option "ForceCRT2ReDetection" # [<bool>] #Option "SenseYPbPr" # [<bool>] #Option "CRT1Gamma" # [<bool>] #Option "CRT2Gamma" # [<str>] #Option "GammaBrightness" # <str> #Option "GammaBrightnessCRT2" # <str> #Option "CRT2GammaBrightness" # <str> #Option "Brightness" # <str> #Option "NewGammaBrightness" # <str> #Option "CRT2Brightness" # <str> #Option "CRT2NewGammaBrightness" # <str> #Option "Contrast" # <str> #Option "NewGammaContrast" # <str> #Option "CRT2Contrast" # <str> #Option "CRT2NewGammaContrast" # <str> #Option "CRT1Saturation" # <i> #Option "XvGamma" # [<str>] #Option "XvDefaultContrast" # <i> #Option "XvDefaultBrightness" # <i> #Option "XvDefaultHue" # <i> #Option "XvDefaultSaturation" # <i> #Option "XvDefaultDisableGfx" # [<bool>] #Option "XvDefaultDisableGfxLR" # [<bool>] #Option "XvChromaMin" # <i> #Option "XvChromaMax" # <i> #Option "XvUseChromaKey" # [<bool>] #Option "XvInsideChromaKey" # [<bool>] #Option "XvYUVChromaKey" # [<bool>] #Option "XvDisableColorKey" # [<bool>] #Option "XvUseMemcpy" # [<bool>] #Option "BenchmarkMemcpy" # [<bool>] #Option "XvDefaultAdaptor" # <str> #Option "ScaleLCD" # [<bool>] #Option "CenterLCD" # [<bool>] #Option "EnableHotkey" # [<bool>] #Option "ForceCRT1VGAAspect" # <str> #Option "ForceCRT2VGAAspect" # <str> #Option "MergedFB" # [<str>] #Option "TwinView" # [<str>] #Option "MergedFBAuto" # [<bool>] #Option "CRT2HSync" # <str> #Option "SecondMonitorHorizSync" # <str> #Option "CRT2VRefresh" # <str> #Option "SecondMonitorVertRefresh" # <str> #Option "CRT2Position" # <str> #Option "TwinViewOrientation" # <str> #Option "MetaModes" # <str> #Option "MergedDPI" # <str> #Option "MergedXinerama" # [<bool>] #Option "TwinviewXineramaInfo" # [<bool>] #Option "MergedXineramaCRT2IsScreen0" # [<bool>] #Option "MergedNonRectangular" # [<bool>] #Option "MergedMouseRestriction" # [<bool>] Identifier "Card0" # Driver "sis" Driver "vesa" VendorName "Silicon Integrated Systems [SiS]" BoardName "630/730 PCI/AGP VGA Display Adapter" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "dri" Mode 0666 EndSection Here is my Xorg.0.log associated with the video freeze: X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: UNKNOWN Current Operating System: Linux debian 2.6.18-1-686 #1 SMP Fri Sep 29 16:25:40 UTC 2006 i686 Build Date: 07 July 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 Oct 13 08:29:47 2006 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/share/fonts/X11/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/OTF" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/Type1/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/X11/Type1/"). (WW) The directory "/usr/share/fonts/X11/CID/" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/X11/misc/, /usr/share/fonts/X11/100dpi/, /usr/share/fonts/X11/75dpi/ (**) RgbPath set to "${prefix}/share/X11/rgb" (**) ModulePath set to "/usr/lib/xorg/modules" (**) Ignoring ABI Version (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (--) using VT number 2 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 10 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 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:1: chip 1039,0900 card 1014,01b2 rev 80 class 02,00,00 hdr 00 (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 1014,01b6 rev 01 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:05:0: chip 14f1,1033 card 144f,150b rev 08 class 07,80,00 hdr 00 (II) PCI: 01:00:0: chip 1039,6300 card 1014,01b3 rev 10 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: 0x0008 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfbc00000 - 0xfbcfffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xeba00000 - 0xfbafffff (0x10100000) MX[B] (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter rev 16, Mem @ 0xf0000000/27, 0xfbce0000/17, I/O @ 0xbc80/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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (EE) end of block range 0x1ffffff < begin 0xf8000000 (II) Active PCI resource ranges: [0] -1 0 0xffd90000 - 0xffd9ffff (0x10000) MX[B] [1] -1 0 0xffdf0000 - 0xffdf0fff (0x1000) MX[B] [2] -1 0 0xffde0000 - 0xffde0fff (0x1000) MX[B] [3] -1 0 0xffdd0000 - 0xffdd0fff (0x1000) MX[B] [4] -1 0 0xffdc0000 - 0xffdc0fff (0x1000) MX[B] [5] -1 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B](B) [6] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [7] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [8] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [9] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [11] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [12] -1 0 0x00000170 - 0x00000170 (0x1) IX[B] [13] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [15] -1 0 0x0000bc80 - 0x0000bcff (0x80) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xffd90000 - 0xffd9ffff (0x10000) MX[B] [1] -1 0 0xffdf0000 - 0xffdf0fff (0x1000) MX[B] [2] -1 0 0xffde0000 - 0xffde0fff (0x1000) MX[B] [3] -1 0 0xffdd0000 - 0xffdd0fff (0x1000) MX[B] [4] -1 0 0xffdc0000 - 0xffdc0fff (0x1000) MX[B] [5] -1 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B](B) [6] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [7] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [8] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [9] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [11] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [12] -1 0 0x00000170 - 0x00000170 (0x1) IX[B] [13] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [15] -1 0 0x0000bc80 - 0x0000bcff (0x80) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffd90000 - 0xffd9ffff (0x10000) MX[B] [5] -1 0 0xffdf0000 - 0xffdf0fff (0x1000) MX[B] [6] -1 0 0xffde0000 - 0xffde0fff (0x1000) MX[B] [7] -1 0 0xffdd0000 - 0xffdd0fff (0x1000) MX[B] [8] -1 0 0xffdc0000 - 0xffdc0fff (0x1000) MX[B] [9] -1 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B](B) [10] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [15] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [17] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [18] -1 0 0x00000170 - 0x00000170 (0x1) IX[B] [19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [21] -1 0 0x0000bc80 - 0x0000bcff (0x80) IX[B](B) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (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: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.1.1, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "bitmap" (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "v4l" (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so (II) Module v4l: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.1 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "sis" (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so (II) Module sis: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) v4l driver for Video4Linux (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) Primary Device is: PCI 01:00:0 (--) Chipset SIS630/730 found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffd90000 - 0xffd9ffff (0x10000) MX[B] [5] -1 0 0xffdf0000 - 0xffdf0fff (0x1000) MX[B] [6] -1 0 0xffde0000 - 0xffde0fff (0x1000) MX[B] [7] -1 0 0xffdd0000 - 0xffdd0fff (0x1000) MX[B] [8] -1 0 0xffdc0000 - 0xffdc0fff (0x1000) MX[B] [9] -1 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B](B) [10] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [15] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [17] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [18] -1 0 0x00000170 - 0x00000170 (0x1) IX[B] [19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [21] -1 0 0x0000bc80 - 0x0000bcff (0x80) IX[B](B) (EE) end of block range 0x1ffffff < begin 0xf8000000 (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffd90000 - 0xffd9ffff (0x10000) MX[B] [5] -1 0 0xffdf0000 - 0xffdf0fff (0x1000) MX[B] [6] -1 0 0xffde0000 - 0xffde0fff (0x1000) MX[B] [7] -1 0 0xffdd0000 - 0xffdd0fff (0x1000) MX[B] [8] -1 0 0xffdc0000 - 0xffdc0fff (0x1000) MX[B] [9] -1 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B](B) [10] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [17] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [18] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [20] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [21] -1 0 0x00000170 - 0x00000170 (0x1) IX[B] [22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [24] -1 0 0x0000bc80 - 0x0000bcff (0x80) IX[B](B) [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) SIS(0): SiS driver (2005/09/20-1, compiled for X.org 7.1.1.0) (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <[EMAIL PROTECTED]> and others (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml (II) SIS(0): *** for documentation and updates. (--) SIS(0): sisfb not found (--) SIS(0): Relocated I/O registers at 0xBC80 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (**) SIS(0): Depth 16, (--) framebuffer bpp 16 (==) SIS(0): RGB weight 565 (==) SIS(0): Default visual is TrueColor (--) SIS(0): Video BIOS version "1.01g " found (old SiS data layout) (==) SIS(0): Using XAA acceleration architecture (==) SIS(0): Using HW cursor (==) SIS(0): Color HW cursor is disabled (==) SIS(0): TurboQueue enabled (==) SIS(0): Hotkey display switching is disabled (II) SIS(0): WARNING: Using the Hotkey might freeze your machine, regardless (II) SIS(0): whether enabled or disabled. This is no driver bug. (==) SIS(0): SiSCtrl utility interface is disabled (II) SIS(0): For information on SiSCtrl, see http://www.winischhofer.at/linuxsispart1.shtml#sisctrl (==) SIS(0): DRI enabled (--) SIS(0): Shared Memory Area is on DIMM0 (--) SIS(0): DRAM type: SDR SDRAM (--) SIS(0): Memory clock: 133.634 MHz (--) SIS(0): (Adapter assumes MCLK being 133 Mhz) (--) SIS(0): DRAM bus width: 64 bit (--) SIS(0): Linear framebuffer at 0xF0000000 (--) SIS(0): MMIO registers at 0xFBCE0000 (size 64K) (--) SIS(0): VideoRAM: 16384 KB (II) SIS(0): Using 8192K of framebuffer memory at offset 0K (--) SIS(0): Hardware supports two video overlays (--) SIS(0): Detected SiS301 video bridge (Charter/UMC-1, ID 1; Rev 0x0) (--) SIS(0): No CRT1/VGA detected (--) SIS(0): Detected LCD/plasma panel (1024x768, 3, non-exp., RGB24 [3204ff]) (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0) (II) SIS(0): CRT1 gamma correction is enabled (II) SIS(0): CRT2 gamma correction is enabled (--) SIS(0): Memory bandwidth at 16 bpp is 534.536 MHz (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/lib/xorg/modules/libddc.so (--) SIS(0): CRT2 DDC probing failed (==) SIS(0): Min pixel clock is 10 MHz (--) SIS(0): Max pixel clock is 270 MHz (II) SIS(0): Replaced entire mode list with built-in modes (II) SIS(0): "Unknown reason" in the following list means that the mode (II) SIS(0): is not supported on the chipset/bridge/current output device. (II) SIS(0): Monitor0: Using hsync range of 30.00-107.00 kHz (II) SIS(0): Monitor0: Using vrefresh range of 48.00-120.00 Hz (II) SIS(0): Clock range: 10.00 to 270.00 MHz (II) SIS(0): Not using default mode "800x600" (vrefresh out of range) (II) SIS(0): Not using default mode "640x480" (vrefresh out of range) (II) SIS(0): Not using default mode "640x480" (vrefresh out of range) (II) SIS(0): Not using default mode "640x480" (vrefresh out of range) (II) SIS(0): Not using default mode "720x480" (unknown reason) (II) SIS(0): Not using default mode "720x576" (unknown reason) (II) SIS(0): Not using default mode "1280x1024" (unknown reason) (II) SIS(0): Not using default mode "1280x1024" (unknown reason) (II) SIS(0): Not using default mode "1280x1024" (unknown reason) (II) SIS(0): Not using default mode "1280x1024" (unknown reason) (II) SIS(0): Not using default mode "1600x1200" (unknown reason) (II) SIS(0): Not using default mode "1600x1200" (unknown reason) (II) SIS(0): Not using default mode "1600x1200" (unknown reason) (II) SIS(0): Not using default mode "1600x1200" (unknown reason) (II) SIS(0): Not using default mode "1600x1200" (unknown reason) (II) SIS(0): Not using default mode "1920x1440" (unknown reason) (II) SIS(0): Not using default mode "2048x1536" (unknown reason) (II) SIS(0): Not using default mode "1280x960" (unknown reason) (II) SIS(0): Not using default mode "1280x960" (unknown reason) (II) SIS(0): Not using default mode "1024x600" (unknown reason) (II) SIS(0): Not using default mode "1152x768" (unknown reason) (II) SIS(0): Not using default mode "800x480" (unknown reason) (II) SIS(0): Not using default mode "800x480" (unknown reason) (II) SIS(0): Not using default mode "800x480" (unknown reason) (II) SIS(0): Not using default mode "1024x576" (unknown reason) (II) SIS(0): Not using default mode "1024x576" (unknown reason) (II) SIS(0): Not using default mode "1024x576" (unknown reason) (II) SIS(0): Not using default mode "1280x720" (unknown reason) (II) SIS(0): Not using default mode "1280x720" (unknown reason) (II) SIS(0): Not using default mode "1280x720" (unknown reason) (II) SIS(0): Not using default mode "1152x864" (unknown reason) (II) SIS(0): Not using default mode "1152x864" (unknown reason) (II) SIS(0): Not using default mode "1152x864" (unknown reason) (II) SIS(0): Not using default mode "848x480" (unknown reason) (II) SIS(0): Not using default mode "848x480" (unknown reason) (II) SIS(0): Not using default mode "856x480" (unknown reason) (II) SIS(0): Not using default mode "856x480" (unknown reason) (II) SIS(0): Not using default mode "1360x768" (unknown reason) (II) SIS(0): Not using default mode "1280x768" (unknown reason) (II) SIS(0): Not using default mode "768x576" (unknown reason) (II) SIS(0): Not using default mode "1360x1024" (unknown reason) (--) SIS(0): Virtual size is 1024x768 (pitch 1024) (**) SIS(0): *Default mode "1024x768" (1024x768) (For CRT device: 132.2 MHz, 98.9 kHz, 119.9 Hz) (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 105.0 MHz, 80.0 kHz, 100.0 Hz) (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 94.5 MHz, 68.7 kHz, 85.0 Hz) (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 78.7 MHz, 60.0 kHz, 75.0 Hz) (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 75.2 MHz, 56.6 kHz, 70.2 Hz) (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz) (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 44.9 MHz, 35.5 kHz, 86.8 Hz (I)) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 79.5 MHz, 75.9 kHz, 120.3 Hz) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 75.0 MHz, 68.9 kHz, 107.7 Hz) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 56.2 MHz, 53.7 kHz, 85.1 Hz) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 49.5 MHz, 46.9 kHz, 75.0 Hz) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 50.1 MHz, 48.2 kHz, 72.4 Hz) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz) (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 36.1 MHz, 35.2 kHz, 56.3 Hz) (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 44.9 MHz, 51.9 kHz, 98.0 Hz) (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 36.1 MHz, 43.3 kHz, 85.1 Hz) (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 31.5 MHz, 37.5 kHz, 75.0 Hz) (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 31.5 MHz, 37.9 kHz, 72.8 Hz) (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz) (**) SIS(0): Default mode "640x400" (640x400) (For CRT device: 25.1 MHz, 31.6 kHz, 71.6 Hz) (**) SIS(0): Default mode "512x384" (512x384) (For CRT device: 32.6 MHz, 48.5 kHz, 60.1 Hz (D)) (**) SIS(0): Default mode "400x300" (400x300) (For CRT device: 20.0 MHz, 37.9 kHz, 60.3 Hz (D)) (**) SIS(0): Default mode "320x240" (320x240) (For CRT device: 12.5 MHz, 31.3 kHz, 60.7 Hz (D)) (**) SIS(0): Default mode "320x200" (320x200) (For CRT device: 12.5 MHz, 31.3 kHz, 70.9 Hz (D)) (++) SIS(0): DPI set to (100, 100) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules/libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.0 (II) SIS(0): 2D acceleration enabled (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B] [1] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xffd90000 - 0xffd9ffff (0x10000) MX[B] [7] -1 0 0xffdf0000 - 0xffdf0fff (0x1000) MX[B] [8] -1 0 0xffde0000 - 0xffde0fff (0x1000) MX[B] [9] -1 0 0xffdd0000 - 0xffdd0fff (0x1000) MX[B] [10] -1 0 0xffdc0000 - 0xffdc0fff (0x1000) MX[B] [11] -1 0 0xfbce0000 - 0xfbcfffff (0x20000) MX[B](B) [12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [16] 0 0 0x0000bc80 - 0x0000bcff (0x80) IX[B] [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [20] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [22] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [24] -1 0 0x00000170 - 0x00000170 (0x1) IX[B] [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [27] -1 0 0x0000bc80 - 0x0000bcff (0x80) IX[B](B) [28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules/libvbe.so (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules/libint10.so (II) SIS(0): initializing int10 (II) SIS(0): Primary V_BIOS segment is: 0xc000 (II) SIS(0): VESA BIOS detected (II) SIS(0): VESA VBE Version 3.0 (II) SIS(0): VESA VBE Total Mem: 16384 kB (II) SIS(0): VESA VBE OEM: SiS (II) SIS(0): VESA VBE OEM Software Rev: 1.0 (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp. (II) SIS(0): VESA VBE OEM Product: 630 (II) SIS(0): VESA VBE OEM Product Rev: 1.01g (==) SIS(0): Write-combining range (0xf0000000,0x1000000) (II) SIS(0): Setting standard mode 0x4a drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: drmOpenMinor returns 7 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) SIS(0): [drm] loaded kernel module for "sis" driver (II) SIS(0): [drm] DRM interface version 1.2 (II) SIS(0): [drm] created "sis" driver at busid "pci:0000:01:00.0" (II) SIS(0): [drm] added 8192 byte SAREA at 0xd7919000 (II) SIS(0): [drm] mapped SAREA 0xd7919000 to 0xb6a17000 (II) SIS(0): [drm] framebuffer handle = 0xf0000000 (II) SIS(0): [drm] added 1 reserved context for kernel (II) SIS(0): [dri] Video RAM memory heap: 0x800000 to 0xf7f000 (7676KB) (II) SIS(0): [drm] MMIO registers mapped to 0xfbce0000 (II) SIS(0): [drm] AGP enabled (II) SIS(0): [drm] Allocated 8MB AGP memory (II) SIS(0): [drm] Bound 8MB AGP memory (II) SIS(0): [drm] No valid IRQ number for device 1:0:0 (code -22) (II) SIS(0): [dri] Visual configs initialized (II) SIS(0): Framebuffer from (0,0) to (1023,4093) (II) SIS(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Dashed Lines Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 18 256x256 slots 6 512x512 slots (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods: (--) SIS(0): Checked libc memcpy()... 3463877 (--) SIS(0): Checked built-in-1 memcpy()... 3527987 (--) SIS(0): Checked built-in-2 memcpy()... 7550421 (--) SIS(0): Checked MMX memcpy()... 3338999 (--) SIS(0): Checked SSE memcpy()... 2108684 (--) SIS(0): Checked MMX2 memcpy()... 2091719 (--) SIS(0): Using MMX2 method for aligned data transfers to video RAM (--) SIS(0): Using MMX2 method for unaligned data transfers to video RAM (==) SIS(0): Backing store disabled (==) SIS(0): Silken mouse enabled (**) Option "dpms" (**) SIS(0): DPMS enabled (II) SIS(0): Using SiS300/315/330/340 series HW Xv -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]