« March 2006 | Main | May 2006 »

April 27, 2006

Nvidia Drivers on Fedora Core 5

How to install nvidia drivers on fedora core 5

First install the atrpms repository (in this article)

yum install nvidia-graphics

All the dependencies should install as well

next edit your device in your /etc/X11/xorg.conf

Now we must configure our xorg.conf file to use the new driver. First, always make a backup of the default xorg.conf. As a su, type:
$ cp /etc/X11/xorg.conf /etc/X11/xorg.default

Open xorg.conf for editing:
$ vi /etc/X11/xorg.conf


Locate Driver "nv" and replace with Driver “nvidia"
Add the line:
Load "glx" # 3D layer
in the same section that contains Load "dbe".

Look for any lines that read Load "dri" or Load "Glcore" and remove them.

Start the X server by typing startx. You will see an Nvidia splash screen if you are successful. If you run into trouble, you can restore your old xorg.conf by typing:
$ cp /etc/X11/xorg.default /etc/X11/xorg.conf

When you have your driver successfully installed, newer versions in the future can be installed using:
$ yum update nvidia-graphics

HTPC remote on Fedora Core 4 or 5 [Using Lirc]

images.jpg

How to get the Windows Media Center remote to work with Linux:


You need to install lirc:

install atrpms Yum repo:

cd /etc/yum.repos.d
vi atrpms.repo


Then install lirc via yum :
yum install lirc
yum install lirc-devices
yum install lirc-lib
yum install lirc-lib-devel
yum install lirc-kmdl-`uname -r`

Next edit /etc/lircd.conf

edit /etc/rc.local

add the line :
/sbin/modprobe lirc_mceusb2

/sbin/chkconfig lircd on

Add the following to your .mythtv/lircrc and link .lircrc -> .mythtv/lircrc


reboot

you are done!

April 8, 2006

My HTPC (Part 1 of an N part series)

http://www.netreveal.com/ddalton/images/2006/04/01-thumb.jpg

I am finally building an HTPC, In case you arent sure what that is, its a Home Theater Personal Computer, the new receiver, mp3, DVD player, Tivo all in one

Step one: go to Central Computer and explain my needs
Step two: get recommendations and buy online for a fraction of the price
Step three: find each component at eWiz.com
Step four: search for each component name from eWiz on Froogle
(eWiz beats any price on Froogle automagically ... What a deal)

http://www.netreveal.com/ddalton/images/2006/04/IMG_2000-thumb.JPG

What I ended up getting:
Asus P4P800-E DELUXE P4(S478)/865PE/FSB800/SATA/RAID/A&GBE/1394/ATX Motherboard
( most linux compatible )
Intel Pentium 4 2.4GHz 533MHz 478pin 1MB Prescott CPU
( great deal and fast enough for what we are doing )
2 Samsung SP2004C 200GB SATA II 7200rpm 8MB Hard Drive
( a good deal and wanted a bunch of storage and quiet)
Gigabyte Nvidia GeForce 6200 128M AGP Card
(no fan heat sync [no noise] card)
Lite-On SHW-160P6S 16x DVD+/-RW Drive (Black), Bulk
Elixir 1GB DDR400 64x8 CL3 Memory
Antec NeoHE 380 High Efficiency 380W Power Supply
( Low noise and cheap )
Thermaltake VC4000SNS Mozart Desktop HTPC Case
( Looked Cool )

Not at eWiz:
pcHDTV 3000
Phillips Windows Media Center Remote control


Part 2: When I receive everything ordered on line