bd54
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I run FreeBSD under QEMU, but can't seem to make the QEMU tablet device work (which has to be used instead of ordinary mouse for VNC support). The device appears as /dev/uhid0, but that doesn't work if used as a mouse device in xorg.conf. It works out-of-box on Windows. Code:
# usbhidctl -f /dev/uhid0 -a Generic_Desktop:Pointer.Button:Button_1=0 Generic_Desktop:Pointer.Button:Button_2=0 Generic_Desktop:Pointer.Button:Button_3=0 Generic_Desktop:Pointer.Generic_Desktop:X=31178 Generic_Desktop:Pointer.Generic_Desktop:Y=2233 Generic_Desktop:Pointer.Generic_Desktop:Wheel=0 |
|
#2
|
|||
|
|||
|
I'm not certain this is appropriate in this case, but have you already enabled hald and/or dbus in /etc/rc.conf?
Code:
hald_enable="YES" dbus_enable="YES" Code:
Option "AutoAddDevices" "Off" Good luck! |
|
#3
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to wblock@ For This Useful Post: | ||
Ogham (August 4th, 2012) | ||
|
#4
|
||||
|
||||
|
Why QEMU and not VirtualBox, which has a built-in VNC server?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD 9 on qemu not work | robbtek | X.Org | 5 | January 19th, 2012 01:01 |
| FreeBSD on tablet PC, what you think ? | Cheech | Mobile Computing | 1 | September 17th, 2011 15:55 |
| freebsd and qemu | Orioa | Installation and Maintenance of FreeBSD Ports or Packages | 1 | April 9th, 2010 21:13 |
| freebsd and qemu | Orioa | Installation and Maintenance of FreeBSD Ports or Packages | 1 | April 9th, 2010 17:47 |
| QEMU on FreeBSD 7.x | alie | General | 13 | December 25th, 2008 12:42 |