How to get mouse configured in X(org)?

Chris bsd-lists at BSDforge.com
Sat Aug 1 03:07:32 UTC 2020


On Fri, 31 Jul 2020 18:03:17 -0700 bsd-lists at BSDforge.com said


All bitching aside. My conclusion is the

Option      "AutoAddDevices" "Off"

Line below is responsible for permitting/activating the
mouse.

> server-layout.conf
> Section "ServerLayout"
> 	Identifier  "X.org Configured"
> 	Option      "AutoAddDevices" "Off"
> 	Option      "Log"  "sync"
> EndSection
> driver-nvidia.conf
> Section "Device"
> 	Identifier  "Card0"
> 	Driver      "nvidia"
> 	BusID       "PCI:2:0:0"
> EndSection
> screen-layout.conf
> Section "Monitor"
> 	Identifier   "Monitor0"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "Monitor Model"
> EndSection
> keyboard-zap.conf
> Section	"InputClass"
> 	Identifier	"KeyboardDefaults"
> 	Driver		"keyboard"
> 	MatchIsKeyboard	"on"
> 	Option		"XkbOptions" "terminate:ctrl_alt_bksp"
> EndSection
> 
--Chris




More information about the freebsd-stable mailing list