-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handbook: Add notes to VMWare related setup guide #424
base: main
Are you sure you want to change the base?
Conversation
56fe8ca
to
2f36e4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test the procedure as I use neither a Macbook nor VMWare.
[.procedure] | ||
. Enabling the mouse | ||
+ | ||
Some users have reported issues using the mouse in the virtual machine. The mouse may be enabled by appending the following to [.filename]#/boot/loader.conf#: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One sentence per line. Also, is there a reason to use loader.conf instead of the kld_list rc.conf(5) variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I put the sentence on a new line.
Also, is there a reason to use loader.conf instead of the kld_list rc.conf(5) variable?
Yes -- this module should be loaded at boot time. From the manpages:
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device ums device hid device uhci device ohci device usb
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
ums_load="YES"
https://man.freebsd.org/cgi/man.cgi?query=ums&sektion=4&format=html
2f36e4d
to
094ea62
Compare
When setting up FreeBSD 14 on my M1 macOS machine I ran across a couple of issues; I thought the fixes may be useful to other users, mainly:
/boot/loader.conf