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

Bug#166234: xserver-xfree86: [i810] Xv doesn't work with i810 in X 4.2.1



Package: xserver-xfree86
Version: 4.2.1-3
Severity: normal
Tags: sid

Xv doesn't work with i810 in X 4.2.1 (it worked with X 4.1.x).
When trying to play movies with xine or mplayer using Xv as output the movie
window only contains the keycolor that Xv should overlay.

xvinfo output:

X-Video Extension version 2.2
screen #0
  Adaptor #0: "I810 Video Overlay"
    number of ports: 1
    port base: 55
    operations supported: PutImage =

    supported visuals:
      depth 16, visualID 0x23
      depth 16, visualID 0x24
    number of attributes: 3
      "XV_COLORKEY" (range 0 to 16777215)
              client settable attribute
              client gettable attribute (current value is 2110)
      "XV_BRIGHTNESS" (range -128 to 127)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_CONTRAST" (range 0 to 255)
              client settable attribute
              client gettable attribute (current value is 64)
    maximum XvImage size: 1440 x 1080
    Number of image formats: 4
      id: 0x32595559 (YUY2)
        guid: 59555932-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x32315659 (YV12)
        guid: 59563132-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
      id: 0x30323449 (I420)
        guid: 49343230-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
      id: 0x59565955 (UYVY)
        guid: 55595659-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)


-- Package-specific info:
00:01.0 VGA compatible controller: Intel Corp. 82810 DC-100 CGC [Chipset Gr=
aphics Controller] (rev 02)
00:01.0 Class 0300: 8086:7123 (rev 02)


Section "Files"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath     "/usr/local/share/fonts/ttfonts"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 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.)
#
# If you want your changes to this file preserved by dexconf, only make cha=
nges
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

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"	"pc105"
	Option		"XkbLayout"	"se"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"i810"
	Driver		"i810"
EndSection

Section "Monitor"
	Identifier	"Philips 17B"
	HorizSync	30-66
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"i810"
	Monitor		"Philips 17B"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION


XFree86 Version 4.2.1 (Debian 4.2.1-3 20021016191246 branden@deadbeast.net)=
 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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, (=3D=3D) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Thu Oct 24 03:16:06 2002
(=3D=3D) Using config file: "/etc/X11/XF86Config-4"
(=3D=3D) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Philips 17B"
(**) |   |-->Device "i810"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "se"
(**) XKB: layout: "se"
(=3D=3D) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-c=
onf.d/dirs/CID".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(**) FontPath set to "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr=
/local/share/fonts/ttfonts,/usr/share/fonts/truetype/openoffice,/usr/X11R6/=
lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X=
11R6/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speed=
o,/usr/lib/X11/fonts/75dpi"
(=3D=3D) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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 =3D 0x03, oldVal1 =3D 0x00000000, mode1Res1 =3D 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7122 card 1297,0810 rev 02 class 06,00,00 hdr =
00
(II) PCI: 00:01:0: chip 8086,7123 card 0000,0000 rev 02 class 03,00,00 hdr =
00
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 01 class 06,04,00 hdr =
01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 01 class 06,01,00 hdr =
80
(II) PCI: 00:1f:1: chip 8086,2411 card 0000,0000 rev 01 class 01,01,80 hdr =
00
(II) PCI: 00:1f:2: chip 8086,2412 card 0000,0000 rev 01 class 0c,03,00 hdr =
00
(II) PCI: 00:1f:5: chip 8086,2415 card 8086,2415 rev 01 class 04,01,00 hdr =
00
(II) PCI: 01:0a:0: chip 1022,2000 card 103c,1064 rev 25 class 02,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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(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	0xe2000000 - 0xe3ffffff (0x2000000) MX[B]
(II) Bus 1 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:*(0:1:0) Intel i810-dc100 rev 2, Mem @ 0xe0000000/25, 0xe4000000/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) Active PCI resource ranges:
	[0] -1 0	0xe3000000 - 0xe300001f (0x20) MX[B]
	[1] -1 0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[2] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[3] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[4] -1 0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[5] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[6] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[7] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xe3000000 - 0xe300001f (0x20) MX[B]
	[1] -1 0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[2] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[3] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[4] -1 0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[5] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[6] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[7] -1 0	0x0000f000 - 0x0000f00f (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 - 0xe300001f (0x20) MX[B]
	[6] -1 0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[7] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[8] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[10] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[11] -1 0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[12] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[13] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[14] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.1.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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
	i830M
(II) Primary Device is: PCI 00:01:0
(--) Assigning device section with no busID to primary device
(--) Chipset i810-dc100 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 - 0xe300001f (0x20) MX[B]
	[6] -1 0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[7] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
	[8] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[10] -1 0	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[11] -1 0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[12] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[13] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[14] -1 0	0x0000f000 - 0x0000f00f (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 - 0xe300001f (0x20) MX[B]
	[6] -1 0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[7] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) 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	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[14] -1 0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[15] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[16] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[17] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[18] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[19] 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=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(=3D=3D) I810(0): RGB weight 565
(=3D=3D) I810(0): Default visual is TrueColor
(**) I810(0): Option "XvMCSurfaces" "6"
(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) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 2.0
(II) I810(0): VESA VBE Total Mem: 1024 kB
(II) I810(0): VESA VBE OEM: Intel810(TM) Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.17
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: i810 Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 2
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
(II) I810(0): VESA VBE DDC read successfully
(II) I810(0): Manufacturer: PHL  Model: 2800  Serial#: 12616
(II) I810(0): Year: 1995  Week: 48
(II) I810(0): EDID Version: 1.0
(II) I810(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
(II) I810(0): Sync:  Separate  Composite  SyncOnGreen
(II) I810(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) I810(0): Gamma: 2.70
(II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) I810(0): redX: 0.625 redY: 0.340   greenX: 0.310 greenY: 0.592
(II) I810(0): blueX: 0.150 blueY: 0.063   whiteX: 0.281 whiteY: 0.311
(II) I810(0): Supported VESA Video Modes:
(II) I810(0): 640x480@60Hz
(II) I810(0): 640x480@67Hz
(II) I810(0): 640x480@75Hz
(II) I810(0): 800x600@56Hz
(II) I810(0): 800x600@60Hz
(II) I810(0): 800x600@75Hz
(II) I810(0): 832x624@75Hz
(II) I810(0): 1024x768@87Hz (interlaced)
(II) I810(0): 1024x768@60Hz
(II) I810(0): 1024x768@70Hz
(II) I810(0): 1024x768@75Hz
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 640  vsize 480  refresh: 70  vid: 18993
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 107.8 MHz   Image Size:  288 x 230 mm
(II) I810(0): h_active: 1280  h_sync: 1360  h_sync_end 1468 h_blank_end 168=
4 h_border: 0
(II) I810(0): v_active: 1024  v_sync: 1025  v_sync_end 1030 v_blanking: 106=
7 v_border: 0
(--) I810(0): Chipset: "i810-dc100"
(--) I810(0): Linear framebuffer at 0xE0000000
(--) I810(0): IO registers at addr 0xE4000000
(II) I810(0): I810CheckAvailableMemory: 151548k available
(**) I810(0): Will alloc AGP framebuffer: 8192 kByte
(=3D=3D) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): Philips 17B: Using hsync range of 30.00-66.00 kHz
(II) I810(0): Philips 17B: Using vrefresh range of 50.00-160.00 Hz
(II) I810(0): Clock range:  12.00 to 163.00 MHz
(II) I810(0): Not using default mode "320x175" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "320x200" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "360x200" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1024x768" (unknown reason)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1024x768" (hsync out of range)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1152x864" (hsync out of range)
(II) I810(0): Not using default mode "576x432" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1280x960" (hsync out of range)
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1600x1200" (hsync out of range)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/=
doublescan)
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "416x312" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/do=
ublescan)
(II) I810(0): Not using default mode "800x512" (bad mode clock/interlace/do=
ublescan)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) I810(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772=
 800 +hsync +vsync
(**) I810(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) I810(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631=
 +hsync +vsync
(**) I810(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) I810(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 =
-hsync -vsync
(++) I810(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) I810(0): 6 XvMC Surfaces Requested.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xe4000000 - 0xe407ffff (0x80000) MS[B]
	[1] 0 0	0xe0000000 - 0xe1ffffff (0x2000000) 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 - 0xe300001f (0x20) MX[B]
	[8] -1 0	0xe4000000 - 0xe407ffff (0x80000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe1ffffff (0x2000000) 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	0x0000d000 - 0x0000d01f (0x20) IX[B]
	[16] -1 0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[17] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[18] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[19] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[20] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[21] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) I810(0): [drm] created "i810" driver at busid "PCI:0:1:0"
(II) I810(0): [drm] added 8192 byte SAREA at 0xcc8fd000
(II) I810(0): [drm] mapped SAREA 0xcc8fd000 to 0x40012000
(II) I810(0): [drm] framebuffer handle =3D 0xe0000000
(II) I810(0): [drm] added 1 reserved context for kernel
(EE) I810(0): [dri] I810DRIScreenInit failed because of a version mismatch.
[dri] i810.o kernel module version is 1.1.0 but version 1.2 or greater is n=
eeded.
[dri] Disabling DRI.
(EE) I810(0): [drm] failed to remove DRM signal handler
(II) I810(0): [drm] removed 1 reserved context for kernel
DRIUnlock called when not locked
(II) I810(0): [drm] unmapping 8192 bytes of SAREA 0xcc8fd000 at 0x40012000
(=3D=3D) I810(0): Write-combining range (0xe0000000,0x1000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x00=
00
(II) I810(0): Setting dot clock to 78.9 MHz [ 0x15 0x5 0x20 ] [ 23 7 2 ]
(II) I810(0): chose watermark 0x2210e000: (tab.freq 78.8)
(II) I810(0): Adding 768 scanlines for pixmap caching
(II) I810(0): Allocated Scratch Memory
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		24 128x128 slots
		6 256x256 slots
(=3D=3D) I810(0): Backing store disabled
(=3D=3D) I810(0): Silken mouse enabled
(**) Option "dpms"
(**) I810(0): DPMS enabled
(=3D=3D) I810(0): Direct rendering disabled
(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) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
	No such file or directory.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(II) UnloadModule: "mouse"
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5

-rw-r--r--    1 root     root        27751 2002-10-24 03:16 /var/log/XFree8=
6.0.log
-rw-r--r--    1 root     root        23096 2001-10-18 15:13 /var/log/XFree8=
6.8.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux spikboll 2.4.19 #1 tis okt 8 14:24:01 CEST 2002 i686
Locale: LANG=3Dsv_SE, LC_CTYPE=3Dsv_SE (ignored: LC_ALL set)

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.12     Debian configuration managemen=
t sy
ii  libc6                         2.3.1-3    GNU C Library: Shared librarie=
s an
ii  xserver-common                4.2.1-3    files and utilities common to =
all =

ii  zlib1g                        1:1.1.4-6  compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: i810
* xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Advanced
  xserver-xfree86/config/doublequote_in_string_error: =

  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: false
* xserver-xfree86/config/device/bus_id: =

* xserver-xfree86/config/inputdevice/keyboard/layout: se
* xserver-xfree86/config/monitor/horiz-sync: 30-66
* xserver-xfree86/config/monitor/identifier: Philips 17B
  shared/no_known_x-server: =

* xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram: 8192
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: =

* xserver-xfree86/clobber_XF86Config-4: false
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
* xserver-xfree86/aware_XF86Config-4: =

  xserver-xfree86/multiple_possible_x-drivers: =

* xserver-xfree86/config/inputdevice/keyboard/model: pc105
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: i810
* xserver-xfree86/config/monitor/vert-refresh: 50-160
* xserver-xfree86/config/display/default_depth: 16
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1024x768, 800x600, 640x480
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/inputdevice/mouse/retry_detection: =

  xserver-xfree86/config/device/bus_id_error: =

* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, fr=
eetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/inputdevice/keyboard/options: =

  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/nonnumeric_string_error: =

* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers: =

  xserver-xfree86/config/null_string_error: =

* xserver-xfree86/manage_config_with_debconf: true
  xserver-xfree86/config/monitor/range_input_error: =

  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: =

* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: false
  xserver-xfree86/autodetect_monitor: true





Reply to: