I wasn't sure if this thread belonged here or in the "development" section, but since it concerns the installation of FreeBSD I might as well post it here. Feel free to move it to the appropiate section.
A few days ago I installed a snapshot of 11-CURRENT in order to test the new i915 driver.
I installed FreeBSD normally and then installed x11/xorg. So far the keyboard seems to be detected, but the mouse won't move. I have a Microsoft Wireless Optical Desktop 1000 (both mouse and keyboard are wireless).
This is the result of
In theory it seems to be detecting the mouse/keyboard. I tried starting moused(8) but while the pointer shows up on screen, I'm unable to move it around. This is the same result I experience when I try to run the X server via
This is the version of FreeBSD I'm using:
Full
Any hints are appreciated.
Thanks,
A few days ago I installed a snapshot of 11-CURRENT in order to test the new i915 driver.
I installed FreeBSD normally and then installed x11/xorg. So far the keyboard seems to be detected, but the mouse won't move. I have a Microsoft Wireless Optical Desktop 1000 (both mouse and keyboard are wireless).
This is the result of
dmesg | grep Micro
:
Code:
ugen0.2: <Microsoft> at usbus0
ukbd0: <Microsoft Microsoft Wireless Optical Desktop 2.10, class 0/0, rev 2.00/0.41, addr 1> on usbus0
uhid0: <Microsoft Microsoft Wireless Optical Desktop 2.10, class 0/0, rev 2.00/0.41, addr 1> on usbus0
In theory it seems to be detecting the mouse/keyboard. I tried starting moused(8) but while the pointer shows up on screen, I'm unable to move it around. This is the same result I experience when I try to run the X server via
startx
: the basic X window environment shows up, complete with a mouse pointer image, but when I move the mouse around, It doesn't respond.This is the version of FreeBSD I'm using:
Code:
% freebsd-version ; uname -a
FreeBSD discworld 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r292413: Fri Dec 18 01:11:55 UTC 2015 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Full
dmesg
can be found at: http://slexy.org/view/s20pdOzxzEAny hints are appreciated.
Thanks,