View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Feb 05, 2004 1:14 pm 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
Greetings,

I've installed (auto install) KnoppMyth R4 and it is working, but I have poor video output - Basketball games impossible to watch and I also have muted (lower volume) on the Live TV than the media player. I have tried every combination of the Myth settings I can find. Also, I have tried, with no success, to update Myth to either 0.13 or 0.14 using the debs. I have put the sources in /etc/apt/sources.list but get package not found errors when I try to apt-get install mythdvd-i686_0.14-1_i386.deb ...

I am apathetic to upgrades if I can get the video working and get a little more volume out of the current build. I have litterally been reading these, the alsa, ivtv, nvidia and myth forums for days, but no joy. I will say that this is working better than the Fedora Core 1 install I was beating my head against a wall with for the past month (locked up all the time), in at least it can run for 24 hours in Live TV without crashing, but...

Any help would be appricaiated.

Here is what I have:

SOYO Dragon Lite (VIA KT333) MoBo
Athlon 1.3 GHz T-Bird
256 MB PC2100
On-Board C-Media 8738 4-channel audio
NVidia GeForce 4 MX 400 64 MB w/ TV out
WinTV PVR-250
Maxtor 160 GB 7200 RPM 8MB HDD
Intel 10/100 PRO NIC

Here is what I installed:
-------------------------------------------------------------------------------------
KnoppMyth Auto Install mode w/ defaults all the way.
install-i686-l
install-nvidia.sh
Fixed the Zaplistings.pm file (added the space)
Edited the XF86Config-4 file as shown below
Edited .fvwm2rc to exec mythfrontend rather than KnoppMyth-run

Here is my XF86Config-4
-------------------------------------------------------------------------------------
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
# Load "GLcore"
Load "dbe"
Load "v4l"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

#Section "Monitor"
# Identifier "Monitor0"
# Option "DPMS" "true"
# VendorName "DEL"
# ModelName "DEL73bd"
# HorizSync 30 - 85 # DDC-probed
# VertRefresh 50 - 160 # DDC-probed
# # These are the DDC-probed settings reported by your monitor.
# # 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
# ModeLine "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
# ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# # 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06
# ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync
# # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
# ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
# # 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
# ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
# # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
# ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
# # 640x480, 85.0Hz; hfreq=43.27, vfreq=85.01
# ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
# # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
# ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
# # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
# ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync
# ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync
# # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
# ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
# # 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
# ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
# # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
# ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
# # 640x480, 85.0Hz; hfreq=43.27, vfreq=85.01
# ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
# # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
# ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
# # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
# ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync
#EndSection

Section "Monitor"
Identifier "Monitor0"
Option "TVStandard" "NTSC-M"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "COMPOSITE"
Option "TVOverScan" "0.5"
HorizSync 30.0 - 50.0 # TV
VertRefresh 60.0 # TV
EndSection

Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
Driver "nvidia"
VendorName "All"
BoardName "All"
BusID "PCI:1:0:0"
#Option "TwinView"
#Option "SecondMonitorHorizSync" "30.0 - 50.0"
#Option "SecontMonitorVertRefresh" "60.0"
#Option "MetaModes" "800x600,800x600;800x600,NULL;NULL,800x600"
#Option "TwinViewOrentation" "Clone"
#Option "ConnectedMonitor" "CRT,TV"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection


Drive DMA is enabled:
-------------------------------------------------------------------------------------
hdparm /dev/hda

/dev/hda:
multcount = 16 (on)
IO_support = 1 (32-bit)
unmaskirq = 1 (on)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 19929/255/63, sectors = 320173056, start = 0


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 1:19 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
If you have edited /etc/apt/sources.list, then you need to apt-get update followed by apt-get install mythtv-i686-lirc(since that is what you have installed on R4).

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 1:24 pm 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
I apologize, ( you can never be detailed enough on this stuff can you ) :)

I did apt-get update ( some of them fail as has been pointed out elsewhere )

Now, are you saying that I DON'T run an install against all the debs listed in your announcement, but just the "mthtv-i686-lirc_0.14-1_i386.deb"? AND do you think it will help the video performance?

Sorry, that is most likely a dumb question, but this is my first Linux project.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 1:34 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
No, I listed mythtv-i686-lirc because that is all you had listed as the deb you are trying to get... NOTE:I said apt-get install mythtv-i686-lirc NOT apt-get install mythtv-i686-lirc-0.14 -1_i386.deb. apt-get what you want. Actually since you have a GeFORCE four, you want to apt-get install mythtv-i686-lirc-xvmc. Have you installed the nVidia drivers? If you have not, that is probably the reason for the performance issues. You'll want to install them first before getting and trying the new debs.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 1:38 pm 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
Ahhh, gotcha. I will do that right now. I have run the NVidia driver script, which I assume is the 4363 driver.

BTW, you are da man when it comes to quick replys! Thanks for your help and I'll post when I am done.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 1:56 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
I try my best...
You're welcome.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 2:29 pm 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
Okay, got everything but the mythdvd. I am not real brave so when it gave me an error, I left it alone as this is not something I will use for a while.

BUT...when I try to start the backend, I get this:

mythbackend: error while loading shared libraries: libXvMCNVIDIA_dynamic.so.1: cannot open shared object file: No such file or directory

From reading other posts, I assume this means that there are kernel modules not loaded for the nVidia card. I did an apt-cache search for nvidia, but I'm not sure what I should load. I am also taking if for granted that the install-nvidia.sh must have missed something and this may be the root of my performance issues.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 2:58 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Odd about libXvMC... Might I suggest:
As root in a terminal not X:
/etc/init.d/gdm stop
wget http://download.nvidia.com/XFree86/Linu ... 0-4363.run
export IGNORE_CC_MISMATCH=1
sh NVIDIA-Linux-x86-1.0-4363.run
accept the agreement and have it install...
Once complete
/etc/init.d/gdm start

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 3:12 pm 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
And your paypal account is??

I'm at work (shhh) but I know the backend and frontend are up. Once I get home I'll see if the performance is better.

Thanks again for your help!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2004 3:33 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
:)
You're welcome.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 06, 2004 8:06 am 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
Well, I had to do a couple of other things as I still had the performance (screen update and muffled sound) issues. I had to install KDE and uncheck the use HW MPEG-2 in the Myth 0.14 config. Everything is working great now though. Smooth as silk video, good audio, no timing issues, lockups or blank recordings!

I know, your gonna flip about KDE, but I had read somewhere (cant remember where) that the KDE desktop manager was better with Myth than the rest.

I'll post the whole installation in the Tier 2 forum in a few minutes.

Thanks again!!!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 06, 2004 9:00 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
Well hate to tell you but kde was not the solution. The solution was unchecking use hardware mpeg2 decoder, as you don't have a hardware mpeg2 decoder. The pvr250 is a hardware mpeg2 encoder. That would have explained your playback problems. My only question is was that box checked by default, or had you checked it sometime during the setup, because I know it was not the default when I did my install, and should not be the default, cause most people will not have mpeg2 decoders.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 06, 2004 9:06 am 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
First, yes I knew the checkbox was the video performance fix (after trial/error), but I didn't get my audio up to full volume until I installed KDE.

And I don't know if it was default. :( I've become so brain dead with this whole project - been trying to get a stable, usable MythTV system up for over a month. But Hey, brightside is I DID IT, and Billy G has nothing to do with it :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 13, 2004 12:36 pm 
Offline
Joined: Thu Feb 05, 2004 12:37 pm
Posts: 16
Just did a complete reinstall to make sure its clean and DID NOT install KDE :).

I did notice however that the hardware decode is checked on 0.14 by default. Maybe something in the order I am doing things.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu