DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 15th October 2011
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default 5.0-Current and Synaptics Touch Pad

I just updated current yesterday and noted that the changelog has enabled xf86-input-synaptics - my understanding is that I do not have to patch the kernel now. I have configured the synaptics touchpad previously in linux and use the touch pad exclusively as a pointing device.
The xorg.conf below gives a moving mouse cursor but no tap-to-click
Code:
Section "InputDevice"
	Identifier	"Mouse0"
	Driver	"synaptics"
	Option	"Protocol"	"wsmouse"
	Option	"Device"	"/dev/wsmouse"
	Option	"MaxTapTime"	"180"
	Option	"MaxTapMove"	"220"
	Option	"VertEdgeScroll"	"true"
        Option	"HorizEdgeScrool"	"true"
	Option	"TapButton1"	"1"
	Option	"SHMConfig"	"true"
EndSection
Section "Device"
        Identifier      "Builtin Default sis Device 0"
        Driver  "sis"
EndSection
Section "Screen"
        Identifier      "Builtin Default sis Screen 0"
        Device  "Builtin Default sis Device 0"
EndSection
Section "Device"
        Identifier      "Builtin Default vesa Device 0"
	Driver  "vesa"
EndSection
Section "Screen"
        Identifier      "Builtin Default vesa Screen 0"
        Device  "Builtin Default vesa Device 0"
EndSection
Section "ServerLayout"
	InputDevice	"Mouse0"	"CorePointer"
        Identifier      "Builtin Default Layout"
        Screen  "Builtin Default sis Screen 0"
        Screen  "Builtin Default vesa Screen 0"
EndSection
I get the following message after killing X
Code:
(EE) Synaptics Driver unable to detect protocol
(EE) PreInit returned NULL for "Mouse0"
I have a wsmouse in /dev.

Has anyone set this up?
Reply With Quote
 

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I run -current? qmemo OpenBSD Installation and Upgrading 8 6th May 2011 12:25 AM
OpenBSD4.5 current to current... valorisa OpenBSD Installation and Upgrading 7 6th June 2009 09:26 AM
dat 72 one touch restore firstkmh FreeBSD General 0 29th August 2008 03:46 PM
Ipod touch syrushcw FreeBSD General 5 2nd May 2008 06:42 PM


All times are GMT. The time now is 01:05 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick