Displaying 9 results from an estimated 9 matches for "sysmouse".
Did you mean:
  psmouse
  
2008 Feb 06
3
synaptics problem
...ot;
(--) <default pointer>: Device: "/dev/psm0"
(==) <default pointer>: Protocol: "Auto"
...
Synaptics DeviceInit called
SynapticsCtrl called.
(II) <default pointer>: SetupAuto: hw.iftype is 3, hw.model is 13
(II) <default pointer>: SetupAuto: protocol is SysMouse
(WW) fcntl(15, O_ASYNC): Inappropriate ioctl for device
Synaptics DeviceOn called
(EE) xf86OpenSerial: Cannot open device /dev/psm0
	Device busy.
(WW) Synaptics_Touchpad: cannot open input device
couldn't enable device 3
Protocol isn't psm, why ? Can I force it ?
/dev/psm0 isn't used o...
2003 Jun 03
1
Wheel Mouse on FreeBSD
FreeBSD 4.8, Logitek optical mouse, /etc/XF86Config:
	Section "Pointer"
		Protocol	"SysMouse"
		Device		"/dev/mouse"
		Buttons	5
		ZAxisMapping	4 5
	EndSection
...works for Mozilla, Opera, StarOffice, but not for
XFmail.....Dan.
           Dan Albers	
       computing@kpfa.org
       (510)848-6767 x211
=== Measure twice, cut once. ===
2003 Sep 03
3
MAC problems
FreeBSD version: 5.1-RELEASE
 
Hi,
 I'm quite new to FreeBSD. I've check list archives and 
read a handbook, but I didn't find solution to my problem 
and I hope this is not off-topic.
I've installed 5.1-RELEASE, enabled ACLs on the filesystems 
and I wanted to test MAC features. I'm also new to MAC, so 
perhaps this is some my mistake.
When I enable mac_biba or mac_lomac  (in
2006 May 09
0
MegaTech UPSilon 2000 usage
...we shall use cuaaN device. Well 
FreeBSD# ls
acd0             ctty              lpt0             stderr          ttyv6
acd0t01        cuad0 ???  lpt0.ctl         stdin           ttyv7
acpi              cuad0.init    mdctl           stdout         ttyv8
ad0               cuad0.lock   mem            sysmouse    ttyv9
ad0s1           cuad1???     net              ttyd0            ttyva
ad0s1a         cuad1.init    net1             ttyd0.init     ttyvb
ad0s1b         cuad1.lock   net2             ttyd0.lock   ttyvc
ad0s1c         devctl           net3             ttyd1           ttyvd
ad0s1d         devs...
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really 
annoying issues with jerky mouse movement and skipping sound.  This 
seems to be similar to:
Re: SCHED_4BSD in RELENG_7 disturbs workflow
This happens both with 4BSD and ULE.
I seems to happen when I'm compiling ports and a new cc/bzip2/sh 
process fires off (I'm just watching top), I'll get the 
skip/freezeup.
2008 Jul 18
0
Starcraft + wine 1.1.1 @ FreeBSD 7.0
...rg"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "IBM"
	ModelName    "T42-23733YG"
	Option	     "DPMS"
EndSection
Section "Device"
        ### Available Dr...
2003 Jun 01
8
hints on KVM switches w/ X
Has anyone got hints on using KVM switches with XFree86?  I'm using a wheel 
mouse and moused, but something gets out of whack when I switch away then back 
to X.  Next time I touch the mouse, all sorts of weird things happen for a 
fraction of a second, then the mouse starts working OK.  This is annoying and 
dangerous because it often winds up pasting random stuff into xterms.....
Are there
2009 Apr 26
2
7.2-PRE amd64 panic when starting Xorg
...ion
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
	#DisplaySize	  380   300	# mm
	Identifier   "Monitor0"
	VendorName   "SAM"
	ModelName    "SyncMaster"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option...
2019 Apr 26
0
Wine release 4.7
...rom d3dx10core.idl.
      include: Remove duplicate extern C from mimeole.idl.
      include: Remove duplicate extern C from vsbackup.idl.
      winex11/wintab: Set all Device Orientation values.
      xinput: Check that we actually received a value before assignment.
      dinput: Don't report SysMouse/Keyboard devices as supporting Force Feedback.
Andreas Maier (2):
      jscript: Stub Enumerator object.
      jscript_test: Simple test for Enumerator().
Andrew Eikum (1):
      dinput: Report controllers as gamepads, not joysticks.
Andrey Gusev (2):
      dxgi: Add DECLSPEC_HOTPATCH to d3d11_s...