[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#177195: marked as done (xserver-xfree86: Old version of trident driver)



Your message dated Tue, 21 Jan 2003 13:08:04 -0500
with message-id <20030121180804.GF12585@deadbeast.net>
and subject line Bug#177195: xserver-xfree86: Old version of trident driver
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Jan 2003 21:38:27 +0000
>From zufus@zufus.org Fri Jan 17 15:38:23 2003
Return-path: <zufus@zufus.org>
Received: from smtp1.libero.it [193.70.192.51] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18ZeBy-0005f1-00; Fri, 17 Jan 2003 15:38:22 -0600
Received: from zufus.org (62.98.190.195) by smtp1.libero.it (6.7.015)
        id 3E0C71710082398A; Fri, 17 Jan 2003 22:38:20 +0100
Received: by zufus.org (Postfix, from userid 1000)
	id AF140C0; Fri, 17 Jan 2003 22:35:55 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Marco Presi (Zufus)" <zufus@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xserver-xfree86: Old version of trident driver
X-Mailer: reportbug 2.10
Date: Fri, 17 Jan 2003 22:35:55 +0100
Message-Id: <[🔎] 20030117213555.AF140C0@zufus.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-0.7 required=5.0
	tests=BALANCE_FOR_LONG_20K,MAILTO_TO_SPAM_ADDR,SPAM_PHRASE_00_01,
	      SUPERLONG_LINE
	version=2.41
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.2.1-4
Severity: wishlist


At url: http://www.xfree86.org/~alanh/

You can find a newer version (1.0.31) of "trident" driver by Alanh
Hourihane, with some fix for CyberBlade XPA1 chipset. For the moment 
I use to copy that driver over the version that came with your deb 
package. The driver works really fine.

I think it could be nice if you could contact Alanh to get driver source
and include it in next releases.

Ciao Ciao 

Marco



-- Package-specific info:
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82)
01:00.0 Class 0300: 1023:8820 (rev 82)

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"
	FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
#	FontPath     "unix/:7100"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/local/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
	FontPath     "/var/lib/defoma/x-xttcidfont-conf.d/dirs/CID/"
	FontPath     "/var/lib/defoma/x-xttcidfont-conf.d/dirs/TrueType/"
EndSection

Section "Module"
#	Load  "GLcore"
#	Load  "xtt"
	Load  "extmod"
	Load  "dbe"
	Load  "ddc"
#	Load  "dri"
#	Load  "glx"
	Load  "record"
#	Load  "pex5"
	Load  "xtrap"
#	Load  "xie"
	Load  "speedo"
	Load  "type1"
	Load  "freetype"
	Load  "vbe"
	Load  "int10"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbLayout" "it"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "CorePointer"
	Option	    "Emulate3Buttons"  "True"
	Option	    "Device" "/dev/psaux"
#	Option	    "Resolution" "50"

EndSection


Section "Monitor"
	#DisplaySize	  290   220	# mm
	Identifier   "Monitor0"
	HorizSync	28-49
	VertRefresh	43-72
	Option	    "DPMS"
	Mode "1024x768-60"
	    # D: 74.996 MHz, H: 56.473 kHz, V: 70.066 Hz
            DotClock 74.997
	    HTimings 1024 1056 1192 1328
	    VTimings 768 771 777 806
	    Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't support accel
	    HSkew 1
	EndMode
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     "SWcursor"    "True"       	# [<bool>]
        #Option     "PciRetry"    "True"       	# [<bool>]
        #Option     "NoAccel"  "True"          	# [<bool>]
        #Option     "SetMClk"            	# <freq>
        #Option     "MUXThreshold"       	# <i>
	#Turn off ShadowFB to run quake2 !!
        #Option     "ShadowFB"  "True"         	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "NoMMIO"             	# [<bool>]
        #Option     "NoPciBurst"  "True"        	# [<bool>]
        #Option     "MMIOonly"           	# [<bool>]
        #Option     "CyberShadow"  "True"      	# [<bool>]
	#Option     "CyberStretch" "True"      	# [<bool>]
        #Option     "XvHsync"            	# <i>
        #Option     "XvVsync"            	# <i>
        #Option     "XvBskew"            	# <i>
        #Option     "XvRskew"            	# <i>
	#Option      "Display1400"
	Identifier  "Card0"
	Driver      "trident"
	VendorName  "Trident"
	Videoram 	16384
	BoardName   "CyberBlade/XP/DSTN/Ai1"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth  16
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes	  "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes	  "1024x768-60"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes	  "1280x1024" "1024x768"
	EndSubSection
EndSection



