Hi all,
I checked the hal questions here, and on the net about disabling/removing hal, but found most of the info was about fixing non working keyboards or mice, I just wanted to double check to be sure that I have it right.
If I have in my xorg.conf:
And my keyboard and mouse still work fine after starting X, that means they will work this way without hal installed, correct?
And the only thing making me have
in my rc.conf is because I built Xorg with it enabled? I mount drives in fstab
Also, should I just run pkg_deinstall for Xorg, and hal, so its deinstalled recursively, and then build Xorg again without hal? Im sure Im forgetting or missing something, I seem to always do. Should I expect my nVidia 173 driver to be broken?
Im just trying to double check, before I go messing too much up. Hate to bother you guys with dumb stuff.
Thanks
I checked the hal questions here, and on the net about disabling/removing hal, but found most of the info was about fixing non working keyboards or mice, I just wanted to double check to be sure that I have it right.
If I have in my xorg.conf:
Code:
Section "ServerFlags"
Option "AllowEmptyInput" "0"
Option "AutoAddDevices" "0"
Option "AutoEnableDevices" "0"
EndSection
And my keyboard and mouse still work fine after starting X, that means they will work this way without hal installed, correct?
And the only thing making me have
Code:
hald_enable="YES"
Also, should I just run pkg_deinstall for Xorg, and hal, so its deinstalled recursively, and then build Xorg again without hal? Im sure Im forgetting or missing something, I seem to always do. Should I expect my nVidia 173 driver to be broken?
Im just trying to double check, before I go messing too much up. Hate to bother you guys with dumb stuff.
Thanks