Kevin Brosius wrote:
> [EMAIL PROTECTED] wrote:
> > Having just upgraded my system from Mandrake 7.2 running the original
> > XFree86 4.1.0 binaries to the XFree86 4.2.0 provided with Mandrake 8.2
(/
> > partition was reformatted for this upgrade) I now have a visual problem
> > with the XFree86 display. The card in this machine (an IBM 300PL) is a
S3
> > Trio 3D which identifies itself to XFree86 4.2.0 as:
[snip]
> > The left hand side and middle of the screen are fine, but the right
hand
> > side of the display is covered with multiple copies of a strip about
180
> > pixels wide taken from the middle of the screen and duplicated roughly
> > three times (in 1280x1024 resolution) on the right hand side of the
screen.
> > Every application appears to be acting normally on this setup, the X
server
> > runs happily enough without errors in the /var/log/XFree86.0.log file.
> > This effect is not observed in 8bit colour but is seen in 15, 16 and
24bit
> > colour depths. Moving to higher resolutions like 1400x1050 results in a
> > similar effect with roughly five copies of that strip on the right hand
> > side of the screen.
>
> A full log would be helpful.  I've seen a case where missing monitor
> config and failing DDC caused something like this.

Here is the current /etc/X11/XF86Config-4 (built using XFree86 -configure
and fiddled with):

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:unscaled"
      FontPath     "unix/:-1"
EndSection

Section "Module"
      Load  "freetype"
      Load  "type1"
      Load  "speedo"
      Load  "pex"
      Load  "dbe"
#     Load  "dri"
      Load  "extmod"
      Load  "glx"
      Load  "record"
      Load  "xtrap"
EndSection

Section "InputDevice"
      Identifier  "Keyboard0"
      Driver      "keyboard"
EndSection

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

Section "Monitor"
      #DisplaySize        370   270 # mm
      Identifier   "Monitor0"
      VendorName   "IBM"
      ModelName    "IBM P92"
      HorizSync    30-94    # kHz
      VertRefresh  50-160   # Hz
#     Option          "DPMS"
#     Option      "noDCC"
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     "slow_edodram"        # [<bool>]
        #Option     "slow_dram"           # [<bool>]
        #Option     "fast_dram"           # [<bool>]
        #Option     "fpm_vram"            # [<bool>]
        #Option     "pci_burst"           # [<bool>]
        #Option     "fifo_conservative"   # [<bool>]
        #Option     "fifo_moderate"       # [<bool>]
        #Option     "fifo_aggressive"     # [<bool>]
        #Option     "pci_retry"           # [<bool>]
        #Option     "NoAccel"             # [<bool>]
        #Option     "early_ras_precharge"       # [<bool>]
        #Option     "late_ras_precharge"  # [<bool>]
        #Option     "lcd_center"          # [<bool>]
        #Option     "set_lcdclk"          # <i>
        #Option     "set_mclk"            # <freq>
        #Option     "set_refclk"          # <freq>
        #Option     "show_cache"          # [<bool>]
        #Option     "HWCursor"            # [<bool>]
        #Option     "SWCursor"            # [<bool>]
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # [<str>]
        #Option     "UseFB" "0"                 # [<bool>]
        #Option     "mxcr3afix"           # [<bool>]
        #Option     "XVideo"              # [<bool>]
      Identifier  "Card0"
      Driver      "s3virge"
      VendorName  "S3"
      BoardName   "Trio3D"
      BusID       "PCI:1:1:0"
EndSection

Section "Screen"
      Identifier "Screen0"
      Device     "Card0"
      Monitor    "Monitor0"
      DefaultDepth 16
      SubSection "Display"
            Depth     1
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Depth     4
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Depth     8
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Depth     15
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Depth     16
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Depth     24
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
EndSection





and here is the log:




XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
      If the server is older than 6-12 months, or if your card is
      newer than the above date, look for a newer version before
      reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-1mdksmp i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Nov 18 14:16:03 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,unix/:-1"