This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  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.2.1.1 (Debian 4.2.1-4 20021123003806 branden@debian.org) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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 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: Fri Jan 17 22:10:06 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "it"
(**) XKB: layout: "it"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/var/lib/defoma/x-xttcidfont-conf.d/dirs/CID/" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-xttcidfont-conf.d/dirs/TrueType/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/TrueType,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 4

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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.1.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.2.1.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 = 0x800050e0, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10b9,1644 card 0000,0000 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5247 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 1179,0004 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:04:0: chip 10b9,5229 card 1179,0004 rev c3 class 01,01,f0 hdr 00
(II) PCI: 00:06:0: chip 10b9,5451 card 1179,0001 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 1179,0004 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,7101 card 1179,0001 rev 00 class 06,80,00 hdr 00
(II) PCI: 00:0a:0: chip 8086,1229 card 1179,0001 rev 0d class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1179,0617 card 0000,0000 rev 32 class 06,07,00 hdr 82
(II) PCI: 00:11:1: chip 1179,0617 card 0000,0000 rev 32 class 06,07,00 hdr 82
(II) PCI: 01:00:0: chip 1023,8820 card 1179,0001 rev 82 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.1.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) 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 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) 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 0	0xf7f00000 - 0xfdffffff (0x6100000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7: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 CyberBlade/XP/DSTN/Ai1 rev 130, Mem @ 0xfc000000/25, 0xfbc00000/22, 0xf8000000/25, 0xf7ff8000/15
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[1] -1 0	0xf7efd000 - 0xf7efdfff (0x1000) MX[B]
	[2] -1 0	0xf7efe000 - 0xf7efefff (0x1000) MX[B]
	[3] -1 0	0xf7eff000 - 0xf7efffff (0x1000) MX[B]
	[4] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[5] -1 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
	[6] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[7] -1 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
	[8] -1 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
	[9] -1 0	0x0000eb40 - 0x0000eb7f (0x40) IX[B]
	[10] -1 0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[11] -1 0	0x0000eff0 - 0x0000efff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[1] -1 0	0xf7efd000 - 0xf7efdfff (0x1000) MX[B]
	[2] -1 0	0xf7efe000 - 0xf7efefff (0x1000) MX[B]
	[3] -1 0	0xf7eff000 - 0xf7efffff (0x1000) MX[B]
	[4] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[5] -1 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
	[6] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[7] -1 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
	[8] -1 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
	[9] -1 0	0x0000eb40 - 0x0000eb7f (0x40) IX[B]
	[10] -1 0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[11] -1 0	0x0000eff0 - 0x0000efff (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[6] -1 0	0xf7efd000 - 0xf7efdfff (0x1000) MX[B]
	[7] -1 0	0xf7efe000 - 0xf7efefff (0x1000) MX[B]
	[8] -1 0	0xf7eff000 - 0xf7efffff (0x1000) MX[B]
	[9] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[10] -1 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
	[11] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[12] -1 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
	[13] -1 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000eb40 - 0x0000eb7f (0x40) IX[B]
	[17] -1 0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[18] -1 0	0x0000eff0 - 0x0000efff (0x10) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.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: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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.1.1, 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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.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.2.1.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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "trident"
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.31
	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.1.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, bladeXP, cyberbladeXPAi1
(II) Primary Device is: PCI 01:00:0
(--) Chipset cyberbladeXPAi1 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[6] -1 0	0xf7efd000 - 0xf7efdfff (0x1000) MX[B]
	[7] -1 0	0xf7efe000 - 0xf7efefff (0x1000) MX[B]
	[8] -1 0	0xf7eff000 - 0xf7efffff (0x1000) MX[B]
	[9] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[10] -1 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
	[11] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[12] -1 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
	[13] -1 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000eb40 - 0x0000eb7f (0x40) IX[B]
	[17] -1 0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[18] -1 0	0x0000eff0 - 0x0000efff (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[6] -1 0	0xf7efd000 - 0xf7efdfff (0x1000) MX[B]
	[7] -1 0	0xf7efe000 - 0xf7efefff (0x1000) MX[B]
	[8] -1 0	0xf7eff000 - 0xf7efffff (0x1000) MX[B]
	[9] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[10] -1 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
	[11] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[12] -1 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
	[13] -1 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
	[14] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1 0	0x0000eb40 - 0x0000eb7f (0x40) IX[B]
	[20] -1 0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[21] -1 0	0x0000eff0 - 0x0000efff (0x10) IX[B]
	[22] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0 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.2.1.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
PIOBASE = 0x0
(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.1.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): Linear framebuffer at 0xFC000000
(--) TRIDENT(0): IO registers at 0xFBC00000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(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): 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 8820
(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 8820
(II) TRIDENT(0): VESA VBE OEM Product Rev: KTT 7.1 (12.17)  
(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: 5082  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.: 29  vert.: 22
(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: 1600  vsize 1200  refresh: 60  vid: 16553
(II) TRIDENT(0): Supported additional Video Mode:
(II) TRIDENT(0): clock: 65.0 MHz   Image Size:  286 x 215 mm
(II) TRIDENT(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) TRIDENT(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) TRIDENT(0): Monitor name: TOSHIBA Inte
(II) TRIDENT(0): Monitor name: rnal Panel
(II) TRIDENT(0): Monitor name: 
(--) TRIDENT(0): Revision is 130
(--) TRIDENT(0): Found CyberBladeXPAi1 chip
(--) TRIDENT(0): RAM type is SGRAM
(**) TRIDENT(0): Using HW cursor
(**) TRIDENT(0): VideoRAM: 16384 kByte
(--) TRIDENT(0): TFT Panel 1024x768 found
(--) TRIDENT(0): Memory Clock is 60.00 MHz
(==) TRIDENT(0): Min pixel clock is 12 MHz
(**) TRIDENT(0): Max pixel clock is 230 MHz
(II) TRIDENT(0): Monitor0: Using hsync range of 28.00-49.00 kHz
(II) TRIDENT(0): Monitor0: Using vrefresh range of 43.00-72.00 Hz
(II) TRIDENT(0): Clock range:  12.00 to 230.00 MHz
(II) TRIDENT(0): Not using mode "1024x768-60" (hsync out of range)
(II) TRIDENT(0): Not using default mode "640x350" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x400" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "720x400" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "800x600" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1152x864) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1152x864" (unknown reason)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1280x960) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1280x960" (unknown reason)
(II) TRIDENT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1280x960) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1280x960" (unknown reason)
(II) TRIDENT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1280x1024) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1280x1024" (unknown reason)
(II) TRIDENT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1280x1024) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1280x1024" (unknown reason)
(II) TRIDENT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1280x1024) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1280x1024" (unknown reason)
(II) TRIDENT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1600x1200) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1600x1200) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1600x1200) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1600x1200) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1600x1200) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1792x1344) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1792x1344" (unknown reason)
(II) TRIDENT(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1856x1392) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1856x1392" (unknown reason)
(II) TRIDENT(0): Not using default mode "928x696" (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 "928x696" (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 "960x720" (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 "960x720" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "832x624" (hsync out of range)
(II) TRIDENT(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1152x768) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1152x768" (unknown reason)
(II) TRIDENT(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1400x1050) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1400x1050" (unknown reason)
(II) TRIDENT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1400x1050) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1400x1050" (unknown reason)
(II) TRIDENT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Removing mode (1600x1024) larger than the LCD panel (1024x768)
(II) TRIDENT(0): Not using default mode "1600x1024" (unknown reason)
(II) TRIDENT(0): Not using default mode "800x512" (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 "960x720" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TRIDENT(0): Not using mode "1024x768-60" (no mode of this name)
(--) TRIDENT(0): Virtual size is 1024x768 (pitch 1024)
(**) TRIDENT(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) TRIDENT(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) TRIDENT(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) TRIDENT(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) TRIDENT(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) TRIDENT(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) TRIDENT(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) TRIDENT(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) TRIDENT(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) TRIDENT(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(++) TRIDENT(0): DPI set to (75, 75)
(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.1.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.2.1.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.5
(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.1.1, module version = 1.0.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 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B]
	[1] 0 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
	[2] 0 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B]
	[3] 0 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B]
	[4] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[5] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[6] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[7] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[8] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1 0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[10] -1 0	0xf7efd000 - 0xf7efdfff (0x1000) MX[B]
	[11] -1 0	0xf7efe000 - 0xf7efefff (0x1000) MX[B]
	[12] -1 0	0xf7eff000 - 0xf7efffff (0x1000) MX[B]
	[13] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[14] -1 0	0xf7ff8000 - 0xf7ffffff (0x8000) MX[B](B)
	[15] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[16] -1 0	0xfbc00000 - 0xfbffffff (0x400000) MX[B](B)
	[17] -1 0	0xfc000000 - 0xfdffffff (0x2000000) MX[B](B)
	[18] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[19] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[20] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[21] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1 0	0x0000eb40 - 0x0000eb7f (0x40) IX[B]
	[24] -1 0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[25] -1 0	0x0000eff0 - 0x0000efff (0x10) IX[B]
	[26] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[27] 0 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): Overriding Horizontal timings.
(II) TRIDENT(0): Shadow off
(II) TRIDENT(0): H-timing shadow registers: 0xa3           0x00 0x84 0x94
(II) TRIDENT(0): H-timing registers:        0xa3 0x7f 0x7f 0x00 0x84 0x94
(II) TRIDENT(0): V-timing shadow registers: 0x24 0xf5 0x03 0x09           0x24 (0x08)
(II) TRIDENT(0): V-timing registers:        0x24 0xf5 0x03 0x09 0xff 0x00 0x24
(II) TRIDENT(0): Setting BIOS Mode Regs: 3b 63
(II) TRIDENT(0): Found Clock  65.00 n=219 m=23 k=1
(II) TRIDENT(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		10 256x256 slots
(==) TRIDENT(0): Backing store disabled
(==) TRIDENT(0): Silken mouse enabled
(**) Option "dpms"
(**) TRIDENT(0): DPMS enabled
(II) TRIDENT(0): Trident Video Flags: VID_ZOOM_INV  VID_OFF_SHIFT_4
(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"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "True"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)

-rw-r--r--    1 root     root        32010 2003-01-17 22:10 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        14922 2002-09-27 11:12 /var/log/XFree86.10.log
-rw-r--r--    1 root     zufus       78090 2002-06-26 18:55 /var/log/XFree86.11.log
-rw-r--r--    1 root     root        33299 2002-12-31 11:08 /var/log/XFree86.1.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux tok 2.4.19 #2 ven dic 27 15:37:52 CET 2002 i686
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.21     Debian configuration management sy
ii  libc6                         2.3.1-9    GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-4    files and utilities common to all 
ii  zlib1g                        1:1.1.4-9  compression library - runtime

-- debconf information excluded


---------------------------------------
Received: (at 177195-done) by bugs.debian.org; 21 Jan 2003 18:08:10 +0000
>From branden@deadbeast.net Tue Jan 21 12:08:10 2003
Return-path: <branden@deadbeast.net>
Received: from dhcp16621067.indy.rr.com (redwald.deadbeast.net) [24.166.21.67] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18b2ok-0000gN-00; Tue, 21 Jan 2003 12:08:10 -0600
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id 85FF9640FF; Tue, 21 Jan 2003 13:08:04 -0500 (EST)
Date: Tue, 21 Jan 2003 13:08:04 -0500
From: Branden Robinson <branden@debian.org>
To: 177195-done@bugs.debian.org
Subject: Re: Bug#177195: xserver-xfree86: Old version of trident driver
Message-ID: <20030121180804.GF12585@deadbeast.net>
References: <[🔎] 20030117213555.AF140C0@zufus.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="A9z/3b/E4MkkD+7G"
Content-Disposition: inline
In-Reply-To: <[🔎] 20030117213555.AF140C0@zufus.org>
Mail-Copies-To: nobody
X-No-CC: I subscribe to this list; do not CC me on replies.
User-Agent: Mutt/1.5.3i
Delivered-To: 177195-done@bugs.debian.org
X-Spam-Status: No, hits=-16.5 required=5.0
	tests=IN_REP_TO,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES,
	      SPAM_PHRASE_02_03,USER_AGENT,USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 


--A9z/3b/E4MkkD+7G
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jan 17, 2003 at 10:35:55PM +0100, Marco Presi (Zufus) wrote:
> At url: http://www.xfree86.org/~alanh/
>=20
> You can find a newer version (1.0.31) of "trident" driver by Alanh
> Hourihane, with some fix for CyberBlade XPA1 chipset. For the moment=20
> I use to copy that driver over the version that came with your deb=20
> package. The driver works really fine.
>=20
> I think it could be nice if you could contact Alanh to get driver source
> and include it in next releases.

I'm not going to go to that much trouble for a wishlist bug.

In fact, when someone is unwilling to release source code, I'm unwilling
to incorporate it in general, no matter what the issue.  I'd have to go
to the trouble of determining the licensing, and if someone's unwilling
to do a public release, they probably have non-DFSG-free license terms
in mind, which means I can't incorporate the code anyway.

Alan's a good guy, and probably has good reasons for not releasing the
source code to that version of the driver.  He's probably trying to
control for various variables (build environments, etc.).

If Alan's driver module works for you, I urge you to stick with it, at
least until the next XFree86 release is packaged for Debian.

--=20
G. Branden Robinson                |    I am sorry, but what you have
Debian GNU/Linux                   |    mistaken for malicious intent is
branden@debian.org                 |    nothing more than sheer
http://people.debian.org/~branden/ |    incompetence!     -- J. L. Rizzo II

--A9z/3b/E4MkkD+7G
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iEYEARECAAYFAj4tjIQACgkQ6kxmHytGonw0fwCfW8Au2pBeWeRbVdHfT3f9OHvN
uTUAnRkfbv7dIYCJ3CVQ6ptrSuMFDev/
=ulc4
-----END PGP SIGNATURE-----

--A9z/3b/E4MkkD+7G--



Reply to: