Hi,

I am trying to use an S3 ViRGE DX with XFree86.  The eventual aim is to
use it as a second graphics card, but this problem happens equally with
one or both graphics cards installed.

The problem is this: Whenever the image on the screen changes (for
example when moving the mouse or when a window is updated), the screen
flickers and the picture becomes corrupted with horizontal and vertical
lines.  The effect is very hard to describe. When the movement stops so
does the flickering.  However some vertical lines remain in some areas,
notably the title bar of windows.

The problem seems to get worse the higher the colour depth the display
is set to.  At 8bpp there is no problem, at 16bpp the problem is not as
bad, but at 24bpp the display is almost unusable (all of these examples
are at 1152x864).  Similarly, the problem gets worse at higher
resolutions. At 800x600 the problem is either not noticable or not
present, at 1024x768 the problem is present, but not as severe, and at
1152x864 the problem is very noticeable (all of these examples are at
24bpp)

I do not believe that there is a problem with the board itself (although
it is possible) since it works fine in Windows XP.

I have tried setting the NoAccel, HWCursor, and UseFB options for the
s3virge driver but none of them made any difference.

The board is a cheap generic S3 ViRGE DX (A sticker on it says "Sparkle"
if that helps) with 4 megs RAM.  The monitor I am using is an iiyama
vision master 350.  Below is a minimal XF86Config-4 file that causes my
system to exhibit the behaviour I described and my XFree86.0.log from
running it.  I am using the version of XFree86 4.3 from the Debian
experimental distribution.  The same problem was present with the
version of 4.2 which is in Debian unstable (I know I should not report
problems with this build, but it was the latest binary package I could
find for Debian.  I was going to try compiling from CVS but gave up
checking it out after it had taken two hours!)

Can anyone help me track down the cause of the problem?  How can I find
out if this is a problem with the s3virge driver or with my board?  Any
help would be very much appreciated.

Peter Russell

-- Minimal XF86Config-4 file:

# This was generated by XFree86 -configure, I have made a few changes
# for my mouse & keyboard, taken DRI and GLX out of the list of 
# modules, and added the default depth and modes lines.
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "gb"
EndSection

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

Section "Monitor"
        #DisplaySize      280   210     # mm
        Identifier   "Monitor0"
        VendorName   "IVM"
        ModelName    "MF-15 Series"
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "s3virge"
        VendorName  "S3 Inc."
        BoardName   "ViRGE/DX or /GX"
        BusID       "PCI:0:15:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth     24
                Modes     "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

-- XFree86.0.log:

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

XFree86 Version 4.3.0.1 (Debian 4.3.0-0pre1v4 20031024231956
[EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.22 i686 [ELF] 
Build Date: 25 October 2003
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.21-3-k7 ([EMAIL PROTECTED]) (gcc version
3.3.1 20030626 (Debian prerelease)) #1 Sun Jul 20 19:23:36 EST 2003 T
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Nov 29 17:53:05 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(==) Keyboard: CustomKeycode disabled
(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/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 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="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1043,8064 rev 00 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00
hdr 01
(II) PCI: 00:0d:0: chip 1102,0002 card 1102,8064 rev 08 class 04,01,00
hdr 80
(II) PCI: 00:0d:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00
hdr 80
(II) PCI: 00:0e:0: chip 1113,1211 card 1113,1211 rev 10 class 02,00,00
hdr 00
(II) PCI: 00:0f:0: chip 5333,8a01 card 5333,8a01 rev 01 class 03,00,00
hdr 00
(II) PCI: 00:11:0: chip 1106,3074 card 1043,8052 rev 00 class 06,01,00
hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a
hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00
hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00
hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,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) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(--) PCI:*(0:15:0) S3 Inc. ViRGE/DX or /GX rev 1, Mem @ 0xf4000000/26,
BIOS @ 0x000c0000/16
(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 0xfc000000 from 0xfdffffff to
0xfbffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfb000000 - 0xfb0000ff (0x100) MX[B]
        [1] -1  0       0xfc000000 - 0xfbffffff (0x0) MX[B]O
        [2] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [3] -1  0       0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
        [4] -1  0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [5] -1  0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [6] -1  0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [7] -1  0       0x0000b800 - 0x0000b80f (0x10) IX[B]
        [8] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [9] -1  0       0x0000d400 - 0x0000d407 (0x8) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfb000000 - 0xfb0000ff (0x100) MX[B]
        [1] -1  0       0xfc000000 - 0xfbffffff (0x0) MX[B]O
        [2] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [3] -1  0       0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
        [4] -1  0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [5] -1  0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [6] -1  0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [7] -1  0       0x0000b800 - 0x0000b80f (0x10) IX[B]
        [8] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [9] -1  0       0x0000d400 - 0x0000d407 (0x8) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[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 - 0x000cffff (0x10000) 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 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfb000000 - 0xfb0000ff (0x100) MX[B]
        [6] -1  0       0xfc000000 - 0xfbffffff (0x0) MX[B]O
        [7] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [8] -1  0       0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
        [9] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [10] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [11] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [12] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [13] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
        [15] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [16] -1 0       0x0000d400 - 0x0000d407 (0x8) IX[B]
        [17] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 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="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 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 FontCache
(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: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No
symbols found
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "s3virge"
(II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o
(II) Module s3virge: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.8.6
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) S3VIRGE: driver (version 1.8.6) for S3 ViRGE chipsets: virge,
86C325,
        virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2,
        86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365,
        trio 3d/2x, 86C362, 86C368
(II) Primary Device is: PCI 00:0f:0
(--) Assigning device section with no busID to primary device
(--) Chipset virge dx 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 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfb000000 - 0xfb0000ff (0x100) MX[B]
        [6] -1  0       0xfc000000 - 0xfbffffff (0x0) MX[B]O
        [7] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [8] -1  0       0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
        [9] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [10] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [11] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [12] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [13] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
        [15] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [16] -1 0       0x0000d400 - 0x0000d407 (0x8) IX[B]
        [17] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[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 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfb000000 - 0xfb0000ff (0x100) MX[B]
        [6] -1  0       0xfc000000 - 0xfbffffff (0x0) MX[B]O
        [7] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [8] -1  0       0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
        [9] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [10] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [11] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [15] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [16] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [17] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d407 (0x8) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [21] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [22] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(**) S3VIRGE(0): Depth 24, (--) framebuffer bpp 24
(==) S3VIRGE(0): RGB weight 888
(==) S3VIRGE(0): Default visual is TrueColor
(==) S3VIRGE(0): Using HW Cursor
(==) S3VIRGE(0): Using fb.
(==) S3VIRGE(0): mx_cr3a_fix.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) S3VIRGE(0): initializing int10
(II) S3VIRGE(0): Primary V_BIOS segment is: 0xc000
(II) S3VIRGE(0): VESA BIOS detected
(II) S3VIRGE(0): VESA VBE Version 2.0
(II) S3VIRGE(0): VESA VBE Total Mem: 4096 kB
(II) S3VIRGE(0): VESA VBE OEM: S3 Incorporated. ViRGE /DX /GX
(II) S3VIRGE(0): VESA VBE OEM Software Rev: 1.1
(II) S3VIRGE(0): VESA VBE OEM Vendor: S3 Incorporated.
(II) S3VIRGE(0): VESA VBE OEM Product: ViRGE /DX /GX
(II) S3VIRGE(0): VESA VBE OEM Product Rev: Rev B
(--) S3VIRGE(0): Chipset: "virge dx"
(==) S3VIRGE(0): XVideo supported.
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) S3VIRGE(0): VESA VBE DDC supported
(II) S3VIRGE(0): VESA VBE DDC Level 2
(II) S3VIRGE(0): VESA VBE DDC transfer in appr. 1 sec.
(II) S3VIRGE(0): VESA VBE DDC read successfully
(II) S3VIRGE(0): Manufacturer: IVM  Model: 1501  Serial#: 1
(II) S3VIRGE(0): Year: 2000  Week: 0
(II) S3VIRGE(0): EDID Version: 1.1
(II) S3VIRGE(0): Analog Display Input,  Input Voltage Level: 0.700/0.700
V
(II) S3VIRGE(0): Signal levels configurable
(II) S3VIRGE(0): Sync:  Separate  CompositeSerration on. V.Sync Pulse
req. if CompSync or SyncOnGreen
(II) S3VIRGE(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) S3VIRGE(0): Gamma: 2.50
(II) S3VIRGE(0): DPMS capabilities: StandBy Suspend Off; RGB/Color
Display
(II) S3VIRGE(0): redX: 0.625 redY: 0.340   greenX: 0.290 greenY: 0.605
(II) S3VIRGE(0): blueX: 0.150 blueY: 0.070   whiteX: 0.283 whiteY: 0.297
(II) S3VIRGE(0): Supported VESA Video Modes:
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): Manufacturer's mask: 70
(II) S3VIRGE(0): Supported Future Video Modes:
(II) S3VIRGE(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) S3VIRGE(0): #1: hsize: 640  vsize 360  refresh: 60  vid: 49201
(II) S3VIRGE(0): Supported additional Video Mode:
(II) S3VIRGE(0): clock: 110.0 MHz   Image Size:  260 x 195 mm
(II) S3VIRGE(0): h_active: 1280  h_sync: 1311  h_sync_end 1503
h_blank_end 3728 h_border: 0
(II) S3VIRGE(0): v_active: 1024  v_sync: 1031  v_sync_end 1035
v_blanking: 1078 v_border: 0
(II) S3VIRGE(0): Supported additional Video Mode:
(II) S3VIRGE(0): clock: 21.0 MHz   Image Size:  260 x 163 mm
(II) S3VIRGE(0): h_active: 640  h_sync: 700  h_sync_end 764 h_blank_end
848 h_border: 0
(II) S3VIRGE(0): v_active: 400  v_sync: 407  v_sync_end 415 v_blanking:
440 v_border: 0
(II) S3VIRGE(0): Monitor name: MF-15 Series
(II) S3VIRGE(0): Ranges: V min: 50  V max: 160 Hz, H min: 24  H max: 69
kHz, PixClock max 1200 MHz
(==) S3VIRGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) S3VIRGE(0): videoram:  4096k
(--) S3VIRGE(0): Detected current MCLK value of 50.114 MHz
(WW) S3VIRGE(0): Monitor0: Using default hsync range of 24.00-69.00kHz
(WW) S3VIRGE(0): Monitor0: using default vrefresh range of
50.00-160.00Hz
(II) S3VIRGE(0): Clock range:  10.00 to 270.00 MHz
(II) S3VIRGE(0): Not using default mode "1280x960" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x480" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x512" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x512" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "896x672" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "896x672" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "928x696" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "928x696" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1400x1050" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "1400x1050" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "700x525" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1600x1024" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "1280x1024" (width too large for
virtual size)
(II) S3VIRGE(0): Not using default mode "1280x960" (width too large for
virtual size)
(--) S3VIRGE(0): Virtual size is 1152x864 (pitch 1152)
(**) S3VIRGE(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) S3VIRGE(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864
865 868 900 +hsync +vsync
(**) S3VIRGE(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) S3VIRGE(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768
769 772 808 +hsync +vsync
(**) S3VIRGE(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) S3VIRGE(0): Modeline "800x600"   56.30  800 832 896 1048  600 601
604 631 +hsync +vsync
(**) S3VIRGE(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) S3VIRGE(0): Modeline "640x480"   36.00  640 696 752 832  480 481
484 509 -hsync -vsync
(**) S3VIRGE(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) S3VIRGE(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768
771 777 806 +hsync +vsync
(**) S3VIRGE(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) S3VIRGE(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768
769 772 800 +hsync +vsync
(**) S3VIRGE(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) S3VIRGE(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768
771 777 806 -hsync -vsync
(**) S3VIRGE(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) S3VIRGE(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768
771 777 806 -hsync -vsync
(**) S3VIRGE(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz
(I)
(II) S3VIRGE(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768
768 776 817 interlace +hsync +vsync
(**) S3VIRGE(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) S3VIRGE(0): Modeline "832x624"   57.28  832 864 928 1152  624 625
628 667 -hsync -vsync
(**) S3VIRGE(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) S3VIRGE(0): Modeline "800x600"   49.50  800 816 896 1056  600 601
604 625 +hsync +vsync
(**) S3VIRGE(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) S3VIRGE(0): Modeline "800x600"   50.00  800 856 976 1040  600 637
643 666 +hsync +vsync
(**) S3VIRGE(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) S3VIRGE(0): Modeline "800x600"   40.00  800 840 968 1056  600 601
605 628 +hsync +vsync
(**) S3VIRGE(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) S3VIRGE(0): Modeline "800x600"   36.00  800 824 896 1024  600 601
603 625 +hsync +vsync
(**) S3VIRGE(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz
(D)
(II) S3VIRGE(0): Modeline "700x525"   61.00  700 744 820 940  525 526
532 541 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz
(D)
(II) S3VIRGE(0): Modeline "640x512"   54.00  640 664 720 844  512 512
514 533 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) S3VIRGE(0): Modeline "640x480"   31.50  640 656 720 840  480 481
484 500 -hsync -vsync
(**) S3VIRGE(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) S3VIRGE(0): Modeline "640x480"   31.50  640 664 704 832  480 489
491 520 -hsync -vsync
(**) S3VIRGE(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) S3VIRGE(0): Modeline "640x480"   25.20  640 656 752 800  480 490
492 525 -hsync -vsync
(**) S3VIRGE(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz
(D)
(II) S3VIRGE(0): Modeline "640x480"   54.00  640 688 744 900  480 480
482 500 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) S3VIRGE(0): Modeline "720x400"   35.50  720 756 828 936  400 401
404 446 -hsync +vsync
(**) S3VIRGE(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) S3VIRGE(0): Modeline "640x400"   31.50  640 672 736 832  400 401
404 445 -hsync +vsync
(**) S3VIRGE(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz
(D)
(II) S3VIRGE(0): Modeline "576x432"   54.00  576 608 672 800  432 432
434 450 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) S3VIRGE(0): Modeline "640x350"   31.50  640 672 736 832  350 382
385 445 +hsync -vsync
(**) S3VIRGE(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz
(D)
(II) S3VIRGE(0): Modeline "576x384"   32.50  576 589 657 736  384 385
388 403 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz
(D)
(II) S3VIRGE(0): Modeline "512x384"   47.25  512 536 584 688  384 384
386 404 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz
(D)
(II) S3VIRGE(0): Modeline "512x384"   39.40  512 520 568 656  384 384
386 400 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz
(D)
(II) S3VIRGE(0): Modeline "512x384"   37.50  512 524 592 664  384 385
388 403 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz
(D)
(II) S3VIRGE(0): Modeline "512x384"   32.50  512 524 592 672  384 385
388 403 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz
(D)
(II) S3VIRGE(0): Modeline "512x384"   22.45  512 516 604 632  384 384
388 409 interlace doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz
(D)
(II) S3VIRGE(0): Modeline "416x312"   28.64  416 432 464 576  312 312
314 333 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz
(D)
(II) S3VIRGE(0): Modeline "400x300"   28.15  400 416 448 524  300 300
302 315 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz
(D)
(II) S3VIRGE(0): Modeline "400x300"   24.75  400 408 448 528  300 300
302 312 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz
(D)
(II) S3VIRGE(0): Modeline "400x300"   25.00  400 428 488 520  300 318
321 333 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz
(D)
(II) S3VIRGE(0): Modeline "400x300"   20.00  400 420 484 528  300 300
302 314 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz
(D)
(II) S3VIRGE(0): Modeline "400x300"   18.00  400 412 448 512  300 300
301 312 doublescan +hsync +vsync
(**) S3VIRGE(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz
(D)
(II) S3VIRGE(0): Modeline "320x240"   18.00  320 348 376 416  240 240
242 254 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz
(D)
(II) S3VIRGE(0): Modeline "320x240"   15.75  320 328 360 420  240 240
242 250 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz
(D)
(II) S3VIRGE(0): Modeline "320x240"   15.75  320 332 352 416  240 244
245 260 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz
(D)
(II) S3VIRGE(0): Modeline "320x240"   12.60  320 328 376 400  240 245
246 262 doublescan -hsync -vsync
(**) S3VIRGE(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz
(D)
(II) S3VIRGE(0): Modeline "360x200"   17.75  360 378 414 468  200 200
202 223 doublescan -hsync +vsync
(**) S3VIRGE(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz
(D)
(II) S3VIRGE(0): Modeline "320x200"   15.75  320 336 368 416  200 200
202 222 doublescan -hsync +vsync
(**) S3VIRGE(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz
(D)
(II) S3VIRGE(0): Modeline "320x175"   15.75  320 336 368 416  175 191
192 222 doublescan +hsync -vsync
(++) S3VIRGE(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf4000000 - 0xf7ffffff (0x4000000) MS[B]
        [1] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xfb000000 - 0xfb0000ff (0x100) MX[B]
        [7] -1  0       0xfc000000 - 0xfbffffff (0x0) MX[B]O
        [8] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0       0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
        [10] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [11] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [12] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [16] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [17] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [18] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
        [19] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [20] -1 0       0x0000d400 - 0x0000d407 (0x8) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [23] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) S3VIRGE(0): Write-combining range (0xf4000000,0x400000)
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(**) S3VIRGE(0): Using FB
(II) S3VIRGE(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                18 128x128 slots
(==) S3VIRGE(0): Backing store disabled
(==) S3VIRGE(0): Silken mouse enabled
(**) Option "dpms"
(**) S3VIRGE(0): DPMS enabled
(II) S3VIRGE(0): Using overlay video
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "NetMousePS/2"
(**) Mouse0: Protocol: "NetMousePS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Server_Terminate keybinding not found
(II) Mouse0: ps2EnableDataReporting: succeeded


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

Reply via email to