http://www.foxnews.com/story/0,2933,422764,00.html
Wow... Pink Floyd fans all over the world will be mourning this week.
Pages
▼
Monday, September 15, 2008
Friday, September 12, 2008
How to fix missing mouse driver for VM using RedHat Enterprise 5
If you ever created a RedHat Enterprise Linux 5 virtual machine using VMware's ESX you may have discovered that the virtual mouse driver is not installed correctly. The driver is there but they messed up the xorg.conf file.
-A friend of mine found this so I have to give credit to SW on this one-
in the Section "ServerLayout" add InputDevice "Mouse0" "CorePointer"
then in the Section "InputDevice" add (or create)
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Reboot and you should be all good.
-A friend of mine found this so I have to give credit to SW on this one-
in the Section "ServerLayout" add InputDevice "Mouse0" "CorePointer"
then in the Section "InputDevice" add (or create)
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Reboot and you should be all good.
ESX STIG Script
Just to let everyone know, we posted a new version (1.3) of the ESX_SRRSecure.sh script on the VMTN.
ESX_SRRSecure - Script to allow ESX to pass a DISA Security Readiness Review
For now you still have to edit the file and search for 192.168.10. and replace it with your network id.
Version 1.4 will come soon..
ESX_SRRSecure - Script to allow ESX to pass a DISA Security Readiness Review
For now you still have to edit the file and search for 192.168.10. and replace it with your network id.
Version 1.4 will come soon..