Re: [mythtv-users] Segfault when configured MythTV with XvMC

2006-01-30 Thread Jean-Yves Avenard
On 1/30/06, Brad Fuller [EMAIL PROTECTED] wrote:
I've tried this before, and had disasterious results with FC2. Now I'mon FC4 and the 7676 driver.Do you have to do anything else (like a xorg.conf setting) other thanthe switch in the Mythtv setup?
I'm running 2.6.14.6 as for some reason I couldn't get to work LIRC to work with 2.6.15.1 ( and as .14 works well I couldn't be bothered looking on what was wrong after spending weeks getting it to work)
I do no have any really special in xorg.conf, I added a while back Option XvmcUsesTextures true while I was trying and never removed it.I do not know if it makes a difference or not
JY
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How to tune security access in Mythweb

2006-01-30 Thread Jean-Yves Avenard
Forgot to mention that I'm using the last SVN version, there's no .php file for each section anymore.so doing something like:AuthUserFile /path/to/users/filerequire user usernameFiles somefile.php
  Allow from all/FilesWill not workOn 1/31/06, Jean-Yves Avenard 
[EMAIL PROTECTED] wrote:Hi.This is not entirely related to MythTV but I guessed somebody here will have the answer.
I have installed MythWeb and it's working perfectly. What a nice piece of work, so easy to use and look so good. I'd like to see the ability to edit the channels in mythtv-setup as it's designed in mythweb, so much easier and you can delete channels !!
Anyhow, I'd like to give access to a few people to mythweb, but I do not want them to access the settings page.So I added a specific password area with:Location /mythweb/settings Options FollowSymLinks
 AllowOverride All AuthType Digest AuthName MythTV/Admin AuthDigestFile /etc/httpd/password/htpasswd Require user admin Order allow,deny
 Allow from all/LocationHowever, this will not work, it looks like mythweb keep loading the page over and over..How would you secure an area like settings ?Thanks
JY


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] How to tune security access in Mythweb

2006-01-30 Thread Jean-Yves Avenard
Hi.This is not entirely related to MythTV but I guessed somebody here will have the answer.I have installed MythWeb and it's working perfectly. What a nice piece of work, so easy to use and look so good. I'd like to see the ability to edit the channels in mythtv-setup as it's designed in mythweb, so much easier and you can delete channels !!
Anyhow, I'd like to give access to a few people to mythweb, but I do not want them to access the settings page.So I added a specific password area with:Location /mythweb/settings Options FollowSymLinks
 AllowOverride All AuthType Digest AuthName MythTV/Admin AuthDigestFile /etc/httpd/password/htpasswd Require user admin Order allow,deny
 Allow from all/LocationHowever, this will not work, it looks like mythweb keep loading the page over and over..How would you secure an area like settings ?ThanksJY
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Segfault when configured MythTV with XvMC

2006-01-29 Thread Jean-Yves Avenard
HelloThank you for this...I have tried several revision of nVidia before but it didn't make any difference.I'm now recompiling a kernel with a higher kernel frequency (1000Hz) and will downgrade the nvidia driver as well while I'm at it.
Will keep you posted. It seems that a few people have issues with XvMC but nobody seem to have found a unique solution to it.JYOn 1/29/06, 
Jarod Wilson [EMAIL PROTECTED] wrote:
On Saturday 28 January 2006 01:49, Jean-Yves Avenard wrote: DVB-T (both SD and HD channels) doesn't play smoothly on my P4 3.4Ghz FC4 box. I am running the latest nVidia driver (8178)
 Any help would be greatly appreciated, I've been trying to get smooth video for over a week.I'd try yanking the nVidia 8178 driver and install 7676 instead. Lots of folkshave had issues w/the latest one. I haven't yet had a chance to see if its
simply a case of Myth needing to be rebuilt against the newer nVidia libs(which has been the case at least once in the past).
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Segfault when configured MythTV with XvMC

