Setup: Raspberry Pi (not 2) model B, FreeBSD 11.0, xorg pkg installed. PS/2 keyboard and mouse connected through TrendNet PS/2-to-USB adapter. Mouse works correctly in console mode.
X will not autoconfigure; it can't seem to find video. I created an xorg.conf to tell it to use the scfb(4) driver, and that worked, except for the mouse.
The cursor starts off in the screen center, but as soon as you touch the mouse, the cursor jumps to the upper left corner and stays there forever, regardless of mouse movement. Mouse button clicks work as expected to get twm to bring up the application windows (all stacked on top of each other in the upper left). It's apparent that X can hear the mouse; it's just not paying attention to mouse movements.
I've played at adding mouse configuration to my minimal xorg.conf. I changed protocol auto to protocol PS/2, and the mouse didn't work at all. I changed device /dev/sysmouse to /dev/ums0 and the mouse didn't work at all. I'm out of ideas there.
I've tried a different PS/2 mouse without effect. I tried vtwm instead of twm, but the mouse behavior is unchanged.
(Just in case it's relevant: occasionally the keyboard is unresponsive in console mode after system startup. Unplugging and replacing the USB adapter fixes the problem. The mouse doesn't have this problem.)
Any help appreciated. Thanks.
X will not autoconfigure; it can't seem to find video. I created an xorg.conf to tell it to use the scfb(4) driver, and that worked, except for the mouse.
The cursor starts off in the screen center, but as soon as you touch the mouse, the cursor jumps to the upper left corner and stays there forever, regardless of mouse movement. Mouse button clicks work as expected to get twm to bring up the application windows (all stacked on top of each other in the upper left). It's apparent that X can hear the mouse; it's just not paying attention to mouse movements.
I've played at adding mouse configuration to my minimal xorg.conf. I changed protocol auto to protocol PS/2, and the mouse didn't work at all. I changed device /dev/sysmouse to /dev/ums0 and the mouse didn't work at all. I'm out of ideas there.
I've tried a different PS/2 mouse without effect. I tried vtwm instead of twm, but the mouse behavior is unchanged.
(Just in case it's relevant: occasionally the keyboard is unresponsive in console mode after system startup. Unplugging and replacing the USB adapter fixes the problem. The mouse doesn't have this problem.)
Any help appreciated. Thanks.