Date: Mon, 4 Apr 2016 22:42:08 +0000 From: Shane Riddle <sriddle@outlook.com> To: Anthony Jenkins <Scoobi_doo@yahoo.com> Cc: "freebsd-mobile@freebsd.org" <freebsd-mobile@freebsd.org> Subject: RE: Thinkpad T530 - synaptics driver for touchpad AND mouse driver for trackpoint? Message-ID: <CO2PR10MB0119A0115FFC3E226B19C71FBD9D0@CO2PR10MB0119.namprd10.prod.outlook.com> In-Reply-To: <57028F95.7080505@yahoo.com> References: <CO2PR10MB01198D83B521149778D0F4A9BD9C0@CO2PR10MB0119.namprd10.prod.outlook.com>, <57028F95.7080505@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Thanks for your response and offer of assistance, Anthony. I hope this isn't overkill, I thought it may be helpful to show all the logs you requested for both configurations. Please let me know if this is what you were expecting. And thanks again for the help! ________________________________________ From: Anthony Jenkins [Scoobi_doo@yahoo.com] Sent: Monday, April 4, 2016 11:00 AM To: Shane Riddle Cc: freebsd-mobile@freebsd.org Subject: Re: Thinkpad T530 - synaptics driver for touchpad AND mouse driver for trackpoint? On 04/03/2016 01:40 PM, Shane Riddle wrote: > I am using FreeBSD 10.3 RELEASE on a Thinkpad T530. I'm trying to get both the Trackpoint and Touchpad into (my definition of) a fully functional state. Since "a fully functional state" is a completely subjective term, here's how I'm defining it for each device. > > * Trackpoint: Trackpoint 'nub' works for mouse pointer movement, and all three buttons working. > * Touchpad: two-finger scrolling, tap-to-click > > I will try to describe the trial & error methods I have used as clearly as possible.... > > > In all cases, the following is true. > > ----------------------------------- > Installed Ports > ----------------------------------- > * x11/libsynaptics > * x11-drivers/xf86-input-synaptics > > ----------------------------------- > /boot/loader.conf > ----------------------------------- > hw.psm.synaptics_support=1 > hw.psm.trackpoint_support=1 > > ----------------------------------- > /usr/local/etc/X11/xorg.conf > ----------------------------------- > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > Option "AutoAddDevices" "false" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > > > The first change I made was to /etc/rc.conf. > ------------- > /etc/rc.conf > ------------- > moused_enable="YES" > moused_flags="-V -a 1.6 -U 4 -L 1.5" > > In this state, my trackpoint is "fully functional" and my touchpad has "limited functionality" due to the fact that I can't get two-finger scrolling to work. I can use vertical-edge scrolling with one finger; however after much effort to do so, I just can't get comfortable with this. > > Looking at output from sysctl seems ok, except for one thing: > > hw.psm.synaptics.two_finger_scroll: 0 > > And if I change this value to "1" then vertical edge scrolling stops working, while two finger scroll *still* doesn't work. > > This leads me to conclude that despite a change recently introduced (1), my particular touchpad hardware is not supported through the mouse driver. > > (1) https://lists.freebsd.org/pipermail/freebsd-current/2015-April/055381.html > > > > Then, I tried to use the synaptics driver in xorg.conf. > ----------------------------------- > /usr/local/etc/X11/xorg.conf > ----------------------------------- > Section "InputDevice" > Identifier "Touchpad0" > Driver "synaptics" > Option "Protocol" "psm" > Option "Device" "/dev/psm0" > Option "EmulateTwoFingerMinZ" "7" > Option "EmulateTwoFingerMinW" "7" > Option "VertScrollDelta" "-111" > Option "VertTwoFingerScroll" "on" > Option "VertEdgeScroll" "off" > EndSection > > > This only works if I disable moused. > -------------------- > /etc/rc.conf > -------------------- > moused_enable="NO" > > Otherwise, the synaptics driver can't use /dev/psm0. I guess the mouse driver selects /dev/psm0, blocking its use by the touchpad. Right, I believe xf86-input-synaptics only works with psm(4). > After diabling moused, the touchpad works *perfectly* but unfortunately, the Trackpoint now doesn't work at all. No buttons, no nub movement. BUT - a USB mouse still works fine, which uses the mouse driver. Sounds like moused(8) drives the Trackpoint, if it quit working after disabling moused. What are the outputs of the following commands: 1) dmesg | grep psm 2) grep -C 5 -i '\(ps/2\|synaptics\)' /var/log/Xorg.0.log # in the "touchpad working perfectly" configuration 3) ps axww | grep -v grep | grep moused # in the "trackpoint working perfectly" configuration It might be useful to see /all/ of /var/log/Xorg.0.log, not just the Synaptics and PS/2 lines.... -- Anthony Jenkins [-- Attachment #2 --] ===================================================== "Touchpad working perfectly" logs ===================================================== $ dmesg | grep psm psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0 ----------------------------------------------------------------------------------- $ ps axww | grep -v grep | grep moused 1626 - Is 0:00.00 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid ----------------------------------------------------------------------------------- $ grep -C 5 -i '\(ps/2\|synaptics\)' /var/log/Xorg.0.log [ 7868.826] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 7868.828] (II) Module glx: vendor="X.Org Foundation" [ 7868.828] compiled for 1.17.4, module version = 1.0.0 [ 7868.828] ABI class: X.Org Server Extension, version 9.0 [ 7868.828] (==) AIGLX enabled [ 7868.828] (II) LoadModule: "synaptics" [ 7868.828] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 7868.828] (II) Module synaptics: vendor="X.Org Foundation" [ 7868.828] compiled for 1.17.4, module version = 1.8.2 [ 7868.828] Module class: X.Org XInput Driver [ 7868.828] ABI class: X.Org XInput driver, version 21.0 [ 7868.828] (II) LoadModule: "intel" [ 7868.828] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so -- [ 7868.829] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 7868.829] (II) Module kbd: vendor="X.Org Foundation" [ 7868.829] compiled for 1.17.4, module version = 1.8.1 [ 7868.829] Module class: X.Org XInput Driver [ 7868.829] ABI class: X.Org XInput driver, version 21.0 [ 7868.829] (II) LoadModule: "synaptics" [ 7868.829] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 7868.829] (II) Module synaptics: vendor="X.Org Foundation" [ 7868.829] compiled for 1.17.4, module version = 1.8.2 [ 7868.829] Module class: X.Org XInput Driver [ 7868.829] ABI class: X.Org XInput driver, version 21.0 [ 7868.829] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, -- [ 7869.231] (**) Option "Protocol" "standard" [ 7869.231] (**) Option "XkbRules" "base" [ 7869.231] (**) Option "XkbModel" "pc105" [ 7869.231] (**) Option "XkbLayout" "us" [ 7869.231] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7) [ 7869.233] (II) Using input driver 'synaptics' for 'Touchpad0' [ 7869.233] (**) Option "CorePointer" [ 7869.233] (**) Touchpad0: always reports core events [ 7869.233] (**) Option "Protocol" "psm" [ 7869.233] (**) Option "Device" "/dev/psm0" [ 7869.282] (--) synaptics: Touchpad0: invalid x-axis range. defaulting to 1615 - 5685 [ 7869.282] (--) synaptics: Touchpad0: invalid y-axis range. defaulting to 1729 - 4171 [ 7869.282] (--) synaptics: Touchpad0: invalid pressure range. defaulting to 0 - 255 [ 7869.282] (--) synaptics: Touchpad0: invalid finger width range. defaulting to 0 - 15 [ 7869.282] (**) Option "EmulateTwoFingerMinZ" "7" [ 7869.282] (**) Option "EmulateTwoFingerMinW" "7" [ 7869.282] (**) Option "VertScrollDelta" "-111" [ 7869.282] (**) Option "VertEdgeScroll" "off" [ 7869.282] (**) Option "VertTwoFingerScroll" "on" [ 7869.282] (--) synaptics: Touchpad0: synaptics touchpad found [ 7869.282] (--) synaptics: Touchpad0: Synaptics Touchpad, model: 0 [ 7869.282] (--) synaptics: Touchpad0: Firmware: 7.2 [ 7869.282] (--) synaptics: Touchpad0: Sensor: 1 [ 7869.282] (--) synaptics: Touchpad0: new absolute packet format [ 7869.282] (--) synaptics: Touchpad0: Touchpad has extended capability bits [ 7869.282] (--) synaptics: Touchpad0: -> palm detection [ 7869.282] (--) synaptics: Touchpad0: -> pass-through port [ 7869.282] (**) Touchpad0: always reports core events [ 7869.317] (II) XINPUT: Adding extended input device "Touchpad0" (type: TOUCHPAD, id 8) [ 7869.317] (**) synaptics: Touchpad0: (accel) MinSpeed is now constant deceleration 2.5 [ 7869.317] (**) synaptics: Touchpad0: (accel) MaxSpeed is now 1.75 [ 7869.317] (**) synaptics: Touchpad0: (accel) AccelFactor is now 0.042 [ 7869.317] (**) Touchpad0: (accel) keeping acceleration scheme 1 [ 7869.317] (**) Touchpad0: (accel) acceleration profile 1 [ 7869.317] (**) Touchpad0: (accel) acceleration factor: 2.000 [ 7869.317] (**) Touchpad0: (accel) acceleration threshold: 4 [ 7869.365] (--) synaptics: Touchpad0: synaptics touchpad found [ 7869.365] (--) synaptics: Touchpad0: Synaptics Touchpad, model: 0 [ 7869.365] (--) synaptics: Touchpad0: Firmware: 7.2 [ 7869.365] (--) synaptics: Touchpad0: Sensor: 1 [ 7869.365] (--) synaptics: Touchpad0: new absolute packet format [ 7869.365] (--) synaptics: Touchpad0: Touchpad has extended capability bits [ 7869.365] (--) synaptics: Touchpad0: -> palm detection [ 7869.365] (--) synaptics: Touchpad0: -> pass-through port [ 7869.365] (II) config/devd: probing input devices... [ 7869.365] (II) config/devd: adding input device (null) (/dev/kbdmux) [ 7869.365] (II) AutoAddDevices is off - not adding device. [ 7869.365] (II) config/devd: kbdmux is enabled, ignoring device ukbd0 [ 7869.365] (II) config/devd: kbdmux is enabled, ignoring device atkbd0 ----------------------------------------------------------------------------------- $ cat /var/log/Xorg.0.log [ 7868.825] X.Org X Server 1.17.4 Release Date: 2015-10-28 [ 7868.825] X Protocol Version 11, Revision 0 [ 7868.825] Build Operating System: FreeBSD 10.1-RELEASE-p31 amd64 [ 7868.825] Current Operating System: FreeBSD mask.bsd.net 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 [ 7868.825] Build Date: 17 March 2016 04:10:27AM [ 7868.825] [ 7868.825] Current version of pixman: 0.32.8 [ 7868.825] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 7868.825] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 7868.825] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 4 17:12:30 2016 [ 7868.825] (==) Using config file: "/usr/local/etc/X11/xorg.conf" [ 7868.825] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d" [ 7868.825] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 7868.825] (==) ServerLayout "X.org Configured" [ 7868.826] (**) |-->Screen "Screen0" (0) [ 7868.826] (**) | |-->Monitor "Monitor0" [ 7868.826] (**) | |-->Device "Card0" [ 7868.826] (**) |-->Input Device "Mouse0" [ 7868.826] (**) |-->Input Device "Keyboard0" [ 7868.826] (**) |-->Input Device "Touchpad0" [ 7868.826] (**) Option "AutoAddDevices" "false" [ 7868.826] (**) Not automatically adding devices [ 7868.826] (==) Automatically enabling devices [ 7868.826] (==) Not automatically adding GPU devices [ 7868.826] (WW) The directory "/usr/local/share/fonts/Droid/" does not exist. [ 7868.826] Entry deleted from font path. [ 7868.826] (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts/myfonts/". [ 7868.826] Entry deleted from font path. [ 7868.826] (Run 'mkfontdir' on "/usr/local/share/fonts/myfonts/"). [ 7868.826] (**) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, /usr/local/share/fonts/anonymous-pro/, /usr/local/share/fonts/ParaType/, /usr/local/share/fonts/webfonts/, /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/ [ 7868.826] (**) ModulePath set to "/usr/local/lib/xorg/modules" [ 7868.826] (II) Loader magic: 0x801510 [ 7868.826] (II) Module ABI versions: [ 7868.826] X.Org ANSI C Emulation: 0.4 [ 7868.826] X.Org Video Driver: 19.0 [ 7868.826] X.Org XInput driver : 21.0 [ 7868.826] X.Org Server Extension : 9.0 [ 7868.826] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f6 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/65536 [ 7868.826] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 7868.826] (II) LoadModule: "glx" [ 7868.826] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 7868.828] (II) Module glx: vendor="X.Org Foundation" [ 7868.828] compiled for 1.17.4, module version = 1.0.0 [ 7868.828] ABI class: X.Org Server Extension, version 9.0 [ 7868.828] (==) AIGLX enabled [ 7868.828] (II) LoadModule: "synaptics" [ 7868.828] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 7868.828] (II) Module synaptics: vendor="X.Org Foundation" [ 7868.828] compiled for 1.17.4, module version = 1.8.2 [ 7868.828] Module class: X.Org XInput Driver [ 7868.828] ABI class: X.Org XInput driver, version 21.0 [ 7868.828] (II) LoadModule: "intel" [ 7868.828] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 7868.829] (II) Module intel: vendor="X.Org Foundation" [ 7868.829] compiled for 1.17.4, module version = 2.21.15 [ 7868.829] Module class: X.Org Video Driver [ 7868.829] ABI class: X.Org Video Driver, version 19.0 [ 7868.829] (II) LoadModule: "mouse" [ 7868.829] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 7868.829] (II) Module mouse: vendor="X.Org Foundation" [ 7868.829] compiled for 1.17.4, module version = 1.9.1 [ 7868.829] Module class: X.Org XInput Driver [ 7868.829] ABI class: X.Org XInput driver, version 21.0 [ 7868.829] (II) LoadModule: "kbd" [ 7868.829] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 7868.829] (II) Module kbd: vendor="X.Org Foundation" [ 7868.829] compiled for 1.17.4, module version = 1.8.1 [ 7868.829] Module class: X.Org XInput Driver [ 7868.829] ABI class: X.Org XInput driver, version 21.0 [ 7868.829] (II) LoadModule: "synaptics" [ 7868.829] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 7868.829] (II) Module synaptics: vendor="X.Org Foundation" [ 7868.829] compiled for 1.17.4, module version = 1.8.2 [ 7868.829] Module class: X.Org XInput Driver [ 7868.829] ABI class: X.Org XInput driver, version 21.0 [ 7868.829] (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 [ 7868.830] (--) Using syscons driver with X support (version 0.x) [ 7868.830] (--) using VT number 9 [ 7868.831] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 7868.831] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 7868.831] (==) intel(0): RGB weight 888 [ 7868.831] (==) intel(0): Default visual is TrueColor [ 7868.831] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000 [ 7868.831] (**) intel(0): Relaxed fencing enabled [ 7868.831] (**) intel(0): Wait on SwapBuffers? enabled [ 7868.831] (**) intel(0): Triple buffering? enabled [ 7868.831] (**) intel(0): Framebuffer tiled [ 7868.831] (**) intel(0): Pixmaps tiled [ 7868.831] (**) intel(0): 3D buffers tiled [ 7868.831] (**) intel(0): SwapBuffers wait enabled [ 7868.831] (==) intel(0): video overlay key set to 0x101fe [ 7868.831] (II) intel(0): Output LVDS1 using monitor section Monitor0 [ 7868.831] (II) intel(0): Output VGA1 has no monitor section [ 7868.934] (II) intel(0): Output HDMI1 has no monitor section [ 7868.944] (II) intel(0): Output DP1 has no monitor section [ 7868.949] (II) intel(0): Output HDMI2 has no monitor section [ 7868.954] (II) intel(0): Output HDMI3 has no monitor section [ 7868.963] (II) intel(0): Output DP2 has no monitor section [ 7868.972] (II) intel(0): Output DP3 has no monitor section [ 7868.972] (II) intel(0): EDID for output LVDS1 [ 7868.972] (II) intel(0): Manufacturer: LEN Model: 40b1 Serial#: 0 [ 7868.972] (II) intel(0): Year: 2009 Week: 0 [ 7868.972] (II) intel(0): EDID Version: 1.3 [ 7868.972] (II) intel(0): Digital Display Input [ 7868.972] (II) intel(0): Max Image Size [cm]: horiz.: 35 vert.: 19 [ 7868.972] (II) intel(0): Gamma: 2.20 [ 7868.972] (II) intel(0): DPMS capabilities: StandBy Suspend Off [ 7868.972] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 7868.972] (II) intel(0): First detailed timing is preferred mode [ 7868.972] (II) intel(0): redX: 0.610 redY: 0.348 greenX: 0.316 greenY: 0.589 [ 7868.972] (II) intel(0): blueX: 0.151 blueY: 0.066 whiteX: 0.313 whiteY: 0.329 [ 7868.972] (II) intel(0): Manufacturer's mask: 0 [ 7868.972] (II) intel(0): Supported detailed timing: [ 7868.972] (II) intel(0): clock: 108.5 MHz Image Size: 345 x 194 mm [ 7868.972] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1920 h_border: 0 [ 7868.972] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 942 v_border: 0 [ 7868.972] (II) intel(0): Supported detailed timing: [ 7868.972] (II) intel(0): clock: 90.4 MHz Image Size: 345 x 194 mm [ 7868.972] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1920 h_border: 0 [ 7868.972] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 942 v_border: 0 [ 7868.972] (II) intel(0): Unknown vendor-specific block f [ 7868.972] (II) intel(0): LP156WD1-TLB2 [ 7868.972] (II) intel(0): EDID (in hex): [ 7868.972] (II) intel(0): 00ffffffffffff0030aeb14000000000 [ 7868.972] (II) intel(0): 0013010380231378ea43c59c59519626 [ 7868.972] (II) intel(0): 11505400000001010101010101010101 [ 7868.972] (II) intel(0): 010101010101622a404061842a303020 [ 7868.972] (II) intel(0): 350059c2100000195323404061842a30 [ 7868.972] (II) intel(0): 3020350059c2100000190000000f00a9 [ 7868.972] (II) intel(0): 0932a9092816090030e40002000000fe [ 7868.972] (II) intel(0): 004c503135365744312d544c423200e2 [ 7868.972] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) [ 7868.972] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 7868.972] (II) intel(0): Printing probed modes for output LVDS1 [ 7868.972] (II) intel(0): Modeline "1600x900"x60.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 7868.972] (II) intel(0): Modeline "1600x900"x50.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 7868.972] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 7868.972] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 7868.972] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 7868.972] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 7868.972] (II) intel(0): EDID for output VGA1 [ 7869.075] (II) intel(0): EDID for output HDMI1 [ 7869.085] (II) intel(0): EDID for output DP1 [ 7869.090] (II) intel(0): EDID for output HDMI2 [ 7869.095] (II) intel(0): EDID for output HDMI3 [ 7869.104] (II) intel(0): EDID for output DP2 [ 7869.113] (II) intel(0): EDID for output DP3 [ 7869.113] (II) intel(0): Output LVDS1 connected [ 7869.113] (II) intel(0): Output VGA1 disconnected [ 7869.113] (II) intel(0): Output HDMI1 disconnected [ 7869.113] (II) intel(0): Output DP1 disconnected [ 7869.113] (II) intel(0): Output HDMI2 disconnected [ 7869.113] (II) intel(0): Output HDMI3 disconnected [ 7869.113] (II) intel(0): Output DP2 disconnected [ 7869.113] (II) intel(0): Output DP3 disconnected [ 7869.113] (II) intel(0): Using exact sizes for initial modes [ 7869.113] (II) intel(0): Output LVDS1 using initial mode 1600x900 [ 7869.113] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 7869.113] (II) intel(0): Kernel page flipping support detected, enabling [ 7869.113] (==) intel(0): DPI set to (96, 96) [ 7869.113] (II) Loading sub module "fb" [ 7869.113] (II) LoadModule: "fb" [ 7869.113] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 7869.113] (II) Module fb: vendor="X.Org Foundation" [ 7869.113] compiled for 1.17.4, module version = 1.0.0 [ 7869.113] ABI class: X.Org ANSI C Emulation, version 0.4 [ 7869.113] (II) Loading sub module "dri2" [ 7869.113] (II) LoadModule: "dri2" [ 7869.113] (II) Module "dri2" already built-in [ 7869.113] (==) Depth 24 pixmap format is 32 bpp [ 7869.113] (II) intel(0): [DRI2] Setup complete [ 7869.113] (II) intel(0): [DRI2] DRI driver: i965 [ 7869.113] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled [ 7869.114] (II) UXA(0): Driver registered support for the following operations: [ 7869.114] (II) solid [ 7869.114] (II) copy [ 7869.114] (II) composite (RENDER acceleration) [ 7869.114] (II) put_image [ 7869.114] (II) get_image [ 7869.114] (==) intel(0): Backing store enabled [ 7869.114] (==) intel(0): Silken mouse enabled [ 7869.114] (II) intel(0): Initializing HW Cursor [ 7869.114] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 7869.114] (==) intel(0): DPMS enabled [ 7869.114] (==) intel(0): Intel XvMC decoder enabled [ 7869.114] (II) intel(0): Set up textured video [ 7869.114] (II) intel(0): [XvMC] xvmc_vld driver initialized. [ 7869.114] (II) intel(0): direct rendering: DRI2 Enabled [ 7869.127] (--) RandR disabled [ 7869.133] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 7869.133] (II) AIGLX: enabled GLX_ARB_create_context [ 7869.133] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 7869.133] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 7869.133] (II) AIGLX: enabled GLX_INTEL_swap_event [ 7869.133] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 7869.133] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 7869.133] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 7869.133] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 7869.134] (II) AIGLX: Loaded and initialized i965 [ 7869.134] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 7869.134] (II) intel(0): Setting screen physical size to 423 x 238 [ 7869.231] (II) Using input driver 'mouse' for 'Mouse0' [ 7869.231] (**) Option "CorePointer" [ 7869.231] (**) Mouse0: always reports core events [ 7869.231] (**) Option "Protocol" "auto" [ 7869.231] (**) Option "Device" "/dev/sysmouse" [ 7869.231] (**) Mouse0: Protocol: "auto" [ 7869.231] (**) Mouse0: always reports core events [ 7869.231] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 [ 7869.231] (**) Option "ZAxisMapping" "4 5 6 7" [ 7869.231] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 [ 7869.231] (**) Mouse0: Buttons: 7 [ 7869.231] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6) [ 7869.231] (**) Mouse0: (accel) keeping acceleration scheme 1 [ 7869.231] (**) Mouse0: (accel) acceleration profile 0 [ 7869.231] (**) Mouse0: (accel) acceleration factor: 2.000 [ 7869.231] (**) Mouse0: (accel) acceleration threshold: 4 [ 7869.231] (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 [ 7869.231] (II) Mouse0: SetupAuto: protocol is SysMouse [ 7869.231] (II) Using input driver 'kbd' for 'Keyboard0' [ 7869.231] (**) Option "CoreKeyboard" [ 7869.231] (**) Keyboard0: always reports core events [ 7869.231] (**) Keyboard0: always reports core events [ 7869.231] (**) Option "Protocol" "standard" [ 7869.231] (**) Option "XkbRules" "base" [ 7869.231] (**) Option "XkbModel" "pc105" [ 7869.231] (**) Option "XkbLayout" "us" [ 7869.231] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7) [ 7869.233] (II) Using input driver 'synaptics' for 'Touchpad0' [ 7869.233] (**) Option "CorePointer" [ 7869.233] (**) Touchpad0: always reports core events [ 7869.233] (**) Option "Protocol" "psm" [ 7869.233] (**) Option "Device" "/dev/psm0" [ 7869.282] (--) synaptics: Touchpad0: invalid x-axis range. defaulting to 1615 - 5685 [ 7869.282] (--) synaptics: Touchpad0: invalid y-axis range. defaulting to 1729 - 4171 [ 7869.282] (--) synaptics: Touchpad0: invalid pressure range. defaulting to 0 - 255 [ 7869.282] (--) synaptics: Touchpad0: invalid finger width range. defaulting to 0 - 15 [ 7869.282] (**) Option "EmulateTwoFingerMinZ" "7" [ 7869.282] (**) Option "EmulateTwoFingerMinW" "7" [ 7869.282] (**) Option "VertScrollDelta" "-111" [ 7869.282] (**) Option "VertEdgeScroll" "off" [ 7869.282] (**) Option "VertTwoFingerScroll" "on" [ 7869.282] (--) synaptics: Touchpad0: synaptics touchpad found [ 7869.282] (--) synaptics: Touchpad0: Synaptics Touchpad, model: 0 [ 7869.282] (--) synaptics: Touchpad0: Firmware: 7.2 [ 7869.282] (--) synaptics: Touchpad0: Sensor: 1 [ 7869.282] (--) synaptics: Touchpad0: new absolute packet format [ 7869.282] (--) synaptics: Touchpad0: Touchpad has extended capability bits [ 7869.282] (--) synaptics: Touchpad0: -> palm detection [ 7869.282] (--) synaptics: Touchpad0: -> pass-through port [ 7869.282] (**) Touchpad0: always reports core events [ 7869.317] (II) XINPUT: Adding extended input device "Touchpad0" (type: TOUCHPAD, id 8) [ 7869.317] (**) synaptics: Touchpad0: (accel) MinSpeed is now constant deceleration 2.5 [ 7869.317] (**) synaptics: Touchpad0: (accel) MaxSpeed is now 1.75 [ 7869.317] (**) synaptics: Touchpad0: (accel) AccelFactor is now 0.042 [ 7869.317] (**) Touchpad0: (accel) keeping acceleration scheme 1 [ 7869.317] (**) Touchpad0: (accel) acceleration profile 1 [ 7869.317] (**) Touchpad0: (accel) acceleration factor: 2.000 [ 7869.317] (**) Touchpad0: (accel) acceleration threshold: 4 [ 7869.365] (--) synaptics: Touchpad0: synaptics touchpad found [ 7869.365] (--) synaptics: Touchpad0: Synaptics Touchpad, model: 0 [ 7869.365] (--) synaptics: Touchpad0: Firmware: 7.2 [ 7869.365] (--) synaptics: Touchpad0: Sensor: 1 [ 7869.365] (--) synaptics: Touchpad0: new absolute packet format [ 7869.365] (--) synaptics: Touchpad0: Touchpad has extended capability bits [ 7869.365] (--) synaptics: Touchpad0: -> palm detection [ 7869.365] (--) synaptics: Touchpad0: -> pass-through port [ 7869.365] (II) config/devd: probing input devices... [ 7869.365] (II) config/devd: adding input device (null) (/dev/kbdmux) [ 7869.365] (II) AutoAddDevices is off - not adding device. [ 7869.365] (II) config/devd: kbdmux is enabled, ignoring device ukbd0 [ 7869.365] (II) config/devd: kbdmux is enabled, ignoring device atkbd0 [ 7869.365] (II) config/devd: adding input device (null) (/dev/sysmouse) [ 7869.365] (II) AutoAddDevices is off - not adding device. [ 7869.365] (II) config/devd: device /dev/ums0 already opened [ 7869.365] (II) config/devd: device /dev/psm0 already opened [ 7869.615] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 7869.615] (II) intel(0): Printing DDC gathered Modelines: [ 7869.615] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 7869.615] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 7869.756] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 7869.756] (II) intel(0): Printing DDC gathered Modelines: [ 7869.756] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 7869.756] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 7869.898] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 7869.898] (II) intel(0): Printing DDC gathered Modelines: [ 7869.898] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 7869.898] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 7870.039] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 7870.039] (II) intel(0): Printing DDC gathered Modelines: [ 7870.039] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 7870.039] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 7870.710] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 7870.710] (II) intel(0): Printing DDC gathered Modelines: [ 7870.710] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 7870.710] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [-- Attachment #3 --] ===================================================== "Trackpoint fully functional" logs ===================================================== $ dmesg | grep psm psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0 --------------------------------------------------------------------------------- $ ps axww | grep -v grep | grep moused 482 - Is 0:00.00 /usr/sbin/moused -V -a 1.6 -U 4 -L 1.5 -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid 776 - Ss 0:00.39 /usr/sbin/moused -V -a 1.6 -U 4 -L 1.5 -p /dev/psm0 -t auto --------------------------------------------------------------------------------- $ grep -C 5 -i '\(ps/2\|synaptics\)' /var/log/Xorg.0.log [ 21.697] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 21.712] (II) Module glx: vendor="X.Org Foundation" [ 21.712] compiled for 1.17.4, module version = 1.0.0 [ 21.712] ABI class: X.Org Server Extension, version 9.0 [ 21.712] (==) AIGLX enabled [ 21.713] (II) LoadModule: "synaptics" [ 21.714] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 21.715] (II) Module synaptics: vendor="X.Org Foundation" [ 21.715] compiled for 1.17.4, module version = 1.8.2 [ 21.715] Module class: X.Org XInput Driver [ 21.715] ABI class: X.Org XInput driver, version 21.0 [ 21.715] (II) LoadModule: "intel" [ 21.715] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so -- [ 21.722] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 21.722] (II) Module kbd: vendor="X.Org Foundation" [ 21.722] compiled for 1.17.4, module version = 1.8.1 [ 21.722] Module class: X.Org XInput Driver [ 21.722] ABI class: X.Org XInput driver, version 21.0 [ 21.722] (II) LoadModule: "synaptics" [ 21.723] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 21.723] (II) Module synaptics: vendor="X.Org Foundation" [ 21.723] compiled for 1.17.4, module version = 1.8.2 [ 21.723] Module class: X.Org XInput Driver [ 21.723] ABI class: X.Org XInput driver, version 21.0 [ 21.723] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, -- [ 23.169] (**) Option "Protocol" "standard" [ 23.169] (**) Option "XkbRules" "base" [ 23.169] (**) Option "XkbModel" "pc105" [ 23.169] (**) Option "XkbLayout" "us" [ 23.169] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7) [ 23.170] (II) Using input driver 'synaptics' for 'Touchpad0' [ 23.170] (**) Option "CorePointer" [ 23.170] (**) Touchpad0: always reports core events [ 23.170] (**) Option "Protocol" "psm" [ 23.170] (**) Option "Device" "/dev/psm0" [ 23.170] (EE) xf86OpenSerial: Cannot open device /dev/psm0 Device busy. [ 23.170] (EE) synaptics: Touchpad0: Synaptics driver unable to open device [ 23.170] (EE) PreInit returned 11 for "Touchpad0" [ 23.170] (II) UnloadModule: "synaptics" [ 23.170] (II) config/devd: probing input devices... [ 23.170] (II) config/devd: adding input device (null) (/dev/kbdmux) [ 23.170] (II) AutoAddDevices is off - not adding device. [ 23.170] (II) config/devd: kbdmux is enabled, ignoring device ukbd0 [ 23.170] (II) config/devd: kbdmux is enabled, ignoring device atkbd0 --------------------------------------------------------------------------------- $ cat /var/log/Xorg.0.log [ 21.678] X.Org X Server 1.17.4 Release Date: 2015-10-28 [ 21.678] X Protocol Version 11, Revision 0 [ 21.678] Build Operating System: FreeBSD 10.1-RELEASE-p31 amd64 [ 21.678] Current Operating System: FreeBSD mask.bsd.net 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 [ 21.679] Build Date: 17 March 2016 04:10:27AM [ 21.679] [ 21.679] Current version of pixman: 0.34.0 [ 21.679] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 21.679] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 21.679] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 4 17:27:10 2016 [ 21.683] (==) Using config file: "/usr/local/etc/X11/xorg.conf" [ 21.683] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d" [ 21.683] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 21.684] (==) ServerLayout "X.org Configured" [ 21.684] (**) |-->Screen "Screen0" (0) [ 21.684] (**) | |-->Monitor "Monitor0" [ 21.684] (**) | |-->Device "Card0" [ 21.684] (**) |-->Input Device "Mouse0" [ 21.684] (**) |-->Input Device "Keyboard0" [ 21.684] (**) |-->Input Device "Touchpad0" [ 21.684] (**) Option "AutoAddDevices" "false" [ 21.684] (**) Not automatically adding devices [ 21.684] (==) Automatically enabling devices [ 21.684] (==) Not automatically adding GPU devices [ 21.693] (WW) The directory "/usr/local/share/fonts/Droid/" does not exist. [ 21.693] Entry deleted from font path. [ 21.694] (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts/myfonts/". [ 21.694] Entry deleted from font path. [ 21.694] (Run 'mkfontdir' on "/usr/local/share/fonts/myfonts/"). [ 21.694] (**) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, /usr/local/share/fonts/anonymous-pro/, /usr/local/share/fonts/ParaType/, /usr/local/share/fonts/webfonts/, /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/ [ 21.694] (**) ModulePath set to "/usr/local/lib/xorg/modules" [ 21.694] (II) Loader magic: 0x801510 [ 21.694] (II) Module ABI versions: [ 21.694] X.Org ANSI C Emulation: 0.4 [ 21.694] X.Org Video Driver: 19.0 [ 21.694] X.Org XInput driver : 21.0 [ 21.694] X.Org Server Extension : 9.0 [ 21.695] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f6 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/65536 [ 21.695] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 21.695] (II) LoadModule: "glx" [ 21.697] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 21.712] (II) Module glx: vendor="X.Org Foundation" [ 21.712] compiled for 1.17.4, module version = 1.0.0 [ 21.712] ABI class: X.Org Server Extension, version 9.0 [ 21.712] (==) AIGLX enabled [ 21.713] (II) LoadModule: "synaptics" [ 21.714] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 21.715] (II) Module synaptics: vendor="X.Org Foundation" [ 21.715] compiled for 1.17.4, module version = 1.8.2 [ 21.715] Module class: X.Org XInput Driver [ 21.715] ABI class: X.Org XInput driver, version 21.0 [ 21.715] (II) LoadModule: "intel" [ 21.715] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 21.720] (II) Module intel: vendor="X.Org Foundation" [ 21.720] compiled for 1.17.4, module version = 2.21.15 [ 21.720] Module class: X.Org Video Driver [ 21.720] ABI class: X.Org Video Driver, version 19.0 [ 21.720] (II) LoadModule: "mouse" [ 21.720] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 21.721] (II) Module mouse: vendor="X.Org Foundation" [ 21.721] compiled for 1.17.4, module version = 1.9.1 [ 21.721] Module class: X.Org XInput Driver [ 21.721] ABI class: X.Org XInput driver, version 21.0 [ 21.721] (II) LoadModule: "kbd" [ 21.722] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 21.722] (II) Module kbd: vendor="X.Org Foundation" [ 21.722] compiled for 1.17.4, module version = 1.8.1 [ 21.722] Module class: X.Org XInput Driver [ 21.722] ABI class: X.Org XInput driver, version 21.0 [ 21.722] (II) LoadModule: "synaptics" [ 21.723] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so [ 21.723] (II) Module synaptics: vendor="X.Org Foundation" [ 21.723] compiled for 1.17.4, module version = 1.8.2 [ 21.723] Module class: X.Org XInput Driver [ 21.723] ABI class: X.Org XInput driver, version 21.0 [ 21.723] (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 [ 21.724] (--) Using syscons driver with X support (version 0.x) [ 21.724] (--) using VT number 9 [ 22.695] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 22.695] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 22.695] (==) intel(0): RGB weight 888 [ 22.695] (==) intel(0): Default visual is TrueColor [ 22.695] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000 [ 22.695] (**) intel(0): Relaxed fencing enabled [ 22.695] (**) intel(0): Wait on SwapBuffers? enabled [ 22.695] (**) intel(0): Triple buffering? enabled [ 22.695] (**) intel(0): Framebuffer tiled [ 22.695] (**) intel(0): Pixmaps tiled [ 22.695] (**) intel(0): 3D buffers tiled [ 22.695] (**) intel(0): SwapBuffers wait enabled [ 22.695] (==) intel(0): video overlay key set to 0x101fe [ 22.695] (II) intel(0): Output LVDS1 using monitor section Monitor0 [ 22.696] (II) intel(0): Output VGA1 has no monitor section [ 22.798] (II) intel(0): Output HDMI1 has no monitor section [ 22.807] (II) intel(0): Output DP1 has no monitor section [ 22.812] (II) intel(0): Output HDMI2 has no monitor section [ 22.817] (II) intel(0): Output HDMI3 has no monitor section [ 22.826] (II) intel(0): Output DP2 has no monitor section [ 22.835] (II) intel(0): Output DP3 has no monitor section [ 22.836] (II) intel(0): EDID for output LVDS1 [ 22.836] (II) intel(0): Manufacturer: LEN Model: 40b1 Serial#: 0 [ 22.836] (II) intel(0): Year: 2009 Week: 0 [ 22.836] (II) intel(0): EDID Version: 1.3 [ 22.836] (II) intel(0): Digital Display Input [ 22.836] (II) intel(0): Max Image Size [cm]: horiz.: 35 vert.: 19 [ 22.836] (II) intel(0): Gamma: 2.20 [ 22.836] (II) intel(0): DPMS capabilities: StandBy Suspend Off [ 22.836] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 22.836] (II) intel(0): First detailed timing is preferred mode [ 22.836] (II) intel(0): redX: 0.610 redY: 0.348 greenX: 0.316 greenY: 0.589 [ 22.836] (II) intel(0): blueX: 0.151 blueY: 0.066 whiteX: 0.313 whiteY: 0.329 [ 22.836] (II) intel(0): Manufacturer's mask: 0 [ 22.836] (II) intel(0): Supported detailed timing: [ 22.836] (II) intel(0): clock: 108.5 MHz Image Size: 345 x 194 mm [ 22.836] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1920 h_border: 0 [ 22.836] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 942 v_border: 0 [ 22.836] (II) intel(0): Supported detailed timing: [ 22.836] (II) intel(0): clock: 90.4 MHz Image Size: 345 x 194 mm [ 22.836] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1920 h_border: 0 [ 22.836] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 942 v_border: 0 [ 22.836] (II) intel(0): Unknown vendor-specific block f [ 22.836] (II) intel(0): LP156WD1-TLB2 [ 22.836] (II) intel(0): EDID (in hex): [ 22.836] (II) intel(0): 00ffffffffffff0030aeb14000000000 [ 22.836] (II) intel(0): 0013010380231378ea43c59c59519626 [ 22.836] (II) intel(0): 11505400000001010101010101010101 [ 22.836] (II) intel(0): 010101010101622a404061842a303020 [ 22.836] (II) intel(0): 350059c2100000195323404061842a30 [ 22.836] (II) intel(0): 3020350059c2100000190000000f00a9 [ 22.836] (II) intel(0): 0932a9092816090030e40002000000fe [ 22.836] (II) intel(0): 004c503135365744312d544c423200e2 [ 22.836] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) [ 22.836] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 22.836] (II) intel(0): Printing probed modes for output LVDS1 [ 22.836] (II) intel(0): Modeline "1600x900"x60.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 22.836] (II) intel(0): Modeline "1600x900"x50.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 22.836] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 22.836] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 22.836] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 22.836] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 22.836] (II) intel(0): EDID for output VGA1 [ 22.939] (II) intel(0): EDID for output HDMI1 [ 22.948] (II) intel(0): EDID for output DP1 [ 22.953] (II) intel(0): EDID for output HDMI2 [ 22.958] (II) intel(0): EDID for output HDMI3 [ 22.967] (II) intel(0): EDID for output DP2 [ 22.976] (II) intel(0): EDID for output DP3 [ 22.976] (II) intel(0): Output LVDS1 connected [ 22.976] (II) intel(0): Output VGA1 disconnected [ 22.976] (II) intel(0): Output HDMI1 disconnected [ 22.976] (II) intel(0): Output DP1 disconnected [ 22.976] (II) intel(0): Output HDMI2 disconnected [ 22.976] (II) intel(0): Output HDMI3 disconnected [ 22.976] (II) intel(0): Output DP2 disconnected [ 22.976] (II) intel(0): Output DP3 disconnected [ 22.976] (II) intel(0): Using exact sizes for initial modes [ 22.976] (II) intel(0): Output LVDS1 using initial mode 1600x900 [ 22.976] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 22.976] (II) intel(0): Kernel page flipping support detected, enabling [ 22.976] (==) intel(0): DPI set to (96, 96) [ 22.976] (II) Loading sub module "fb" [ 22.976] (II) LoadModule: "fb" [ 22.976] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 22.978] (II) Module fb: vendor="X.Org Foundation" [ 22.978] compiled for 1.17.4, module version = 1.0.0 [ 22.978] ABI class: X.Org ANSI C Emulation, version 0.4 [ 22.978] (II) Loading sub module "dri2" [ 22.978] (II) LoadModule: "dri2" [ 22.978] (II) Module "dri2" already built-in [ 22.978] (==) Depth 24 pixmap format is 32 bpp [ 22.979] (II) intel(0): [DRI2] Setup complete [ 22.979] (II) intel(0): [DRI2] DRI driver: i965 [ 22.979] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled [ 22.983] (II) UXA(0): Driver registered support for the following operations: [ 22.983] (II) solid [ 22.983] (II) copy [ 22.983] (II) composite (RENDER acceleration) [ 22.983] (II) put_image [ 22.983] (II) get_image [ 22.983] (==) intel(0): Backing store enabled [ 22.983] (==) intel(0): Silken mouse enabled [ 22.984] (II) intel(0): Initializing HW Cursor [ 22.984] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 22.986] (==) intel(0): DPMS enabled [ 22.986] (==) intel(0): Intel XvMC decoder enabled [ 22.986] (II) intel(0): Set up textured video [ 22.986] (II) intel(0): [XvMC] xvmc_vld driver initialized. [ 22.986] (II) intel(0): direct rendering: DRI2 Enabled [ 22.996] (--) RandR disabled [ 23.038] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 23.038] (II) AIGLX: enabled GLX_ARB_create_context [ 23.038] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 23.038] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 23.038] (II) AIGLX: enabled GLX_INTEL_swap_event [ 23.038] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 23.038] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 23.038] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 23.038] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 23.039] (II) AIGLX: Loaded and initialized i965 [ 23.039] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 23.039] (II) intel(0): Setting screen physical size to 423 x 238 [ 23.168] (II) Using input driver 'mouse' for 'Mouse0' [ 23.168] (**) Option "CorePointer" [ 23.168] (**) Mouse0: always reports core events [ 23.168] (**) Option "Protocol" "auto" [ 23.168] (**) Option "Device" "/dev/sysmouse" [ 23.168] (**) Mouse0: Protocol: "auto" [ 23.168] (**) Mouse0: always reports core events [ 23.168] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 [ 23.168] (**) Option "ZAxisMapping" "4 5 6 7" [ 23.168] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 [ 23.168] (**) Mouse0: Buttons: 7 [ 23.168] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6) [ 23.168] (**) Mouse0: (accel) keeping acceleration scheme 1 [ 23.169] (**) Mouse0: (accel) acceleration profile 0 [ 23.169] (**) Mouse0: (accel) acceleration factor: 2.000 [ 23.169] (**) Mouse0: (accel) acceleration threshold: 4 [ 23.169] (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 [ 23.169] (II) Mouse0: SetupAuto: protocol is SysMouse [ 23.169] (II) Using input driver 'kbd' for 'Keyboard0' [ 23.169] (**) Option "CoreKeyboard" [ 23.169] (**) Keyboard0: always reports core events [ 23.169] (**) Keyboard0: always reports core events [ 23.169] (**) Option "Protocol" "standard" [ 23.169] (**) Option "XkbRules" "base" [ 23.169] (**) Option "XkbModel" "pc105" [ 23.169] (**) Option "XkbLayout" "us" [ 23.169] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7) [ 23.170] (II) Using input driver 'synaptics' for 'Touchpad0' [ 23.170] (**) Option "CorePointer" [ 23.170] (**) Touchpad0: always reports core events [ 23.170] (**) Option "Protocol" "psm" [ 23.170] (**) Option "Device" "/dev/psm0" [ 23.170] (EE) xf86OpenSerial: Cannot open device /dev/psm0 Device busy. [ 23.170] (EE) synaptics: Touchpad0: Synaptics driver unable to open device [ 23.170] (EE) PreInit returned 11 for "Touchpad0" [ 23.170] (II) UnloadModule: "synaptics" [ 23.170] (II) config/devd: probing input devices... [ 23.170] (II) config/devd: adding input device (null) (/dev/kbdmux) [ 23.170] (II) AutoAddDevices is off - not adding device. [ 23.170] (II) config/devd: kbdmux is enabled, ignoring device ukbd0 [ 23.170] (II) config/devd: kbdmux is enabled, ignoring device atkbd0 [ 23.170] (II) config/devd: adding input device (null) (/dev/sysmouse) [ 23.170] (II) AutoAddDevices is off - not adding device. [ 23.170] (II) config/devd: device /dev/ums0 already opened [ 23.170] (II) config/devd: device /dev/psm0 already opened [ 23.758] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 23.758] (II) intel(0): Printing DDC gathered Modelines: [ 23.758] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 23.758] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 23.900] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 23.900] (II) intel(0): Printing DDC gathered Modelines: [ 23.900] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 23.900] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 24.041] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 24.041] (II) intel(0): Printing DDC gathered Modelines: [ 24.041] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 24.041] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 24.182] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 24.182] (II) intel(0): Printing DDC gathered Modelines: [ 24.182] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 24.182] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e) [ 24.938] (II) intel(0): EDID vendor "LEN", prod id 16561 [ 24.938] (II) intel(0): Printing DDC gathered Modelines: [ 24.938] (II) intel(0): Modeline "1600x900"x0.0 108.50 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (56.5 kHz eP) [ 24.938] (II) intel(0): Modeline "1600x900"x0.0 90.43 1600 1648 1680 1920 900 903 908 942 -hsync -vsync (47.1 kHz e)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CO2PR10MB0119A0115FFC3E226B19C71FBD9D0>
