Posts

Showing posts with the label Gnome

Install CentOS 7 on Old Mac Mini (late 2009)

Image
This installation is also one of the less successful installation. However, we manage to get it work without wifi enabled. For those of you who want to use wifi, we suggest to use an USB wifi adapter. Main Issue The main issue is with the Broadcom wifi driver. Mac Mini (late 2009) uses Broadcom wifi chipset and thus we required Broadcom drivers. However, Broadcom drivers are not open sourced. This is in conflict to the open source principal adopted by the Red Hat Community.  In summary, there will be no rpm build for Broadcom drivers. We have to compile and build the package ourselves. We have attempted to compile our driver, but we encounter many dependencies issue. Since there are many Linux distribution that works, we decided not to waste our time on building the driver. Another main issue we encounter is the ethernet driver. Mac Mini uses Nvidia ethernet chip for the network port. The latest version of CentOS has stop supporting these old network drivers. Therefore, Cent...

GNOME 3 Adding Shutdown Menu Option

Users of GNOME 3 should notice that if your computer has the suspend capabilities, the system will provide a "Suspend" option in the menu instead of "Shutdown" or "Hibernate" option. In order to show all available options, use the following command: sudo yum install gnome-shell-extensions-alternative-status-menu After which you might want to log out and log in again for the options to take effects. *** End ***