I did not find the XvMC string within the mfe.log file. I guess this means that XvMC is not working. I tried grep -i XvMC mfe.log so as to remove miss matches due to upper case and lower case letters. As you can see from the log data below, XvMC is not present. I do get video, however, it is slow at times.
1) If this means that XvMC is not installed, how do I install it?
The following is based on this post
http://mysettopbox.tv/phpBB2/viewtopic.php?t=7244&postdays=0&postorder=asc&highlight=nvidia+driver&start=0
I tried downloading version 1.0.8178 of the Linux drivers from nvidia's website. I used wget <url for driver.run file>
I then used a sed command to create an install-nvidia-8178-debian.sh script based on the 7174 script.
Finally, I used /usr/local/bin/install-nvidia-8178-debian.sh (with and without -force) to attempt to install the nvidia driver. This script did not finish (seems to just hang with beginnings of a X window system screen comming up).
Code:
2006-01-04 13:45:39.477 Using runtime prefix = /usr
2006-01-04 13:45:39.505 New DB connection, total: 1
2006-01-04 13:45:39.507 Total desktop dim: 1280x720, with 1 screen[s].
2006-01-04 13:45:39.509 Using screen 0, 1280x720 at 0,0
2006-01-04 13:45:39.512 Setting Lock for Database Schema upgrade. If you see a long pause here it means the Schema is already locked and is being upgraded by another Myth process.
2006-01-04 13:45:39.513 New DB connection, total: 2
2006-01-04 13:45:39.514 Database Schema upgrade complete, unlocking.
2006-01-04 13:45:39.514 mythfrontend version: 0.19.20050712-1 www.mythtv.org
2006-01-04 13:45:39.514 Enabled verbose msgs : important general
2006-01-04 13:45:39.799 Total desktop dim: 1280x720, with 1 screen[s].
2006-01-04 13:45:39.799 Using screen 0, 1280x720 at 0,0
2006-01-04 13:45:39.800 Switching to square mode (blue)
2006-01-04 13:45:40.018 Joystick disabled.
2006-01-04 13:45:40.060 Registering Internal as a media playback plugin.
2006-01-04 13:45:40.114 Registering MythDVD DVD Media Handler as a media handler
2006-01-04 13:45:40.114 Registering MythDVD VCD Media Handler as a media handler
2006-01-04 13:45:41.300 Registering MythMusic Media Handler as a media handler
SIP listening on IP Address :5060 NAT address
SIP: Cannot register; proxy, username or password not set
Destroying SipFsm object
2006-01-04 13:45:41.722 Mediamonitor: Adding /dev/cdrom
2006-01-04 13:45:41.726 Starting media monitor.
2006-01-04 13:45:41.760 Media status changed... New status is: MEDIASTAT_OPEN old status was MEDIASTAT_NOTMOUNTED
2006-01-04 13:47:01.099 Connecting to backend server: 192.168.1.57:6543 (try 1 of 5)
2006-01-04 13:48:26.971 Attempting to change from None to WatchingLiveTV
2006-01-04 13:48:26.987 Using protocol version 18
2006-01-04 13:48:27.692 Could not bind to UDP notify port: 6948
0: start_time: -9223372036854.775 duration: -9223372036854.775
stream: start_time: -9223372036854.775 duration: -9223372036854.775 bitrate=1152 kb/s
2006-01-04 13:48:28.839 AVFD: Opened codec 0x81f06f0, id(MPEG2VIDEO) type(Video)
2006-01-04 13:48:28.860 SyncPositionMap liveTV, from Encoder: 0 entries
2006-01-04 13:48:29.124 Couldn't get the color key color, and we need it.
You likely won't get any video.
2006-01-04 13:48:29.663 Realtime priority would require SUID as root.
2006-01-04 13:48:29.663 Changing from None to WatchingLiveTV
2006-01-04 13:48:30.218 Video timing method: USleep with busy wait
2006-01-04 13:48:30.434 SyncPositionMap liveTV, from Encoder: 2 entries
2006-01-04 13:48:32.401 AVFD: Opened codec 0xb2901d10, id(MPEG2VIDEO) type(Video)
2006-01-04 13:48:32.402 AVFD: Opened codec 0xb290eb30, id(AC3) type(Audio)
2006-01-04 13:48:32.402 AVFD: Opened codec 0xb290efa0, id(AC3) type(Audio)
2006-01-04 13:48:32.429 AvFormatDecoder: Video has changed from 0x0 to 1920x1088.
2006-01-04 13:48:32.512 prebuffering pause
2006-01-04 13:48:33.013 Opening audio device '/dev/dsp'.
2006-01-04 13:48:33.013 Opening OSS audio device '/dev/dsp'.
2006-01-04 13:48:33.492 SyncPositionMap liveTV, from Encoder: 9 entries
2006-01-04 13:59:27.538 Attempting to change from WatchingLiveTV to None
2006-01-04 13:59:29.696 Changing from WatchingLiveTV to None
2006-01-04 13:59:29.704 Attempting to change from None to None
[url][/url]