I've tried several different configurations for the Toshiba Tecra 8200.
I could still not get the X-system working. Anybody could help?

Here are settings:
RedHat 7.2 (Enigma)
Xfree 4.1.0-3

High resolution screen: 1400x1050. (I know it is not possible to run at
1400x1050, but it doesn't show screen at 1024x768 too.)


All I get is burring screen at startx.
Latest XF86Config-4 file:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent
of
# the X server to render fonts.
    FontPath   "unix/:7100"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but
may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort
sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode
switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection

Section "Module"

# This loads the DBE extension module.
    Load        "dbe"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"
#       Option  "omit xfree86-dga"
    EndSubSection
# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
# Additional modules
    Load        "xie"
    Load        "pex5"
    Load        "glx"
    Load        "dri"
    Load        "dbe"
    Load        "ddc"
    #Load       "GLCore"
    Load        "bitmap"
    Load        "speedo"
#    Load       "vbe"
#    Load       "int10"

EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Generic|High Frequency SVGA, 1024x768 at 70 Hz"
    VendorName "Unknown"
    ModelName  "Unknown"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync  31.5-90.0

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-90

# Toshiba Panel size
# DisplaySize 280 210
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "Trident Cyber/BladeXP"
    VendorName  "Trident"
    BoardName   "Cyber/BladeXP"
    BusID       "PCI:1:0:0"
    Driver      "trident"
    Option      "CyberStretch"  "true"
    Option      "CyberShadow"   "false"
    Option      "ShadowFB"      "false"
    Option      "DPMS"
    VideoRAM    16384

    # Additional options indicated from the -configure default
    #Option     "SWCursor"      "false"
    #Option     "PciRetry"      "true"
    #Option     "NoAccel"       "false"
    #Option     "SetMClk"       <freq>
    #Option     "MUXThreshold"  0
    #Option     "Rotate"        <string>
    #Option     "VideoKey"      0
    #Option     "NoMMIO"        "false"
    #Option     "NoPciBurst"    "false"
    #Option     "MMIOnly"       "false"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier "screen1"
    Device      "Trident Cyber/BladeXP"
    Monitor     "Generic|High Frequency SVGA, 1024x768 at 70 Hz"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Visual "TrueColor"
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Visual "TrueColor"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Visual "TrueColor"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Visual "TrueColor"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Visual "TrueColor"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

 Here is log from such start:


XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
        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/FAQ)
Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF] 
Build Host: stripples.devel.redhat.com
 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Nov 25 15:59:40 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "Generic|High Frequency SVGA, 1024x768 at 70 Hz"
(**) |   |-->Device "Trident Cyber/BladeXP"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.4
        XFree86 XInput driver : 0.2
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(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.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(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,1130 card 1179,0001 rev 11 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 11 class 06,04,00
hdr 01
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 03 class 06,04,00
hdr 01
(II) PCI: 00:1f:0: chip 8086,244c card 0000,0000 rev 03 class 06,01,00
hdr 80
(II) PCI: 00:1f:1: chip 8086,244a card 1179,0001 rev 03 class 01,01,80
hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1179,0001 rev 03 class 0c,03,00
hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1179,0001 rev 03 class 0c,03,00
hdr 00
(II) PCI: 00:1f:6: chip 8086,2446 card 1179,0001 rev 03 class 07,03,00
hdr 00
(II) PCI: 01:00:0: chip 1023,9910 card 1179,0001 rev 63 class 03,00,00
hdr 00
(II) PCI: 02:07:0: chip 1073,0012 card 1179,0003 rev 00 class 04,01,00
hdr 00
(II) PCI: 02:08:0: chip 8086,2449 card 8086,3013 rev 03 class 02,00,00
hdr 00
(II) PCI: 02:0c:0: chip 104c,ac50 card d000,0000 rev 01 class 06,07,00
hdr 02
(II) PCI: 02:0d:0: chip 1179,0617 card d800,0000 rev 31 class 06,07,00
hdr 82
(II) PCI: 02:0d:1: chip 1179,0617 card 0000,0000 rev 31 class 06,07,00
hdr 82
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(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) 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: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xf7f00000 - 0xfdffffff (0x6100000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus 2: bridge is at (0:30:0), (0,2,14), BCTRL: 0x00 (VGA_EN is
cleared)
(II) Bus 2 I/O range:
        [0] -1  0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0xf7d00000 - 0xf7dfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31: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:0:0) Trident Cyber/BladeXP rev 99, Mem @ 0xfc000000/25,
0xfbc00000/22, 0xf8000000/25, 0xf7ff8000/15
(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  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [1] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [2] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [3] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [4] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [5] -1  0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [7] -1  0x0000dec0 - 0x0000deff (0x40) IX[B]
        [8] -1  0x0000df3c - 0x0000df3f (0x4) IX[B]
        [9] -1  0x0000df40 - 0x0000df7f (0x40) IX[B]
        [10] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [11] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [12] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [13] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [14] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [1] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [2] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [3] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [4] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [5] -1  0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [7] -1  0x0000dec0 - 0x0000deff (0x40) IX[B]
        [8] -1  0x0000df3c - 0x0000df3f (0x4) IX[B]
        [9] -1  0x0000df40 - 0x0000df7f (0x40) IX[B]
        [10] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [11] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [12] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [13] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [14] -1 0x0000cff0 - 0x0000cfff (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 - 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) 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 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [6] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [8] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [9] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [10] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [11] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
        [15] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
        [16] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
        [17] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [18] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [19] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [20] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [21] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.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.1.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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.1.9
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.1.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.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Reloading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Speedo
(II) LoadModule: "trident"
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.2
(II) TRIDENT: driver for Trident chipsets: tvga8900d, cyber9320,
cyber9388,
        cyber9397, cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4,
        tgui9420dgi, tgui9440agi, tgui9660, tgui9680, providia9682,
        providia9685, cyber9382, cyber9385, 3dimage975, 3dimage985,
blade3d,
        cyberbladei7, cyberbladei7d, cyberbladei1, cyberbladei1d,
        cyberbladeAi1, cyberbladeAi1d, cyberbladeXP, cyberbladeXPm
(II) Primary Device is: PCI 01:00:0
(--) Chipset cyberbladeXP 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 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [6] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [8] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [9] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [10] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [11] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
        [15] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
        [16] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
        [17] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [18] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [19] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [20] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [21] -1 0x0000cff0 - 0x0000cfff (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 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [6] -1  0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [8] -1  0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [9] -1  0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [10] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [11] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [12] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
        [18] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
        [19] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
        [20] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [21] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [22] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [23] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [24] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
        [25] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [26] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) TRIDENT(0): Depth 16, (--) framebuffer bpp 16
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(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.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(==) TRIDENT(0): RGB weight 565
(**) TRIDENT(0): Default visual is TrueColor
(==) TRIDENT(0): Using gamma correction (1.0, 1.0, 1.0)
(**) TRIDENT(0): Option "ShadowFB" "false"
(**) TRIDENT(0): Option "CyberShadow" "false"
(**) TRIDENT(0): Option "CyberStretch" "true"
(**) TRIDENT(0): Cyber Stretch enabled
(==) TRIDENT(0): Linear framebuffer at 0xFC000000
(--) TRIDENT(0): IO registers at 0xFBC00000
(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.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(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.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) TRIDENT(0): initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): VESA BIOS detected
(II) TRIDENT(0): VESA VBE Version 2.0
(II) TRIDENT(0): VESA VBE Total Mem: 16384 kB
(II) TRIDENT(0): VESA VBE OEM: Trident CYBER 9910
(II) TRIDENT(0): VESA VBE OEM Software Rev: 2.0
(II) TRIDENT(0): VESA VBE OEM Vendor: TRIDENT MICROSYSTEMS INC.
(II) TRIDENT(0): VESA VBE OEM Product: CYBER 9910
(II) TRIDENT(0): VESA VBE OEM Product Rev: NTT 7.0 (24.24)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) TRIDENT(0): VESA VBE DDC supported
(II) TRIDENT(0): VESA VBE DDC Level 2
(II) TRIDENT(0): VESA VBE DDC transfer in appr. 1 sec.
(II) TRIDENT(0): VESA VBE DDC read successfully
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) TRIDENT(0): Manufacturer: TOS  Model: 5086  Serial#: 0
(II) TRIDENT(0): Year: 1990  Week: 0
(II) TRIDENT(0): EDID Version: 1.3
(II) TRIDENT(0): Digital Display Input
(II) TRIDENT(0): Max H-Image Size [cm]: horiz.: 27  vert.: 21
(II) TRIDENT(0): Gamma: 1.00
(II) TRIDENT(0): DPMS capabilities: StandBy Suspend; RGB/Color Display
(II) TRIDENT(0): First detailed timing is preferred mode
(II) TRIDENT(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) TRIDENT(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) TRIDENT(0): Supported VESA Video Modes:
(II) TRIDENT(0): 640x480@60Hz
(II) TRIDENT(0): 800x600@60Hz
(II) TRIDENT(0): 1024x768@60Hz
(II) TRIDENT(0): 1280x1024@75Hz
(II) TRIDENT(0): Manufacturer's mask: 0
(II) TRIDENT(0): Supported Future Video Modes:
(II) TRIDENT(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) TRIDENT(0): #1: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
(II) TRIDENT(0): #2: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) TRIDENT(0): Monitor name: TOSHIBA Inte
(II) TRIDENT(0): Monitor name: rnal 1400x10
(II) TRIDENT(0): Monitor name: 50 Panel
(--) TRIDENT(0): Revision is 99
(==) TRIDENT(0): Using SW cursor
(--) TRIDENT(0): Found Cyber/BladeXP chip
(--) TRIDENT(0): RAM type is SGRAM
(**) TRIDENT(0): VideoRAM: 16384 kByte
(--) TRIDENT(0): Memory Clock is 120.00 MHz
(==) TRIDENT(0): Min pixel clock is 12 MHz
(**) TRIDENT(0): Max pixel clock is 230 MHz
(II) TRIDENT(0): Generic|High Frequency SVGA, 1024x768 at 70 Hz: Using
hsync range of 31.50-90.00 kHz
(II) TRIDENT(0): Generic|High Frequency SVGA, 1024x768 at 70 Hz: Using
vrefresh range of 50.00-90.00 Hz
(II) TRIDENT(0): Clock range:  12.00 to 230.00 MHz
(II) TRIDENT(0): Not using default mode "1280x1024" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(--) TRIDENT(0): Virtual size is 1024x768 (pitch 1024)
(**) TRIDENT(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) TRIDENT(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768
769 772 808 +hsync +vsync
(**) TRIDENT(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) TRIDENT(0): Modeline "800x600"   56.30  800 832 896 1048  600 601
604 631 +hsync +vsync
(**) TRIDENT(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) TRIDENT(0): Modeline "640x480"   36.00  640 696 752 832  480 481
484 509 -hsync -vsync
(--) TRIDENT(0): Display dimensions: (27, 21) cm
(--) TRIDENT(0): DPI set to (96, 92)
(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.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.4
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xf7ff8000 - 0xf7ffffff (0x8000) MX[B]
        [1] 0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
        [2] 0   0xfbc00000 - 0xfbffffff (0x400000) MX[B]
        [3] 0   0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [4] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [5] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [6] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [7] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [8] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [9] -1  0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
        [10] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
        [11] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
        [12] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
        [13] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
        [14] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
        [15] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
        [16] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [17] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [18] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
        [22] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
        [23] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
        [24] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
        [25] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
        [26] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
        [27] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [28] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
        [29] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [30] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) TRIDENT(0): Write-combining range (0xfc000000,0x1000000)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) TRIDENT(0): Initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): Found Clock  94.50 n=58 m=3 k=1
(==) TRIDENT(0): Backing store disabled
(**) Option "dpms"
(**) TRIDENT(0): DPMS 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" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse1: Buttons: 3
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
SetKbdSettings - type: 2 rate: 30 delay: 250 snumlk: 0
SetKbdSettings - Succeeded
AUDIT: Sun Nov 25 15:59:43 2001: 1790 X: client 6 rejected from local
host


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

Reply via email to