September 2006 Archives

rm * results in /bin/rm: Argument list too long.

| No Comments

This will fix this problem:

find . -name '*' | xargs rm

Pc hdTv3000 Firmware

| 1 Comment

Incase you want to know where hotplug firmware goes:

in fedora core 5 it goes in /lib/firmware/

Mythtv rc.local startup additions

| No Comments

My rc.local for mythtv on fc5

Samsung LCD TV xorg.conf settings

| 1 Comment

Section "Monitor"

Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "SAMSUNG"
DisplaySize 890 500
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 61.0
VertRefresh 60.0 - 75.0
ModeLine "1360x768" 85.5 1360 1416 1528 1792 768 771 777 795 +hsync
+vsync
Option "dpms"
EndSection