Nope. Did, not do the trick.Still static, and prob. in 24bpp.
Attaching config and log file from my computer.
Looks like a timing prob. in 24bpp.... Just guessing :)
Den ons, 2001-09-26 kl. 15:32 skrev Alan Hourihane:
> Can you try
>
> Option "cybershadow"
>
> Alan.
>
> On Wed, Sep 26, 2001 at 03:25:11PM +0200, Stein Magne Bj�rklund wrote:
> > Have the latest CVS version, but still have static on the screen on
> > every update, and the driver dosn`t support 24 and 32 bpp modes
> > properly.
> >
> > Any tuning on XFree86 file too be done?
> > (Running a Toshiba Tecra 8200 laptop)
> >
> >
> > Den ons, 2001-09-26 kl. 08:42 skrev [EMAIL PROTECTED]:
> > > Thanks Chad, Missed that. Applied your fix.
> > >
> > > Alan.
> > >
> > > On Tue, Sep 25, 2001 at 07:06:13PM -0500, Chad Kitching wrote:
> > > > Okay, I think there's still a small problem with the fix for the Xv overlay.
> > > > Attached is a diff that fixes it on my laptop. I haven't yet got around to
> > > > playing with the h/v offsets, but unfortunately, they vary with each display
> > > > mode on my laptop (and changes when I modify the output device).
> > > >
> > > > From: "Alan Hourihane" <[EMAIL PROTECTED]>
> > > > > Can I urge people with Trident chips (laptops especially) to get the
> > > > > latest CVS code to test Xv support and provide some feedback.
> > > >
> > >
> > >
> > > _______________________________________________
> > > Xpert mailing list
> > > [EMAIL PROTECTED]
> > > http://XFree86.Org/mailman/listinfo/xpert
> >
> >
> > _______________________________________________
> > Xpert mailing list
> > [EMAIL PROTECTED]
> > http://XFree86.Org/mailman/listinfo/xpert
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
# ModulePath "/usr/X11R6_new/lib/modules"
# 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/:-1"
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" "no"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
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"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "monitor1"
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 30-94
# 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-160
EndSection
Section "Monitor"
Identifier "Laptop"
VendorName "Toshiba"
ModelName "Tecra 8200"
HorizSync 30-60
VertRefresh 50-90
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "Trident CyberBlade (generic)"
VendorName "Unknown"
BoardName "Unknown"
Driver "trident"
VideoRam 16384
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "SWCursor"
# Option "NoAccel"
Option "DPMS"
Option "ShadowFB"
Option "cybershadow"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "screen1"
Device "Trident CyberBlade (generic)"
Monitor "monitor1"
# Monitor "Laptop"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
# Modes "800x600"
Modes "1280x1024" "1024xx768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
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.1.99.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx September 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.8-18mdk i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 26 17:13:13 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 "monitor1"
(**) | |-->Device "Trident CyberBlade (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "no"
(**) XKB: layout: "no"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) 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.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.1.99.1, 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.1.99.1, 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,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:0a:0: chip 10b7,9200 card 1179,0001 rev 6c class 02,00,00 hdr 00
(II) PCI: 02:0c:0: chip 104c,ac50 card 0000,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: 02:0d:0: chip 1179,0617 card 0000,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.99.1, 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) 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 0xf7df6f80 - 0xf7df6fff (0x80) MX[B]
[1] -1 0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
[2] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
[3] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
[4] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
[5] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
[6] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
[7] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
[8] -1 0x0000de00 - 0x0000de7f (0x80) IX[B]
[9] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
[10] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
[11] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
[12] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
[13] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[14] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
[15] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
[16] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xf7df6f80 - 0xf7df6fff (0x80) MX[B]
[1] -1 0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
[2] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
[3] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
[4] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
[5] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
[6] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
[7] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
[8] -1 0x0000de00 - 0x0000de7f (0x80) IX[B]
[9] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
[10] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
[11] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
[12] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
[13] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[14] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
[15] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
[16] -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 0xf7df6f80 - 0xf7df6fff (0x80) MX[B]
[6] -1 0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
[7] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
[8] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
[9] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
[10] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
[11] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
[12] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
[13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0x0000de00 - 0x0000de7f (0x80) IX[B]
[16] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
[17] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
[18] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
[19] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
[20] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[21] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
[22] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
[23] -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.99.1, 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.99.1, 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.99.1, 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.99.1, module version = 1.1.10
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "trident"
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
compiled for 4.1.99.1, module version = 1.0.0
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.1.99.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c,
tvga8900d, tvga9200cxr, tgui9400cxi, 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, cyberbladeXPm/8, cyberbladeXPm/16
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset cyberbladeXPm/8 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 0xf7df6f80 - 0xf7df6fff (0x80) MX[B]
[6] -1 0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
[7] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
[8] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
[9] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
[10] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
[11] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
[12] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
[13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0x0000de00 - 0x0000de7f (0x80) IX[B]
[16] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
[17] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
[18] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
[19] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
[20] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[21] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
[22] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
[23] -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 0xf7df6f80 - 0xf7df6fff (0x80) MX[B]
[6] -1 0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
[7] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
[8] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
[9] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
[10] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
[11] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
[12] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
[13] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0x0000de00 - 0x0000de7f (0x80) IX[B]
[19] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
[20] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
[21] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
[22] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
[23] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[24] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
[25] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
[26] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
[27] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[28] 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.99.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(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.99.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(==) 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"
(**) TRIDENT(0): Option "CyberShadow"
(**) TRIDENT(0): Cyber Shadow enabled
(**) TRIDENT(0): Using "Shadow Framebuffer" - acceleration disabled
(==) 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.99.1, 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.1.99.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(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) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.99.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(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: HTC Model: ac13 Serial#: 16843009
(II) TRIDENT(0): Year: 1997 Week: 0
(II) TRIDENT(0): EDID Version: 1.1
(II) TRIDENT(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) TRIDENT(0): Sync: Separate Composite SyncOnGreen
(II) TRIDENT(0): Max H-Image Size [cm]: horiz.: 36 vert.: 27
(II) TRIDENT(0): Gamma: 2.80
(II) TRIDENT(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) TRIDENT(0): redX: 0.625 redY: 0.340 greenX: 0.285 greenY: 0.605
(II) TRIDENT(0): blueX: 0.150 blueY: 0.065 whiteX: 0.283 whiteY: 0.298
(II) TRIDENT(0): Supported VESA Video Modes:
(II) TRIDENT(0): 720x400@70Hz
(II) TRIDENT(0): 720x400@88Hz
(II) TRIDENT(0): 640x480@60Hz
(II) TRIDENT(0): 640x480@67Hz
(II) TRIDENT(0): 640x480@72Hz
(II) TRIDENT(0): 640x480@75Hz
(II) TRIDENT(0): 800x600@56Hz
(II) TRIDENT(0): 800x600@60Hz
(II) TRIDENT(0): 800x600@72Hz
(II) TRIDENT(0): 800x600@75Hz
(II) TRIDENT(0): 832x624@75Hz
(II) TRIDENT(0): 1024x768@60Hz
(II) TRIDENT(0): 1024x768@70Hz
(II) TRIDENT(0): 1024x768@75Hz
(II) TRIDENT(0): 1280x1024@75Hz
(II) TRIDENT(0): 1152x870@75Hz
(II) TRIDENT(0): Manufacturer's mask: 0
(II) TRIDENT(0): Supported Future Video Modes:
(II) TRIDENT(0): #0: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) TRIDENT(0): #1: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
(II) TRIDENT(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) TRIDENT(0): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) TRIDENT(0): #4: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) TRIDENT(0): #5: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) TRIDENT(0): Supported additional Video Mode:
(II) TRIDENT(0): clock: 202.5 MHz Image Size: 360 x 270 mm
(II) TRIDENT(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160
h_border: 0
(II) TRIDENT(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250
v_border: 0
(II) TRIDENT(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 94 kHz, PixClock
max 2550 MHz
(II) TRIDENT(0): Monitor name: CM751
(II) TRIDENT(0): Serial No:
(--) TRIDENT(0): Revision is 99
(==) TRIDENT(0): Using SW cursor
(--) TRIDENT(0): Found CyberBladeXPm/8 chip
(--) TRIDENT(0): RAM type is SGRAM
(**) TRIDENT(0): VideoRAM: 16384 kByte
(--) TRIDENT(0): TFT Panel 1024x768 found
(--) 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): monitor1: Using hsync range of 30.00-94.00 kHz
(II) TRIDENT(0): monitor1: Using vrefresh range of 50.00-160.00 Hz
(II) TRIDENT(0): Clock range: 12.00 to 230.00 MHz
(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)
(II) TRIDENT(0): Not using mode "1024xx768" (no mode of this name)
(--) TRIDENT(0): Virtual size is 1280x1024 (pitch 1280)
(**) TRIDENT(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) TRIDENT(0): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028
1072 +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: (360, 270) mm
(--) TRIDENT(0): DPI set to (90, 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.1.99.1, 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.99.1, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules/libshadow.a
(II) Module shadow: vendor="The XFree86 Project"
compiled for 4.1.99.1, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(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 0xf7df6f80 - 0xf7df6fff (0x80) MX[B]
[10] -1 0xf7df7000 - 0xf7df7fff (0x1000) MX[B]
[11] -1 0xf7df8000 - 0xf7dfffff (0x8000) MX[B]
[12] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
[13] -1 0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
[14] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
[15] -1 0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
[16] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
[17] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[18] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[19] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[20] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0x0000de00 - 0x0000de7f (0x80) IX[B]
[23] -1 0x0000dec0 - 0x0000deff (0x40) IX[B]
[24] -1 0x0000df3c - 0x0000df3f (0x4) IX[B]
[25] -1 0x0000df40 - 0x0000df7f (0x40) IX[B]
[26] -1 0x0000cd80 - 0x0000cdff (0x80) IX[B]
[27] -1 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[28] -1 0x0000cf60 - 0x0000cf7f (0x20) IX[B]
[29] -1 0x0000cf80 - 0x0000cf9f (0x20) IX[B]
[30] -1 0x0000cff0 - 0x0000cfff (0x10) IX[B]
[31] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[32] 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): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) TRIDENT(0): Overriding Horizontal timings.
(II) TRIDENT(0): Shadow off
(II) TRIDENT(0): Forcing Shadow off
(II) TRIDENT(0): H-timing shadow registers: 0xa3 0x00 0x84 0x94
(II) TRIDENT(0): H-timing registers: 0xd3 0x9f 0x9f 0x96 0xa8 0x1c
(II) TRIDENT(0): V-timing shadow registers: 0x24 0xff 0x03 0x09 0x24 (0xe8)
(II) TRIDENT(0): V-timing registers: 0x2e 0x5a 0x01 0x24 0xff 0x00 0x2e
(II) TRIDENT(0): Setting BIOS Mode: 7b
(II) TRIDENT(0): Found Clock 157.50 n=25 m=1 k=0
(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) 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/mouse"
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
GetModeLine - scrn: 0 clock: 157500
GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
(II) PM Event received: Power Status Change
SetKbdSettings - type: 0 rate: 255 delay: 700 snumlk: 0
SetKbdSettings - Succeeded
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change