While we have only officially qualified Maya 2012 on Redhat Enterprise 5.5 and Fedora 14 we do have users who enjoy the latest and greatest of what Fedora 16 with Gnome 3 can offer.
I have recently gone through the installer myself and while I have run into some minor hiccups mainly around the new implementation of Gnome things are working out great with Maya.
Below are simply some notes I have made along the way.
This is a good time to make sure folks are aware that we do not qualify Fedora 16 so there can be some un-foreseen issues that I did not come across. With that said, I am simply a Linux guy who enjoys sharing information and hopefully this will help anyone who comes across these issues.
General Maya tips
The next few sections cover general Maya instalation issues you may come across when trying to get Maya up and running. These focus specifically on Maya issues and are valuable even for folks not running Fedora. Further down I have more specific issues around Fedora 16.
The missing packages for Maya 2012
The installer and licensing had no issues however when I went to launch Maya I hit a typically wall of missing packages. During my default installation of Fedora I only needed to install the ones in the command below.
More packages can be missing so a full rpm list is in our installation documentation page 18.
yum install tcsh libXp xorg-x11-fonts-ISO8859*
Installing Nvidia drivers
I am fan of using Nvidia drivers that are downloaded straight from the source. For us to install Nvidia drivers Nouveau must be disabled. More details about what Noveau is can be found here. Before disabling Nouveau we need to get OS kernels updated and make sure everything is matching.
Command below will do the trick. First install missing packages needed for Nvidia drivers for compiling/intall and then update everything.
yum install kernel-devel kernel-headers
yum update kernel*
Remove / disable nouveau drivers from kernel initramfs
Backup old initramfs nouveau image
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
Create new initramfs image
dracut /boot/initramfs-$(uname -r).img $(uname -r)
Reboot
Now, to install the actual Nvidia drivers you must have the X session closed. Essentially, if you are reading this on the machine which will be running Maya, than the drivers will not install.
You can simply hit ctrl-alt f5 to launch a terminal session and type.
init 3
This will kill any live X session.
Login as root user again in the terminal. At this point you are ready to install the drivers. cd into the driver directory and run. Before running the installer we need to make sure binutils is installed.
yum install binutils
Now install the Nvidia drivers
sh ./NVIDIA-Linux-x86_64-XXX.XX.run
If everything works out you will see prompts to install the drivers. Follow the instructions on screen. Since noveau is still enabled Nvidia will request you to reboot once more after it finishes creating a modification in /etc/modprobe.d
After the reboot just follow the steps by going back into terminal and doing init 3 to install the drivers again.
To Overlay or Composite
There are a couple of options to operate Maya's UI or Linux Windows session in. The first being Hardware Overlays while the second option is a Composite mode.
I will not cover which is better because some folks will have personal or business needs as to why one is used over the other. However, I will show both examples below. The one thing to remember is that you should be on one or the other. The two do not work together.
For the Hardware Overlay option, the following will need to be added into the device section of your xorg.conf file located in /etc/X11 folder.
Option "Overlay" "On"
After you add this line you will need to restart the X session for the changes to take effect. Launch Maya and the hotbox should be using hardware overlays. Usually you will see a dithered and partially transparent hotbox.
For those using the above hardware overlay option make sure that the composite is disabled in the xorg. Composite desktop will overwrite the overlays option.
If you wish to use composite desktop instead, simply set the overlay option above to off and make sure the following is at the bottom of the xorg.conf file.
Section "Extensions"
Option "Composite" "On"
EndSection
Once again a restart of X is required. When using this mode you will need to set another option in the windows session for composite to work correctly or you will get alot of flashing UI when the hotbox is activated. Composite must be enabled be enabled in the Windows X session. There are several windows managers around but I will go with the my prefered which is using Gnome default Metacity window manager.
If you followed all the steps above than the gconf-editor will already be installed. As a root user in a terminal launch.
gconf-editor
Go to apps->metacity->general and enable the compositing_manager check box. Generally a reboot is not required for this change. Simply Launch Maya and the hotbox will be non-dithered.
General Linux tips with Fedora 16
While the above steps go Maya up and running nicely in Fedora 16 or even other distobutions under Gnome 3 there are some other things I have done to modify my Linux setup and general look and feel. Once again I simply wrote down as I made some changes.
Missing title bar minimize button
Under Gnome 3 some things have changed with the general look of title bar of applications. By default the minimize buttons are gone. How do we get this back?
yum install gconf-editor
You can now launch this in a terminal by typing
gconf-editor
In the configuration editor drill down through desktop->gnome->shell->windows
Modify 'button_layout' and set the values as ':minimize,maximize,close'
For the settings to take affect you must log out and back in.
Getting Gnome Sesison Windows behavior to use super+ instead of alt+
Prior to fedora 16 there was a GUI option in Gnome to enable this. With fedora 16 you can get this done in a terminal. This will change Gnomes default action of using alt as the main key to do things such as move windows and so on. The command below will pass this control to the super key (windows key)
gconftool-2 --set --type string /apps/metacity/general/mouse_button_modifier '<Super>'
How do I change the runlevel?
systemd has the concept of targets which is a more flexible replacement for runlevels.
Run level 3 is emulated by multi-user.target. While Run level 5 is emulated by graphical.target. runlevel3.target is a symbolic link to multi-user.target and runlevel5.target is a symbolic link to graphical.target.
You can switch to 'runlevel 3' by running
systemctl isolate multi-user.target (or) systemctl isolate runlevel3.target
You can switch to 'runlevel 5' by running
systemctl isolate graphical.target (or) systemctl isolate runlevel5.target
How do I change the default runlevel?
systemd uses symlinks to point to the default runlevel. You have to delete the existing symlink before creating a new one
rm /etc/systemd/system/default.target
Switch to runlevel 3 by default
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
Switch to runlevel 5 by default
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
I dont like all the flashy Gnome 3 stuff
While we should imbrace the new looks I am finding a bit difficult to wrap around it and want some of my older options back. The good news is that there is a fallback feature which removes all grahical fun stuff. The Fallback mode can be enabled by going to System Settings > System Info. In this window, you'll be able to activate - force - Fallback Mode. The next time you login, you will have a more standard view with menus just like previous versions.
No desktop icons.... no problem!
Gnome 3 by default hides all the desktop items. You can get them back by installing a tweak tool which enables them. In a terminal as root install gnome-tweak-tool
yum install gnome-tweak-tool
You can now run the tool as a regular user. To run it in a terminal simply type.
gnome-tweak-tool
When the Advance settings window shows up click on Desktop category and enable "Have file manager handle desktop"
The Bootloader
Fedora 16 also introduces a new bootloader application. Grub2 is now the default bootloader to control which OS will be used during system start up. The introduction of Grub2 has made things a bit trickier to modify the settings done during the initial OS install. Older version of grub simply involved modifying a cfg file to get things corrected as to startup timeouts and which OS to boot. Below are the simple steps to help you switch the default from one OS to another using grub2.
Running this command will build the grub menu after any changes have been made. This command will automatically find the kernels and initrds in the boot directory and add them to a cfg file using the parameters given in /etc/default/grub
grub2-mkconfig > /boot/grub2/grub.cfg
To set the default OS simply modify /etc/default/grub file. This can be edited in any text editor as root.
The line you need to add or change is:
GRUB_DEFAULT=OS Name
You can either set OS Name or a numeric entry.
GRUB_DEFAULT="Fedora (3.2.13.fc16.x86_64)"
To get a list of the menuentry simply use:
grep menuentry /boot/grub2/grub.cfg
The list will print out in the terminal and the first one listed will be 0 or the OS name.
GRUB_DEFAULT=0
That’s all I have on this post for now. If I come across any other noteworthy issues I will update this post. I would also like to say that I cannot take full credit in these workarounds. Most of these can easily be found roaming the internet and for that thank you.
Cheers!
Nelson
Recent Comments