Matt Darnell wrote:


On 2/22/06, *Jon Reynolds* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Matt Darnell wrote:

     > The two things that did not work were the remote control and
    viewing the GUI
     > on the TV.  We think that the TV out was at a resolution the TV
    could not
     > handle.  I will be posting to the mythtv list to try to get some
    help.
     > Weird that the remotes did not work, there is a choice in the
    remote section
     > for the exact remote we had.

    You never mention how you were trying to set up your remote or what type
of remote you have.

I am using the remote that comes with the Hauppauge 150. We thought it would be slam dunk since in the remote setup screen, there is a choice for 'Hauppauge 150 Remote' There were other choices, we will try those.

Try looking at Jarods site www.wilsonet.com and the remote section. He has some predefined setups for the remotes and yours might be there. If not, he has some links to some sites that will get you fixed up.

What type of remote do you use?

I went out and bought a All-In-One remote so I could also control my tv and cable box until I got my IR receiver/blaster working. If you do decide to get another remote the one I have is pretty nice and not to expensive. I can give you the model number and if you like it and want to use it I will also send you my lirc files.

    I believe to get the tv-out to work you will have to
    use 640x480 is the best a standard TV can do. So make sure you set your
    xorg file.


We were fooling around with one file, not sure if that is the one. When the box is booting up everything displays fine on the TV, you can see all the commands etc, right when the GUI kicks in, the TV picture is solid blue.

That is definitely an out of range issue, make sure you only use 640x480 when trying to output to your tv. (couple minutes later) I seem to have 800x600 in my xorg.conf file, so now I am unsure if 800x600 will work or not. Try them both but the blue screen is 'out of range'.

Can you share your xorg file? Is it file different depending on the video card?

It is attached, for your viewing pleasure. :)

     > I think as long as you had a PIII 800MHz you will be OK.  You can
    get mythtv
     > running on your regular box.

    I run mine on a 733Mhz and 256MB of ram, that I would say is the bare
    minimum. Anything less is a lesson in patience. :)


I am sure the MPEG Encoder built into the card makes a huge difference.

Most definitely.

Ok, word of advice to you. If you have a family and get this set up you will never again be able to mess with your myth box. The reason? It will become painfully clear when you take it down and they have become used to myth. ;)

Jon
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules/extensions/nvidia"
        ModulePath   "/usr/X11R6/lib/modules/extensions"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
#       Load  "fbdevhw"
        Load  "record"
        Load  "freetype"
        Load  "v4l"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

#       Option      "dpms"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "31in Analog TV"
        HorizSync    30.0 - 50.0
        VertRefresh  60.0 - 60.0
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "NVIDIA-PNY"
        BoardName   "NVIDIA GeForce 4 MX (generic)"
#       Option      "RenderAccel" "1"
        Option      "TVStandard" "NTSC-M"
        Option      "TVOutFormat" "SVIDEO"
        Option      "TVOverScan" "0.7"
        Option      "ConnectedMonitor" "TV"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

Reply via email to