This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
mspacman [2010/06/17 05:00] ben |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FC13 - edited grub.conf: | ||
| - | <code> | ||
| - | quiet video=vesafb selinux=0 | ||
| - | </code> | ||
| - | modified /etc/X11/xinit/Xclients to contain only one exec line at the bottom, all others commented out: | ||
| - | <code> | ||
| - | if [ -x /usr/bin/mame ] ; then | ||
| - | /usr/bin/mame -video opengl -norotate mspacmnf | ||
| - | fi | ||
| - | </code> | ||
| - | modified rc.local: | ||
| - | <code> | ||
| - | #startup | ||
| - | initctl start plymouth-shutdown & | ||
| - | export HOME=/root | ||
| - | pulseaudio --start & | ||
| - | startx && shutdown -h now & | ||
| - | initctl start tty TTY=/dev/tty2 & | ||
| - | initctl start tty TTY=/dev/tty3 & | ||
| - | </code> | ||
| - | modified /etc/init/tty.conf: | ||
| - | <code> | ||
| - | exec /sbin/mingetty --autologin mspacman $TTY | ||
| - | </code> | ||