Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 17:56:51 +0200
From:      Ke Sun <sunk.cs@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   unsupported synaptics touchpad
Message-ID:  <20130822155651.GA32146@probe.unige.ch>

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

--x+6KMIRAuhnl3hBn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Dear freebsd-x11,

I have this this laptop http://www.asus.com/Notebooks_Ultrabooks/S56CM
with freebsd-current on it. When I properly configured everything and
startx, the touchpad is not working. It turns out that the synaptics
driver shipped with xf86-input-synaptics does not support my touchpad.

However, if I use the "mouse" driver. It is detected as generic PS/2
mouse, which is very sensitive. At this configuration, I cannot type
at all (my palm touch the touchpad all the time). Therefore I prefer
the synaptics driver if possible. Ideally, I prefer to have a working
touchpad with tapping disabled (too anoying when typing).

Note, I don't use hald with X. If I use HAL, it will automatically
assign the 'mouse' driver to my touchpad.

The related configurations are listed as follows.

# uname -a
FreeBSD stone 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r254404: Fri Aug 16 15:17:58 CEST 2013     me@stone:/usr/obj/usr/src/sys/MINE amd64

# sysctl hw.psm               # tunning these parameters is not helping
hw.psm.tap_enabled: 0
hw.psm.tap_threshold: 50000
hw.psm.tap_timeout: 0

# /etc/X11/xorg.conf
as attached 

# /etc/rc.conf
as attached

# /var/log/Xorg.0.log
as attached

Any help would be appreciated.
Best regards,
Ke Sun

--x+6KMIRAuhnl3hBn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="rc.conf"

hostname="stone"
ifconfig_re0="DHCP"

zfs_enable="YES"
webcamd_enable="YES"
dbus_enable="YES"
powerd_enable="YES"
powerd_flags="-a adaptive -b adaptive -M 1666"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
sshd_enable="YES"

ntpd_enable="YES"
ntpd_sync_on_start="YES"
moused_enable="NO"
moused_nondefault_enable="NO"

--x+6KMIRAuhnl3hBn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="xorg.conf"

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Touchpad0" "SendCoreEvents"
EndSection

Section "Files"
    ModulePath      "/usr/local/lib/xorg/modules"
    FontPath        "/usr/local/lib/X11/fonts/misc/"
    FontPath        "/usr/local/lib/X11/fonts/TTF/"
    FontPath        "/usr/local/lib/X11/fonts/OTF/"
    FontPath        "/usr/local/lib/X11/fonts/Type1/"
    FontPath        "/usr/local/lib/X11/fonts/100dpi/"
    FontPath        "/usr/local/lib/X11/fonts/75dpi/"
    FontPath        "/usr/local/lib/X11/fonts/Droid/"
    FontPath        "/usr/local/lib/X11/fonts/webfonts/"
    FontPath        "/usr/local/lib/X11/fonts/URW"
    FontPath        "/usr/local/lib/X11/fonts/urwfonts-ttf"
    FontPath        "/usr/local/lib/X11/fonts/bitstream-vera/"
EndSection

Section "Module"
    Load           "extmod"
    Load           "dbe"
    Load           "record"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

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

Section "InputDevice"
    Identifier "Touchpad0"
    #Driver     "mouse" # use this would work, but the touchpad is too sensitive!
    Driver     "synaptics"
    Option     "SendCoreEvents"
    Option     "Device"   "/dev/psm0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "intel"
    BusID          "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth   24
    SubSection     "Display"
        Depth      24
        Modes      "1366x768" "1024x768"
        Viewport   0 0
    EndSubSection
EndSection

--x+6KMIRAuhnl3hBn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Xorg.0.log"

[   551.208] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[   551.208] X Protocol Version 11, Revision 0
[   551.209] Build Operating System: FreeBSD 10.0-CURRENT amd64 
[   551.209] Current Operating System: FreeBSD stone 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r254404: Fri Aug 16 15:17:58 CEST 2013     me@stone:/usr/obj/usr/src/sys/MINE amd64
[   551.210] Build Date: 21 August 2013  06:31:34PM
[   551.210]  
[   551.210] Current version of pixman: 0.30.0
[   551.210] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   551.211] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   551.212] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 22 17:30:14 2013
[   551.212] (==) Using config file: "/etc/X11/xorg.conf"
[   551.213] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[   551.214] (==) ServerLayout "X.org Configured"
[   551.214] (**) |-->Screen "Screen0" (0)
[   551.214] (**) |   |-->Monitor "Monitor0"
[   551.214] (**) |   |-->Device "Card0"
[   551.215] (**) |-->Input Device "Keyboard0"
[   551.215] (**) |-->Input Device "Mouse0"
[   551.215] (**) |-->Input Device "Touchpad0"
[   551.215] (==) Not automatically adding devices
[   551.215] (==) Not automatically enabling devices
[   551.218] (**) 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/,
	/usr/local/lib/X11/fonts/Droid/,
	/usr/local/lib/X11/fonts/webfonts/,
	/usr/local/lib/X11/fonts/URW,
	/usr/local/lib/X11/fonts/urwfonts-ttf,
	/usr/local/lib/X11/fonts/bitstream-vera/,
	/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/
[   551.218] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[   551.218] (II) Loader magic: 0x7b4430
[   551.218] (II) Module ABI versions:
[   551.218] 	X.Org ANSI C Emulation: 0.4
[   551.219] 	X.Org Video Driver: 12.1
[   551.219] 	X.Org XInput driver : 16.0
[   551.219] 	X.Org Server Extension : 6.0
[   551.219] (!!) More than one possible primary device found
[   551.220] (--) PCI: (0:0:2:0) 8086:0166:1043:1587 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
[   551.220] (--) PCI: (0:1:0:0) 10de:0de3:1043:1587 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/65536
[   551.221] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   551.221] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[   551.222] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   551.222] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   551.222] (II) "dri" will be loaded by default.
[   551.222] (II) "dri2" will be loaded by default.
[   551.222] (II) LoadModule: "extmod"
[   551.227] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
[   551.227] (II) Module extmod: vendor="X.Org Foundation"
[   551.227] 	compiled for 1.12.4, module version = 1.0.0
[   551.228] 	Module class: X.Org Server Extension
[   551.228] 	ABI class: X.Org Server Extension, version 6.0
[   551.228] (II) Loading extension MIT-SCREEN-SAVER
[   551.228] (II) Loading extension XFree86-VidModeExtension
[   551.228] (II) Loading extension XFree86-DGA
[   551.228] (II) Loading extension DPMS
[   551.229] (II) Loading extension XVideo
[   551.229] (II) Loading extension XVideo-MotionCompensation
[   551.229] (II) Loading extension X-Resource
[   551.229] (II) LoadModule: "dbe"
[   551.233] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
[   551.234] (II) Module dbe: vendor="X.Org Foundation"
[   551.234] 	compiled for 1.12.4, module version = 1.0.0
[   551.234] 	Module class: X.Org Server Extension
[   551.234] 	ABI class: X.Org Server Extension, version 6.0
[   551.234] (II) Loading extension DOUBLE-BUFFER
[   551.234] (II) LoadModule: "record"
[   551.238] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
[   551.238] (II) Module record: vendor="X.Org Foundation"
[   551.239] 	compiled for 1.12.4, module version = 1.13.0
[   551.239] 	Module class: X.Org Server Extension
[   551.239] 	ABI class: X.Org Server Extension, version 6.0
[   551.239] (II) Loading extension RECORD
[   551.239] (II) LoadModule: "glx"
[   551.243] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[   551.244] (II) Module glx: vendor="X.Org Foundation"
[   551.244] 	compiled for 1.12.4, module version = 1.0.0
[   551.244] 	ABI class: X.Org Server Extension, version 6.0
[   551.245] (==) AIGLX enabled
[   551.245] (II) Loading extension GLX
[   551.245] (II) LoadModule: "dri"
[   551.249] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
[   551.250] (II) Module dri: vendor="X.Org Foundation"
[   551.250] 	compiled for 1.12.4, module version = 1.0.0
[   551.250] 	ABI class: X.Org Server Extension, version 6.0
[   551.251] (II) Loading extension XFree86-DRI
[   551.251] (II) LoadModule: "dri2"
[   551.255] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[   551.255] (II) Module dri2: vendor="X.Org Foundation"
[   551.256] 	compiled for 1.12.4, module version = 1.2.0
[   551.256] 	ABI class: X.Org Server Extension, version 6.0
[   551.256] (II) Loading extension DRI2
[   551.256] (II) LoadModule: "intel"
[   551.259] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[   551.260] (II) Module intel: vendor="X.Org Foundation"
[   551.261] 	compiled for 1.12.4, module version = 2.21.9
[   551.261] 	Module class: X.Org Video Driver
[   551.261] 	ABI class: X.Org Video Driver, version 12.1
[   551.261] (II) LoadModule: "kbd"
[   551.264] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[   551.264] (II) Module kbd: vendor="X.Org Foundation"
[   551.264] 	compiled for 1.12.4, module version = 1.7.0
[   551.265] 	Module class: X.Org XInput Driver
[   551.265] 	ABI class: X.Org XInput driver, version 16.0
[   551.265] (II) LoadModule: "mouse"
[   551.267] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[   551.268] (II) Module mouse: vendor="X.Org Foundation"
[   551.268] 	compiled for 1.12.4, module version = 1.9.0
[   551.269] 	Module class: X.Org XInput Driver
[   551.269] 	ABI class: X.Org XInput driver, version 16.0
[   551.269] (II) LoadModule: "synaptics"
[   551.271] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so
[   551.272] (II) Module synaptics: vendor="X.Org Foundation"
[   551.272] 	compiled for 1.12.4, module version = 1.7.1
[   551.272] 	Module class: X.Org XInput Driver
[   551.272] 	ABI class: X.Org XInput driver, version 16.0
[   551.272] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
	Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
	Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
	Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
	HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
	HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
	Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
	Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
	HD Graphics 4600, Iris(TM) Pro Graphics 5200,
	Haswell CRW Server (GT1), Haswell CRW Server (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, ValleyView PO board
[   551.295] (--) Using syscons driver with X support (version 2.0)
[   551.296] (--) using VT number 9

[   551.303] drmOpenDevice: node name is /dev/dri/card0
[   551.304] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.304] drmOpenDevice: open result is -1, (No such file or directory)
[   551.305] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.305] drmOpenDevice: open result is -1, (No such file or directory)
[   551.305] drmOpenDevice: Open failed
[   551.305] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   551.305] drmOpenDevice: node name is /dev/dri/card0
[   551.306] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.306] drmOpenDevice: open result is -1, (No such file or directory)
[   551.306] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.307] drmOpenDevice: open result is -1, (No such file or directory)
[   551.307] drmOpenDevice: Open failed
[   551.307] drmOpenByBusid: drmOpenMinor returns -2
[   551.307] drmOpenDevice: node name is /dev/dri/card1
[   551.308] drmOpenDevice: open result is 10, (OK)
[   551.308] drmOpenByBusid: drmOpenMinor returns 10
[   551.308] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   551.308] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   551.308] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   551.309] drmOpenDevice: node name is /dev/dri/card0
[   551.309] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.309] drmOpenDevice: open result is -1, (No such file or directory)
[   551.310] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.310] drmOpenDevice: open result is -1, (No such file or directory)
[   551.310] drmOpenDevice: Open failed
[   551.310] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   551.310] drmOpenDevice: node name is /dev/dri/card0
[   551.311] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.311] drmOpenDevice: open result is -1, (No such file or directory)
[   551.311] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[   551.312] drmOpenDevice: open result is -1, (No such file or directory)
[   551.312] drmOpenDevice: Open failed
[   551.312] drmOpenByBusid: drmOpenMinor returns -2
[   551.312] drmOpenDevice: node name is /dev/dri/card1
[   551.313] drmOpenDevice: open result is 10, (OK)
[   551.313] drmOpenByBusid: drmOpenMinor returns 10
[   551.313] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   551.313] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   551.313] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[   551.314] (==) intel(0): RGB weight 888
[   551.314] (==) intel(0): Default visual is TrueColor
[   551.314] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[   551.314] (**) intel(0): Relaxed fencing enabled
[   551.314] (**) intel(0): Wait on SwapBuffers? enabled
[   551.315] (**) intel(0): Triple buffering? enabled
[   551.315] (**) intel(0): Framebuffer tiled
[   551.315] (**) intel(0): Pixmaps tiled
[   551.315] (**) intel(0): 3D buffers tiled
[   551.315] (**) intel(0): SwapBuffers wait enabled
[   551.315] (==) intel(0): video overlay key set to 0x101fe
[   551.316] (II) intel(0): Output LVDS1 using monitor section Monitor0
[   551.317] (II) intel(0): Output VGA1 has no monitor section
[   551.327] (II) intel(0): Output HDMI1 has no monitor section
[   551.345] (II) intel(0): Output DP1 has no monitor section
[   551.346] (II) intel(0): EDID for output LVDS1
[   551.346] (II) intel(0): Manufacturer: AUO  Model: 45ec  Serial#: 1
[   551.346] (II) intel(0): Year: 2010  Week: 1
[   551.346] (II) intel(0): EDID Version: 1.3
[   551.346] (II) intel(0): Digital Display Input
[   551.346] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   551.346] (II) intel(0): Gamma: 2.20
[   551.346] (II) intel(0): No DPMS capabilities specified
[   551.346] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   551.347] (II) intel(0): First detailed timing is preferred mode
[   551.348] (II) intel(0): redX: 0.590 redY: 0.340   greenX: 0.330 greenY: 0.550
[   551.348] (II) intel(0): blueX: 0.150 blueY: 0.140   whiteX: 0.313 whiteY: 0.329
[   551.348] (II) intel(0): Manufacturer's mask: 0
[   551.348] (II) intel(0): Supported detailed timing:
[   551.348] (II) intel(0): clock: 69.3 MHz   Image Size:  344 x 193 mm
[   551.348] (II) intel(0): h_active: 1366  h_sync: 1374  h_sync_end 1384 h_blank_end 1462 h_border: 0
[   551.349] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 772 v_blanking: 790 v_border: 0
[   551.349] (II) intel(0): Unknown vendor-specific block f
[   551.349] (II) intel(0):  AUO
[   551.349] (II) intel(0):  B156XW04 V5
[   551.349] (II) intel(0): EDID (in hex):
[   551.349] (II) intel(0): 	00ffffffffffff0006afec4501000000
[   551.349] (II) intel(0): 	01140103802213780a0bb59757548c26
[   551.350] (II) intel(0): 	23505400000001010101010101010101
[   551.350] (II) intel(0): 	010101010101121b566050001630080a
[   551.350] (II) intel(0): 	310058c1100000180000000f00000000
[   551.350] (II) intel(0): 	00000000000000000020000000fe0041
[   551.350] (II) intel(0): 	554f0a202020202020202020000000fe
[   551.350] (II) intel(0): 	004231353658573034205635200a0047
[   551.350] (II) intel(0): EDID vendor "AUO", prod id 17900
[   551.350] (II) intel(0): Printing DDC gathered Modelines:
[   551.350] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1374 1384 1462  768 771 772 790 -hsync -vsync (47.4 kHz eP)
[   551.351] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   551.351] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   551.352] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   551.352] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   551.352] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   551.352] (II) intel(0): Printing probed modes for output LVDS1
[   551.352] (II) intel(0): Modeline "1366x768"x60.0   69.30  1366 1374 1384 1462  768 771 772 790 -hsync -vsync (47.4 kHz UeP)
[   551.352] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   551.352] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   551.352] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   551.352] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   551.352] (II) intel(0): EDID for output VGA1
[   551.362] (II) intel(0): EDID for output HDMI1
[   551.380] (II) intel(0): EDID for output DP1
[   551.380] (II) intel(0): Output LVDS1 connected
[   551.380] (II) intel(0): Output VGA1 disconnected
[   551.380] (II) intel(0): Output HDMI1 disconnected
[   551.380] (II) intel(0): Output DP1 disconnected
[   551.381] (II) intel(0): Using user preference for initial modes
[   551.381] (II) intel(0): Output LVDS1 using initial mode 1366x768
[   551.381] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   551.381] (II) intel(0): Kernel page flipping support detected, enabling
[   551.381] (**) intel(0): Display dimensions: (340, 190) mm
[   551.381] (**) intel(0): DPI set to (102, 102)
[   551.381] (II) Loading sub module "fb"
[   551.381] (II) LoadModule: "fb"
[   551.383] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[   551.383] (II) Module fb: vendor="X.Org Foundation"
[   551.383] 	compiled for 1.12.4, module version = 1.0.0
[   551.383] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   551.384] (II) Loading sub module "dri2"
[   551.384] (II) LoadModule: "dri2"
[   551.386] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[   551.386] (II) Module dri2: vendor="X.Org Foundation"
[   551.386] 	compiled for 1.12.4, module version = 1.2.0
[   551.386] 	ABI class: X.Org Server Extension, version 6.0
[   551.386] (==) Depth 24 pixmap format is 32 bpp
[   551.386] (II) intel(0): [DRI2] Setup complete
[   551.386] (II) intel(0): [DRI2]   DRI driver: i965
[   551.387] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[   551.389] (II) UXA(0): Driver registered support for the following operations:
[   551.389] (II)         solid
[   551.389] (II)         copy
[   551.389] (II)         composite (RENDER acceleration)
[   551.389] (II)         put_image
[   551.390] (II)         get_image
[   551.390] (==) intel(0): Backing store disabled
[   551.390] (==) intel(0): Silken mouse enabled
[   551.390] (II) intel(0): Initializing HW Cursor
[   551.390] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   551.390] (**) intel(0): DPMS enabled
[   551.390] (==) intel(0): Intel XvMC decoder enabled
[   551.390] (II) intel(0): Set up textured video
[   551.391] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   551.391] (II) intel(0): direct rendering: DRI2 Enabled
[   551.551] (--) RandR disabled
[   551.551] (II) Initializing built-in extension Generic Event Extension
[   551.551] (II) Initializing built-in extension SHAPE
[   551.551] (II) Initializing built-in extension MIT-SHM
[   551.551] (II) Initializing built-in extension XInputExtension
[   551.551] (II) Initializing built-in extension XTEST
[   551.552] (II) Initializing built-in extension BIG-REQUESTS
[   551.552] (II) Initializing built-in extension SYNC
[   551.552] (II) Initializing built-in extension XKEYBOARD
[   551.552] (II) Initializing built-in extension XC-MISC
[   551.552] (II) Initializing built-in extension XINERAMA
[   551.552] (II) Initializing built-in extension XFIXES
[   551.552] (II) Initializing built-in extension RENDER
[   551.552] (II) Initializing built-in extension RANDR
[   551.552] (II) Initializing built-in extension COMPOSITE
[   551.552] (II) Initializing built-in extension DAMAGE
[   551.575] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   551.575] (II) AIGLX: enabled GLX_INTEL_swap_event
[   551.575] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   551.575] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   551.576] (II) AIGLX: Loaded and initialized i965
[   551.576] (II) GLX: Initialized DRI2 GL provider for screen 0
[   551.577] (II) intel(0): Setting screen physical size to 361 x 203
[   551.877] (II) Using input driver 'kbd' for 'Keyboard0'
[   551.877] (**) Option "CoreKeyboard"
[   551.878] (**) Keyboard0: always reports core events
[   551.878] (**) Keyboard0: always reports core events
[   551.878] (**) Option "Protocol" "standard"
[   551.878] (**) Option "XkbRules" "base"
[   551.878] (**) Option "XkbModel" "pc105"
[   551.878] (**) Option "XkbLayout" "us"
[   551.878] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 6)
[   551.896] (II) Using input driver 'mouse' for 'Mouse0'
[   551.896] (**) Option "CorePointer"
[   551.896] (**) Mouse0: always reports core events
[   551.896] (**) Option "Protocol" "auto"
[   551.896] (**) Option "Device" "/dev/ums0"
[   551.896] (**) Mouse0: Protocol: "auto"
[   551.897] (**) Mouse0: always reports core events
[   551.897] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[   551.897] (**) Option "ZAxisMapping" "4 5 6 7"
[   551.897] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[   551.897] (**) Mouse0: Buttons: 7
[   551.897] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 7)
[   551.897] (**) Mouse0: (accel) keeping acceleration scheme 1
[   551.897] (**) Mouse0: (accel) acceleration profile 0
[   551.897] (**) Mouse0: (accel) acceleration factor: 2.000
[   551.898] (**) Mouse0: (accel) acceleration threshold: 4
[   551.898] (II) Mouse0: SetupAuto: hw.iftype is 5, hw.model is 0
[   551.898] (II) Mouse0: SetupAuto: protocol is SysMouse
[   551.898] (WW) fcntl(11, F_SETOWN): Inappropriate ioctl for device
[   551.898] (II) Using input driver 'synaptics' for 'Touchpad0'
[   551.898] (**) Option "SendCoreEvents"
[   551.898] (**) Touchpad0: always reports core events
[   551.898] (**) Option "Device" "/dev/psm0"
[   551.898] (EE) synaptics: Touchpad0: Synaptics driver unable to detect protocol
[   551.899] (EE) PreInit returned 11 for "Touchpad0"
[   551.899] (II) UnloadModule: "synaptics"

--x+6KMIRAuhnl3hBn--



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