LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-08-2011, 12:21 PM   #1
malloc
Member
 
Registered: Jul 2010
Posts: 111

Rep: Reputation: 4
Unable to configure mouse


I am unable to configure the features of the touchpad on my computer.
I am able to set the feature I want with synclient when X is running with "synclient TapButton1=0", which will disable the "tapping" feature on the touchpad -- this is what I want.

However, I when I try to set this as an option in my xorg.conf, I am unable to do so consistently.

In my xorg.conf: If I simply use /dev/input/mice as device, it never seems to work. However if I use the /dev/input/event* device which the mouse is actually detected as, then it will work. However this is a problem, as the particular number for the event device is subject to change after a reboot.

If I simply use /dev/input/mice I get an error that a synaptics device is not detected in my Xorg log -- still later on in the log it states a synaptics device has been detected under one of the /dev/input/event* devices. Does not /dev/input/mice map to the correct event device?

I have tried with different "protocol" settings as well as having attempted to combine and mix all settings I can think of. What am I doing wrong? I have the exact same issue on a Dell laptop as well.

Computer: Acer Aspire One D255E
Slackware version: 13.37
Kernel version: 3.0.0 (manually optimized for this computer, however the issue is reproducible with the stock kernel as well as other kernels).

Xorg.0.log:

Code:
[    31.877] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
[    31.877] _XSERVTransOpen: transport open failed for inet6/x86_24:0
[    31.877] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
[    31.958] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[    31.958] X Protocol Version 11, Revision 0
[    31.958] Build Operating System: Slackware 13.37 Slackware Linux Project
[    31.958] Current Operating System: Linux x86_24 3.0.0-smp #8 SMP PREEMPT Fri Aug 5 10:36:18 GMT+1 2011 i686
[    31.958] Kernel command line: BOOT_IMAGE=3.0.0_opt ro root=804 vt.default_utf8=0
[    31.958] Build Date: 18 March 2011  12:08:03AM
[    31.958]  
[    31.972] Current version of pixman: 0.20.2
[    31.972] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    31.972] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    31.973] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  8 05:29:00 2011
[    32.042] (==) Using config file: "/etc/X11/xorg.conf"
[    32.042] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    32.145] (==) ServerLayout "X.org Configured"
[    32.145] (**) |-->Screen "Screen0" (0)
[    32.145] (**) |   |-->Monitor "Monitor0"
[    32.146] (**) |   |-->Device "Card0"
[    32.146] (**) |-->Input Device "Mouse0"
[    32.146] (**) |-->Input Device "Keyboard0"
[    32.146] (==) Automatically adding devices
[    32.146] (==) Automatically enabling devices
[    32.167] (WW) The directory "/usr/share/fonts/local" does not exist.
[    32.168] 	Entry deleted from font path.
[    32.168] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    32.168] 	Entry deleted from font path.
[    32.221] (WW) The directory "/usr/share/fonts/local" does not exist.
[    32.221] 	Entry deleted from font path.
[    32.221] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    32.221] 	Entry deleted from font path.
[    32.221] (**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[    32.221] (**) ModulePath set to "/usr/lib/xorg/modules"
[    32.221] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    32.221] (WW) Disabling Keyboard0
[    32.221] (II) Loader magic: 0x81f0f80
[    32.221] (II) Module ABI versions:
[    32.221] 	X.Org ANSI C Emulation: 0.4
[    32.221] 	X.Org Video Driver: 8.0
[    32.221] 	X.Org XInput driver : 11.0
[    32.221] 	X.Org Server Extension : 4.0
[    32.224] (--) PCI:*(0:0:2:0) 8086:a011:1025:0349 rev 0, Mem @ 0x58180000/524288, 0x40000000/268435456, 0x58000000/1048576, I/O @ 0x000060c0/8
[    32.224] (--) PCI: (0:0:2:1) 8086:a012:1025:0349 rev 0, Mem @ 0x58100000/524288
[    32.224] (II) Open ACPI successful (/var/run/acpid.socket)
[    32.224] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    32.224] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    32.224] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    32.224] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    32.224] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    32.224] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    32.224] (II) LoadModule: "dri2"
[    32.262] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    32.297] (II) Module dri2: vendor="X.Org Foundation"
[    32.297] 	compiled for 1.9.5, module version = 1.2.0
[    32.297] 	ABI class: X.Org Server Extension, version 4.0
[    32.297] (II) Loading extension DRI2
[    32.297] (II) LoadModule: "extmod"
[    32.297] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    32.317] (II) Module extmod: vendor="X.Org Foundation"
[    32.317] 	compiled for 1.9.5, module version = 1.0.0
[    32.317] 	Module class: X.Org Server Extension
[    32.317] 	ABI class: X.Org Server Extension, version 4.0
[    32.317] (II) Loading extension MIT-SCREEN-SAVER
[    32.318] (II) Loading extension XFree86-VidModeExtension
[    32.318] (II) Loading extension XFree86-DGA
[    32.318] (II) Loading extension DPMS
[    32.318] (II) Loading extension XVideo
[    32.318] (II) Loading extension XVideo-MotionCompensation
[    32.318] (II) Loading extension X-Resource
[    32.318] (II) LoadModule: "dri"
[    32.318] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    32.319] (II) Module dri: vendor="X.Org Foundation"
[    32.319] 	compiled for 1.9.5, module version = 1.0.0
[    32.319] 	ABI class: X.Org Server Extension, version 4.0
[    32.319] (II) Loading extension XFree86-DRI
[    32.319] (II) LoadModule: "dbe"
[    32.320] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    32.321] (II) Module dbe: vendor="X.Org Foundation"
[    32.321] 	compiled for 1.9.5, module version = 1.0.0
[    32.321] 	Module class: X.Org Server Extension
[    32.321] 	ABI class: X.Org Server Extension, version 4.0
[    32.321] (II) Loading extension DOUBLE-BUFFER
[    32.321] (II) LoadModule: "glx"
[    32.321] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    32.361] (II) Module glx: vendor="X.Org Foundation"
[    32.362] 	compiled for 1.9.5, module version = 1.0.0
[    32.362] 	ABI class: X.Org Server Extension, version 4.0
[    32.362] (==) AIGLX enabled
[    32.362] (II) Loading extension GLX
[    32.362] (II) LoadModule: "record"
[    32.362] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    32.363] (II) Module record: vendor="X.Org Foundation"
[    32.363] 	compiled for 1.9.5, module version = 1.13.0
[    32.363] 	Module class: X.Org Server Extension
[    32.363] 	ABI class: X.Org Server Extension, version 4.0
[    32.363] (II) Loading extension RECORD
[    32.363] (II) LoadModule: "intel"
[    32.426] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    32.498] (II) Module intel: vendor="X.Org Foundation"
[    32.499] 	compiled for 1.9.5, module version = 2.15.0
[    32.499] 	Module class: X.Org Video Driver
[    32.499] 	ABI class: X.Org Video Driver, version 8.0
[    32.499] (II) LoadModule: "synaptics"
[    32.500] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    32.516] (II) Module synaptics: vendor="X.Org Foundation"
[    32.516] 	compiled for 1.9.4, module version = 1.4.0
[    32.516] 	Module class: X.Org XInput Driver
[    32.516] 	ABI class: X.Org XInput driver, version 11.0
[    32.517] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[    32.518] (--) using VT number 7

[    32.518] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    32.518] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    32.535] drmOpenDevice: node name is /dev/dri/card0
[    32.535] drmOpenDevice: open result is 10, (OK)
[    32.535] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    32.535] drmOpenDevice: node name is /dev/dri/card0
[    32.535] drmOpenDevice: open result is 10, (OK)
[    32.535] drmOpenByBusid: drmOpenMinor returns 10
[    32.535] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    32.535] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    32.536] (==) intel(0): RGB weight 888
[    32.536] (==) intel(0): Default visual is TrueColor
[    32.536] (II) intel(0): Integrated Graphics Chipset: Intel(R) Pineview GM
[    32.536] (--) intel(0): Chipset: "Pineview GM"
[    32.536] (**) intel(0): Relaxed fencing enabled
[    32.536] (**) intel(0): Framebuffer tiled
[    32.536] (**) intel(0): Pixmaps tiled
[    32.536] (**) intel(0): 3D buffers tiled
[    32.536] (**) intel(0): SwapBuffers wait enabled
[    32.536] (==) intel(0): video overlay key set to 0x101fe
[    32.537] (II) intel(0): Output LVDS1 using monitor section Monitor0
[    32.637] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    32.665] (II) intel(0): Output VGA1 has no monitor section
[    32.665] (II) intel(0): EDID for output LVDS1
[    32.665] (II) intel(0): Manufacturer: CMO  Model: 1018  Serial#: 0
[    32.665] (II) intel(0): Year: 2009  Week: 51
[    32.665] (II) intel(0): EDID Version: 1.3
[    32.665] (II) intel(0): Digital Display Input
[    32.665] (II) intel(0): Max Image Size [cm]: horiz.: 22  vert.: 12
[    32.665] (II) intel(0): Gamma: 2.20
[    32.665] (II) intel(0): No DPMS capabilities specified
[    32.665] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    32.665] (II) intel(0): First detailed timing is preferred mode
[    32.666] (II) intel(0): redX: 0.560 redY: 0.355   greenX: 0.350 greenY: 0.565
[    32.666] (II) intel(0): blueX: 0.155 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[    32.666] (II) intel(0): Manufacturer's mask: 0
[    32.666] (II) intel(0): Supported detailed timing:
[    32.666] (II) intel(0): clock: 54.2 MHz   Image Size:  222 x 125 mm
[    32.666] (II) intel(0): h_active: 1024  h_sync: 1133  h_sync_end 1205 h_blank_end 1386 h_border: 0
[    32.666] (II) intel(0): v_active: 600  v_sync: 607  v_sync_end 620 v_blanking: 652 v_border: 0
[    32.666] (II) intel(0):  N101L6-L0D
[    32.666] (II) intel(0):  CMO
[    32.666] (II) intel(0):  N101L6-L0D
[    32.666] (II) intel(0): EDID (in hex):
[    32.666] (II) intel(0): 	00ffffffffffff000daf181000000000
[    32.666] (II) intel(0): 	3313010380160c780a4be58f5b599027
[    32.666] (II) intel(0): 	1d505400000001010101010101010101
[    32.666] (II) intel(0): 	0101010101012c15006a415834206d48
[    32.667] (II) intel(0): 	7d00de7d00000018000000fe004e3130
[    32.667] (II) intel(0): 	314c362d4c30440a2020000000fe0043
[    32.667] (II) intel(0): 	4d4f0a202020202020202020000000fe
[    32.667] (II) intel(0): 	004e3130314c362d4c30440a20200047
[    32.667] (II) intel(0): EDID vendor "CMO", prod id 4120
[    32.667] (II) intel(0): Printing DDC gathered Modelines:
[    32.667] (II) intel(0): Modeline "1024x600"x0.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[    32.668] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    32.668] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    32.668] (II) intel(0): Printing probed modes for output LVDS1
[    32.668] (II) intel(0): Modeline "1024x600"x60.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[    32.668] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    32.668] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    32.668] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    32.697] (II) intel(0): EDID for output VGA1
[    32.697] (II) intel(0): Output LVDS1 connected
[    32.697] (II) intel(0): Output VGA1 disconnected
[    32.697] (II) intel(0): Using exact sizes for initial modes
[    32.697] (II) intel(0): Output LVDS1 using initial mode 1024x600
[    32.697] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    32.697] (II) intel(0): Kernel page flipping support detected, enabling
[    32.697] (**) intel(0): Display dimensions: (220, 120) mm
[    32.697] (**) intel(0): DPI set to (118, 126)
[    32.697] (II) Loading sub module "fb"
[    32.697] (II) LoadModule: "fb"
[    32.699] (II) Loading /usr/lib/xorg/modules/libfb.so
[    32.757] (II) Module fb: vendor="X.Org Foundation"
[    32.757] 	compiled for 1.9.5, module version = 1.0.0
[    32.757] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    32.757] (II) Loading sub module "dri2"
[    32.757] (II) LoadModule: "dri2"
[    32.758] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[    32.758] (==) Depth 24 pixmap format is 32 bpp
[    32.758] (II) intel(0): [DRI2] Setup complete
[    32.758] (II) intel(0): [DRI2]   DRI driver: i915
[    32.759] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
[    32.776] (II) UXA(0): Driver registered support for the following operations:
[    32.776] (II)         solid
[    32.776] (II)         copy
[    32.776] (II)         composite (RENDER acceleration)
[    32.776] (II)         put_image
[    32.776] (II)         get_image
[    32.777] (==) intel(0): Backing store disabled
[    32.777] (==) intel(0): Silken mouse enabled
[    32.777] (II) intel(0): Initializing HW Cursor
[    32.787] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    32.789] (==) intel(0): DPMS enabled
[    32.789] (==) intel(0): Intel XvMC decoder disabled
[    32.789] (II) intel(0): Set up textured video
[    32.789] (II) intel(0): Set up overlay video
[    32.789] (II) intel(0): direct rendering: DRI2 Enabled
[    32.790] (==) intel(0): hotplug detection: "enabled"
[    32.790] (--) RandR disabled
[    32.790] (II) Initializing built-in extension Generic Event Extension
[    32.790] (II) Initializing built-in extension SHAPE
[    32.790] (II) Initializing built-in extension MIT-SHM
[    32.790] (II) Initializing built-in extension XInputExtension
[    32.790] (II) Initializing built-in extension XTEST
[    32.790] (II) Initializing built-in extension BIG-REQUESTS
[    32.790] (II) Initializing built-in extension SYNC
[    32.790] (II) Initializing built-in extension XKEYBOARD
[    32.790] (II) Initializing built-in extension XC-MISC
[    32.790] (II) Initializing built-in extension XINERAMA
[    32.790] (II) Initializing built-in extension XFIXES
[    32.790] (II) Initializing built-in extension RENDER
[    32.790] (II) Initializing built-in extension RANDR
[    32.790] (II) Initializing built-in extension COMPOSITE
[    32.790] (II) Initializing built-in extension DAMAGE
[    32.899] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    32.899] (II) AIGLX: enabled GLX_INTEL_swap_event
[    32.899] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    32.899] (II) AIGLX: enabled GLX_SGI_make_current_read
[    32.899] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    32.900] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[    32.900] (II) GLX: Initialized DRI2 GL provider for screen 0
[    32.903] (II) intel(0): Setting screen physical size to 270 x 158
[    34.091] (**) Option "Device" "/dev/input/event8"
[    34.105] (--) Mouse0: invalid x-axis range.  defaulting to 1615 - 5685
[    34.105] (--) Mouse0: invalid y-axis range.  defaulting to 1729 - 4171
[    34.105] (--) Mouse0: invalid pressure range.  defaulting to 0 - 256
[    34.105] (--) Mouse0: invalid finger width range.  defaulting to 0 - 16
[    34.105] (**) Option "TapButton1" "0"
[    34.137] (--) Mouse0: no supported touchpad found
[    34.137] (EE) Mouse0 Unable to query/initialize Synaptics hardware.
[    34.153] (EE) PreInit returned NULL for "Mouse0"
[    34.179] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    34.179] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    34.179] (**) Power Button: Applying InputClass "keyboard-all"
[    34.179] (II) LoadModule: "evdev"
[    34.180] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    34.198] (II) Module evdev: vendor="X.Org Foundation"
[    34.198] 	compiled for 1.9.3, module version = 2.6.0
[    34.198] 	Module class: X.Org XInput Driver
[    34.198] 	ABI class: X.Org XInput driver, version 11.0
[    34.198] (**) Power Button: always reports core events
[    34.198] (**) Power Button: Device: "/dev/input/event3"
[    34.198] (--) Power Button: Found keys
[    34.198] (II) Power Button: Configuring as keyboard
[    34.198] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    34.198] (**) Option "xkb_rules" "evdev"
[    34.199] (**) Option "xkb_model" "evdev"
[    34.199] (**) Option "xkb_layout" "us"
[    34.199] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    34.288] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    34.288] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    34.288] (**) Video Bus: Applying InputClass "keyboard-all"
[    34.288] (**) Video Bus: always reports core events
[    34.288] (**) Video Bus: Device: "/dev/input/event8"
[    34.288] (--) Video Bus: Found keys
[    34.288] (II) Video Bus: Configuring as keyboard
[    34.288] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    34.288] (**) Option "xkb_rules" "evdev"
[    34.288] (**) Option "xkb_model" "evdev"
[    34.288] (**) Option "xkb_layout" "us"
[    34.288] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    34.635] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    34.635] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    34.635] (**) Power Button: Applying InputClass "keyboard-all"
[    34.635] (**) Power Button: always reports core events
[    34.635] (**) Power Button: Device: "/dev/input/event0"
[    34.635] (--) Power Button: Found keys
[    34.635] (II) Power Button: Configuring as keyboard
[    34.635] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    34.635] (**) Option "xkb_rules" "evdev"
[    34.635] (**) Option "xkb_model" "evdev"
[    34.635] (**) Option "xkb_layout" "us"
[    34.635] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    34.637] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    34.637] (II) No input driver/identifier specified (ignoring)
[    34.637] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    34.637] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    34.638] (**) Sleep Button: Applying InputClass "keyboard-all"
[    34.638] (**) Sleep Button: always reports core events
[    34.638] (**) Sleep Button: Device: "/dev/input/event1"
[    34.638] (--) Sleep Button: Found keys
[    34.638] (II) Sleep Button: Configuring as keyboard
[    34.638] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    34.638] (**) Option "xkb_rules" "evdev"
[    34.638] (**) Option "xkb_model" "evdev"
[    34.638] (**) Option "xkb_layout" "us"
[    34.638] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    34.649] (II) config/udev: Adding input device 1.3M WebCam (/dev/input/event6)
[    34.649] (**) 1.3M WebCam: Applying InputClass "evdev keyboard catchall"
[    34.649] (**) 1.3M WebCam: Applying InputClass "keyboard-all"
[    34.649] (**) 1.3M WebCam: always reports core events
[    34.649] (**) 1.3M WebCam: Device: "/dev/input/event6"
[    34.649] (--) 1.3M WebCam: Found keys
[    34.649] (II) 1.3M WebCam: Configuring as keyboard
[    34.649] (II) XINPUT: Adding extended input device "1.3M WebCam" (type: KEYBOARD)
[    34.650] (**) Option "xkb_rules" "evdev"
[    34.650] (**) Option "xkb_model" "evdev"
[    34.650] (**) Option "xkb_layout" "us"
[    34.650] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    34.660] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    34.660] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    34.660] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    34.660] (**) AT Translated Set 2 keyboard: always reports core events
[    34.661] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    34.661] (--) AT Translated Set 2 keyboard: Found keys
[    34.661] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    34.661] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    34.661] (**) Option "xkb_rules" "evdev"
[    34.661] (**) Option "xkb_model" "evdev"
[    34.661] (**) Option "xkb_layout" "us"
[    34.661] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    34.662] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[    34.662] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    34.662] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[    34.662] (**) Option "Device" "/dev/input/event7"
[    34.691] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5612
[    34.691] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4618
[    34.691] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    34.691] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    34.691] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    34.691] (**) Option "TapButton1" "1"
[    34.691] (**) Option "TapButton2" "2"
[    34.691] (**) Option "TapButton3" "3"
[    34.723] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    34.723] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    34.755] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    34.755] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    34.755] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    34.755] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[    34.755] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    34.755] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    34.755] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    34.755] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    34.756] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    34.757] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    34.757] (II) No input driver/identifier specified (ignoring)
[    34.765] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event5)
[    34.765] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    34.765] (**) Acer WMI hotkeys: Applying InputClass "keyboard-all"
[    34.765] (**) Acer WMI hotkeys: always reports core events
[    34.765] (**) Acer WMI hotkeys: Device: "/dev/input/event5"
[    34.765] (--) Acer WMI hotkeys: Found keys
[    34.766] (II) Acer WMI hotkeys: Configuring as keyboard
[    34.766] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD)
[    34.766] (**) Option "xkb_rules" "evdev"
[    34.766] (**) Option "xkb_model" "evdev"
[    34.766] (**) Option "xkb_layout" "us"
[    34.766] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    42.929] (II) intel(0): EDID vendor "CMO", prod id 4120
[    42.929] (II) intel(0): Printing DDC gathered Modelines:
[    42.930] (II) intel(0): Modeline "1024x600"x0.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[    42.958] (II) intel(0): EDID vendor "CMO", prod id 4120
[    42.958] (II) intel(0): Printing DDC gathered Modelines:
[    42.958] (II) intel(0): Modeline "1024x600"x0.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[ 20797.522] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 20800.535] (II) Open ACPI successful (/var/run/acpid.socket)
[ 20800.535] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 20800.548] (II) intel(0): EDID vendor "CMO", prod id 4120
[ 20800.548] (II) intel(0): Printing DDC gathered Modelines:
[ 20800.548] (II) intel(0): Modeline "1024x600"x0.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[ 20800.578] (--) SynPS/2 Synaptics TouchPad: touchpad found
xorg.conf:

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

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "dri2"
	Load  "extmod"
	Load  "dri"
	Load  "dbe"
	Load  "glx"
	Load  "record"
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/event8"
	Option      "SendCoreEvents"
	Option	    "Protocol" "alps"
	Option      "SMHConfig" "on"
	Option      "TapButton1" "0"
EndSection

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        	# [<str>]
        #Option     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
 
Old 08-08-2011, 03:43 PM   #2
Mike_M
Member
 
Registered: Mar 2011
Location: California
Distribution: Slackware
Posts: 116

Rep: Reputation: 53
If synclient works correctly for you without needing any configuration in xorg.conf or xorg.conf.d, then I'd suggest sticking with synclient. Add the entry (or entries) to your ~/.xinitrc file (or the appropriate file if you use run level 4) so that they are automatically run each time you start X. That's how I configure my touchpad on my laptop: I find the settings I want to use, and add the appropriate entry to ~/.xinitrc.
 
0 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to configure mouse buttons 8, 9, and 10 on Ubuntu 11.04. Logitech M705 BobTheTwit Linux - Hardware 2 08-04-2011 12:02 PM
Unable To Configure Left-Hand Mouse With KDE 3.5.8 In Current Woodsman Slackware 7 05-09-2008 10:51 PM
how to configure a different mouse lxuser Libranet 3 08-02-2004 08:37 PM
How do you configure to mouses, a laptop mouse and a Logitc USB Mouse dbratton Linux - Hardware 8 03-06-2004 05:02 PM
Can't configure mouse right Uberjurk Linux - General 2 05-09-2001 10:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration