New Xorg + KMS works on ancient Intel GPU

John Baldwin jhb at freebsd.org
Thu Aug 21 16:41:53 UTC 2014


I have an Atom netbook that I recently upgraded from a year-and-a-half old
current + ports.  Previously it worked fine with old drm and old Xorg just
fine.  Note that this part is older than any of the parts currently documented
on the Graphics wiki page.

I'm happy to report that it works fine with new Xorg as well (with the
caveat of needing vt(4) instead of sc(4) to have a console after X).
Selected bits of PCI/dmesg/etc.:

dmesg:

info: [drm] Initialized drm 1.1.0 20060810
drmn0: <Intel i945GME> on vgapci0
info: [drm] AGP at 0xd0000000 256MB
iicbus0: <Philips I2C bus> on iicbb0 addr 0xe8
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
iicbus2: <Philips I2C bus> on iicbb1 addr 0x0
iic2: <I2C generic I/O> on iicbus2
iic3: <I2C generic I/O> on iicbus3
iicbus4: <Philips I2C bus> on iicbb2 addr 0x0
iic4: <I2C generic I/O> on iicbus4
iic5: <I2C generic I/O> on iicbus5
iicbus6: <Philips I2C bus> on iicbb3 addr 0x0
iic6: <I2C generic I/O> on iicbus6
iic7: <I2C generic I/O> on iicbus7
iicbus8: <Philips I2C bus> on iicbb4 addr 0x0
iic8: <I2C generic I/O> on iicbus8
iic9: <I2C generic I/O> on iicbus9
iicbus10: <Philips I2C bus> on iicbb5 addr 0x0
iic10: <I2C generic I/O> on iicbus10
iic11: <I2C generic I/O> on iicbus11
iicbus12: <Philips I2C bus> on iicbb6 addr 0x0
iic12: <I2C generic I/O> on iicbus12
iic13: <I2C generic I/O> on iicbus13
iicbus14: <Philips I2C bus> on iicbb7 addr 0x0
iic14: <I2C generic I/O> on iicbus14
iic15: <I2C generic I/O> 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 0xd0000000-0xdffff000
info: [drm] initialized overlay support
fbd0 on drmn0
VT: Replacing driver "vga" with new "fb".
info: [drm] Initialized i915 1.6.0 20080730

pciconf:

vgapci0 at pci0:0:2:0:     class=0x030000 card=0x3056103c chip=0x27ae8086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Mobile 945GSE Express Integrated Graphics Controller'
    class      = display
    subclass   = VGA
    bar   [10] = type Memory, range 32, base 0xe8100000, size 524288, enabled
    bar   [14] = type I/O Port, range 32, base 0x6000, size 8, enabled
    bar   [18] = type Prefetchable Memory, range 32, base 0xd0000000, size 268435456, enabled
    bar   [1c] = type Memory, range 32, base 0xe8180000, size 262144, enabled
    cap 05[90] = MSI supports 1 message 
    cap 01[d0] = powerspec 2  supports D0 D3  current D0
vgapci1 at pci0:0:2:1:     class=0x038000 card=0x3056103c chip=0x27a68086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller'
    class      = display
    bar   [10] = type Memory, range 32, base 0xe8200000, size 524288, enabled
    cap 01[d0] = powerspec 2  supports D0 D3  current D0

pkg info (stock from pkg.freebsd.org, i386):

xf86-video-intel-2.21.15_3     Driver for Intel integrated graphics chipsets
xorg-server-1.12.4_8,1         X.Org X server and related programs

No xorg.conf needed.

Xorg.0.log:

