| Article Index |
|---|
| Fedora 12 Installation and Post Installation Guide |
| Page 2 |
| Page 3 |
| Page 4 |
| Page 5 |
| Page 6 |
| Page 7 |
| Page 8 |
| Page 9 |
| Page 10 |
| Page 11 |
| Page 12 |
| Page 13 |
| Page 14 |
| All Pages |
Page 11 of 14
20. Access Windows Partitions
Fedora 12 will auto detect the Windows Partitions (FAT32, NTFS) that you may have in your computer's hard disk and it will place an icon of them on the desktop. Moreover ntfs-3g is installed by default which means that you have read/write access in NTFS partitions also.If you want to enable/disable write support for external and/or internal devices with only two clicks you can install ntfs-config.
su -c 'yum install ntfs-config'
You can find it in System -> Administration -> NTFS Configuration Tool
21. Access Windows Shares
If you want to access the shared files of a Windows box of you LAN through Linux and also to be able to view your videos and listen to your mp3 through your local network install smb4k like this:su -c 'yum install smb4k'
If you have an iptables firewall running you must set Samba as a trusted service. Go to System -> Administration -> Firewall and in 'Trusted Services' find 'Samba', tick it and press 'Apply'.

**Note: If you get a message like:
%E
open a terminal and type:
su -c 'chmod u+s /sbin/mount.cifs'
su -c 'chmod u+s /sbin/umount.cifs'
Each time you update smb4k or a samba component you have to run this command again.
22. Fedora Compiz-Fusion
Compiz Fusion is the 'cool cube' most of you have seen in a screenshot or video all over the Internet. Fedora 12 comes with a version of it that doesn't have all the features. You can take a look at it under System -> Preferences -> Look and Feel -> Desktop Effects. But if you want to use all the effects, plugins etc. follow the instructions below.
Compiz requires direct rendering to work. To test if you have it type:
If you see the message direct rendering: Yes you are ready to continue with the installation of the packages.
Compiz requires direct rendering to work. To test if you have it type:
glxinfo | grep direct
If you see the message direct rendering: Yes you are ready to continue with the installation of the packages.
* Official Packages
The compiz-fusion packages found in Fedora repositories are a few versions back but they'll do their work. However, I suggest you to take a look in the unofficial packages below. To install them type:For a Gnome compiz install
su -c 'yum install ccsm emerald-themes compizconfig-backend-gconf fusion-icon-gtk \
emerald compiz-fusion compiz-fusion-gnome libcompizconfig compiz-gnome \
compiz-bcop compiz compizconfig-python compiz-fusion-extras \
compiz-fusion-extras-gnome'
For a KDE compiz install
su -c 'yum install ccsm emerald-themes compizconfig-backend-kconfig fusion-icon-qt \
emerald compiz-fusion libcompizconfig compiz-bcop compiz compizconfig-python \
compiz-fusion-extras compiz-kde compiz-manager'
For both Gnome and KDE compiz install
su -c 'yum install ccsm emerald-themes compizconfig-backend-kconfig \
compizconfig-backend-gconf fusion-icon* emerald compiz-fusion compiz-fusion-gnome \
libcompizconfig compiz-gnome compiz-bcop compiz compizconfig-python \
compiz-fusion-extras compiz-fusion-extras-gnome compiz-kde compiz-manager'