This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mspacman [2010/06/16 10:28] ben created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | FC13 - edited grub.conf to contain: | ||
- | |||
- | quiet video=vesafb selinux=0 | ||
- | |||
- | modified /etc/X11/xinit/Xclients to contain only one exec line at the bottom, all others commented out: | ||
- | |||
- | if [ -x /usr/bin/mame ] ; then | ||
- | /usr/bin/mame -video opengl -norotate mspacmnf | ||
- | fi | ||
- | |||