You are not logged in.
Pages: 1
I am not sure what to do here. I usually use Arch as my host, but I am using it inside of VMWare Fusion. I have open-vm-tools installed and the touchpad works fine as a standard mouse. The scroll acceleration is a little slow, but I would at least like to have horizontal scroll as well. So I uninstalled xf86-input-vmmouse and installed xf86-input-synaptics but I can't figure out how to get it to work. It seems that Xorg is just using evdev. Here is some of the configs I have tried and my Xorg.log:
I tried this first:
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
#MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"
EndSectionThen I found this in another forum thread that I tried. Just tried to configure evdev rather then use synaptics.
Section "InputDevice"
Identifier "Mouse"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event1"
Option "Name" "Mouse"
Option "Buttons" "9"
Option "WHEELRelativeAxisButtons" "4 5"
Option "HWHEELRelativeAxisButtons" "7 6"
Option "AccelerationScheme" "lightweight"
Option "AccelerationProfileAveraging" "False"
Option "Softening" "False"
Option "Protocol" "ExplorerPS/2"
Option "Resolution" "800"
Option "SampleRate" "500"
Option "SendCoreEvents" "true"
Option "Sensitivity" "0.01"
Option "Emulate3Buttons" "False"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event4"
Option "Name" "Mouse"
Option "Buttons" "9"
Option "WHEELRelativeAxisButtons" "4 5"
Option "HWHEELRelativeAxisButtons" "7 6"
Option "AccelerationScheme" "lightweight"
Option "AccelerationProfileAveraging" "False"
Option "Softening" "False"
Option "Protocol" "ExplorerPS/2"
Option "Resolution" "800"
Option "SampleRate" "500"
Option "SendCoreEvents" "true"
Option "Sensitivity" "0.01"
Option "Emulate3Buttons" "False"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event5"
Option "Name" "Mouse"
Option "Buttons" "9"
Option "WHEELRelativeAxisButtons" "4 5"
Option "HWHEELRelativeAxisButtons" "7 6"
Option "AccelerationScheme" "lightweight"
Option "AccelerationProfileAveraging" "False"
Option "Softening" "False"
Option "Protocol" "ExplorerPS/2"
Option "Resolution" "800"
Option "SampleRate" "500"
Option "SendCoreEvents" "true"
Option "Sensitivity" "0.01"
Option "Emulate3Buttons" "False"
EndSectionHere is my Xorg.log
[ 4004.247]
X.Org X Server 1.18.3
Release Date: 2016-04-04
[ 4004.247] X Protocol Version 11, Revision 0
[ 4004.247] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 4004.247] Current Operating System: Linux arch 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64
[ 4004.247] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e5aa96e6-f232-4e63-8b82-885a0e1946f4 rw video=vesa:off vga=normal quiet
[ 4004.247] Build Date: 05 April 2016 05:24:02PM
[ 4004.247]
[ 4004.247] Current version of pixman: 0.34.0
[ 4004.247] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4004.247] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4004.247] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 8 07:41:10 2016
[ 4004.247] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 4004.247] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4004.247] (==) No Layout section. Using the first Screen section.
[ 4004.247] (**) |-->Screen "Screen0" (0)
[ 4004.247] (**) | |-->Monitor "Virtual1"
[ 4004.247] (==) No device specified for screen "Screen0".
Using the first device section listed.
[ 4004.247] (**) | |-->Device "Device0"
[ 4004.247] (==) Automatically adding devices
[ 4004.247] (==) Automatically enabling devices
[ 4004.247] (==) Automatically adding GPU devices
[ 4004.247] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4004.247] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 4004.247] Entry deleted from font path.
[ 4004.247] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 4004.247] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 4004.247] Entry deleted from font path.
[ 4004.247] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 4004.247] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/
[ 4004.247] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4004.247] (==) |-->Input Device "Mouse"
[ 4004.247] (==) No Layout section. Using the first core pointer device.
[ 4004.247] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4004.247] (II) Loader magic: 0x819d20
[ 4004.247] (II) Module ABI versions:
[ 4004.247] X.Org ANSI C Emulation: 0.4
[ 4004.247] X.Org Video Driver: 20.0
[ 4004.247] X.Org XInput driver : 22.1
[ 4004.247] X.Org Server Extension : 9.0
[ 4004.248] (++) using VT number 7
[ 4004.248] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 4004.249] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4004.264] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe8000000/134217728, 0xfe000000/8388608, I/O @ 0x00001070/16, BIOS @ 0x????????/32768
[ 4004.264] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4004.264] (II) LoadModule: "glx"
[ 4004.264] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4004.266] (II) Module glx: vendor="X.Org Foundation"
[ 4004.266] compiled for 1.18.3, module version = 1.0.0
[ 4004.266] ABI class: X.Org Server Extension, version 9.0
[ 4004.266] (==) AIGLX enabled
[ 4004.266] (II) LoadModule: "vmware"
[ 4004.266] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 4004.282] (II) Module vmware: vendor="X.Org Foundation"
[ 4004.282] compiled for 1.18.0, module version = 13.1.0
[ 4004.282] Module class: X.Org Video Driver
[ 4004.282] ABI class: X.Org Video Driver, version 20.0
[ 4004.282] (II) LoadModule: "evdev"
[ 4004.282] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 4004.282] (II) Module evdev: vendor="X.Org Foundation"
[ 4004.282] compiled for 1.18.0, module version = 2.10.1
[ 4004.282] Module class: X.Org XInput Driver
[ 4004.282] ABI class: X.Org XInput driver, version 22.1
[ 4004.282] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
[ 4004.285] (--) vmware(0): DRM driver version is 2.9.0
[ 4004.285] (**) vmware(0): Depth 24, (--) framebuffer bpp 32
[ 4004.285] (==) vmware(0): RGB weight 888
[ 4004.285] (==) vmware(0): Default visual is TrueColor
[ 4004.285] (--) vmware(0): Min width 1, Max Width 16384.
[ 4004.285] (--) vmware(0): Min height 1, Max Height 16384.
[ 4004.285] (II) vmware(0): Output Virtual1 using monitor section Virtual1
[ 4004.285] (**) vmware(0): Option "PreferredMode" "2880x1800_60.00"
[ 4004.285] (II) vmware(0): Output Virtual2 has no monitor section
[ 4004.285] (II) vmware(0): Output Virtual3 has no monitor section
[ 4004.285] (II) vmware(0): Output Virtual4 has no monitor section
[ 4004.285] (II) vmware(0): Output Virtual5 has no monitor section
[ 4004.285] (II) vmware(0): Output Virtual6 has no monitor section
[ 4004.286] (II) vmware(0): Output Virtual7 has no monitor section
[ 4004.286] (II) vmware(0): Output Virtual8 has no monitor section
[ 4004.286] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 4004.286] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 4004.286] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 4004.286] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 4004.286] (II) vmware(0): Printing probed modes for output Virtual1
[ 4004.286] (II) vmware(0): Modeline "2880x1800_60.00"x60.0 442.00 2880 3104 3416 3952 1800 1803 1809 1865 -hsync +vsync (111.8 kHz UP)
[ 4004.286] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 4004.286] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 4004.286] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 4004.286] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 4004.286] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 4004.286] (II) vmware(0): EDID for output Virtual2
[ 4004.286] (II) vmware(0): EDID for output Virtual3
[ 4004.286] (II) vmware(0): EDID for output Virtual4
[ 4004.286] (II) vmware(0): EDID for output Virtual5
[ 4004.286] (II) vmware(0): EDID for output Virtual6
[ 4004.286] (II) vmware(0): EDID for output Virtual7
[ 4004.286] (II) vmware(0): EDID for output Virtual8
[ 4004.286] (II) vmware(0): Output Virtual1 connected
[ 4004.286] (II) vmware(0): Output Virtual2 disconnected
[ 4004.286] (II) vmware(0): Output Virtual3 disconnected
[ 4004.286] (II) vmware(0): Output Virtual4 disconnected
[ 4004.286] (II) vmware(0): Output Virtual5 disconnected
[ 4004.286] (II) vmware(0): Output Virtual6 disconnected
[ 4004.286] (II) vmware(0): Output Virtual7 disconnected
[ 4004.286] (II) vmware(0): Output Virtual8 disconnected
[ 4004.286] (II) vmware(0): Using user preference for initial modes
[ 4004.286] (II) vmware(0): Output Virtual1 using initial mode 2880x1800_60.00 +0+0
[ 4004.286] (II) vmware(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 4004.286] (++) vmware(0): DPI set to (192, 192)
[ 4004.286] (II) Loading sub module "fb"
[ 4004.286] (II) LoadModule: "fb"
[ 4004.286] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 4004.286] (II) Module fb: vendor="X.Org Foundation"
[ 4004.286] compiled for 1.18.3, module version = 1.0.0
[ 4004.286] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4004.286] (II) Loading sub module "dri2"
[ 4004.286] (II) LoadModule: "dri2"
[ 4004.286] (II) Module "dri2" already built-in
[ 4004.286] (==) Depth 24 pixmap format is 32 bpp
[ 4004.287] (II) vmware(0): Initialized VMWARE_CTRL extension version 0.2
[ 4004.292] (II) vmware(0): Gallium3D XA version: 2.3.0.
[ 4004.292] (II) vmware(0): Path of drm device is "/dev/dri/card0".
[ 4004.292] (II) vmware(0): [DRI2] Setup complete
[ 4004.292] (II) vmware(0): [DRI2] DRI driver: vmwgfx
[ 4004.292] (--) vmware(0): Render acceleration is enabled.
[ 4004.292] (==) vmware(0): Rendercheck mode is disabled.
[ 4004.292] (--) vmware(0): Direct rendering (3D) is enabled.
[ 4004.292] (==) vmware(0): Direct presents are disabled.
[ 4004.292] (==) vmware(0): Hardware only presents are disabled.
[ 4004.292] (==) vmware(0): Backing store enabled
[ 4004.292] (==) vmware(0): Silken mouse enabled
[ 4004.292] (II) vmware(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 4004.292] (==) vmware(0): DPMS enabled
[ 4004.292] (WW) vmware(0): Option "PreferredMode" is not used
[ 4004.292] (--) RandR disabled
[ 4004.299] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 4004.299] (II) AIGLX: enabled GLX_ARB_create_context
[ 4004.299] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 4004.299] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 4004.299] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 4004.299] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 4004.299] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 4004.299] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 4004.299] (II) AIGLX: Loaded and initialized vmwgfx
[ 4004.299] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 4004.305] (II) vmware(0): Setting screen physical size to 381 x 238
[ 4004.332] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 4004.332] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 4004.332] (II) Using input driver 'evdev' for 'Power Button'
[ 4004.332] (**) Power Button: always reports core events
[ 4004.332] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 4004.332] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 4004.332] (--) evdev: Power Button: Found keys
[ 4004.332] (II) evdev: Power Button: Configuring as keyboard
[ 4004.333] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
[ 4004.333] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 4004.333] (**) Option "xkb_rules" "evdev"
[ 4004.333] (II) config/udev: Adding input device VMware VMware Virtual USB Mouse (/dev/input/event1)
[ 4004.333] (**) VMware VMware Virtual USB Mouse: Applying InputClass "evdev pointer catchall"
[ 4004.333] (II) Using input driver 'evdev' for 'VMware VMware Virtual USB Mouse'
[ 4004.333] (**) VMware VMware Virtual USB Mouse: always reports core events
[ 4004.333] (**) evdev: VMware VMware Virtual USB Mouse: Device: "/dev/input/event1"
[ 4004.387] (--) evdev: VMware VMware Virtual USB Mouse: Vendor 0xe0f Product 0x3
[ 4004.387] (--) evdev: VMware VMware Virtual USB Mouse: Found 12 mouse buttons
[ 4004.387] (--) evdev: VMware VMware Virtual USB Mouse: Found scroll wheel(s)
[ 4004.387] (--) evdev: VMware VMware Virtual USB Mouse: Found relative axes
[ 4004.387] (--) evdev: VMware VMware Virtual USB Mouse: Found x and y relative axes
[ 4004.387] (II) evdev: VMware VMware Virtual USB Mouse: Configuring as mouse
[ 4004.387] (II) evdev: VMware VMware Virtual USB Mouse: Adding scrollwheel support
[ 4004.387] (**) evdev: VMware VMware Virtual USB Mouse: YAxisMapping: buttons 4 and 5
[ 4004.387] (**) evdev: VMware VMware Virtual USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 4004.387] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input2/event1"
[ 4004.387] (II) XINPUT: Adding extended input device "VMware VMware Virtual USB Mouse" (type: MOUSE, id 7)
[ 4004.387] (II) evdev: VMware VMware Virtual USB Mouse: initialized for relative axes.
[ 4004.388] (**) VMware VMware Virtual USB Mouse: (accel) keeping acceleration scheme 1
[ 4004.388] (**) VMware VMware Virtual USB Mouse: (accel) acceleration profile 0
[ 4004.388] (**) VMware VMware Virtual USB Mouse: (accel) acceleration factor: 2.000
[ 4004.388] (**) VMware VMware Virtual USB Mouse: (accel) acceleration threshold: 4
[ 4004.388] (II) config/udev: Adding input device VMware VMware Virtual USB Mouse (/dev/input/mouse0)
[ 4004.388] (II) No input driver specified, ignoring this device.
[ 4004.388] (II) This device may have been added with another device file.
[ 4004.389] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 4004.389] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 4004.389] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 4004.389] (**) AT Translated Set 2 keyboard: always reports core events
[ 4004.389] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 4004.389] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 4004.389] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 4004.389] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 4004.389] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 4004.389] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 4004.389] (**) Option "xkb_rules" "evdev"
[ 4004.389] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event5)
[ 4004.389] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "evdev pointer catchall"
[ 4004.389] (II) Using input driver 'evdev' for 'VirtualPS/2 VMware VMMouse'
[ 4004.389] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 4004.389] (**) evdev: VirtualPS/2 VMware VMMouse: Device: "/dev/input/event5"
[ 4004.389] (--) evdev: VirtualPS/2 VMware VMMouse: Vendor 0x2 Product 0x13
[ 4004.389] (--) evdev: VirtualPS/2 VMware VMMouse: Found 3 mouse buttons
[ 4004.389] (--) evdev: VirtualPS/2 VMware VMMouse: Found scroll wheel(s)
[ 4004.389] (--) evdev: VirtualPS/2 VMware VMMouse: Found relative axes
[ 4004.389] (--) evdev: VirtualPS/2 VMware VMMouse: Found x and y relative axes
[ 4004.389] (II) evdev: VirtualPS/2 VMware VMMouse: Configuring as mouse
[ 4004.389] (II) evdev: VirtualPS/2 VMware VMMouse: Adding scrollwheel support
[ 4004.389] (**) evdev: VirtualPS/2 VMware VMMouse: YAxisMapping: buttons 4 and 5
[ 4004.389] (**) evdev: VirtualPS/2 VMware VMMouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 4004.390] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 4004.390] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 9)
[ 4004.390] (II) evdev: VirtualPS/2 VMware VMMouse: initialized for relative axes.
[ 4004.390] (**) VirtualPS/2 VMware VMMouse: (accel) keeping acceleration scheme 1
[ 4004.390] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration profile 0
[ 4004.390] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 4004.390] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 4004.390] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse2)
[ 4004.390] (II) No input driver specified, ignoring this device.
[ 4004.390] (II) This device may have been added with another device file.
[ 4004.390] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event4)
[ 4004.390] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "evdev pointer catchall"
[ 4004.390] (II) Using input driver 'evdev' for 'VirtualPS/2 VMware VMMouse'
[ 4004.390] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 4004.390] (**) evdev: VirtualPS/2 VMware VMMouse: Device: "/dev/input/event4"
[ 4004.390] (--) evdev: VirtualPS/2 VMware VMMouse: Vendor 0x2 Product 0x13
[ 4004.390] (--) evdev: VirtualPS/2 VMware VMMouse: Found 3 mouse buttons
[ 4004.390] (--) evdev: VirtualPS/2 VMware VMMouse: Found absolute axes
[ 4004.390] (--) evdev: VirtualPS/2 VMware VMMouse: Found x and y absolute axes
[ 4004.390] (--) evdev: VirtualPS/2 VMware VMMouse: Found absolute touchscreen
[ 4004.391] (II) evdev: VirtualPS/2 VMware VMMouse: Configuring as touchscreen
[ 4004.391] (**) evdev: VirtualPS/2 VMware VMMouse: YAxisMapping: buttons 4 and 5
[ 4004.391] (**) evdev: VirtualPS/2 VMware VMMouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 4004.391] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event4"
[ 4004.391] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: TOUCHSCREEN, id 10)
[ 4004.391] (II) evdev: VirtualPS/2 VMware VMMouse: initialized for absolute axes.
[ 4004.391] (**) VirtualPS/2 VMware VMMouse: (accel) keeping acceleration scheme 1
[ 4004.391] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration profile 0
[ 4004.391] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 4004.391] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 4004.391] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse1)
[ 4004.391] (II) No input driver specified, ignoring this device.
[ 4004.391] (II) This device may have been added with another device file.
[ 4004.391] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 4004.391] (II) No input driver specified, ignoring this device.
[ 4004.391] (II) This device may have been added with another device file.
[ 4007.716] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 4007.716] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 4007.716] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 4007.716] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 4007.716] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 4007.720] (II) vmware(0): Modeline "2880x1800"x60.0 354.51 2880 2930 2980 3030 1800 1850 1900 1950 -hsync +vsync (117.0 kHz eP)
[ 4007.720] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 4007.720] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 4007.720] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 4007.720] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)[~]-> dmesg | grep 'VMware VMware Virtual USB Mouse'
[ 1.318161] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input2
[ 1.318406] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
[~]-> dmesg | grep 'VirtualPS/2 VMware VMMouse'
[ 4.436124] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input6
[ 4.436390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
[~]-> egrep "Name|Handlers" /proc/bus/input/devices | egrep -B1 'Handlers.*mouse'
N: Name="VMware VMware Virtual USB Mouse"
H: Handlers=event1 mouse0
--
N: Name="VirtualPS/2 VMware VMMouse"
H: Handlers=event4 mouse1
N: Name="VirtualPS/2 VMware VMMouse"
H: Handlers=event5 mouse2
[~]-> pacman -Q | grep synaptics
xf86-input-synaptics 1.8.3-2
[~]-> synclient
Couldn't find synaptics properties. No synaptics driver loaded?
[~]-> syndaemon
Unable to find a synaptics device.Any help or ideas would be appreciated. Thanks!
Offline
No suggestions on how to either configure evdev or use the synaptics driver?
Offline
Pages: 1