Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2005 19:07:35 +0000
From:      Chris Hodgins <chodgins@cis.strath.ac.uk>
To:        freebsd-questions@freebsd.org
Subject:   DRI support for Intel i810
Message-ID:  <41F698F7.6050004@cis.strath.ac.uk>

next in thread | raw e-mail | index | archive | help
Hi,

I am trying to get DRI to work with X.org on my 5.3-RELEASE system.  I 
am loading dri in my xorg.conf file.  From what I can tell I do not have 
a dri directory under /dev...this can be seen from the errors in the 
X.org log file.  How can I get dri to work with my card?  I have pasted 
all the relevant info to the email.

Chris

Relevant entry in pciconf -vl:
==============================

agp0@pci0:2:0:  class=0x030000 card=0x2030161f chip=0x35828086 rev=0x01 
hdr=0x00
     vendor   = 'Intel Corporation'
     device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated 
Graphics Device'
     class    = display
     subclass = VGA


xorg.conf:
==========
Section "ServerLayout"
         Identifier     "X.org Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
         FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
         Load  "extmod"
         Load  "glx"
         Load  "dri"
         Load  "dbe"
         Load  "record"
         Load  "xtrap"
         Load  "speedo"
         Load  "type1"
         Load  "freetype"
EndSection

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

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "auto"
         Option      "Device" "/dev/sysmouse"
         Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
         Identifier   "Monitor0"
         VendorName   "Monitor Vendor"
         ModelName    "Monitor Model"
         ModeLine     "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
         HorizSync    30-64
         VertRefresh  50-90
EndSection

Section "Device"
         Identifier  "Card0"
         Driver      "i810"
         VendorName  "Intel Corp."
         BoardName   "82852/855GM Integrated Graphics Device"
         BusID       "PCI:0:2:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth 24
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
                 Modes "1280x800"
         EndSubSection
EndSection


X.org.0.log:
===========

X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD paranoia 5.3-RELEASE-p5 FreeBSD 
5.3-RELEASE-p5 #5: Tue Jan 25 10:43:40 GMT 2005 
root@paranoia:/usr/obj/usr/src/sys/paranoia i386
Build Date: 17 January 2005
         Before reporting problems, check http://wiki.X.Org
         to make sure that you have the latest version.
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/Xorg.0.log", Time: Tue Jan 25 11:39:42 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/Speedo/".
         Entry deleted from font path.
         (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/CID/".
         Entry deleted from font path.
         (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID/").
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/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"
(II) Module ABI versions:
         X.Org ANSI C Emulation: 0.2
         X.Org Video Driver: 0.7
         X.Org XInput driver : 0.4
         X.Org Server Extension : 0.2
         X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         Module class: X.Org Font Renderer
         ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3580 card 161f,2030 rev 01 class 06,00,00 
hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 161f,2030 rev 01 class 08,80,00 
hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 161f,2030 rev 01 class 08,80,00 
hdr 80
(II) PCI: 00:02:0: chip 8086,3582 card 161f,2030 rev 01 class 03,00,00 
hdr 80
(II) PCI: 00:02:1: chip 8086,3582 card 161f,2030 rev 01 class 03,80,00 
hdr 80
(II) PCI: 00:1d:0: chip 8086,24c2 card 161f,2030 rev 03 class 0c,03,00 
hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 161f,2030 rev 03 class 0c,03,00 
hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 161f,2030 rev 03 class 0c,03,00 
hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 161f,2030 rev 03 class 0c,03,20 
hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 
hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 
hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 161f,2030 rev 03 class 01,01,8a 
hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 161f,2030 rev 03 class 04,01,00 
hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 161f,2030 rev 03 class 07,03,00 
hdr 00
(II) PCI: 01:04:0: chip 104c,8023 card 1179,ff01 rev 00 class 0c,00,10 
hdr 00
(II) PCI: 01:05:0: chip 104c,ac56 card fffc,ffff rev 00 class 06,07,00 
hdr 02
(II) PCI: 01:06:0: chip 10ec,8139 card 161f,202d rev 10 class 02,00,00 
hdr 00
(II) PCI: 01:09:0: chip 14e4,4320 card 144f,7050 rev 03 class 02,80,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,2), 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:30:0), (0,1,1), BCTRL: 0x0006 (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       0xe0000000 - 0xe00fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (1:5:0), (1,2,3), BCTRL: 0x0740 (VGA_EN is cleared)
(--) PCI:*(0:2:0) Intel Corp. 82852/855GM Integrated Graphics Device rev 
1, Mem @ 0xd8000000/27, 0xe0380000/19, I/O @ 0xeff0/3
(--) PCI: (0:2:1) Intel Corp. 82852/855GM Integrated Graphics Device rev 
1, Mem @ 0xd0000000/27, 0xe0300000/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       0xe00fc000 - 0xe00fffff (0x4000) MX[B]E
         [1] -1  0       0xe00ff400 - 0xe00ff7ff (0x400) MX[B]E
         [2] -1  0       0xe00f8000 - 0xe00fffff (0x8000) MX[B]E
         [3] -1  0       0xe00ff800 - 0xe00fffff (0x800) MX[B]E
         [4] -1  0       0xe02ff400 - 0xe02ff7ff (0x400) MX[B]E
         [5] -1  0       0xe02ff800 - 0xe02fffff (0x800) MX[B]E
         [6] -1  0       0xe02ffc00 - 0xe02fffff (0x400) MX[B]E
         [7] -1  0       0xe0300000 - 0xe037ffff (0x80000) MX[B](B)
         [8] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
         [9] -1  0       0xe0380000 - 0xe03fffff (0x80000) MX[B](B)
         [10] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
         [11] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [12] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]E
         [13] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]E
         [14] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [15] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [16] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [17] -1 0       0x0000ef80 - 0x0000efff (0x80) IX[B]E
         [18] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [19] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [20] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](B)
(II) PCI Memory resource overlap reduced 0xe00fc000 from 0xe00fffff to 
0xe00fdfff
(II) PCI Memory resource overlap reduced 0xe00f8000 from 0xe00fffff to 
0xe00fbfff
(II) PCI Memory resource overlap reduced 0xe02ff800 from 0xe02fffff to 
0xe02ffbff
(II) PCI I/O resource overlap reduced 0x0000ef80 from 0x0000efff to 
0x0000efbf
(II) Active PCI resource ranges after removing overlaps:
         [0] -1  0       0xe00fc000 - 0xe00fdfff (0x2000) MX[B]E
         [1] -1  0       0xe00ff400 - 0xe00ff7ff (0x400) MX[B]E
         [2] -1  0       0xe00f8000 - 0xe00fbfff (0x4000) MX[B]E
         [3] -1  0       0xe00ff800 - 0xe00fffff (0x800) MX[B]E
         [4] -1  0       0xe02ff400 - 0xe02ff7ff (0x400) MX[B]E
         [5] -1  0       0xe02ff800 - 0xe02ffbff (0x400) MX[B]E
         [6] -1  0       0xe02ffc00 - 0xe02fffff (0x400) MX[B]E
         [7] -1  0       0xe0300000 - 0xe037ffff (0x80000) MX[B](B)
         [8] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
         [9] -1  0       0xe0380000 - 0xe03fffff (0x80000) MX[B](B)
         [10] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
         [11] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [12] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]E
         [13] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]E
         [14] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [15] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [16] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [17] -1 0       0x0000ef80 - 0x0000efbf (0x40) IX[B]E
         [18] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [19] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [20] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](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       0xe00fc000 - 0xe00fdfff (0x2000) MX[B]E
         [6] -1  0       0xe00ff400 - 0xe00ff7ff (0x400) MX[B]E
         [7] -1  0       0xe00f8000 - 0xe00fbfff (0x4000) MX[B]E
         [8] -1  0       0xe00ff800 - 0xe00fffff (0x800) MX[B]E
         [9] -1  0       0xe02ff400 - 0xe02ff7ff (0x400) MX[B]E
         [10] -1 0       0xe02ff800 - 0xe02ffbff (0x400) MX[B]E
         [11] -1 0       0xe02ffc00 - 0xe02fffff (0x400) MX[B]E
         [12] -1 0       0xe0300000 - 0xe037ffff (0x80000) MX[B](B)
         [13] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
         [14] -1 0       0xe0380000 - 0xe03fffff (0x80000) MX[B](B)
         [15] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
         [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [18] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [19] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]E
         [20] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]E
         [21] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [22] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [23] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [24] -1 0       0x0000ef80 - 0x0000efbf (0x40) IX[B]E
         [25] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [26] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [27] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         Module class: X.Org Server Extension
         ABI class: X.Org 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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         Module class: X.Org Server Extension
         ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.13.0
         Module class: X.Org Server Extension
         ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         Module class: X.Org Server Extension
         ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.2
         Module class: X.Org Font Renderer
         ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
         compiled for 6.8.1, module version = 2.1.0
         Module class: X.Org Font Renderer
         ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.3.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         Module class: X.Org XInput Driver
         ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         Module class: X.Org XInput Driver
         ABI class: X.Org XInput driver, version 0.4
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
         i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G
(II) Primary Device is: PCI 00:02:0
(--) Chipset 852GM/855GM 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       0xe00fc000 - 0xe00fdfff (0x2000) MX[B]E
         [6] -1  0       0xe00ff400 - 0xe00ff7ff (0x400) MX[B]E
         [7] -1  0       0xe00f8000 - 0xe00fbfff (0x4000) MX[B]E
         [8] -1  0       0xe00ff800 - 0xe00fffff (0x800) MX[B]E
         [9] -1  0       0xe02ff400 - 0xe02ff7ff (0x400) MX[B]E
         [10] -1 0       0xe02ff800 - 0xe02ffbff (0x400) MX[B]E
         [11] -1 0       0xe02ffc00 - 0xe02fffff (0x400) MX[B]E
         [12] -1 0       0xe0300000 - 0xe037ffff (0x80000) MX[B](B)
         [13] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
         [14] -1 0       0xe0380000 - 0xe03fffff (0x80000) MX[B](B)
         [15] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
         [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [18] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [19] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]E
         [20] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]E
         [21] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [22] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [23] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [24] -1 0       0x0000ef80 - 0x0000efbf (0x40) IX[B]E
         [25] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [26] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [27] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](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       0xe00fc000 - 0xe00fdfff (0x2000) MX[B]E
         [6] -1  0       0xe00ff400 - 0xe00ff7ff (0x400) MX[B]E
         [7] -1  0       0xe00f8000 - 0xe00fbfff (0x4000) MX[B]E
         [8] -1  0       0xe00ff800 - 0xe00fffff (0x800) MX[B]E
         [9] -1  0       0xe02ff400 - 0xe02ff7ff (0x400) MX[B]E
         [10] -1 0       0xe02ff800 - 0xe02ffbff (0x400) MX[B]E
         [11] -1 0       0xe02ffc00 - 0xe02fffff (0x400) MX[B]E
         [12] -1 0       0xe0300000 - 0xe037ffff (0x80000) MX[B](B)
         [13] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
         [14] -1 0       0xe0380000 - 0xe03fffff (0x80000) MX[B](B)
         [15] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
         [16] 1  0       0x000a0000 - 0x000affff (0x10000) MS[B]
         [17] 1  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
         [18] 1  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
         [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [22] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]E
         [23] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]E
         [24] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [25] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [26] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [27] -1 0       0x0000ef80 - 0x0000efbf (0x40) IX[B]E
         [28] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [29] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [30] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](B)
         [31] 1  0       0x000003b0 - 0x000003bb (0xc) IS[B]
         [32] 1  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.1.0
         ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 0.1.0
         ABI class: X.Org Video Driver, version 0.7
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) I810(0): initializing int10
(==) I810(0): Write-combining range (0xa0000,0x20000) was already clear
(==) I810(0): Write-combining range (0xc0000,0x40000) was already clear
(II) I810(0): Primary V_BIOS segment is: 0xc000
(==) I810(0): Write-combining range (0x0,0x1000) was already clear
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 32576 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics 
Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE 
Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 852GM
(--) I810(0): Chipset: "852GM/855GM"
(--) I810(0): Linear framebuffer at 0xD8000000
(--) I810(0): IO registers at addr 0xE0380000
(==) I810(0): Write-combining range (0xe0380000,0x80000) was already clear
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 32636 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 450560 kB available
(II) I810(0): Checking Lid status enabled
(--) I810(0): Pre-allocated VideoRAM: 32636 kByte
(==) I810(0): VideoRAM: 32768 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 3037
(==) I810(0): Device Presence: disabled.
(WW) I810(0): Primary Pipe is B, switching off second monitor (0x800)
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
               If you encounter this problem please add
                  Option "DisplayInfo" "FALSE"
               to the Device section of your XF86Config file.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, 
present: FALSE, size: (0,0)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, 
present: TRUE, size: (1280,800)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: 
FALSE, size: (0,0)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: 
FALSE, size: (0,0)
(II) I810(0): Size of device LFP (local flat panel) is 1280 x 800
(II) I810(0): No active displays on Pipe A.
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0):   LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1280 x 800
(==) I810(0): Display is using Pipe B
(--) I810(0): Maximum frambuffer space: 32600 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(--) I810(0): A non-CRT device is attached to pipe B.
         No refresh rate overrides will be attempted.
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 32576 kByte
Mode: 30 (640x480)
         ModeAttributes: 0x9b
         WinAAttributes: 0x7
         WinBAttributes: 0x0
         WinGranularity: 64
         WinSize: 64
         WinASegment: 0xa000
         WinBSegment: 0x0
         WinFuncPtr: 0xc0006ff0
         BytesPerScanline: 640
         XResolution: 640
         YResolution: 480
         XCharSize: 8
         YCharSize: 16
         NumberOfPlanes: 1
         BitsPerPixel: 8
         NumberOfBanks: 1
         MemoryModel: 4
         BankSize: 0
         NumberOfImages: 100
...skipping...
         BnkNumberOfImagePages: 30
         LinNumberOfImagePages: 30
         LinRedMaskSize: 0
         LinRedFieldPosition: 0
         LinGreenMaskSize: 0
         LinGreenFieldPosition: 0
         LinBlueMaskSize: 0
         LinBlueFieldPosition: 0
         LinRsvdMaskSize: 0
         LinRsvdFieldPosition: 0
         MaxPixelClock: 230000000
Mode: 7d (1280x800)
         ModeAttributes: 0x9b
         WinAAttributes: 0x7
         WinBAttributes: 0x0
         WinGranularity: 64
         WinSize: 64
         WinASegment: 0xa000
         WinBSegment: 0x0
         WinFuncPtr: 0xc0006ff0
         BytesPerScanline: 2560
         XResolution: 1280
         YResolution: 800
         XCharSize: 8
         YCharSize: 16
         NumberOfPlanes: 1
         BitsPerPixel: 16
         NumberOfBanks: 1
         MemoryModel: 4
         BankSize: 0
         NumberOfImages: 15
         RedMaskSize: 5
         RedFieldPosition: 11
         GreenMaskSize: 6
         GreenFieldPosition: 5
         BlueMaskSize: 5
         BlueFieldPosition: 0
         RsvdMaskSize: 0
         RsvdFieldPosition: 0
         DirectColorModeInfo: 0
         PhysBasePtr: 0xd8000000
         LinBytesPerScanLine: 2560
         BnkNumberOfImagePages: 15
         LinNumberOfImagePages: 15
         LinRedMaskSize: 5
         LinRedFieldPosition: 11
         LinGreenMaskSize: 6
         LinGreenFieldPosition: 5
         LinBlueMaskSize: 5
         LinBlueFieldPosition: 0
         LinRsvdMaskSize: 0
         LinRsvdFieldPosition: 0
         [24] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [25] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [26] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [27] -1 0       0x0000ef80 - 0x0000efbf (0x40) IX[B]E
         [28] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [29] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [30] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](B)
         [31] 1  0       0x000003b0 - 0x000003bb (0xc) IS[B]
         [32] 1  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.1.0
         ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 0.1.0
         ABI class: X.Org Video Driver, version 0.7
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) I810(0): initializing int10
(==) I810(0): Write-combining range (0xa0000,0x20000) was already clear
(==) I810(0): Write-combining range (0xc0000,0x40000) was already clear
(II) I810(0): Primary V_BIOS segment is: 0xc000
(==) I810(0): Write-combining range (0x0,0x1000) was already clear
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 32576 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics 
Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE 
Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 852GM
(--) I810(0): Chipset: "852GM/855GM"
(--) I810(0): Linear framebuffer at 0xD8000000
(--) I810(0): IO registers at addr 0xE0380000
(==) I810(0): Write-combining range (0xe0380000,0x80000) was already clear
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 32636 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 450560 kB available
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics 
Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE 
Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 852GM
(--) I810(0): Chipset: "852GM/855GM"
(--) I810(0): Linear framebuffer at 0xD8000000
(--) I810(0): IO registers at addr 0xE0380000
(==) I810(0): Write-combining range (0xe0380000,0x80000) was already clear
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 32636 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 450560 kB available
(II) I810(0): Checking Lid status enabled
(--) I810(0): Pre-allocated VideoRAM: 32636 kByte
(==) I810(0): VideoRAM: 32768 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 3037
(==) I810(0): Device Presence: disabled.
(WW) I810(0): Primary Pipe is B, switching off second monitor (0x800)
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
               If you encounter this problem please add
                  Option "DisplayInfo" "FALSE"
               to the Device section of your XF86Config file.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, 
present: FALSE, size: (0,0)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, 
present: TRUE, size: (1280,800)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: 
FALSE, size: (0,0)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: 
FALSE, size: (0,0)
(II) I810(0): Size of device LFP (local flat panel) is 1280 x 800
(II) I810(0): No active displays on Pipe A.
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0):   LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1280 x 800
(==) I810(0): Display is using Pipe B
(--) I810(0): Maximum frambuffer space: 32600 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(--) I810(0): A non-CRT device is attached to pipe B.
         No refresh rate overrides will be attempted.
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 32576 kByte


[..snip..]

(II) I810(0): Monitor0: Using hsync range of 30.00-64.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 50.00-90.00 Hz
(II) I810(0): 1396 kBytes additional video memory is required to
         enable tiling mode for DRI.
(--) I810(0): Virtual size is 1280x800 (pitch 1280)
(**) I810(0): *Built-in mode "1280x800"
(**) I810(0):  Built-in mode "1024x768"
(**) I810(0):  Built-in mode "800x600"
(**) I810(0):  Built-in mode "640x480"
(==) I810(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="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org 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="X.Org Foundation"
         compiled for 6.8.1, module version = 1.2.0
         ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 0.1.0
         ABI class: X.Org Video Driver, version 0.7
(==) I810(0): Write-combining range (0x0,0x1000) was already clear
(==) I810(0): VBE Restore workaround: enabled.
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules/libshadow.a
(II) Module shadow: vendor="X.Org Foundation"
         compiled for 6.8.1, module version = 1.0.0
         ABI class: X.Org ANSI C Emulation, version 0.2
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
         [0] 1   0       0xe0380000 - 0xe03fffff (0x80000) MS[B]
         [1] 1   0       0xd8000000 - 0xdfffffff (0x8000000) 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       0xe00fc000 - 0xe00fdfff (0x2000) MX[B]E
         [8] -1  0       0xe00ff400 - 0xe00ff7ff (0x400) MX[B]E
         [9] -1  0       0xe00f8000 - 0xe00fbfff (0x4000) MX[B]E
         [10] -1 0       0xe00ff800 - 0xe00fffff (0x800) MX[B]E
         [11] -1 0       0xe02ff400 - 0xe02ff7ff (0x400) MX[B]E
         [12] -1 0       0xe02ff800 - 0xe02ffbff (0x400) MX[B]E
         [13] -1 0       0xe02ffc00 - 0xe02fffff (0x400) MX[B]E
         [14] -1 0       0xe0300000 - 0xe037ffff (0x80000) MX[B](B)
         [15] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
         [16] -1 0       0xe0380000 - 0xe03fffff (0x80000) MX[B](B)
         [17] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
         [18] 1  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
         [19] 1  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
         [20] 1  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
         [21] 1  0       0x0000eff0 - 0x0000eff7 (0x8) IS[B]
         [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [24] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [25] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]E
         [26] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]E
         [27] -1 0       0x0000ee80 - 0x0000eeff (0x80) IX[B]E
         [28] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
         [29] -1 0       0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
         [30] -1 0       0x0000ef80 - 0x0000efbf (0x40) IX[B]E
         [31] -1 0       0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
         [32] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
         [33] -1 0       0x0000eff0 - 0x0000eff7 (0x8) IX[B](B)
         [34] 1  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
         [35] 1  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) I810(0): initializing int10
(==) I810(0): Write-combining range (0xa0000,0x20000) was already clear
(II) I810(0): Primary V_BIOS segment is: 0xc000
(==) I810(0): Write-combining range (0x0,0x1000) was already clear
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 32576 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics 
Chip Acce
lerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE 
Graphics C
ontroller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(==) I810(0): Default visual is TrueColor
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 256 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 5280 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000 (0x141b5000)
(WW) I810(0): xf86AllocateGARTMemory: allocation of 4 pages failed
         (Cannot allocate memory)
(EE) I810(0): Failed to allocate HW (ARGB) cursor space.
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffe000 
(0x14036000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fee000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
[drm] failed to load kernel module "i915"
(II) I810(0): [drm] drmOpen failed
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) I810(0): Updated framebuffer allocation size from 5280 to 10240 kByte
(II) I810(0): Updated pixmap cache from 256 scanlines to 1248 scanlines
(II) I810(0): 0x88b6920: Memory at offset 0x00020000, size 10240 kBytes
(II) I810(0): 0x88b5360: Memory at offset 0x07fff000, size 4 kBytes
(II) I810(0): 0x88b5380: Memory at offset 0x00000000, size 0 kBytes
(II) I810(0): 0x89a8204: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x88b6960: Memory at offset 0x07fee000, size 64 kBytes
(II) I810(0): 0x88b53a0: Memory at offset 0x07ffe000, size 4 kBytes
(==) I810(0): Write-combining range (0xe0380000,0x80000) was already clear
(==) I810(0): Write-combining range (0xd8000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(==) I810(0): Write-combining range (0xa0000,0x10000) was already clear
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07fff000 (pgoffset 32767)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07fee000 (pgoffset 32750)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07ffe000 (pgoffset 32766)
(II) I810(0): Display plane A is disabled and connected to Pipe A.
(II) I810(0): Display plane B is enabled and connected to Pipe B.
(II) I810(0): Enabling plane B.
(II) I810(0): Display plane A is now disabled and connected to Pipe A.
(II) I810(0): Display plane B is now enabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): PIPEBCONF is 0x80000000
(II) I810(0): Mode bandwidth is 61 Mpixel/s
(II) I810(0): maxBandwidth is 760 Mbyte/s, pipe bandwidths are 324 
Mbyte/s, 0 Mb
yte/s
(II) I810(0): LFP compensation mode: 0x6
(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:
                 32 128x128 slots
                 14 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(II) I810(0): direct rendering: Failed
(==) 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 XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard0: XkbModel: "pc101"
(**) Keyboard0: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(WW) I810(0): Setting the original video mode instead of restoring
         the saved state
(WW) I810(0): Successfully set original devices
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
(II) I810(0): xf86UnbindGARTMemory: unbind key 3
(II) I810(0): xf86UnbindGARTMemory: unbind key 2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41F698F7.6050004>