(**) 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.1
      XFree86 Video Driver: 0.5
      XFree86 XInput driver : 0.3
      XFree86 Server Extension : 0.1
      XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      Module class: XFree86 Font Renderer
      ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 0.1.0
      ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 02 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 02 class 06,04,00 hdr
01
(II) PCI: 00:02:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr
80
(II) PCI: 00:02:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr
00
(II) PCI: 00:02:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:02:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr
00
(II) PCI: 00:03:0: chip 8086,1229 card 1014,00d7 rev 05 class 02,00,00 hdr
00
(II) PCI: 01:01:0: chip 5333,8904 card 1014,00db rev 01 class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 0.1.0
      ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
      [0] -1      0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
      [0] -1      0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
      [0] -1      0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
      [0] -1      0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:2:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:1:0) S3 Trio3D rev 1, Mem @ 0xf4000000/26, BIOS @
0x000c0000/16
(II) Addressable bus resource ranges are
      [0] -1      0x00000000 - 0xffffffff (0x0) MX[B]
      [1] -1      0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
      [0] -1      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
      [1] -1      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
      [2] -1      0x000f0000 - 0x000fffff (0x10000) MX[B]
      [3] -1      0x000c0000 - 0x000effff (0x30000) MX[B]
      [4] -1      0x00000000 - 0x0009ffff (0xa0000) MX[B]
      [5] -1      0x0000ffff - 0x0000ffff (0x1) IX[B]
      [6] -1      0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
      [0] -1      0xf3f00000 - 0xf3ffffff (0x100000) MX[B]
      [1] -1      0xf3eff000 - 0xf3efffff (0x1000) MX[B]
      [2] -1      0xec000000 - 0xefffffff (0x4000000) MX[B]
      [3] -1      0x000c0000 - 0x000cffff (0x10000) MX[B](B)
      [4] -1      0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
      [5] -1      0x00007c60 - 0x00007c7f (0x20) IX[B]
      [6] -1      0x00001000 - 0x0000101f (0x20) IX[B]
      [7] -1      0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
      [0] -1      0xf3f00000 - 0xf3ffffff (0x100000) MX[B]
      [1] -1      0xf3eff000 - 0xf3efffff (0x1000) MX[B]
      [2] -1      0xec000000 - 0xefffffff (0x4000000) MX[B]
      [3] -1      0x000c0000 - 0x000cffff (0x10000) MX[B](B)
      [4] -1      0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
      [5] -1      0x00007c60 - 0x00007c7f (0x20) IX[B]
      [6] -1      0x00001000 - 0x0000101f (0x20) IX[B]
      [7] -1      0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
      [0] -1      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
      [1] -1      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
      [2] -1      0x000f0000 - 0x000fffff (0x10000) MX[B]
      [3] -1      0x000c0000 - 0x000cffff (0x10000) MX[B]
      [4] -1      0x00000000 - 0x0009ffff (0xa0000) MX[B]
      [5] -1      0x0000ffff - 0x0000ffff (0x1) IX[B]
      [6] -1      0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
      [0] -1      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
      [1] -1      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
      [2] -1      0x000f0000 - 0x000fffff (0x10000) MX[B]
      [3] -1      0x000c0000 - 0x000cffff (0x10000) MX[B]
      [4] -1      0x00000000 - 0x0009ffff (0xa0000) MX[B]
      [5] -1      0xf3f00000 - 0xf3ffffff (0x100000) MX[B]
      [6] -1      0xf3eff000 - 0xf3efffff (0x1000) MX[B]
      [7] -1      0xec000000 - 0xefffffff (0x4000000) MX[B]
      [8] -1      0x000c0000 - 0x000cffff (0x10000) MX[B](B)
      [9] -1      0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
      [10] -1     0x0000ffff - 0x0000ffff (0x1) IX[B]
      [11] -1     0x00000000 - 0x000000ff (0x100) IX[B]
      [12] -1     0x00007c60 - 0x00007c7f (0x20) IX[B]
      [13] -1     0x00001000 - 0x0000101f (0x20) IX[B]
      [14] -1     0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.1.10
      Module class: XFree86 Font Renderer
      ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.1
      Module class: XFree86 Font Renderer
      ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.1
      Module class: XFree86 Font Renderer
      ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "pex"
(WW) Warning, couldn't open module pex
(II) UnloadModule: "pex"
(EE) Failed to load module "pex" (module does not exist, 0)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      Module class: XFree86 Server Extension
      ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      Module class: XFree86 Server Extension
      ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.13.0
      Module class: XFree86 Server Extension
      ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      Module class: XFree86 Server Extension
      ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "s3virge"
(II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o
(II) Module s3virge: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.8.3
      Module class: XFree86 Video Driver
      ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      Module class: XFree86 XInput Driver
      ABI class: XFree86 XInput driver, version 0.3
(II) S3VIRGE: driver (version 1.8.3) 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 01:01:0
(--) Chipset trio 3d found
(II) resource ranges after xf86ClaimFixedResources() call:
      [0] -1      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
      [1] -1      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
      [2] -1      0x000f0000 - 0x000fffff (0x10000) MX[B]
      [3] -1      0x000c0000 - 0x000cffff (0x10000) MX[B]
      [4] -1      0x00000000 - 0x0009ffff (0xa0000) MX[B]
      [5] -1      0xf3f00000 - 0xf3ffffff (0x100000) MX[B]
      [6] -1      0xf3eff000 - 0xf3efffff (0x1000) MX[B]
      [7] -1      0xec000000 - 0xefffffff (0x4000000) MX[B]
      [8] -1      0x000c0000 - 0x000cffff (0x10000) MX[B](B)
      [9] -1      0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
      [10] -1     0x0000ffff - 0x0000ffff (0x1) IX[B]
      [11] -1     0x00000000 - 0x000000ff (0x100) IX[B]
      [12] -1     0x00007c60 - 0x00007c7f (0x20) IX[B]
      [13] -1     0x00001000 - 0x0000101f (0x20) IX[B]
      [14] -1     0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) resource ranges after probing:
      [0] -1      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
      [1] -1      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
      [2] -1      0x000f0000 - 0x000fffff (0x10000) MX[B]
      [3] -1      0x000c0000 - 0x000cffff (0x10000) MX[B]
      [4] -1      0x00000000 - 0x0009ffff (0xa0000) MX[B]
      [5] -1      0xf3f00000 - 0xf3ffffff (0x100000) MX[B]
      [6] -1      0xf3eff000 - 0xf3efffff (0x1000) MX[B]
      [7] -1      0xec000000 - 0xefffffff (0x4000000) MX[B]
      [8] -1      0x000c0000 - 0x000cffff (0x10000) MX[B](B)
      [9] -1      0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
      [10] 0      0x000a0000 - 0x000affff (0x10000) MS[B]
      [11] 0      0x000b0000 - 0x000b7fff (0x8000) MS[B]
      [12] 0      0x000b8000 - 0x000bffff (0x8000) MS[B]
      [13] -1     0x0000ffff - 0x0000ffff (0x1) IX[B]
      [14] -1     0x00000000 - 0x000000ff (0x100) IX[B]
      [15] -1     0x00007c60 - 0x00007c7f (0x20) IX[B]
      [16] -1     0x00001000 - 0x0000101f (0x20) IX[B]
      [17] -1     0x0000fff0 - 0x0000ffff (0x10) IX[B]
      [18] 0      0x000003b0 - 0x000003bb (0xc) IS[B]
      [19] 0      0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 0.1.0
      ABI class: XFree86 Video Driver, version 0.5
(**) S3VIRGE(0): Depth 16, (--) framebuffer bpp 16
(==) S3VIRGE(0): RGB weight 565
(==) S3VIRGE(0): Default visual is TrueColor
(==) S3VIRGE(0): Using HW Cursor
(==) S3VIRGE(0): Using fb.
(==) S3VIRGE(0): mx_cr3a_fix.
(==) S3VIRGE(0): XVideo allowed (depends on chipset).
(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.2.0, module version = 1.0.0
      ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.0.0
      ABI class: XFree86 Video Driver, version 0.5
(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 Trio3D.
(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: Trio3D
(II) S3VIRGE(0): VESA VBE OEM Product Rev: Rev B
(--) S3VIRGE(0): Chipset: "trio 3d"
(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.2.0, module version = 1.0.0
      ABI class: XFree86 Video Driver, version 0.5
(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: IBM  Model: 199d  Serial#: 16843009
(II) S3VIRGE(0): Year: 1998  Week: 13
(II) S3VIRGE(0): EDID Version: 1.1
(II) S3VIRGE(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) S3VIRGE(0): Sync:  Separate  Composite  SyncOnGreen
(II) S3VIRGE(0): Max H-Image Size [cm]: horiz.: 37  vert.: 27
(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.280 greenY: 0.595
(II) S3VIRGE(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) S3VIRGE(0): Supported VESA Video Modes:
(II) S3VIRGE(0): 720x400@70Hz
(II) S3VIRGE(0): 720x400@88Hz
(II) S3VIRGE(0): 640x480@60Hz
(II) S3VIRGE(0): 640x480@72Hz
(II) S3VIRGE(0): 640x480@75Hz
(II) S3VIRGE(0): 800x600@56Hz
(II) S3VIRGE(0): 800x600@60Hz
(II) S3VIRGE(0): 800x600@72Hz
(II) S3VIRGE(0): 800x600@75Hz
(II) S3VIRGE(0): 1024x768@87Hz (interlaced)
(II) S3VIRGE(0): 1024x768@60Hz
(II) S3VIRGE(0): 1024x768@70Hz
(II) S3VIRGE(0): 1024x768@75Hz
(II) S3VIRGE(0): 1280x1024@75Hz
(II) S3VIRGE(0): Manufacturer's mask: 0
(II) S3VIRGE(0): Supported Future Video Modes:
(II) S3VIRGE(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) S3VIRGE(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) S3VIRGE(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) S3VIRGE(0): #3: hsize: 1152  vsize 864  refresh: 85  vid: 22897
(II) S3VIRGE(0): #4: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) S3VIRGE(0): #5: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) S3VIRGE(0): Supported additional Video Mode:
(II) S3VIRGE(0): clock: 52.6 MHz   Image Size:  352 x 264 mm
(II) S3VIRGE(0): h_active: 960  h_sync: 972  h_sync_end 1080 h_blank_end
1260 h_border: 0
(II) S3VIRGE(0): v_active: 529  v_sync: 530  v_sync_end 540 v_blanking: 557
v_border: 0
(II) S3VIRGE(0): Monitor name: IBM P92
(II) S3VIRGE(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 94
kHz, PixClock max 210 MHz
(II) S3VIRGE(0): Serial No: 55-06833
(==) S3VIRGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) S3VIRGE(0): videoram:  4096k
(--) S3VIRGE(0): Detected current MCLK value of 100.227 MHz
(II) S3VIRGE(0): Monitor0: Using hsync range of 30.00-94.00 kHz
(II) S3VIRGE(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) S3VIRGE(0): Clock range:  20.00 to 270.00 MHz
(II) S3VIRGE(0): Not using default mode "320x175" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "320x200" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "360x200" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (horizontal timing out
of range)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (horizontal timing out
of range)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (horizontal timing out
of range)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (horizontal timing out
of range)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (horizontal timing out
of range)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "416x312" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "800x512" (bad mode
clock/interlace/doublescan)
(--) S3VIRGE(0): Virtual size is 1280x1024 (pitch 1280)
(**) S3VIRGE(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) S3VIRGE(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024
1025 1028 1072 +hsync +vsync
(**) 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): Display dimensions: (370, 270) mm
(--) S3VIRGE(0): DPI set to (87, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 1.0.0
      ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
      compiled for 4.2.0, module version = 0.1.0
      ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
      [0] 0 0xf4000000 - 0xf7ffffff (0x4000000) MS[B]
      [1] -1      0xffe00000 - 0xffffffff (0x200000) MX[B](B)
      [2] -1      0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
      [3] -1      0x000f0000 - 0x000fffff (0x10000) MX[B]
      [4] -1      0x000c0000 - 0x000cffff (0x10000) MX[B]
      [5] -1      0x00000000 - 0x0009ffff (0xa0000) MX[B]
      [6] -1      0xf3f00000 - 0xf3ffffff (0x100000) MX[B]
      [7] -1      0xf3eff000 - 0xf3efffff (0x1000) MX[B]
      [8] -1      0xec000000 - 0xefffffff (0x4000000) MX[B]
      [9] -1      0x000c0000 - 0x000cffff (0x10000) MX[B](B)
      [10] -1     0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
      [11] 0      0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
      [12] 0      0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
      [13] 0      0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
      [14] -1     0x0000ffff - 0x0000ffff (0x1) IX[B]
      [15] -1     0x00000000 - 0x000000ff (0x100) IX[B]
      [16] -1     0x00007c60 - 0x00007c7f (0x20) IX[B]
      [17] -1     0x00001000 - 0x0000101f (0x20) IX[B]
      [18] -1     0x0000fff0 - 0x0000ffff (0x10) IX[B]
      [19] 0      0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
      [20] 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
      Trio3D -- Display is on...turning off
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f815f00
      Trio3D -- GE was on ST#1: 0x20007f00 ST#2: 0x20007f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f905f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x20007f00
s3v: warning: VerticalRetraceWait timed out(1:3).
s3v: warning: VerticalRetraceWait timed out(3:3).
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f815f00
s3v: warning: VerticalRetraceWait timed out(1:3).
s3v: warning: VerticalRetraceWait timed out(3:3).
s3v: warning: VerticalRetraceWait timed out(1:3).
s3v: warning: VerticalRetraceWait timed out(3:3).
s3v: warning: VerticalRetraceWait timed out(1:3).
s3v: warning: VerticalRetraceWait timed out(3:3).
      Trio3D -- GE was on ST#1: 0x20007f00 ST#2: 0x20007f00
s3v: warning: VerticalRetraceWait timed out(1:3).
s3v: warning: VerticalRetraceWait timed out(3:3).
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f815f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x1f815f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f807f00
s3v: warning: VerticalRetraceWait timed out(1:3).
s3v: warning: VerticalRetraceWait timed out(3:3).
(**) S3VIRGE(0): Using FB
(II) S3VIRGE(0): Using XFree86 Acceleration Architecture (XAA)
      Screen to screen bit blits
      8x8 mono pattern filled rectangles
      CPU to Screen color expansion
      Image Writes
      Offscreen Pixmaps
      Setting up tile and stipple cache:
            20 128x128 slots
            5 256x256 slots
(==) S3VIRGE(0): Backing store disabled
(==) S3VIRGE(0): Silken mouse 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
(**) Option "Protocol" "ImPS/2"
(**) Mouse0: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) 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)
AUDIT: Mon Nov 18 14:16:14 2002: 31214 X: client 5 rejected from local host
SetKbdSettings - type: 0 rate: 255 delay: 700 snumlk: 0
SetKbdSettings - Succeeded
      Trio3D -- Display is on...turning off
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f815f00
      Trio3D -- GE was on ST#1: 0x20007f00 ST#2: 0x20007f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x3b007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x3b105f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x1f815f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x20105f00
      Trio3D -- GE was on ST#1: 0x20007f00 ST#2: 0x20007f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x36007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x39915f00
      Trio3D -- S3VNopAllCmdSets: SubsysStats#1 = 0x20007f00
      Trio3D -- S3VNopAllCmdSets: state changed after 0 iterations
      Trio3D -- S3VNopAllCmdSets: SubsysStats#2 = 0x1f807f00


Thanks,

Toby Haynes
tel: (905) 413-4330
fax: (905) 413-4849
email: [EMAIL PROTECTED]

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

Reply via email to