This is mostly for the sake of the archives, namely people searching for an answer after the release.
The Intel 845G chipset, and possibly other early Intel chipsets, do not play very well with the new intel(4) driver. Version 2.4.3 is currently in the xenocara tree, but testing is being done on the new 2.6.1. http://marc.info/?l=openbsd-tech&m=123307709522306&w=2 Both versions have problems with the Intel 845G chipset. The bugs manifest in a number of different ways, including black screen (graphics mode), corrupted screen (graphics mode), corrupted virtual terminals (text mode), loss of keyboard, loss of mouse, and all in various combinations. You'll typically see errors like the following snippets in your Xorg.0.log ---------------------------------------------------------------------- (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! ... (repeating) ---------------------------------------------------------------------- (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) Error in I830WaitLpRing(), timeout for 2 seconds pgetbl_ctl: 0x7ff60001 getbl_err: 0x00000021 ipeir: 0x00000000 iphdr: 0x54f00006 LP ring tail: 0x0001faa0 head: 0x0001fac4 len: 0x0001f001 start 0x00000000 eir: 0x0000 esr: 0x0010 emr: 0xff7b instdone: 0xff41 instpm: 0x0000 memmode: 0x00000000 instps: 0x00000031 hwstam: 0xeffe ier: 0x0042 imr: 0xffbf iir: 0x0000 Ring at virtual 0x8bbb0000 head 0x1fac4 tail 0x1faa0 count 32759 Ring at virtual 0x8bbb0000 head 0x1fac4 tail 0x1faa0 count 32759 Ring at virtual 0x8bbb0000 head 0x1fac4 tail 0x1faa0 count 32759 Ring at virtual 0x8bbb0000 head 0x1fac4 tail 0x1faa0 count 32759 ... (repeating) Ring at virtual 0x8bbb0000 head 0x1fac4 tail 0x1faa0 count 32759 Ring end space: 28 wanted 32 (II) intel(0): [drm] removed 1 reserved context for kernel (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x40000000 at 0x8139c000 (II) intel(0): [drm] Closed DRM master. Fatal server error: lockup ---------------------------------------------------------------------- The common suggestion is to disable the new EXA acceleration and just force the driver to use the older XAA acceleration (X86Free Acceleration Architecture) by putting the following in your xorg.conf "Device" section. Option "AccelMethod" "XAA" Though you do get a somewhat working X with the above, it has trouble with Virtual Terminal switching and/or stopping and restarting X. The result is your text virtual terminals get corrupted. The above doesn't work for everyone (thanks to reports John at bitminer.ca). The primary difference between John's hardware and my own is he's running an new LCD display, while I'm still running my trusty, decade old Sun CRT. I've found a better work-around. The buggy behavior on the intel(4) 2.4.3 driver is related to DDC (VESA Display Data Channel) --in short DDC is the way the display tells the display adapter (or system) about itself. http://www.x.org/archive/X11R7.1/doc/RELNOTES4.html If you shut off DDC, you'll need to define your display characteristics properly (and possibly define your actual modes). In your xorg.conf file, use this for your "Device" section. Section "Device" Identifier "Card0" Driver "intel" Option "ModeDebug" "true" Option "DDC" "false" # Option "DDC1" "false" # Option "DDC2" "false" EndSection If you didn't read the link above, you should. The plain "DDC" option shuts off all of DCC, while the "DDC1" shuts of only DDC version 1.0, and "DDC2" shuts off only DDC version 2.0 --I've also had some luck only shutting off DDC2. Virtual Terminal switching tends to work, and no, you really don't need to set "ModeDebug" but it does help when debugging. With the above, the only way I've been able to crash the X server is by stopping (CTRL-ALT-BACKSPACE) and restarting it multiple times. It takes a few times before the driver gets confused and fails to start. The Xorg.0.log below was with "DDC2" set to false, and the X server was stopped and restarted multiple times until it crashed. If you do manage to get it to lock up through repeated restarting, then a cold boot will get you back to where you started, namely a working X session. In short, once things go bad, they stay that way, and further attempts to start X never succeed. I suspect the driver has done "bad things" (C)(R)(TM) to the resources and once it's happened, there's no way to recover without rebooting. When I get this issue better isolated, I'll file a bug report with xorg/freedesktop. At present, I still don't understand the cause, but the DDC work around above might get you running (more or less). -jcr ---------------------------------------------------------------------- (--) checkDevMem: using aperture driver /dev/xf86 (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32) X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: OpenBSD 4.5 i386 Current Operating System: OpenBSD vid.foo.bar 4.5 GENERIC#2 i386 Build Date: 27 February 2009 05:01:11PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. 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: Sun Mar 1 23:49:05 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "ManualConfig" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "BlankTime" "60" (**) Option "StandbyTime" "60" (**) Option "SuspendTime" "60" (**) Option "OffTime" "60" (==) Not automatically adding devices (==) Not automatically enabling devices (==) Including the default font path /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X 11/fonts/OTF,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/100dpi/ ,/usr/X11R6/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/OTF, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/X11R6/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/terminus/, /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/OTF, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/X11R6/lib/X11/fonts/75dpi/ (**) ModulePath set to "/usr/X11R6/lib/modules" (II) Loader magic: 0x3c01e2e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on openbsd (--) PCI:*(0...@0:2:0) Intel 82845G Video rev 1, Mem @ 0x88000000/0, 0x80000000/0 (II) System resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX [B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded by default. (II) "dbe" will be loaded by default. (II) "glx" will be loaded by default. (II) "freetype" will be loaded by default. (II) "dri" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.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 TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (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 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "intel" (II) Loading /usr/X11R6/lib/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.4.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/X11R6/lib/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile IntelB. GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43 (II) Primary Device is: PCI 0...@00:02:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX [B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX [B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (**) intel(0): Option "ModeDebug" "true" (II) intel(0): Integrated Graphics Chipset: Intel(R) 845G (--) intel(0): Chipset: "845G" (--) intel(0): Linear framebuffer at 0x88000000 (--) intel(0): IO registers at addr 0x80000000 (II) intel(0): Hardware state on X startup: (II) intel(0): DumpRegsBegin (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6) (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4) (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled) (II) intel (0): CACHE_MODE_0: 0x00000000 (II) intel(0): D_STATE: 0x00000000 (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:) (II) intel(0): RENCLK_GATE_D1: 0x00000000 (II) intel(0): RENCLK_GATE_D2: 0x00000000 (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected) (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected) (II) intel (0): SDVOUDI: 0x00000000 (II) intel(0): DSPARB: 0x0000005f (II) intel(0): DSPFW1: 0x00000000 (II) intel(0): DSPFW2: 0x00000000 (II) intel(0): DSPFW3: 0x00000000 (II) intel(0): ADPA: 0x80008000 (enabled, pipe A, -hsync, -vsync) (II) intel(0): LVDS: 0x0000b001 (disabled, pipe A, 18 bit, 1 channel) (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel (0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel(0): DVOA_SRCDIM: 0x00000000 (II) intel(0): DVOB_SRCDIM: 0x00000000 (II) intel(0): DVOC_SRCDIM: 0x00000000 (II) intel (0): PP_CONTROL: 0x00000000 (power target: off) (II) intel (0): PP_STATUS: 0x00000000 (off, not ready, sequencing idle) (II) intel(0): PFIT_CONTROL: 0x00000000 (II) intel(0): PFIT_PGM_RATIOS: 0x00000000 (II) intel(0): PORT_HOTPLUG_EN: 0x00000000 (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000 (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A) (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes) (II) intel(0): DSPAPOS: 0x00000000 (0, 0) (II) intel(0): DSPASIZE: 0x00000000 (1, 1) (II) intel(0): DSPABASE: 0x00000000 (II) intel(0): DSPASURF: 0x00060380 (II) intel(0): DSPATILEOFF: 0x00000000 (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide) (II) intel(0): PIPEASRC: 0x00000000 (1, 1) (II) intel(0): PIPEASTAT: 0x00000000 (status:) (II) intel(0): FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 13, p2 = 4) (II) intel (0): DPLL_A_MD: 0x00000000 (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total) (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end) (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end) (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total) (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end) (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end) (II) intel(0): BCLRPAT_A: 0x00000000 (II) intel(0): VSYNCSHIFT_A: 0x00000000 (II) intel(0): DSPBCNTR: 0x00000000 (disabled, pipe A) (II) intel(0): DSPBSTRIDE: 0x00000000 (0 bytes) (II) intel(0): DSPBPOS: 0x00000000 (0, 0) (II) intel(0): DSPBSIZE: 0x00000000 (1, 1) (II) intel(0): DSPBBASE: 0x00000000 (II) intel(0): DSPBSURF: 0x00000000 (II) intel(0): DSPBTILEOFF: 0x00000000 (II) intel(0): PIPEBCONF: 0x00000000 (disabled, single-wide) (II) intel(0): PIPEBSRC: 0x00000000 (1, 1) (II) intel(0): PIPEBSTAT: 0x00000000 (status:) (II) intel(0): FPB0: 0x00000000 (n = 0, m1 = 0, m2 = 0) (II) intel(0): FPB1: 0x00000000 (n = 0, m1 = 0, m2 = 0) (II) intel(0): DPLL_B: 0x00000000 (disabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 2, p2 = 2) (II) intel (0): DPLL_B_MD: 0x00000000 (II) intel(0): HTOTAL_B: 0x00000000 (1 active, 1 total) (II) intel(0): HBLANK_B: 0x00000000 (1 start, 1 end) (II) intel(0): HSYNC_B: 0x00000000 (1 start, 1 end) (II) intel(0): VTOTAL_B: 0x00000000 (1 active, 1 total) (II) intel(0): VBLANK_B: 0x00000000 (1 start, 1 end) (II) intel(0): VSYNC_B: 0x00000000 (1 start, 1 end) (II) intel(0): BCLRPAT_B: 0x00000000 (II) intel(0): VSYNCSHIFT_B: 0x00000000 (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (II) intel(0): VCLK_POST_DIV: 0x0000888b (II) intel(0): VGACNTRL: 0x0000008e (enabled) (II) intel(0): TV_CTL: 0x031f027f (II) intel(0): TV_DAC: 0x03170287 (II) intel(0): TV_CSC_Y: 0x020401e7 (II) intel(0): TV_CSC_Y2: 0x01eb01e9 (II) intel(0): TV_CSC_U: 0x00000000 (II) intel(0): TV_CSC_U2: 0x00000000 (II) intel(0): TV_CSC_V: 0x00000000 (II) intel(0): TV_CSC_V2: 0x00000000 (II) intel(0): TV_CLR_KNOBS: 0x00000000 (II) intel(0): TV_CLR_LEVEL: 0x00000000 (II) intel(0): TV_H_CTL_1: 0x00000000 (II) intel(0): TV_H_CTL_2: 0x00000000 (II) intel(0): TV_H_CTL_3: 0x00000000 (II) intel(0): TV_V_CTL_1: 0x00000000 (II) intel(0): TV_V_CTL_2: 0x00000000 (II) intel(0): TV_V_CTL_3: 0x00000000 (II) intel(0): TV_V_CTL_4: 0x00000000 (II) intel(0): TV_V_CTL_5: 0x00000000 (II) intel(0): TV_V_CTL_6: 0x00000000 (II) intel(0): TV_V_CTL_7: 0x00000000 (II) intel(0): TV_SC_CTL_1: 0x00140040 (II) intel(0): TV_SC_CTL_2: 0x00409100 (II) intel(0): TV_SC_CTL_3: 0x00000000 (II) intel(0): TV_WIN_POS: 0x00000000 (II) intel(0): TV_WIN_SIZE: 0x00000000 (II) intel(0): TV_FILTER_CTL_1: 0x00000000 (II) intel(0): TV_FILTER_CTL_2: 0x00000000 (II) intel(0): TV_FILTER_CTL_3: 0x00000000 (II) intel(0): TV_CC_CONTROL: 0x00000000 (II) intel(0): TV_CC_DATA: 0x00000000 (II) intel(0): TV_H_LUMA_0: 0x00000000 (II) intel(0): TV_H_LUMA_59: 0x00000000 (II) intel(0): TV_H_CHROMA_0: 0x031f027f (II) intel(0): TV_H_CHROMA_59: 0x00000000 (II) intel(0): FBC_CFB_BASE: 0x00000000 (II) intel(0): FBC_LL_BASE: 0x00000000 (II) intel(0): FBC_CONTROL: 0x00000000 (II) intel(0): FBC_COMMAND: 0x00000000 (II) intel(0): FBC_STATUS: 0x00000000 (II) intel(0): FBC_CONTROL2: 0x00000000 (II) intel(0): FBC_FENCE_OFF: 0x00000000 (II) intel(0): FBC_MOD_NUM: 0x00000000 (II) intel(0): MI_MODE: 0x00000000 (II) intel(0): MI_ARB_STATE: 0x00000000 (II) intel(0): MI_RDRET_STATE: 0x00000000 (II) intel(0): ECOSKPD: 0x00000307 (II) intel(0): DP_B: 0x00000000 (II) intel(0): DPB_AUX_CH_CTL: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000 (II) intel(0): DP_C: 0x031f027f (II) intel(0): DPC_AUX_CH_CTL: 0x020401e7 (II) intel(0): DPC_AUX_CH_DATA1: 0x01eb01e9 (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000 (II) intel(0): DP_D: 0x00000000 (II) intel(0): DPD_AUX_CH_CTL: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000 (II) intel(0): pipe A dot 25153 n 2 m1 18 m2 7 p1 13 p2 4 (II) intel(0): pipe B dot 72000 n 0 m1 0 m2 0 p1 2 p2 2 (II) intel(0): DumpRegsEnd (II) intel(0): 1 display pipe available. (==) intel(0): Using EXA for acceleration (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules//libint10.so (II) intel(0): initializing int10 (==) intel(0): Write-combining range (0xa0000,0x20000) was already clear (==) intel(0): Write-combining range (0xc0000,0x40000) was already clear (II) intel(0): Primary V_BIOS segment is: 0xc000 (==) intel(0): Write-combining range (0x0,0x1000) was already clear (II) intel(0): VESA BIOS detected (II) intel(0): VESA VBE Version 3.0 (II) intel(0): VESA VBE Total Mem: 8000 kB (II) intel(0): VESA VBE OEM: Intel(r)845G/845GL/845GE/845GV Graphics Chip Accelerated VGA BIOS (II) intel(0): VESA VBE OEM Software Rev: 1.0 (II) intel(0): VESA VBE OEM Vendor: Intel Corporation (II) intel(0): VESA VBE OEM Product: Intel(r)845G/845GL/845GE/845GV Graphics Controller (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (==) intel(0): Write-combining range (0x0,0x1000) was already clear (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(0): Output VGA using monitor section Monitor0 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "DVODDC_D" initialized. (II) Loading sub module "sil164" (II) LoadModule: "sil164" (II) Loading /usr/X11R6/lib/modules/drivers//sil164.so (II) Module sil164: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7xxx" (II) LoadModule: "ch7xxx" (II) Loading /usr/X11R6/lib/modules/drivers//ch7xxx.so (II) Module ch7xxx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ivch" (II) LoadModule: "ivch" (II) Loading /usr/X11R6/lib/modules/drivers//ivch.so (II) Module ivch: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_B" initialized. (EE) intel(0): ivch detect failed due to address mismatch (0 vs 2) (II) Loading sub module "tfp410" (II) LoadModule: "tfp410" (II) Loading /usr/X11R6/lib/modules/drivers//tfp410.so (II) Module tfp410: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_B" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7017" (II) LoadModule: "ch7017" (II) Loading /usr/X11R6/lib/modules/drivers//ch7017.so (II) Module ch7017: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVODDC_D" removed. (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) intel(0): Mode for pipe A: (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) intel(0): chosen: dotclock 31500 vco 1008000 ((m 126, m1 20, m2 14), n 4, (p 32, p1 8, p2 4)) (**) intel (0): Option "ddc2" "false" (II) intel(0): EDID for output VGA (II) intel(0): Not using default mode "1600x1200" (hsync out of range) (II) intel(0): Not using default mode "1792x1344" (hsync out of range) (II) intel(0): Not using default mode "1856x1392" (hsync out of range) (II) intel(0): Not using default mode "1920x1440" (hsync out of range) (II) intel(0): Not using default mode "1920x1440" (hsync out of range) (II) intel(0): Not using default mode "2048x1536" (hsync out of range) (II) intel(0): Not using default mode "2048x1536" (hsync out of range) (II) intel(0): Printing probed modes for output VGA (II) intel(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) intel(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz) (II) intel(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz) (II) intel(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz) (II) intel(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz) (II) intel(0): Modeline "1600x1200"x75.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz) (II) intel(0): Modeline "1600x1200"x70.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz) (II) intel(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) intel(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz) (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz) (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz) (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (II) intel(0): Output VGA connected (II) intel(0): Using user preference for initial modes (II) intel(0): Output VGA using initial mode 1280x1024 (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) intel (0): detected 128 kB GTT. (II) intel(0): detected 8060 kB stolen memory. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Will not try to enable page flipping (==) intel(0): Triple buffering disabled (==) intel(0): Intel XvMC decoder disabled (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/X11R6/lib/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.4.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) intel(0): Comparing regs from server start up to After PreInit (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX [B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] (OprD) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] (OprD) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] (OprD) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (OprU) (II) intel(0): Kernel reported 491520 total, 0 used (II) intel(0): I830CheckAvailableMemory: 1966080 kB available drmOpenDevice: node name is /dev/drm0 drmOpenDevice: open result is 13, (OK) drmOpenDevice: node name is /dev/drm0 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/drm0 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: drmOpenMinor returns 13 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) intel(0): [drm] Using the DRM lock SAREA also for drawables. (II) intel(0): [drm] framebuffer mapped by ddx driver (II) intel(0): [drm] added 1 reserved context for kernel (II) intel(0): X context handle = 0x3 (II) intel(0): [drm] installed DRM signal handler (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: 131072 KB (II) intel(0): Attempting memory allocation with tiled buffers. (WW) intel(0): Failed to allocate texture space. (II) intel(0): Tiled allocation failed. (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 26 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 27 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 28 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 29 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 30 failed (Bad address) (II) intel(0): Attempting memory allocation with untiled buffers. (WW) intel(0): Failed to allocate texture space. (II) intel(0): Untiled allocation failed. (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 31 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 32 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 33 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 34 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 35 failed (Bad address) (II) intel(0): Couldn't allocate 3D memory, disabling DRI. (II) intel(0): Attempting memory allocation with untiled buffers. (II) intel(0): Untiled allocation successful. (II) intel(0): Page Flipping disabled (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) EXA(0): Offscreen pixmap area of 50331648 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): xf86BindGARTMemory: bind key 36 at 0x007df000 (pgoffset 2015) (II) intel(0): xf86BindGARTMemory: bind key 37 at 0x007e0000 (pgoffset 2016) (II) intel(0): xf86BindGARTMemory: bind key 38 at 0x017e0000 (pgoffset 6112) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB) (II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB) (II) intel(0): 0x007df000: end of stolen memory (II) intel(0): 0x007df000-0x007dffff: overlay registers (4 kB, 0x000000000598b000 physical ) (II) intel(0): 0x007e0000-0x017dffff: front buffer (16384 kB) (II) intel(0): 0x017e0000-0x047dffff: exa offscreen (49152 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): Mode for pipe A: (II) intel(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) intel(0): chosen: dotclock 157200 vco 1257600 ((m 131, m1 21, m2 14), n 3, (p 8, p1 2, p2 4)) (II) intel(0): Hardware state at EnterVT: (II) intel(0): DumpRegsBegin (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6) (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4) (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled) (II) intel(0): CACHE_MODE_0: 0x00000000 (II) intel(0): D_STATE: 0x00000000 (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:) (II) intel(0): RENCLK_GATE_D1: 0x00000000 (II) intel(0): RENCLK_GATE_D2: 0x00000000 (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected) (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected) (II) intel(0): SDVOUDI: 0x00000000 (II) intel(0): DSPARB: 0x0000005f (II) intel(0): DSPFW1: 0x00000000 (II) intel(0): DSPFW2: 0x00000000 (II) intel(0): DSPFW3: 0x00000000 (II) intel(0): ADPA: 0x80000018 (enabled, pipe A, +hsync, +vsync) (II) intel(0): LVDS: 0x0000b011 (disabled, pipe A, 18 bit, 1 channel) (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel (0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel(0): DVOA_SRCDIM: 0x00000000 (II) intel(0): DVOB_SRCDIM: 0x00000000 (II) intel(0): DVOC_SRCDIM: 0x00000000 (II) intel (0): PP_CONTROL: 0x00000000 (power target: off) (II) intel (0): PP_STATUS: 0x00000000 (off, not ready, sequencing idle) (II) intel(0): PFIT_CONTROL: 0x00000000 (II) intel(0): PFIT_PGM_RATIOS: 0x00000000 (II) intel(0): PORT_HOTPLUG_EN: 0x00000000 (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000 (II) intel(0): DSPACNTR: 0xd8000000 (enabled, pipe A) (II) intel(0): DSPASTRIDE: 0x00002000 (8192 bytes) (II) intel(0): DSPAPOS: 0x00000000 (0, 0) (II) intel(0): DSPASIZE: 0x00000000 (1, 1) (II) intel(0): DSPABASE: 0x007e0000 (II) intel(0): DSPASURF: 0x00060380 (II) intel(0): DSPATILEOFF: 0x00000000 (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide) (II) intel(0): PIPEASRC: 0x04ff03ff (1280, 1024) (II) intel(0): PIPEASTAT: 0x80000000 (status: FIFO_UNDERRUN) (II) intel(0): FPA0: 0x0003150e (n = 3, m1 = 21, m2 = 14) (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): DPLL_A: 0x90a00000 (enabled, non-dvo, default clock, DAC/serial mode, p1 = 2, p2 = 4) (II) intel (0): DPLL_A_MD: 0x00000000 (II) intel(0): HTOTAL_A: 0x06bf04ff (1280 active, 1728 total) (II) intel (0): HBLANK_A: 0x06bf04ff (1280 start, 1728 end) (II) intel (0): HSYNC_A: 0x05df053f (1344 start, 1504 end) (II) intel (0): VTOTAL_A: 0x042f03ff (1024 active, 1072 total) (II) intel(0): VBLANK_A: 0x042f03ff (1024 start, 1072 end) (II) intel(0): VSYNC_A: 0x04030400 (1025 start, 1028 end) (II) intel(0): BCLRPAT_A: 0x00000000 (II) intel(0): VSYNCSHIFT_A: 0x00000000 (II) intel(0): DSPBCNTR: 0x00000000 (disabled, pipe A) (II) intel(0): DSPBSTRIDE: 0x00000000 (0 bytes) (II) intel(0): DSPBPOS: 0x00000000 (0, 0) (II) intel(0): DSPBSIZE: 0x00000000 (1, 1) (II) intel(0): DSPBBASE: 0x00000000 (II) intel(0): DSPBSURF: 0x00000000 (II) intel(0): DSPBTILEOFF: 0x00000000 (II) intel(0): PIPEBCONF: 0x00000000 (disabled, single-wide) (II) intel(0): PIPEBSRC: 0x00000000 (1, 1) (II) intel(0): PIPEBSTAT: 0x00000000 (status:) (II) intel(0): FPB0: 0x00000000 (n = 0, m1 = 0, m2 = 0) (II) intel(0): FPB1: 0x00000000 (n = 0, m1 = 0, m2 = 0) (II) intel(0): DPLL_B: 0x00000000 (disabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 2, p2 = 2) (II) intel (0): DPLL_B_MD: 0x00000000 (II) intel(0): HTOTAL_B: 0x00000000 (1 active, 1 total) (II) intel(0): HBLANK_B: 0x00000000 (1 start, 1 end) (II) intel(0): HSYNC_B: 0x00000000 (1 start, 1 end) (II) intel(0): VTOTAL_B: 0x00000000 (1 active, 1 total) (II) intel(0): VBLANK_B: 0x00000000 (1 start, 1 end) (II) intel(0): VSYNC_B: 0x00000000 (1 start, 1 end) (II) intel(0): BCLRPAT_B: 0x00000000 (II) intel(0): VSYNCSHIFT_B: 0x00000000 (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (II) intel(0): VCLK_POST_DIV: 0x0000888b (II) intel(0): VGACNTRL: 0x80000000 (disabled) (II) intel(0): TV_CTL: 0x06bf04ff (II) intel(0): TV_DAC: 0x06bf04ff (II) intel(0): TV_CSC_Y: 0x042f03ff (II) intel(0): TV_CSC_Y2: 0x04030400 (II) intel(0): TV_CSC_U: 0x00000000 (II) intel(0): TV_CSC_U2: 0x04ff03ff (II) intel(0): TV_CSC_V: 0x00000000 (II) intel(0): TV_CSC_V2: 0x00000000 (II) intel(0): TV_CLR_KNOBS: 0x00000000 (II) intel(0): TV_CLR_LEVEL: 0x00000000 (II) intel(0): TV_H_CTL_1: 0x00000000 (II) intel(0): TV_H_CTL_2: 0x00000000 (II) intel(0): TV_H_CTL_3: 0x00000000 (II) intel(0): TV_V_CTL_1: 0x00000000 (II) intel(0): TV_V_CTL_2: 0x00000000 (II) intel(0): TV_V_CTL_3: 0x00000000 (II) intel(0): TV_V_CTL_4: 0x00000000 (II) intel(0): TV_V_CTL_5: 0x00000000 (II) intel(0): TV_V_CTL_6: 0x00000000 (II) intel(0): TV_V_CTL_7: 0x00000000 (II) intel(0): TV_SC_CTL_1: 0x00140040 (II) intel(0): TV_SC_CTL_2: 0x00409100 (II) intel(0): TV_SC_CTL_3: 0x00000000 (II) intel(0): TV_WIN_POS: 0x00000000 (II) intel(0): TV_WIN_SIZE: 0x00000000 (II) intel(0): TV_FILTER_CTL_1: 0x00000000 (II) intel(0): TV_FILTER_CTL_2: 0x00000000 (II) intel(0): TV_FILTER_CTL_3: 0x00000000 (II) intel(0): TV_CC_CONTROL: 0x00000000 (II) intel(0): TV_CC_DATA: 0x00000000 (II) intel(0): TV_H_LUMA_0: 0x00000000 (II) intel(0): TV_H_LUMA_59: 0x00000000 (II) intel(0): TV_H_CHROMA_0: 0x06bf04ff (II) intel(0): TV_H_CHROMA_59: 0x00000000 (II) intel(0): FBC_CFB_BASE: 0x00000000 (II) intel(0): FBC_LL_BASE: 0x00000000 (II) intel(0): FBC_CONTROL: 0x00000000 (II) intel(0): FBC_COMMAND: 0x00000000 (II) intel(0): FBC_STATUS: 0x00000000 (II) intel(0): FBC_CONTROL2: 0x00000000 (II) intel(0): FBC_FENCE_OFF: 0x00000000 (II) intel(0): FBC_MOD_NUM: 0x00000000 (II) intel(0): MI_MODE: 0x00000000 (II) intel(0): MI_ARB_STATE: 0x00000000 (II) intel(0): MI_RDRET_STATE: 0x00000000 (II) intel(0): ECOSKPD: 0x00000307 (II) intel(0): DP_B: 0x00000000 (II) intel(0): DPB_AUX_CH_CTL: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000 (II) intel(0): DP_C: 0x06bf04ff (II) intel(0): DPC_AUX_CH_CTL: 0x042f03ff (II) intel(0): DPC_AUX_CH_DATA1: 0x04030400 (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA3: 0x04ff03ff (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000 (II) intel(0): DP_D: 0x00000000 (II) intel(0): DPD_AUX_CH_CTL: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000 (II) intel(0): pipe A dot 157200 n 3 m1 21 m2 14 p1 2 p2 4 (II) intel(0): pipe B dot 72000 n 0 m1 0 m2 0 p1 2 p2 2 (II) intel(0): DumpRegsEnd (II) intel(0): Output configuration: (II) intel(0): Pipe A is on (II) intel(0): Display plane A is now enabled and connected to pipe A. (II) intel(0): Output VGA is connected to pipe A (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (**) Option "dpms" (**) intel(0): DPMS enabled (II) intel(0): Set up overlay video (II) intel(0): direct rendering: Failed (--) RandR 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 XINERAMA (II) Initializing built-in extension XFIXES (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 drmOpenDevice: node name is /dev/drm0 drmOpenDevice: open result is 14, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/drm0 drmOpenDevice: open result is 14, (OK) drmOpenByBusid: drmOpenMinor returns 14 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: enabled GLX_texture_from_pixmap with driver support (II) AIGLX: Loaded and initialized /usr/X11R6/lib/modules/dri/i915_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) intel(0): Setting screen physical size to 338 x 270 (**) Option "Protocol" "wsmouse" (**) Mouse0: Protocol: wsmouse (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/wsmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc101" (**) Keyboard0: XkbModel: "pc101" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (EE) intel(0): underrun on pipe A! (II) AIGLX: Suspending AIGLX clients for VT switch (II) intel(0): Comparing regs from server start up to After LeaveVT (II) intel(0): DumpRegsBegin (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6) (II) intel(0): VCLK_POST_DIV: 0x0000888b (vga0 p1 = 13, p2 = 4, vga1 p1 = 10, p2 = 4) (II) intel(0): DPLL_TEST: 0x00000000 (, DPLLA input buffer disabled, DPLLB input buffer disabled) (II) intel (0): CACHE_MODE_0: 0x00000000 (II) intel(0): D_STATE: 0x00000000 (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:) (II) intel(0): RENCLK_GATE_D1: 0x00000000 (II) intel(0): RENCLK_GATE_D2: 0x00000000 (II) intel(0): SDVOB: 0x00000000 (disabled, pipe A, stall disabled, not detected) (II) intel(0): SDVOC: 0x00000000 (disabled, pipe A, stall disabled, not detected) (II) intel (0): SDVOUDI: 0x00000000 (II) intel(0): DSPARB: 0x0000005f (II) intel(0): DSPFW1: 0x00000000 (II) intel(0): DSPFW2: 0x00000000 (II) intel(0): DSPFW3: 0x00000000 (II) intel(0): ADPA: 0x80008000 (enabled, pipe A, -hsync, -vsync) (II) intel(0): LVDS: 0x0000b001 (disabled, pipe A, 18 bit, 1 channel) (II) intel(0): DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel (0): DVOB: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel(0): DVOC: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync) (II) intel(0): DVOA_SRCDIM: 0x00000000 (II) intel(0): DVOB_SRCDIM: 0x00000000 (II) intel(0): DVOC_SRCDIM: 0x00000000 (II) intel (0): PP_CONTROL: 0x00000000 (power target: off) (II) intel (0): PP_STATUS: 0x00000000 (off, not ready, sequencing idle) (II) intel(0): PFIT_CONTROL: 0x00000000 (II) intel(0): PFIT_PGM_RATIOS: 0x00000000 (II) intel(0): PORT_HOTPLUG_EN: 0x00000000 (II) intel(0): PORT_HOTPLUG_STAT: 0x00000000 (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A) (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes) (II) intel(0): DSPAPOS: 0x00000000 (0, 0) (II) intel(0): DSPASIZE: 0x00000000 (1, 1) (II) intel(0): DSPABASE: 0x00000000 (II) intel(0): DSPASURF: 0x00060380 (II) intel(0): DSPATILEOFF: 0x00000000 (II) intel(0): PIPEACONF: 0x80000000 (enabled, single-wide) (II) intel(0): PIPEASRC: 0x00000000 (1, 1) (II) intel(0): PIPEASTAT: 0x00000000 (status:) (II) intel(0): FPA0: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): FPA1: 0x00021207 (n = 2, m1 = 18, m2 = 7) (II) intel(0): DPLL_A: 0x808b0000 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 13, p2 = 4) (II) intel (0): DPLL_A_MD: 0x00000000 (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total) (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end) (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end) (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total) (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end) (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end) (II) intel(0): BCLRPAT_A: 0x00000000 (II) intel(0): VSYNCSHIFT_A: 0x00000000 (II) intel(0): DSPBCNTR: 0x00000000 (disabled, pipe A) (II) intel(0): DSPBSTRIDE: 0x00000000 (0 bytes) (II) intel(0): DSPBPOS: 0x00000000 (0, 0) (II) intel(0): DSPBSIZE: 0x00000000 (1, 1) (II) intel(0): DSPBBASE: 0x00000000 (II) intel(0): DSPBSURF: 0x00000000 (II) intel(0): DSPBTILEOFF: 0x00000000 (II) intel(0): PIPEBCONF: 0x00000000 (disabled, single-wide) (II) intel(0): PIPEBSRC: 0x00000000 (1, 1) (II) intel(0): PIPEBSTAT: 0x00000000 (status:) (II) intel(0): FPB0: 0x00000000 (n = 0, m1 = 0, m2 = 0) (II) intel(0): FPB1: 0x00000000 (n = 0, m1 = 0, m2 = 0) (II) intel(0): DPLL_B: 0x00000000 (disabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 2, p2 = 2) (II) intel (0): DPLL_B_MD: 0x00000000 (II) intel(0): HTOTAL_B: 0x00000000 (1 active, 1 total) (II) intel(0): HBLANK_B: 0x00000000 (1 start, 1 end) (II) intel(0): HSYNC_B: 0x00000000 (1 start, 1 end) (II) intel(0): VTOTAL_B: 0x00000000 (1 active, 1 total) (II) intel(0): VBLANK_B: 0x00000000 (1 start, 1 end) (II) intel(0): VSYNC_B: 0x00000000 (1 start, 1 end) (II) intel(0): BCLRPAT_B: 0x00000000 (II) intel(0): VSYNCSHIFT_B: 0x00000000 (II) intel(0): VCLK_DIVISOR_VGA0: 0x00021207 (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 (II) intel(0): VCLK_POST_DIV: 0x0000888b (II) intel(0): VGACNTRL: 0x0000008e (enabled) (II) intel(0): TV_CTL: 0x031f027f (II) intel(0): TV_DAC: 0x03170287 (II) intel(0): TV_CSC_Y: 0x020401e7 (II) intel(0): TV_CSC_Y2: 0x01eb01e9 (II) intel(0): TV_CSC_U: 0x00000000 (II) intel(0): TV_CSC_U2: 0x00000000 (II) intel(0): TV_CSC_V: 0x00000000 (II) intel(0): TV_CSC_V2: 0x00000000 (II) intel(0): TV_CLR_KNOBS: 0x00000000 (II) intel(0): TV_CLR_LEVEL: 0x00000000 (II) intel(0): TV_H_CTL_1: 0x00000000 (II) intel(0): TV_H_CTL_2: 0x00000000 (II) intel(0): TV_H_CTL_3: 0x00000000 (II) intel(0): TV_V_CTL_1: 0x00000000 (II) intel(0): TV_V_CTL_2: 0x00000000 (II) intel(0): TV_V_CTL_3: 0x00000000 (II) intel(0): TV_V_CTL_4: 0x00000000 (II) intel(0): TV_V_CTL_5: 0x00000000 (II) intel(0): TV_V_CTL_6: 0x00000000 (II) intel(0): TV_V_CTL_7: 0x00000000 (II) intel(0): TV_SC_CTL_1: 0x00140040 (II) intel(0): TV_SC_CTL_2: 0x00409100 (II) intel(0): TV_SC_CTL_3: 0x00000000 (II) intel(0): TV_WIN_POS: 0x00000000 (II) intel(0): TV_WIN_SIZE: 0x00000000 (II) intel(0): TV_FILTER_CTL_1: 0x00000000 (II) intel(0): TV_FILTER_CTL_2: 0x00000000 (II) intel(0): TV_FILTER_CTL_3: 0x00000000 (II) intel(0): TV_CC_CONTROL: 0x00000000 (II) intel(0): TV_CC_DATA: 0x00000000 (II) intel(0): TV_H_LUMA_0: 0x00000000 (II) intel(0): TV_H_LUMA_59: 0x00000000 (II) intel(0): TV_H_CHROMA_0: 0x031f027f (II) intel(0): TV_H_CHROMA_59: 0x00000000 (II) intel(0): FBC_CFB_BASE: 0x00000000 (II) intel(0): FBC_LL_BASE: 0x00000000 (II) intel(0): FBC_CONTROL: 0x00000000 (II) intel(0): FBC_COMMAND: 0x00000000 (II) intel(0): FBC_STATUS: 0x00000000 (II) intel(0): FBC_CONTROL2: 0x00000000 (II) intel(0): FBC_FENCE_OFF: 0x00000000 (II) intel(0): FBC_MOD_NUM: 0x00000000 (II) intel(0): MI_MODE: 0x00000000 (II) intel(0): MI_ARB_STATE: 0x00000000 (II) intel(0): MI_RDRET_STATE: 0x00000000 (II) intel(0): ECOSKPD: 0x00000307 (II) intel(0): DP_B: 0x00000000 (II) intel(0): DPB_AUX_CH_CTL: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA1: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPB_AUX_CH_DATA5: 0x00000000 (II) intel(0): DP_C: 0x031f027f (II) intel(0): DPC_AUX_CH_CTL: 0x020401e7 (II) intel(0): DPC_AUX_CH_DATA1: 0x01eb01e9 (II) intel(0): DPC_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPC_AUX_CH_DATA5: 0x00000000 (II) intel(0): DP_D: 0x00000000 (II) intel(0): DPD_AUX_CH_CTL: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA1: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA2: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000 (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000 (II) intel(0): pipe A dot 25153 n 2 m1 18 m2 7 p1 13 p2 4 (II) intel(0): pipe B dot 72000 n 0 m1 0 m2 0 p1 2 p2 2 (II) intel(0): DumpRegsEnd (II) intel(0): xf86UnbindGARTMemory: unbind key 36 (II) intel(0): xf86UnbindGARTMemory: unbind key 37 (II) intel(0): xf86UnbindGARTMemory: unbind key 38 (II) UnloadModule: "kbd" (II) UnloadModule: "mouse" (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 36 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 37 failed (Bad address) (WW) intel(0): xf86DeAllocateGARTMemory: deallocation gart memory with key 38 failed (Bad address) (II) APM registered successfully (WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Bad file descriptor) (WW) GARTInit: AGPIOC_INFO failed (Bad file descriptor) (WW) intel(0): /dev/agpgart is either not available, or no memory is available for allocation. Using pre-allocated memory only. (II) intel(0): [drm] added 8192 byte SAREA at 0x40000000 (II) intel(0): [drm] mapped SAREA 0x40000000 to 0x8b4fc000 (II) intel(0): [drm] framebuffer mapped by ddx driver (II) intel(0): X context handle = 0x4 (EE) intel(0): [DRI] Locking deadlock. Already locked with context -2067853988, trying to lock with context 4. (II) intel(0): [drm] installed DRM signal handler (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: 8060 KB (II) intel(0): Attempting memory allocation with tiled buffers. (WW) intel(0): Failed to allocate Overlay register space. (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (II) intel(0): Tiled allocation failed. (II) intel(0): Attempting memory allocation with untiled buffers. (WW) intel(0): Failed to allocate Overlay register space. (WW) intel(0): Failed to allocate EXA offscreen memory. (II) intel(0): Untiled allocation failed. (II) intel(0): Couldn't allocate 3D memory, disabling DRI. (II) intel(0): Attempting memory allocation with untiled buffers. (WW) intel(0): Failed to allocate Overlay register space. (WW) intel(0): Failed to allocate EXA offscreen memory. (II) intel(0): Untiled allocation failed. (EE) intel(0): Couldn't allocate video memory Fatal server error: AddScreen/ScreenInit failed for driver 0 -- J.C. Roberts