[   656.391] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[   656.391] X Protocol Version 11, Revision 0
[   656.391] Build Operating System: FreeBSD 11.0-CURRENT i386 
[   656.391] Current Operating System: FreeBSD pipkin.baldwin.cx 11.0-CURRENT FreeBSD 11.0-CURRENT #54 r270132: Wed Aug 20 22:56:08 EDT 2014     john at pipkin.baldwin.cx:/usr/obj/usr/src/sys/PIPKIN i386
[   656.392] Build Date: 14 August 2014  02:51:13PM
[   656.392]  
[   656.392] Current version of pixman: 0.32.4
[   656.392]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   656.392] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   656.393] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 21 12:26:53 2014
[   656.455] (II) Loader magic: 0x81f1cf8
[   656.455] (II) Module ABI versions:
[   656.455]    X.Org ANSI C Emulation: 0.4
[   656.455]    X.Org Video Driver: 12.1
[   656.455]    X.Org XInput driver : 16.0
[   656.455]    X.Org Server Extension : 6.0
[   656.456] (--) PCI:*(0:0:2:0) 8086:27ae:103c:3056 rev 3, Mem @ 0xe8100000/524288, 0xd0000000/268435456, 0xe8180000/262144, I/O @ 0x00006000/8, BIOS @ 0x????????/65536
[   656.457] (--) PCI: (0:0:2:1) 8086:27a6:103c:3056 rev 3, Mem @ 0xe8200000/524288
[   656.457] (==) Using default built-in configuration (30 lines)
[   656.457] (==) --- Start of built-in configuration ---
[   656.457]    Section "Device"
[   656.457]            Identifier      "Builtin Default intel Device 0"
[   656.457]            Driver  "intel"
[   656.457]    EndSection
[   656.458]    Section "Screen"
[   656.458]            Identifier      "Builtin Default intel Screen 0"
[   656.458]            Device  "Builtin Default intel Device 0"
[   656.458]    EndSection
[   656.458]    Section "Device"
[   656.458]            Identifier      "Builtin Default vesa Device 0"
[   656.458]            Driver  "vesa"
[   656.458]    EndSection
[   656.458]    Section "Screen"
[   656.458]            Identifier      "Builtin Default vesa Screen 0"
[   656.458]            Device  "Builtin Default vesa Device 0"
[   656.458]    EndSection
[   656.458]    Section "Device"
[   656.458]            Identifier      "Builtin Default fbdev Device 0"
[   656.458]            Driver  "fbdev"
[   656.458]    EndSection
[   656.458]    Section "Screen"
[   656.458]            Identifier      "Builtin Default fbdev Screen 0"
[   656.458]            Device  "Builtin Default fbdev Device 0"
[   656.458]    EndSection
[   656.458]    Section "ServerLayout"
[   656.459]            Identifier      "Builtin Default Layout"
[   656.459]            Screen  "Builtin Default intel Screen 0"
[   656.459]            Screen  "Builtin Default vesa Screen 0"
[   656.459]            Screen  "Builtin Default fbdev Screen 0"
[   656.459]    EndSection
[   656.459] (==) --- End of built-in configuration ---
[   656.459] (==) ServerLayout "Builtin Default Layout"
[   656.459] (**) |-->Screen "Builtin Default intel Screen 0" (0)
[   656.459] (**) |   |-->Monitor "<default monitor>"
[   656.470] (**) |   |-->Device "Builtin Default intel Device 0"
[   656.470] (==) No monitor specified for screen "Builtin Default intel Screen 0".
        Using a default monitor configuration.
[   656.470] (**) |-->Screen "Builtin Default vesa Screen 0" (1)
[   656.470] (**) |   |-->Monitor "<default monitor>"
[   656.471] (**) |   |-->Device "Builtin Default vesa Device 0"
[   656.471] (==) No monitor specified for screen "Builtin Default vesa Screen 0".
        Using a default monitor configuration.
[   656.471] (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
[   656.471] (**) |   |-->Monitor "<default monitor>"
[   656.472] (**) |   |-->Device "Builtin Default fbdev Device 0"
[   656.472] (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
        Using a default monitor configuration.
[   656.472] (==) Automatically adding devices
[   656.472] (==) Automatically enabling devices
[   656.634] (==) FontPath set to:
        /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/
[   656.635] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[   656.635] (II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AutoAddDevices.
[   656.635] (II) LoadModule: "extmod"
[   656.643] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
[   656.647] (II) Module extmod: vendor="X.Org Foundation"
[   656.647]    compiled for 1.12.4, module version = 1.0.0
[   656.647]    Module class: X.Org Server Extension
[   656.647]    ABI class: X.Org Server Extension, version 6.0
[   656.647] (II) Loading extension MIT-SCREEN-SAVER
[   656.647] (II) Loading extension XFree86-VidModeExtension
[   656.647] (II) Loading extension XFree86-DGA
[   656.647] (II) Loading extension DPMS
[   656.647] (II) Loading extension XVideo
[   656.647] (II) Loading extension XVideo-MotionCompensation
[   656.647] (II) Loading extension X-Resource
[   656.647] (II) LoadModule: "dbe"
[   656.648] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
[   656.649] (II) Module dbe: vendor="X.Org Foundation"
[   656.649]    compiled for 1.12.4, module version = 1.0.0
[   656.649]    Module class: X.Org Server Extension
[   656.649]    ABI class: X.Org Server Extension, version 6.0
[   656.649] (II) Loading extension DOUBLE-BUFFER
[   656.649] (II) LoadModule: "glx"
[   656.650] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[   656.676] (II) Module glx: vendor="X.Org Foundation"
[   656.676]    compiled for 1.12.4, module version = 1.0.0
[   656.676]    ABI class: X.Org Server Extension, version 6.0
[   656.677] (==) AIGLX enabled
[   656.677] (II) Loading extension GLX
[   656.677] (II) LoadModule: "record"
[   656.678] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
[   656.680] (II) Module record: vendor="X.Org Foundation"
[   656.680]    compiled for 1.12.4, module version = 1.13.0
[   656.680]    Module class: X.Org Server Extension
[   656.680]    ABI class: X.Org Server Extension, version 6.0
[   656.680] (II) Loading extension RECORD
[   656.680] (II) LoadModule: "dri"
[   656.681] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
[   656.719] (II) Module dri: vendor="X.Org Foundation"
[   656.719]    compiled for 1.12.4, module version = 1.0.0
[   656.719]    ABI class: X.Org Server Extension, version 6.0
[   656.720] (II) Loading extension XFree86-DRI
[   656.720] (II) LoadModule: "dri2"
[   656.720] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[   656.722] (II) Module dri2: vendor="X.Org Foundation"
[   656.723]    compiled for 1.12.4, module version = 1.2.0
[   656.723]    ABI class: X.Org Server Extension, version 6.0
[   656.723] (II) Loading extension DRI2
[   656.723] (II) LoadModule: "intel"
[   656.759] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[   656.779] (II) Module intel: vendor="X.Org Foundation"
[   656.779]    compiled for 1.12.4, module version = 2.21.15
[   656.780]    Module class: X.Org Video Driver
[   656.780]    ABI class: X.Org Video Driver, version 12.1
[   656.780] (II) LoadModule: "vesa"
[   656.782] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[   656.792] (II) Module vesa: vendor="X.Org Foundation"
[   656.793]    compiled for 1.12.4, module version = 2.3.3
[   656.793]    Module class: X.Org Video Driver
[   656.793]    ABI class: X.Org Video Driver, version 12.1
[   656.793] (II) LoadModule: "fbdev"
[   656.808] (WW) Warning, couldn't open module fbdev
[   656.808] (II) UnloadModule: "fbdev"
[   656.808] (II) Unloading fbdev
[   656.808] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   656.808] (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
[   656.812] (II) VESA: driver for VESA chipsets: vesa
[   656.812] (--) Using syscons driver with X support (version 2.0)
[   656.812] (--) using VT number 9

[   659.109] drmOpenDevice: node name is /dev/dri/card0
[   659.109] drmOpenDevice: open result is 10, (OK)
[   659.110] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   659.110] drmOpenDevice: node name is /dev/dri/card0
[   659.110] drmOpenDevice: open result is 10, (OK)
[   659.110] drmOpenByBusid: drmOpenMinor returns 10
[   659.110] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   659.112] (WW) Falling back to old probe method for vesa
[   659.112] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   659.112] drmOpenDevice: node name is /dev/dri/card0
[   659.113] drmOpenDevice: open result is 10, (OK)
[   659.113] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   659.113] drmOpenDevice: node name is /dev/dri/card0
[   659.113] drmOpenDevice: open result is 10, (OK)
[   659.113] drmOpenByBusid: drmOpenMinor returns 10
[   659.113] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   659.114] (II) intel(0): Creating default Display subsection in Screen section
        "Builtin Default intel Screen 0" for depth/fbbpp 24/32
[   659.114] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   659.114] (==) intel(0): RGB weight 888
[   659.114] (==) intel(0): Default visual is TrueColor
[   659.114] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[   659.115] (**) intel(0): Relaxed fencing disabled
[   659.115] (**) intel(0): Wait on SwapBuffers? enabled
[   659.115] (**) intel(0): Triple buffering? enabled
[   659.115] (**) intel(0): Framebuffer tiled
[   659.115] (**) intel(0): Pixmaps tiled
[   659.115] (**) intel(0): 3D buffers tiled
[   659.115] (**) intel(0): SwapBuffers wait enabled
[   659.115] (==) intel(0): video overlay key set to 0x101fe
[   659.116] (II) intel(0): Output LVDS1 has no monitor section
[   659.139] (II) intel(0): Output VGA1 has no monitor section
[   659.482] (II) intel(0): Output TV1 has no monitor section
[   659.509] (II) intel(0): EDID for output LVDS1
[   659.509] (II) intel(0): Manufacturer: LGD  Model: b601  Serial#: 0
[   659.509] (II) intel(0): Year: 2008  Week: 0
[   659.509] (II) intel(0): EDID Version: 1.3
[   659.509] (II) intel(0): Digital Display Input
[   659.509] (II) intel(0): Max Image Size [cm]: horiz.: 22  vert.: 13
[   659.509] (II) intel(0): Gamma: 2.20
[   659.509] (II) intel(0): No DPMS capabilities specified
[   659.509] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   659.509] (II) intel(0): First detailed timing is preferred mode
[   659.509] (II) intel(0): redX: 0.588 redY: 0.347   greenX: 0.331 greenY: 0.546
[   659.509] (II) intel(0): blueX: 0.154 blueY: 0.128   whiteX: 0.313 whiteY: 0.329
[   659.509] (II) intel(0): Manufacturer's mask: 0
[   659.509] (II) intel(0): Supported detailed timing:
[   659.510] (II) intel(0): clock: 42.1 MHz   Image Size:  224 x 126 mm
[   659.510] (II) intel(0): h_active: 1024  h_sync: 1072  h_sync_end 1103 h_blank_end 1164 h_border: 0
[   659.510] (II) intel(0): v_active: 576  v_sync: 579  v_sync_end 584 v_blanking: 603 v_border: 0
[   659.510] (II) intel(0):  LG Display
[   659.510] (II) intel(0): Monitor name: LP101WS1-TLB1
[   659.510] (II) intel(0): EDID (in hex):
[   659.510] (II) intel(0):     00ffffffffffff0030e401b600000000
[   659.510] (II) intel(0):     0012010380160d780abfb59658548b27
[   659.510] (II) intel(0):     20505400000001010101010101010101
[   659.510] (II) intel(0):     0101010101017510008c40401b20301f
[   659.510] (II) intel(0):     3500e07e000000190000000000000000
[   659.510] (II) intel(0):     00000000000000000000000000fe004c
[   659.510] (II) intel(0):     4720446973706c61790a2020000000fc
[   659.510] (II) intel(0):     004c503130315753312d544c423100e7
[   659.510] (II) intel(0): EDID vendor "LGD", prod id 46593
[   659.511] (II) intel(0): Printing DDC gathered Modelines:
[   659.511] (II) intel(0): Modeline "1024x576"x0.0   42.13  1024 1072 1103 1164  576 579 584 603 -hsync -vsync (36.2 kHz eP)
[   659.512] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   659.512] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   659.512] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   659.512] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   659.512] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   659.512] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   659.512] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   659.512] (II) intel(0): Printing probed modes for output LVDS1
[   659.512] (II) intel(0): Modeline "1024x576"x60.0   42.13  1024 1072 1103 1164  576 579 584 603 -hsync -vsync (36.2 kHz eP)
[   659.513] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   659.535] (II) intel(0): EDID for output VGA1
[   659.844] (II) intel(0): EDID for output TV1
[   659.844] (II) intel(0): Output LVDS1 connected
[   659.844] (II) intel(0): Output VGA1 disconnected
[   659.844] (II) intel(0): Output TV1 disconnected
[   659.844] (II) intel(0): Using exact sizes for initial modes
[   659.844] (II) intel(0): Output LVDS1 using initial mode 1024x576
[   659.844] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   659.844] (II) intel(0): Kernel page flipping support detected, enabling
[   659.844] (**) intel(0): Display dimensions: (220, 130) mm
[   659.844] (**) intel(0): DPI set to (118, 112)
[   659.845] (II) Loading sub module "fb"
[   659.845] (II) LoadModule: "fb"
[   659.846] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[   659.859] (II) Module fb: vendor="X.Org Foundation"
[   659.860]    compiled for 1.12.4, module version = 1.0.0
[   659.860]    ABI class: X.Org ANSI C Emulation, version 0.4
[   659.860] (II) Loading sub module "dri2"
[   659.860] (II) LoadModule: "dri2"
[   659.861] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[   659.861] (II) Module dri2: vendor="X.Org Foundation"
[   659.861]    compiled for 1.12.4, module version = 1.2.0
[   659.861]    ABI class: X.Org Server Extension, version 6.0
[   659.861] (II) UnloadModule: "vesa"
[   659.861] (II) Unloading vesa
[   659.861] (==) Depth 24 pixmap format is 32 bpp
[   659.862] (II) intel(0): [DRI2] Setup complete
[   659.862] (II) intel(0): [DRI2]   DRI driver: i915
[   659.862] (II) intel(0): Allocated new frame buffer 1024x576 stride 4096, tiled
[   659.890] (II) UXA(0): Driver registered support for the following operations:
[   659.890] (II)         solid
[   659.890] (II)         copy
[   659.890] (II)         composite (RENDER acceleration)
[   659.890] (II)         put_image
[   659.890] (II)         get_image
[   659.890] (==) intel(0): Backing store disabled
[   659.890] (==) intel(0): Silken mouse enabled
[   659.891] (II) intel(0): Initializing HW Cursor
[   659.891] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   659.896] (==) intel(0): DPMS enabled
[   659.896] (==) intel(0): Intel XvMC decoder disabled
[   659.896] (II) intel(0): Set up textured video
[   659.897] (II) intel(0): Set up overlay video
[   659.897] (II) intel(0): direct rendering: DRI2 Enabled
[   659.903] (--) RandR disabled
[   659.903] (II) Initializing built-in extension Generic Event Extension
[   659.904] (II) Initializing built-in extension SHAPE
[   659.904] (II) Initializing built-in extension MIT-SHM
[   659.904] (II) Initializing built-in extension XInputExtension
[   659.904] (II) Initializing built-in extension XTEST
[   659.904] (II) Initializing built-in extension BIG-REQUESTS
[   659.904] (II) Initializing built-in extension SYNC
[   659.904] (II) Initializing built-in extension XKEYBOARD
[   659.904] (II) Initializing built-in extension XC-MISC
[   659.904] (II) Initializing built-in extension XINERAMA
[   659.904] (II) Initializing built-in extension XFIXES
[   659.904] (II) Initializing built-in extension RENDER
[   659.904] (II) Initializing built-in extension RANDR
[   659.904] (II) Initializing built-in extension COMPOSITE
[   659.904] (II) Initializing built-in extension DAMAGE
[   660.436] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   660.437] (II) AIGLX: enabled GLX_INTEL_swap_event
[   660.437] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   660.437] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   660.437] (II) AIGLX: Loaded and initialized i915
[   660.437] (II) GLX: Initialized DRI2 GL provider for screen 0
[   660.445] (II) intel(0): Setting screen physical size to 270 x 152
[   661.952] (II) config/hal: Adding input device AT Keyboard
[   661.952] (II) LoadModule: "kbd"
[   661.954] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[   661.990] (II) Module kbd: vendor="X.Org Foundation"
[   661.991]    compiled for 1.12.4, module version = 1.8.0
[   661.991]    Module class: X.Org XInput Driver
[   661.991]    ABI class: X.Org XInput driver, version 16.0
[   661.991] (II) Using input driver 'kbd' for 'AT Keyboard'
[   661.991] (**) AT Keyboard: always reports core events
[   661.991] (**) AT Keyboard: always reports core events
[   661.991] (**) Option "Protocol" "standard"
[   661.991] (WW) Option "Device" requires an string value
[   661.991] (**) Option "XkbRules" "base"
[   661.991] (**) Option "XkbModel" "pc105"
[   661.991] (**) Option "XkbLayout" "us"
[   661.992] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/atkbd_0"
[   661.992] (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD, id 6)
[   662.027] (II) config/hal: Adding input device PS/2 Mouse
[   662.027] (II) LoadModule: "mouse"
[   662.030] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[   662.067] (II) Module mouse: vendor="X.Org Foundation"
[   662.067]    compiled for 1.12.4, module version = 1.9.0
[   662.067]    Module class: X.Org XInput Driver
[   662.067]    ABI class: X.Org XInput driver, version 16.0
[   662.067] (II) Using input driver 'mouse' for 'PS/2 Mouse'
[   662.067] (**) PS/2 Mouse: always reports core events
[   662.067] (**) Option "Device" "/dev/sysmouse"
[   662.068] (==) PS/2 Mouse: Protocol: "Auto"
[   662.068] (**) PS/2 Mouse: always reports core events
[   662.068] (==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
[   662.068] (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
[   662.068] (**) PS/2 Mouse: Buttons: 5
[   662.068] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/psm_0"
[   662.068] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE, id 7)
[   662.069] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[   662.069] (**) PS/2 Mouse: (accel) acceleration profile 0
[   662.069] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[   662.069] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[   662.069] (II) PS/2 Mouse: SetupAuto: hw.iftype is 4, hw.model is 0
[   662.069] (II) PS/2 Mouse: SetupAuto: protocol is SysMouse

-- 
John Baldwin


More information about the freebsd-x11 mailing list