From owner-freebsd-x11@FreeBSD.ORG Fri Jul 11 11:53:41 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4DE42E6 for ; Fri, 11 Jul 2014 11:53:41 +0000 (UTC) Received: from mta1.riverwillow.net.au (mta1.riverwillow.net.au [IPv6:2001:8000:1000:1801::36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mta1.riverwillow.net.au", Issuer "Riverwillow Root Certificate 2010-04-12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C99A920BD for ; Fri, 11 Jul 2014 11:53:40 +0000 (UTC) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [IPv6:2001:8000:1000:1801::46]) by mta1.riverwillow.net.au (8.14.9/8.14.9) with ESMTP id s6BBrW2S034821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Jul 2014 21:53:32 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=mta1002; t=1405079612; bh=1Li25qoUpx4X5w+n2xSX1XQiaDMLLNfZSUS5rhaZ4Gc=; h=Date:From:To:Subject:References:In-Reply-To; b=HP/ynVvEQFx+kSa2FxKJR8TTGNyhVGH3VzjMJnEv7BF8ZRGKwg24Vb5kPqlCUMuZB nUNler6EjM6z5ehalWJIODO136+IZxnt15Y9X6lFg+LDXmOWLQ9bMQOsbEiU7DUXHy DmdvcxfkX/CEOs/V063h7oR6oAL2Hs1fq92yusjA= Received: from rwpc15.gfn.riverwillow.net.au (rwpc15.gfn.riverwillow.net.au [IPv6:2001:8000:1000:18e1:20c:76ff:fe0a:2117]) (authenticated bits=56) by mail1.riverwillow.net.au (8.14.9/8.14.9) with ESMTP id s6BBrS4O034820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Jul 2014 21:53:29 +1000 (AEST) Date: Fri, 11 Jul 2014 21:53:20 +1000 From: John Marshall To: freebsd-x11@freebsd.org Subject: Re: Stuck trying to get NEW Xorg working on 9.3-RC2 Message-ID: <20140711115319.GA18627@rwpc15.gfn.riverwillow.net.au> Mail-Followup-To: freebsd-x11@freebsd.org References: <20140704095203.GA5635@rwpc15.gfn.riverwillow.net.au> <53BD334E.7060508@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <53BD334E.7060508@gmail.com> OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 11:53:41 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 09 Jul 2014, 14:19 +0200, Jan Kokem=C3=BCller wrote: > Starting X should automatically load the i915kms.ko and drm2.ko modules.= =20 > Do they appear in the output of "kldstat" after trying to start X? Maybe= =20 > you have an old line in your /boot/loader.conf that loads the old i915=20 > or drm modules? Thank you! That was the clue that I needed! Thank you for taking the time to reply to my post. Having had no reply for a few days and having blown away the ports on my 9.3 notebook, I decided I might as well upgrade to 10-STABLE (anticipating the 10.1 release cycle) before rebuilding all the ports. I was already a couple of days into building ports (WITHOUT_NEW_XORG) on 10-STABLE when your reply came through. When I upgrade FreeBSD I am always very careful to check any differences between the kernel config files I used from the previous release and the kernel config files provided with the new release. I did that in this case too and there was no mention at all in any of the release kernel config files of either drm2 or i915kms, and no indication that drm and i915drm were either obsolete or deprecated. I had no idea that the drm and i915drm modules would affect the new default Xorg installation for 9.3-RC1. In fact, there is also absolutely no mention of vt or vt_vga in the GENERIC or NOTES config files, but there is a separate VT config file which I did find. I supposed that the configuration changes included in the VT config file were all I would need for the new Xorg. I removed drm and i915drm device statements from my kernel config, removed NO_MODULES from my make.conf, and built a new kernel. I then loaded i915kms and found that it also pulled in iic, iicbus, iicbb and drm2. I rebuilt the kernel again with iic, iicbus and iicbb device statements added to my kernel config, and with "MODULES_OVERRIDE=3Ddrm2" in make.conf (because there is no kernel config device available for it). Once I knew I had the right drivers available, I upgraded to the new Xorg, tested, and met with success. Thank you. This is what I saw when I loaded the i915kms driver: info: [drm] Initialized drm 1.1.0 20060810 drmn0: on vgapci0 info: [drm] AGP at 0xb0000000 256MB iicbus0: on iicbb0 addr 0xec iic0: on iicbus0 iic1: on iicbus1 iicbus2: on iicbb1 addr 0xc6 iic2: on iicbus2 iic3: on iicbus3 iicbus4: on iicbb2 addr 0xc6 iic4: on iicbus4 iic5: on iicbus5 iicbus6: on iicbb3 addr 0xc6 iic6: on iicbus6 iic7: on iicbus7 iicbus8: on iicbb4 addr 0xc6 iic8: on iicbus8 iic9: on iicbus9 iicbus10: on iicbb5 addr 0xc6 iic10: on iicbus10 iic11: on iicbus11 iicbus12: on iicbb6 addr 0xc6 iic12: on iicbus12 iic13: on iicbus13 iicbus14: on iicbb7 addr 0xc6 iic14: on iicbus14 iic15: on iicbus15 info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). info: [drm] Driver supports precise vblank timestamp query. info: [drm] failed to find VBIOS tables drmn0: taking over the fictitious range 0xb0000000-0xbffff000 info: [drm] initialized overlay support fbd0 on drmn0 VT: Replacing driver "vga" with new "fb". info: [drm] Initialized i915 1.6.0 20080730 and here is updated information from the working installation which corresp= onds to that provided in my OP: hw.machine: i386 hw.model: Intel(R) Pentium(R) M processor 1.73GHz kern.version: FreeBSD 10.0-STABLE #6 r268382: Fri Jul 11 15:40:05 AEST 2014 dev.agp.%parent:=20 dev.agp.0.%desc: Intel 82915GM (915GM GMCH) SVGA controller dev.agp.0.%driver: agp dev.agp.0.%location:=20 dev.agp.0.%pnpinfo:=20 dev.agp.0.%parent: vgapci0 dev.drmn.%parent:=20 dev.drmn.0.%desc: Intel i915GM dev.drmn.0.%driver: drmn dev.drmn.0.%location:=20 dev.drmn.0.%pnpinfo:=20 dev.drmn.0.%parent: vgapci0 Xorg log (using an unmodified xorg.conf from the old Xorg on 9.2-RELEASE) [ 37.839]=20 X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 37.839] X Protocol Version 11, Revision 0 [ 37.839] Build Operating System: FreeBSD 10.0-STABLE i386=20 [ 37.839] Current Operating System: FreeBSD rwpc08 10.0-STABLE FreeBSD = 10.0-STABLE #6 r268382: Fri Jul 11 15:40:05 AEST 2014 root@rwpc08:/buil= d/obj/build/src/sys/RWPC08 i386 [ 37.839] Build Date: 11 July 2014 06:42:46PM [ 37.839] =20 [ 37.839] Current version of pixman: 0.32.4 [ 37.839] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 37.839] Markers: (--) probed, (**) from config file, (=3D=3D) default= setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 37.839] (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 11 20= :19:07 2014 [ 37.920] (=3D=3D) Using config file: "/usr/local/etc/X11/xorg.conf" [ 37.928] (**) Option "defaultserverlayout" "MBY Docked" [ 37.928] (**) ServerLayout "MBY Docked" [ 37.928] (**) |-->Screen "MBY Desk" (0) [ 37.928] (**) | |-->Monitor "SyncMaster740N" [ 37.944] (**) | |-->Device "Intel i915GM" [ 37.944] (**) Option "DontZap" "off" [ 37.944] (=3D=3D) Automatically adding devices [ 37.944] (=3D=3D) Automatically enabling devices [ 37.953] (WW) The directory "/usr/local/lib/X11/fonts/URW/" does not e= xist. [ 37.953] Entry deleted from font path. [ 37.953] (WW) The directory "/usr/local/lib/X11/fonts/bitstream-vera/"= does not exist. [ 37.953] Entry deleted from font path. [ 37.973] (WW) The directory "/usr/local/lib/X11/fonts/webfonts/" does = not exist. [ 37.973] Entry deleted from font path. [ 38.374] (**) FontPath set to: /usr/local/lib/X11/fonts/dejavu/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF/, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ [ 38.374] (=3D=3D) ModulePath set to "/usr/local/lib/xorg/modules" [ 38.374] (II) The server relies on HAL to provide the list of input de= vices. If no devices become available, reconfigure HAL or disable AutoAddDevices. [ 38.374] (II) Loader magic: 0x81f2cf8 [ 38.374] (II) Module ABI versions: [ 38.374] X.Org ANSI C Emulation: 0.4 [ 38.374] X.Org Video Driver: 12.1 [ 38.374] X.Org XInput driver : 16.0 [ 38.375] X.Org Server Extension : 6.0 [ 38.397] (--) PCI:*(0:0:2:0) 8086:2592:1014:0582 rev 3, Mem @ 0x900800= 00/524288, 0xb0000000/268435456, 0x90000000/262144, I/O @ 0x00001800/8, BIO= S @ 0x????????/65536 [ 38.397] (--) PCI: (0:0:2:1) 8086:2792:1014:0582 rev 3, Mem @ 0x000000= 00/524288 [ 38.397] (II) LoadModule: "extmod" [ 38.453] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod= =2Eso [ 38.541] (II) Module extmod: vendor=3D"X.Org Foundation" [ 38.541] compiled for 1.12.4, module version =3D 1.0.0 [ 38.541] Module class: X.Org Server Extension [ 38.541] ABI class: X.Org Server Extension, version 6.0 [ 38.541] (II) Loading extension MIT-SCREEN-SAVER [ 38.541] (II) Loading extension XFree86-VidModeExtension [ 38.541] (II) Loading extension XFree86-DGA [ 38.541] (II) Loading extension DPMS [ 38.541] (II) Loading extension XVideo [ 38.557] (II) Loading extension XVideo-MotionCompensation [ 38.557] (II) Loading extension X-Resource [ 38.557] (II) LoadModule: "dbe" [ 38.557] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so [ 38.603] (II) Module dbe: vendor=3D"X.Org Foundation" [ 38.603] compiled for 1.12.4, module version =3D 1.0.0 [ 38.603] Module class: X.Org Server Extension [ 38.603] ABI class: X.Org Server Extension, version 6.0 [ 38.603] (II) Loading extension DOUBLE-BUFFER [ 38.603] (II) LoadModule: "glx" [ 38.603] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 38.685] (II) Module glx: vendor=3D"X.Org Foundation" [ 38.685] compiled for 1.12.4, module version =3D 1.0.0 [ 38.685] ABI class: X.Org Server Extension, version 6.0 [ 38.698] (=3D=3D) AIGLX enabled [ 38.717] (II) Loading extension GLX [ 38.717] (II) LoadModule: "record" [ 38.717] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord= =2Eso [ 38.749] (II) Module record: vendor=3D"X.Org Foundation" [ 38.749] compiled for 1.12.4, module version =3D 1.13.0 [ 38.749] Module class: X.Org Server Extension [ 38.749] ABI class: X.Org Server Extension, version 6.0 [ 38.749] (II) Loading extension RECORD [ 38.749] (II) LoadModule: "dri" [ 38.750] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so [ 38.861] (II) Module dri: vendor=3D"X.Org Foundation" [ 38.861] compiled for 1.12.4, module version =3D 1.0.0 [ 38.861] ABI class: X.Org Server Extension, version 6.0 [ 38.862] (II) Loading extension XFree86-DRI [ 38.862] (II) LoadModule: "dri2" [ 38.862] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so [ 38.896] (II) Module dri2: vendor=3D"X.Org Foundation" [ 38.896] compiled for 1.12.4, module version =3D 1.2.0 [ 38.896] ABI class: X.Org Server Extension, version 6.0 [ 38.896] (II) Loading extension DRI2 [ 38.896] (II) LoadModule: "intel" [ 38.953] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 39.106] (II) Module intel: vendor=3D"X.Org Foundation" [ 39.107] compiled for 1.12.4, module version =3D 2.21.15 [ 39.107] Module class: X.Org Video Driver [ 39.107] ABI class: X.Org Video Driver, version 12.1 [ 39.107] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics, HD Graphics 2000, HD Graphics 3000, HD Graphics 2500, HD Graphics 4000, HD Graphics P4000, HD Graphics 4600, HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100, HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200 [ 39.111] (--) Using syscons driver with X support (version 2.0) [ 39.111] (--) using VT number 9 [ 41.216] drmOpenDevice: node name is /dev/dri/card0 [ 41.216] drmOpenDevice: open result is 10, (OK) [ 41.216] drmOpenByBusid: Searching for BusID pci:0000:00:02.0 [ 41.216] drmOpenDevice: node name is /dev/dri/card0 [ 41.216] drmOpenDevice: open result is 10, (OK) [ 41.216] drmOpenByBusid: drmOpenMinor returns 10 [ 41.216] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 [ 41.235] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card s= upport [ 41.235] drmOpenDevice: node name is /dev/dri/card0 [ 41.235] drmOpenDevice: open result is 10, (OK) [ 41.235] drmOpenByBusid: Searching for BusID pci:0000:00:02.0 [ 41.235] drmOpenDevice: node name is /dev/dri/card0 [ 41.235] drmOpenDevice: open result is 10, (OK) [ 41.235] drmOpenByBusid: drmOpenMinor returns 10 [ 41.235] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 [ 41.235] (**) intel(0): Depth 24, (--) framebuffer bpp 32 [ 41.235] (=3D=3D) intel(0): RGB weight 888 [ 41.235] (=3D=3D) intel(0): Default visual is TrueColor [ 41.235] (**) intel(0): Option "AccelMethod" "XAA" [ 41.235] (--) intel(0): Integrated Graphics Chipset: Intel(R) 915GM [ 41.249] (**) intel(0): Relaxed fencing disabled [ 41.249] (**) intel(0): Wait on SwapBuffers? enabled [ 41.249] (**) intel(0): Triple buffering? enabled [ 41.249] (**) intel(0): Framebuffer tiled [ 41.249] (**) intel(0): Pixmaps tiled [ 41.249] (**) intel(0): 3D buffers tiled [ 41.249] (**) intel(0): SwapBuffers wait enabled [ 41.249] (=3D=3D) intel(0): video overlay key set to 0x101fe [ 41.268] (II) intel(0): Output VGA1 using monitor section SyncMaster74= 0N [ 41.569] (II) intel(0): Output TV1 has no monitor section [ 41.586] (II) intel(0): EDID for output VGA1 [ 41.593] (II) intel(0): Printing probed modes for output VGA1 [ 41.593] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1= 440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz UP) [ 41.593] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 11= 84 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 41.593] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1= 056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 41.593] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1= 024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 41.593] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1= 088 480 486 494 517 +hsync +vsync (31.0 kHz e) [ 41.593] (II) intel(0): Modeline "640x480"x60.0 25.18 640 656 752 8= 00 480 490 492 525 -hsync -vsync (31.5 kHz) [ 41.593] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 8= 00 480 489 492 525 -hsync -vsync (31.5 kHz e) [ 41.893] (II) intel(0): EDID for output TV1 [ 41.894] (II) intel(0): Output VGA1 connected [ 41.894] (II) intel(0): Output TV1 disconnected [ 41.894] (II) intel(0): Using user preference for initial modes [ 41.894] (II) intel(0): Output VGA1 using initial mode 1280x1024 [ 41.894] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless = otherwise stated. [ 41.894] (II) intel(0): Kernel page flipping support detected, enabling [ 41.894] (=3D=3D) intel(0): DPI set to (96, 96) [ 41.894] (II) Loading sub module "fb" [ 41.894] (II) LoadModule: "fb" [ 41.894] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 41.912] (II) Module fb: vendor=3D"X.Org Foundation" [ 41.912] compiled for 1.12.4, module version =3D 1.0.0 [ 41.912] ABI class: X.Org ANSI C Emulation, version 0.4 [ 41.912] (II) Loading sub module "dri2" [ 41.912] (II) LoadModule: "dri2" [ 41.912] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so [ 41.912] (II) Module dri2: vendor=3D"X.Org Foundation" [ 41.912] compiled for 1.12.4, module version =3D 1.2.0 [ 41.912] ABI class: X.Org Server Extension, version 6.0 [ 41.912] (=3D=3D) Depth 24 pixmap format is 32 bpp [ 41.913] (II) intel(0): [DRI2] Setup complete [ 41.913] (II) intel(0): [DRI2] DRI driver: i915 [ 41.913] (II) intel(0): Allocated new frame buffer 1280x1024 stride 81= 92, tiled [ 41.927] (II) UXA(0): Driver registered support for the following oper= ations: [ 41.927] (II) solid [ 41.927] (II) copy [ 41.927] (II) composite (RENDER acceleration) [ 41.927] (II) put_image [ 41.927] (II) get_image [ 41.927] (=3D=3D) intel(0): Backing store disabled [ 41.927] (=3D=3D) intel(0): Silken mouse enabled [ 41.928] (II) intel(0): Initializing HW Cursor [ 41.928] (II) intel(0): RandR 1.2 enabled, ignore the following RandR = disabled message. [ 41.962] (**) intel(0): DPMS enabled [ 41.962] (=3D=3D) intel(0): Intel XvMC decoder disabled [ 41.962] (II) intel(0): Set up textured video [ 41.962] (II) intel(0): Set up overlay video [ 41.962] (II) intel(0): direct rendering: DRI2 Enabled [ 41.962] (WW) intel(0): Option "Monitor-LVDS" is not used [ 41.962] (WW) intel(0): Option "Monitor-VGA" is not used [ 42.076] (--) RandR disabled [ 42.076] (II) Initializing built-in extension Generic Event Extension [ 42.076] (II) Initializing built-in extension SHAPE [ 42.076] (II) Initializing built-in extension MIT-SHM [ 42.076] (II) Initializing built-in extension XInputExtension [ 42.076] (II) Initializing built-in extension XTEST [ 42.076] (II) Initializing built-in extension BIG-REQUESTS [ 42.076] (II) Initializing built-in extension SYNC [ 42.076] (II) Initializing built-in extension XKEYBOARD [ 42.076] (II) Initializing built-in extension XC-MISC [ 42.076] (II) Initializing built-in extension XINERAMA [ 42.076] (II) Initializing built-in extension XFIXES [ 42.076] (II) Initializing built-in extension RENDER [ 42.076] (II) Initializing built-in extension RANDR [ 42.076] (II) Initializing built-in extension COMPOSITE [ 42.076] (II) Initializing built-in extension DAMAGE [ 42.601] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 42.601] (II) AIGLX: enabled GLX_INTEL_swap_event [ 42.601] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_co= ntrol [ 42.601] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer obje= cts [ 42.601] (II) AIGLX: Loaded and initialized i915 [ 42.601] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 42.602] (II) intel(0): Setting screen physical size to 338 x 270 [ 43.141] (EE) config/hal: couldn't initialise context: unknown error (= null) [ 46.865] (II) config/hal: Adding input device KVM A1 [ 46.865] (II) LoadModule: "mouse" [ 46.882] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 46.923] (II) Module mouse: vendor=3D"X.Org Foundation" [ 46.923] compiled for 1.12.4, module version =3D 1.9.0 [ 46.923] Module class: X.Org XInput Driver [ 46.923] ABI class: X.Org XInput driver, version 16.0 [ 46.923] (II) Using input driver 'mouse' for 'KVM A1' [ 46.923] (**) KVM A1: always reports core events [ 46.923] (**) Option "Device" "/dev/sysmouse" [ 46.923] (=3D=3D) KVM A1: Protocol: "Auto" [ 46.923] (**) KVM A1: always reports core events [ 46.923] (=3D=3D) KVM A1: Emulate3Buttons, Emulate3Timeout: 50 [ 46.923] (**) KVM A1: ZAxisMapping: buttons 4 and 5 [ 46.923] (**) KVM A1: Buttons: 5 [ 46.923] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/u= sb_device_10d5_5b08_noserial_if1" [ 46.923] (II) XINPUT: Adding extended input device "KVM A1" (type: MOU= SE, id 6) [ 46.924] (**) KVM A1: (accel) keeping acceleration scheme 1 [ 46.924] (**) KVM A1: (accel) acceleration profile 0 [ 46.924] (**) KVM A1: (accel) acceleration factor: 2.000 [ 46.924] (**) KVM A1: (accel) acceleration threshold: 4 [ 46.924] (II) KVM A1: SetupAuto: hw.iftype is 4, hw.model is 0 [ 46.924] (II) KVM A1: SetupAuto: protocol is SysMouse [ 46.930] (II) config/hal: Adding input device KVM A1 [ 46.931] (II) LoadModule: "kbd" [ 46.931] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 46.938] (II) Module kbd: vendor=3D"X.Org Foundation" [ 46.938] compiled for 1.12.4, module version =3D 1.8.0 [ 46.938] Module class: X.Org XInput Driver [ 46.938] ABI class: X.Org XInput driver, version 16.0 [ 46.938] (II) Using input driver 'kbd' for 'KVM A1' [ 46.938] (**) KVM A1: always reports core events [ 46.938] (**) KVM A1: always reports core events [ 46.938] (**) Option "Protocol" "standard" [ 46.938] (WW) Option "Device" requires an string value [ 46.938] (**) Option "XkbRules" "base" [ 46.938] (**) Option "XkbModel" "pc105" [ 46.938] (**) Option "XkbLayout" "us" [ 46.938] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/u= sb_device_10d5_5b08_noserial_if0" [ 46.938] (II) XINPUT: Adding extended input device "KVM A1" (type: KEY= BOARD, id 7) [ 46.948] (II) config/hal: Adding input device AT Keyboard [ 46.948] (II) Using input driver 'kbd' for 'AT Keyboard' [ 46.948] (**) AT Keyboard: always reports core events [ 46.948] (**) AT Keyboard: always reports core events [ 46.948] (**) Option "Protocol" "standard" [ 46.948] (WW) Option "Device" requires an string value [ 46.949] (**) Option "XkbRules" "base" [ 46.949] (**) Option "XkbModel" "pc105" [ 46.949] (**) Option "XkbLayout" "us" [ 46.949] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/a= tkbd_0" [ 46.949] (II) XINPUT: Adding extended input device "AT Keyboard" (type= : KEYBOARD, id 8) [ 46.958] (II) config/hal: Adding input device PS/2 Mouse [ 46.958] (II) Using input driver 'mouse' for 'PS/2 Mouse' [ 46.958] (**) PS/2 Mouse: always reports core events [ 46.958] (**) Option "Device" "/dev/psm0" [ 46.959] (=3D=3D) PS/2 Mouse: Protocol: "Auto" [ 46.959] (**) PS/2 Mouse: always reports core events [ 47.013] (=3D=3D) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50 [ 47.013] (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5 [ 47.013] (**) PS/2 Mouse: Buttons: 5 [ 47.013] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/p= sm_0" [ 47.013] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type:= MOUSE, id 9) [ 47.013] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1 [ 47.013] (**) PS/2 Mouse: (accel) acceleration profile 0 [ 47.013] (**) PS/2 Mouse: (accel) acceleration factor: 2.000 [ 47.013] (**) PS/2 Mouse: (accel) acceleration threshold: 4 [ 47.031] (II) PS/2 Mouse: SetupAuto: hw.iftype is 3, hw.model is 0 [ 47.031] (II) PS/2 Mouse: SetupAuto: protocol is PS/2 [ 47.504] (II) PS/2 Mouse: ps2EnableDataReporting: succeeded [ 66.236] (II) intel(0): Allocated new frame buffer 1024x768 stride 409= 6, tiled [ 321.378] (II) intel(0): Allocated new frame buffer 1280x1024 stride 81= 92, tiled [ 322.202] (II) intel(0): Allocated new frame buffer 1280x1024 stride 81= 92, tiled [ 432.515] (II) UnloadModule: "mouse" [ 432.515] (II) UnloadModule: "kbd" [ 432.515] (II) UnloadModule: "kbd" [ 432.560] (II) UnloadModule: "mouse" [ 432.609] (WW) intel(0): drmDropMaster failed: Unknown error: -22 [ 432.614] 8 XSELINUXs still allocated at reset [ 432.614] SCREEN: 0 objects of 140 bytes =3D 0 total bytes 0 private al= locs [ 432.614] DEVICE: 0 objects of 64 bytes =3D 0 total bytes 0 private all= ocs [ 432.614] CLIENT: 0 objects of 144 bytes =3D 0 total bytes 0 private al= locs [ 432.614] WINDOW: 0 objects of 32 bytes =3D 0 total bytes 0 private all= ocs [ 432.614] PIXMAP: 0 objects of 16 bytes =3D 0 total bytes 0 private all= ocs [ 432.614] GC: 0 objects of 44 bytes =3D 0 total bytes 0 private allocs [ 432.614] CURSOR: 0 objects of 4 bytes =3D 0 total bytes 0 private allo= cs [ 432.614] CURSOR_BITS: 0 objects of 4 bytes =3D 0 total bytes 0 private= allocs [ 432.614] DBE_WINDOW: 0 objects of 12 bytes =3D 0 total bytes 0 private= allocs [ 432.614] GLYPH: 0 objects of 4 bytes =3D 0 total bytes 0 private allocs [ 432.614] TOTAL: 0 objects, 0 bytes, 0 allocs [ 432.614] 8 SELECTIONs still allocated at reset [ 432.614] WINDOW: 0 objects of 32 bytes =3D 0 total bytes 0 private all= ocs [ 432.614] PIXMAP: 0 objects of 16 bytes =3D 0 total bytes 0 private all= ocs [ 432.614] GC: 0 objects of 44 bytes =3D 0 total bytes 0 private allocs [ 432.614] CURSOR: 0 objects of 4 bytes =3D 0 total bytes 0 private allo= cs [ 432.614] CURSOR_BITS: 0 objects of 4 bytes =3D 0 total bytes 0 private= allocs [ 432.614] DBE_WINDOW: 0 objects of 12 bytes =3D 0 total bytes 0 private= allocs [ 432.614] GLYPH: 0 objects of 4 bytes =3D 0 total bytes 0 private allocs [ 432.614] TOTAL: 0 objects, 0 bytes, 0 allocs [ 432.616] (II) intel(0): [DRI2] Setup complete [ 432.616] (II) intel(0): [DRI2] DRI driver: i915 [ 432.616] (II) intel(0): Allocated new frame buffer 1280x1024 stride 81= 92, tiled [ 432.616] (II) UXA(0): Driver registered support for the following oper= ations: [ 432.616] (II) solid [ 432.616] (II) copy [ 432.616] (II) composite (RENDER acceleration) [ 432.616] (II) put_image [ 432.616] (II) get_image [ 432.616] (II) intel(0): Initializing HW Cursor [ 432.616] (II) intel(0): RandR 1.2 enabled, ignore the following RandR = disabled message. [ 432.616] (**) intel(0): DPMS enabled [ 432.616] (=3D=3D) intel(0): Intel XvMC decoder disabled [ 432.616] (II) intel(0): Set up textured video [ 432.616] (II) intel(0): Set up overlay video [ 432.616] (II) intel(0): direct rendering: DRI2 Enabled [ 432.652] (--) RandR disabled [ 432.686] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 432.686] (II) AIGLX: enabled GLX_INTEL_swap_event [ 432.686] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_co= ntrol [ 432.686] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer obje= cts [ 432.686] (II) AIGLX: Loaded and initialized i915 [ 432.686] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 432.687] (II) intel(0): Setting screen physical size to 338 x 270 [ 433.136] (II) config/hal: Adding input device KVM A1 [ 433.137] (II) Using input driver 'mouse' for 'KVM A1' [ 433.137] (**) KVM A1: always reports core events [ 433.137] (**) Option "Device" "/dev/sysmouse" [ 433.137] (=3D=3D) KVM A1: Protocol: "Auto" [ 433.137] (**) KVM A1: always reports core events [ 433.137] (=3D=3D) KVM A1: Emulate3Buttons, Emulate3Timeout: 50 [ 433.137] (**) KVM A1: ZAxisMapping: buttons 4 and 5 [ 433.137] (**) KVM A1: Buttons: 5 [ 433.137] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/u= sb_device_10d5_5b08_noserial_if1" [ 433.137] (**) KVM A1: (accel) keeping acceleration scheme 1 [ 433.137] (**) KVM A1: (accel) acceleration profile 0 [ 433.137] (**) KVM A1: (accel) acceleration factor: 2.000 [ 433.137] (**) KVM A1: (accel) acceleration threshold: 4 [ 433.137] (II) KVM A1: SetupAuto: hw.iftype is 4, hw.model is 0 [ 433.137] (II) KVM A1: SetupAuto: protocol is SysMouse [ 433.144] (II) config/hal: Adding input device KVM A1 [ 433.144] (II) Using input driver 'kbd' for 'KVM A1' [ 433.144] (**) KVM A1: always reports core events [ 433.144] (**) KVM A1: always reports core events [ 433.144] (**) Option "Protocol" "standard" [ 433.144] (WW) Option "Device" requires an string value [ 433.144] (**) Option "XkbRules" "base" [ 433.144] (**) Option "XkbModel" "pc105" [ 433.144] (**) Option "XkbLayout" "us" [ 433.144] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/u= sb_device_10d5_5b08_noserial_if0" [ 433.155] (II) config/hal: Adding input device AT Keyboard [ 433.155] (II) Using input driver 'kbd' for 'AT Keyboard' [ 433.155] (**) AT Keyboard: always reports core events [ 433.155] (**) AT Keyboard: always reports core events [ 433.155] (**) Option "Protocol" "standard" [ 433.155] (WW) Option "Device" requires an string value [ 433.155] (**) Option "XkbRules" "base" [ 433.155] (**) Option "XkbModel" "pc105" [ 433.155] (**) Option "XkbLayout" "us" [ 433.155] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/a= tkbd_0" [ 433.166] (II) config/hal: Adding input device PS/2 Mouse [ 433.166] (II) Using input driver 'mouse' for 'PS/2 Mouse' [ 433.166] (**) PS/2 Mouse: always reports core events [ 433.166] (**) Option "Device" "/dev/psm0" [ 433.166] (=3D=3D) PS/2 Mouse: Protocol: "Auto" [ 433.166] (**) PS/2 Mouse: always reports core events [ 433.222] (=3D=3D) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50 [ 433.222] (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5 [ 433.222] (**) PS/2 Mouse: Buttons: 5 [ 433.222] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/p= sm_0" [ 433.222] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1 [ 433.222] (**) PS/2 Mouse: (accel) acceleration profile 0 [ 433.222] (**) PS/2 Mouse: (accel) acceleration factor: 2.000 [ 433.222] (**) PS/2 Mouse: (accel) acceleration threshold: 4 [ 433.240] (II) PS/2 Mouse: SetupAuto: hw.iftype is 3, hw.model is 0 [ 433.240] (II) PS/2 Mouse: SetupAuto: protocol is PS/2 [ 433.714] (II) PS/2 Mouse: ps2EnableDataReporting: succeeded [ 447.694] (II) AIGLX: Suspending AIGLX clients for VT switch [ 447.694] (WW) intel(0): drmDropMaster failed: Unknown error: -22 [ 460.834] (II) AIGLX: Resuming AIGLX clients after VT switch --=20 John Marshall --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlO/0C8ACgkQw/tAaKKahKJUiQCgvO4dzuEh5pARx/w0rIIJAFpO Rq4Anj9FN8xvlyQVuv+Oim0otkBYMUkW =ZAfB -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8--