Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 20:08:04 -0700
From:      Chris <bsd-lists@BSDforge.com>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: How to get mouse configured in X(org)?
Message-ID:  <e61af99a01f398511efaa66b5c274371@udns.ultimatedns.net>
In-Reply-To: <062b154716ff65cf1e9d5207b2199b23@udns.ultimatedns.net>

index | next in thread | previous in thread | raw e-mail

On Fri, 31 Jul 2020 18:03:17 -0700 bsd-lists@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




help

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