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

Bug#282080: xserver-xfree86: [i740] X cursor not updated correctly



retitle 282080 xserver-xfree86: [i740] corrupt area behind cursor when acceleration enabled at depths other than 24 on i740 rev 33
tag 282080 + upstream moreinfo
thanks

I am sorry it has taken a while to get to your report; please see below for
some inlined remarks and questions.

On Fri, Nov 19, 2004 at 03:18:31PM -0000, Rudolf Dovicin wrote:
>    Package: xserver-xfree86
>    Version: 4.3.0.dfsg.1-8
> 
>    libc6: 2.3.4.2-2
>    libgcc1: 1:3.4.2-2
> 
>    Debian/Gnu Linux 3.1
>    Linux 2.6.9 #1 i586 GNU/Linux
> 
>    The background of the pointer on my X, using the i740 server,
>    sometimes is not updated - size of this background is 40x40 (but 2
>    times at start of X - in window of login promt of xdm, I think it was
>    only 32x32).
>    Example: when I minimise window by clicking on button in corner of
>    this window, windows will be minimised and all is correct - no
>    rectangle 40x40 I can see, but when I move the mouse(cursor), this
>    wrong area appears in place where I has minimized window(clicked
>    button).
> 
>    This error I see with depths 8, 15, 16, but NOT with depth 24.
>    I use 800x600 resolution.
> 
>    Option "SWcursor" does NOT solve this problem.

Have you tried 'Option "HWcursor"'?  (Note: I'm not sure the i740 driver
even supports this option.)

>    Option "NoAccel" SOLVES this problem.
>    Option "XaaNoCPUToScreenColorExpandFill" does NOT solve this problem.
>    Option "XaaNoScreenToScreenColorExpandFill" does NOT solve this problem.
>    Option "XaaNoScanlineCPUToScreenColorExpandFill" does NOT solve this
>    problem.

Hmm.  Can you please try 'Option "XaaNoPixmapCache"' and 'Option
"XaaNoOffscreenPixmaps"' in separate invocations of the X server?

Thank you for doing all this research!

>    [I think it may relate with messages
>    (II) Open APM successful
>    (II) Generic Mouse: ps2EnableDataReporting: succeeded
>    in my /var/log/XFree86.0.log]

I suspect the mouse device is not at fault here.

>    I have attached XFree86.0.log & XF86Config-4 (in XFree86.tar.bz2)

Thanks -- but in the future, please don't archive those files.  It is more
convenient for us if the files appear plain and inlined in the bug report.

To that end I am attaching them to my response.

Thanks again for your detailed report!

-- 
G. Branden Robinson                |       If we believe absurdities, we
Debian GNU/Linux                   |       shall commit atrocities.
branden@debian.org                 |       -- Voltaire
http://people.debian.org/~branden/ |
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"Auto"
#	Option		"Device"		"/dev/ttyS1"
#	Option		"Protocol"		"Auto"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
	Option		"BaudRate"		"19200"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"i740"
#	Option		"SWcursor"
#	Option		"NoAccel"
#	Option		"XaaNoCPUToScreenColorExpandFill"
#	Option		"XaaNoScreenToScreenColorExpandFill"
#	Option		"XaaNoScanlineCPUToScreenColorExpandFill"
EndSection

Section "Monitor"
	Identifier	"NECmultisyncXL"
	HorizSync	21.8-50
	VertRefresh	56-80
	Option		"DPMS"
	DisplaySize	384 288
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"NECmultisyncXL"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"800x600" "700x525" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"800x600" "700x525" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"800x600" "700x525" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"800x600" "700x525" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600" "700x525" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"800x600" "700x525" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
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.3.0.1 (Debian 4.3.0.dfsg.1-8 20040928112350 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF] 
Build Date: 28 September 2004
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.9 (ruwolf@ruwolf) (gcc version 3.3.4 (Debian 1:3.3.4-13)) #1 Mon Nov 1 20:43:09 CET 2004 
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 Nov 19 00:59:45 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "NECmultisyncXL"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Generic Mouse"
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/CID,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80000060, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0598 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0586 card 1106,0000 rev 41 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1106,3040 card 0000,0000 rev 10 class 06,80,00 hdr 00
(II) PCI: 01:00:0: chip 8086,7800 card 8086,ffff rev 21 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Intel Corp. i740 rev 33, Mem @ 0xe2000000/24, 0xe1000000/19
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe3000000 from 0xe33fffff to 0xe2ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe3000000 - 0xe2ffffff (0x0) MX[B]O
	[1] -1	0	0xe1000000 - 0xe107ffff (0x80000) MX[B](B)
	[2] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
	[3] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe3000000 - 0xe2ffffff (0x0) MX[B]O
	[1] -1	0	0xe1000000 - 0xe107ffff (0x80000) MX[B](B)
	[2] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
	[3] -1	0	0x0000e000 - 0x0000e00f (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	0xe3000000 - 0xe2ffffff (0x0) MX[B]O
	[6] -1	0	0xe1000000 - 0xe107ffff (0x80000) MX[B](B)
	[7] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[10] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "i740"
(II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.o
(II) Module i740: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) I740: Driver for Intel i740 chipset: i740 (agp), i740 (pci)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset i740 (agp) 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	0xe3000000 - 0xe2ffffff (0x0) MX[B]O
	[6] -1	0	0xe1000000 - 0xe107ffff (0x80000) MX[B](B)
	[7] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
	[8] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[10] -1	0	0x0000e000 - 0x0000e00f (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	0xe3000000 - 0xe2ffffff (0x0) MX[B]O
	[6] -1	0	0xe1000000 - 0xe107ffff (0x80000) MX[B](B)
	[7] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
	[8] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[9] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[10] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[14] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[15] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(==) I740(0): RGB weight 565
(==) I740(0): Default visual is TrueColor
(--) I740(0): Chipset: "i740 (agp)"
(--) I740(0): Linear framebuffer at 0xE2000000
(--) I740(0): IO registers at addr 0xE1000000
(--) I740(0): Steve was here! VideoRAM: 8192 kByte SDRAM
(==) I740(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I740(0): NECmultisyncXL: Using hsync range of 21.80-50.00 kHz
(II) I740(0): NECmultisyncXL: Using vrefresh range of 56.00-80.00 Hz
(II) I740(0): Clock range:  12.00 to 163.00 MHz
(II) I740(0): Not using default mode "640x350" (vrefresh out of range)
(II) I740(0): Not using default mode "320x175" (vrefresh out of range)
(II) I740(0): Not using default mode "640x400" (vrefresh out of range)
(II) I740(0): Not using default mode "320x200" (vrefresh out of range)
(II) I740(0): Not using default mode "720x400" (vrefresh out of range)
(II) I740(0): Not using default mode "360x200" (vrefresh out of range)
(II) I740(0): Not using default mode "640x480" (vrefresh out of range)
(II) I740(0): Not using default mode "320x240" (vrefresh out of range)
(II) I740(0): Not using default mode "800x600" (hsync out of range)
(II) I740(0): Not using default mode "400x300" (hsync out of range)
(II) I740(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "1024x768" (hsync out of range)
(II) I740(0): Not using default mode "512x384" (hsync out of range)
(II) I740(0): Not using default mode "1024x768" (hsync out of range)
(II) I740(0): Not using default mode "512x384" (hsync out of range)
(II) I740(0): Not using default mode "1024x768" (hsync out of range)
(II) I740(0): Not using default mode "512x384" (hsync out of range)
(II) I740(0): Not using default mode "1152x864" (hsync out of range)
(II) I740(0): Not using default mode "576x432" (hsync out of range)
(II) I740(0): Not using default mode "1280x960" (hsync out of range)
(II) I740(0): Not using default mode "640x480" (hsync out of range)
(II) I740(0): Not using default mode "1280x960" (hsync out of range)
(II) I740(0): Not using default mode "640x480" (hsync out of range)
(II) I740(0): Not using default mode "1280x1024" (hsync out of range)
(II) I740(0): Not using default mode "640x512" (hsync out of range)
(II) I740(0): Not using default mode "1280x1024" (hsync out of range)
(II) I740(0): Not using default mode "640x512" (hsync out of range)
(II) I740(0): Not using default mode "1280x1024" (hsync out of range)
(II) I740(0): Not using default mode "640x512" (hsync out of range)
(II) I740(0): Not using default mode "1600x1200" (hsync out of range)
(II) I740(0): Not using default mode "800x600" (hsync out of range)
(II) I740(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "800x600" (hsync out of range)
(II) I740(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "800x600" (hsync out of range)
(II) I740(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "800x600" (hsync out of range)
(II) I740(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "800x600" (hsync out of range)
(II) I740(0): Not using default mode "1792x1344" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "896x672" (hsync out of range)
(II) I740(0): Not using default mode "1792x1344" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "896x672" (hsync out of range)
(II) I740(0): Not using default mode "1856x1392" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "928x696" (hsync out of range)
(II) I740(0): Not using default mode "1856x1392" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "928x696" (hsync out of range)
(II) I740(0): Not using default mode "1920x1440" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "960x720" (hsync out of range)
(II) I740(0): Not using default mode "1920x1440" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "960x720" (hsync out of range)
(II) I740(0): Not using default mode "1152x768" (vrefresh out of range)
(II) I740(0): Not using default mode "576x384" (vrefresh out of range)
(II) I740(0): Not using default mode "1400x1050" (hsync out of range)
(II) I740(0): Not using default mode "700x525" (hsync out of range)
(II) I740(0): Not using default mode "1400x1050" (hsync out of range)
(II) I740(0): Not using default mode "700x525" (hsync out of range)
(II) I740(0): Not using default mode "1600x1024" (hsync out of range)
(II) I740(0): Not using default mode "800x512" (hsync out of range)
(II) I740(0): Not using default mode "1920x1440" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "2048x1536" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "1024x768" (hsync out of range)
(II) I740(0): Not using default mode "2048x1536" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using default mode "2048x1536" (width requires unsupported line pitch)
(II) I740(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) I740(0): Not using mode "700x525" (no mode of this name)
(II) I740(0): Not using default mode "1024x768" (width too large for virtual size)
(II) I740(0): Not using default mode "832x624" (width too large for virtual size)
(--) I740(0): Virtual size is 800x600 (pitch 800)
(**) I740(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) I740(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) I740(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) I740(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) I740(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) I740(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) I740(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) I740(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) I740(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) I740(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) I740(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) I740(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) I740(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) I740(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) I740(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) I740(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) I740(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) I740(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) I740(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) I740(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) I740(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) I740(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) I740(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) I740(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) I740(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) I740(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) I740(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) I740(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) I740(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) I740(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) I740(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) I740(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) I740(0): Display dimensions: (384, 288) mm
(**) I740(0): DPI set to (52, 52)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(**) I740(0): video overlay key set to 0x83e
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe1000000 - 0xe107ffff (0x80000) MS[B]
	[1] 0	0	0xe2000000 - 0xe2ffffff (0x1000000) MS[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xe3000000 - 0xe2ffffff (0x0) MX[B]O
	[8] -1	0	0xe1000000 - 0xe107ffff (0x80000) MX[B](B)
	[9] -1	0	0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
	[10] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[11] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[12] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[16] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[17] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) I740(0): Write-combining range (0xe2000000,0x800000)
(II) I740(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) I740(0): Backing store disabled
(==) I740(0): Silken mouse enabled
(**) Option "dpms"
(**) I740(0): DPMS enabled
(II) I740(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
		22 256x256 slots
		6 512x512 slots
		32 8x8 color expansion slots
(**) I740(0): I740InitVideo entered
(**) I740(0): I740ResetVideo entered
(**) I740(0): I740InitOffscreenImages entered
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "Auto"
(**) Generic Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Generic Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(**) Option "BaudRate" "19200"
(**) Generic Mouse: BaudRate: 19200
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(--) Generic Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Generic Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
(II) Open APM successful
(==) I740(0): Write-combining range (0xe2000000,0x800000)
(II) I740(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) I740(0): DPMS enabled
(**) I740(0): I740InitVideo entered
(**) I740(0): I740ResetVideo entered
(**) I740(0): I740InitOffscreenImages entered
(==) RandR enabled
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(==) I740(0): Write-combining range (0xe2000000,0x800000)
(II) I740(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) I740(0): DPMS enabled
(**) I740(0): I740InitVideo entered
(**) I740(0): I740ResetVideo entered
(**) I740(0): I740InitOffscreenImages entered
(==) RandR enabled
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Open APM successful
(II) Generic Mouse: ps2EnableDataReporting: succeeded

Attachment: signature.asc
Description: Digital signature


Reply to: