The Media PC
Jump to navigation
Jump to search
- Load Linux
- Fedora 8
- Holy Crap!!! Loaded Fedora 8 from the dvd (2/1/2008), ran "yum update" and it updated 622 packages!!!
- Fedora 8
- Obtain and compile the nVidia Proprietary Driver
- if you're running a 2.6.25 kernel you're going to need this patch
- Run the installer, sit back and enjoy the ride
- Optimize the xorg.conf for the TV
- Setup X so it logs in as a non privileged user and runs the main display
- Get LIRC working
- yum install lirc-doc lirc-devel lirc
- setserial /dev/ttyS0 uart none
- modprobe lirc_serial
- run "mode2" to test remote
- cp /usr/share/doc/lirc-doc-0.8.2/remotes/packard_bell/lircd.conf.packard_bell /etc/lircd.conf
- run lircd
- run irw and watch for commands
- Make loading lirc automatic, add to /etc/rc.local:
- /bin/setserial /dev/ttyS0 uart none
- /sbin/modprobe lirc_serial
- /usr/sbin/lircd
- Handy notes at: http://www.mythtv.org/wiki/LIRC_on_Debian_Etch
- Disable screen blanking
- add to /etc/rc.local:
- setterm -blank 0 -powersave off -powerdown 0
- add to /etc/rc.local:
- install mysql
- yum install mysql
- service mysqld start
- /usr/bin/mysqladmin -u root password 'root-password'
- chkconfig mysqld on
- download mythtv
- bunzip2 -c mythtv-0.21.tar.bz2 | tar xvf -
- yum install lame-libs lame lame-devel (from the livna repo)
- yum install qt-devel
- ./configure
- make