2006-01-29 Thread Jean-Yves Avenard
Hi.I removed the 8178 driver and all references to it, installed 7676. Now XvMC works !!! coolThe interesting thing though, is that it plays HD channels fine with Software decoding too !This happens since I used a 1000Hz timer for the kernel instead of the default 250Hz ...
JYOn 1/30/06, Jean-Yves Avenard [EMAIL PROTECTED] wrote:
On 1/29/06, 
Jarod Wilson [EMAIL PROTECTED] wrote:
I'd try yanking the nVidia 8178 driver and install 7676 instead. Lots of folkshave had issues w/the latest one. I haven't yet had a chance to see if its
simply a case of Myth needing to be rebuilt against the newer nVidia libs(which has been the case at least once in the past).


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Segfault when configured MythTV with XvMC

2006-01-28 Thread Jean-Yves Avenard
HiI've posted something related to this problem last week but it was left unanswered.DVB-T (both SD and HD channels) doesn't play smoothly on my P4 3.4Ghz FC4 box.So I tried to enable XvMC to see if it would improve playback.
When I select as MPEG2 decoder XvMC, trying to match TV will make MythTV segfault.In the console I see:2006-01-28 20:42:27.495 VideoOutputXv Error: Could not open XvMC port... You may wish to verify that your DISPLAY
 environment variable does not use an external network connection. You may also wish to verify that /etc/X11/XvMCConfig contains the correct
 vendor's XvMC library./etc/X11/XvMCConfig contains:libXvMCNVIDIA_dynamic.so.1(I also tried with an absolute path but it made no difference)I am running the latest nVidia driver (8178) 
Any help would be greatly appreciated, I've been trying to get smooth video for over a week.ThanksJean-Yves
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nvidia, opengl, kernel and more

2006-01-26 Thread Jean-Yves Avenard
Yes.

Latest nVidia driver didn't compile with 2.6.15 and 2.6.16rc1 unless  
I applied this patch.

JY

On 27/01/2006, at 2:06 AM, Brian Wood wrote:

 Are you talking about nVidia's 1.0.8178 driver? It compiled cleanly
 for me with 2.6.15, using their supplied installer script.

---
Jean-Yves Avenard
Hydrix Pty Ltd - Embedding the net
www.hydrix.com | fax +61 3 8573 5200 | office +61 3 8573 5299 |  
direct +61 3 8573 5200

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nvidia 6x00 vs mythtv and mpeg offload

2006-01-26 Thread Jean-Yves Avenard
Hi

Would it work with the 6500 cards too ?
I wonder is this why I can't get XvMC to work with my nvidia 6500  
card .. I always get a Segmentation Fault when I select this in MythTV

JY

On 27/01/2006, at 10:07 AM, Michael T. Dean wrote:

 XvMC works fine on the 6200, 6600, 6800, 7800, and all the other cards
 that use pixel shaders for video.  What's changed, however, is how  
 it's
 implemented.  Like any good API, XvMC is independent of the
 hardware--it's up to the drivers to map API calls to hardware  
 calls, so
 it's been handled by NVIDIA.

---
Jean-Yves Avenard
Hydrix Pty Ltd - Embedding the net
www.hydrix.com | fax +61 3 8573 5200 | office +61 3 8573 5299 |  
direct +61 3 8573 5200

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nvidia, opengl, kernel and more

2006-01-25 Thread Jean-Yves Avenard
Hi

Yeah, driver will not compile with 2.6.15, however the patch to make  
them compile is this one:

diff -ru usr/src/nv/conftest.sh usr/src/nv.1444349/conftest.sh
--- usr/src/nv/conftest.sh  2005-12-15 01:57:35.0 +0100
+++ usr/src/nv.1444349/conftest.sh  2006-01-06 13:54:29.916051750  
+0100
@@ -22,6 +22,7 @@
OUTPUT=$4
CFLAGS=-D__KERNEL__ \
+-DKBUILD_BASENAME=\#conftest$$\ -DKBUILD_MODNAME=\#conftest$$\ \
-nostdinc -isystem $ISYSTEM \
-Werror -Wimplicit-function-declaration


That's it.
JY


On 26/01/2006, at 4:53 PM, Ow Mun Heng wrote:

 I heard there's a problem with 2.6.15 and the nvidia drivers.  
 There's a
 patch somewhere.

---
Jean-Yves Avenard
Hydrix Pty Ltd - Embedding the net
www.hydrix.com | fax +61 3 8573 5200 | office +61 3 8573 5299 |  
direct +61 3 8573 5200

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users