Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 13:11:43 -0700
From:      Chris <bsd-lists@BSDforge.com>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   How to get mouse configured in X(org)?
Message-ID:  <bf220e7c4c3624a826b01aca0ec5cd7b@udns.ultimatedns.net>

index | next in thread | raw e-mail

Greetings all,
I just installed a copy of 12@363433 from the install media.
I then pkg installed everything I intended to use.
After installing Xorg-server,nvidia-driver,xf86-input-keyboard,
xf86-input-mouse. I fired
Xorg -configure
examined the output in both /var/Xorg.o.log && ~/xorg.conf.new
everything appeared to be in order. So I fired off a
Xorg -config ~/xorg.conf.new -retro

While I got the familiar background mesh (-retro), and the
keyboard functioned correctly. The mouse doesn't work.

>From Xorg.0.log:
[85.337] (II) config/udev: Adding input device IntelliMouse Explorer (/dev/input/event4)
[85.337] (II) No input driver specified, ignoring this device.
[85.337] (II) This device may have been added with another device file.

Relevant excerpt from xorg.conf.new:
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

I appear to have covered all the bases in the entry of the handbook at:
https://www.freebsd.org/doc/handbook/x-config.html

Thanks in advance for any assistance.

--Chris




help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bf220e7c4c3624a826b01aca0ec5cd7b>