Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-14 Thread Calvin Harrigan



Try turning off GLX.  Comment out the "Load GLX" line in the modules section. 
It worked for me on my debian system.  I never figured out why, but its worth 
a shot.  

I don't have a composite out on my card, so I don't know if your problem is 
the same.  I was finding that whenever I tried to use the SVideo out, X would 
crash with a signal 11 until I disabled the GLX module.


Let me know if it works.  It would be nice to know that somebody else on earth 
was having the same problem as me.


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

 

For the record, you are not the only one having this problem.  I am 
having the same issue right now.  To get X to work I commented out the 
"Load glx" line, but now znes doesn't work.  It all happened after a 
glibc update.  I'm running gentoo.  PITA but...

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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Tom
On 8/11/05, Lee <[EMAIL PROTECTED]> wrote:
> Err try commenting out the composite line and reinstating the Svideo
> line?
> Or is this a trick question? :)

Haha, sorry, no. That is just to show, how it works with composite,
but not with Svideo. So sorry, no trick question. Sorry for the
confusion. I wouldnt waste your time, guys. Was just a little bit too
late here  ;-)


Ok, here are the modules I am loading:

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
Load"v4l"
EndSection

Also tried the idea with removing the "glx" module, but it didn't help.

Thanks for any replies so far! Every other input is welcome!

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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Michael T. Dean

Brad Fuller wrote:


Mark J. Small wrote:


On August 11, 2005 01:49 pm, Tom wrote:


Got a problem with my GF4MX card, i can not get SVIDEO to work with
it.


Try turning off GLX.  Comment out the "Load GLX" line in the modules 
section. It worked for me on my debian system.  I never figured out 
why, but its worth a shot.


it used to be that the nvidia instructions dictated to comment out 
GLX. I assume that is still the case.


GLX != GLCore

Disabling GLX breaks the NVIDIA driver (you won't get the performance 
you should).


ftp://download.nvidia.com/XFree86/Linux-x86/1.0-7676/README.txt
-
If you have a working X config file for a different driver (such as the "nv"
or "vesa" driver), then simply edit the file as follows.

Remove the line:

Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")

and replace it with the line:

Driver "nvidia"

Remove the following lines:

Load "dri"
Load "GLCore"

In the "Module" section of the file, add the line (if it does not already
exist):

Load "glx"
-

If you have to disable GLX, you've probably got an X Windows library 
configuration problem.  See "X starts for me, but OpenGL applications 
terminate immediately" in the README linked above.  If that's not the 
problem, make sure you don't have the Composite extension enabled.


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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Todd Duffin
To (properly) adjust text size, tell X how big your screen is...but that is 
a trick question.  You are usually tell X how big the screen is when you are 
1 foot away...you are 20 feet away!  Anyway, I didn't do the calculations, I 
just hacked.  Here are a bunch of screen sizes for 4:3, pick on that looks 
good to you:


~~
Section "Monitor"
Identifier "TVOut"
HorizSync 30-50
# HorizSync 31.5
VertRefresh 60
Option  "DPMS" "0"

# Little Text
# DisplaySize 400 300
# DisplaySize 360 270
# DisplaySize 320 240
# DisplaySize 280 210
# DisplaySize 240 180
DisplaySize 200 150
# DisplaySize 160 120
# DisplaySize 120 90
# DisplaySize 80 60
# DisplaySize 40 30
# Big Text

EndSection
~~

You are telling X the dimensions in mm of your screen.  I guess my Screen 
"looks" 200mm by 150mm from my couch.  I guess you could hold a ruler about 
a foot from your face and measure the TV from your chair and get something 
similar.


Todd

- Original Message - 
From: "Brad Fuller" <[EMAIL PROTECTED]>

To: "Discussion about mythtv" 
Sent: Thursday, August 11, 2005 4:19 PM
Subject: Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440





Mark J. Small wrote:


On August 11, 2005 01:49 pm, Tom wrote:


Hi Mythtv users

Got a problem with my GF4MX card, i can not get SVIDEO to work with
it. Composite works fine. I also got the feeling, that the resolution
is only 640x480, everything looks a little bit pressed together.

I am using Ubuntu with nvidia drivers; how can I check which version?
Does it matter?

Here is the device and screen part of my xorg.conf:


Section "Device"
   Identifier  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Driver  "nvidia"
   BusID   "PCI:1:0:0"
   Option  "NoLogo"
   Option  "ConnectedMonitor" "TV"
   Option  "TVStandard""PAL-G"
   #Option "TVOutFormat"   "SVIDEO"
   Option  "TVOutFormat"   "COMPOSITE"
   Option  "TVOverScan""0.6"
   Option  "RenderAccel"   "0"
   Option  "NvAGP" "1"
EndSection

Section "Screen"
   Identifier  "Default Screen"
   Device  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Monitor "tv0"
   DefaultDepth24
   SubSection "Display"
   Depth   1
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   4
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   8
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   15
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   16
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   24
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Any ideas anyone? Thanks!




Try turning off GLX.  Comment out the "Load GLX" line in the modules 
section. It worked for me on my debian system.  I never figured out why, 
but its worth a shot.
I don't have a composite out on my card, so I don't know if your problem 
is the same.  I was finding that whenever I tried to use the SVideo out, X 
would crash with a signal 11 until I disabled the GLX module.


Let me know if it works.  It would be nice to know that somebody else on 
earth was having the same problem as me.


Mark

it used to be that the nvidia instructions dictated to comment out GLX. I 
assume that is still the case.


BTW: Do you have two outputs on the card: an S-Video and a composite? 
Kinda strange since they are basically the same thing.

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



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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Brad Fuller



Mark J. Small wrote:


On August 11, 2005 01:49 pm, Tom wrote:
 


Hi Mythtv users

Got a problem with my GF4MX card, i can not get SVIDEO to work with
it. Composite works fine. I also got the feeling, that the resolution
is only 640x480, everything looks a little bit pressed together.

I am using Ubuntu with nvidia drivers; how can I check which version?
Does it matter?

Here is the device and screen part of my xorg.conf:


Section "Device"
   Identifier  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Driver  "nvidia"
   BusID   "PCI:1:0:0"
   Option  "NoLogo"
   Option  "ConnectedMonitor" "TV"
   Option  "TVStandard""PAL-G"
   #Option "TVOutFormat"   "SVIDEO"
   Option  "TVOutFormat"   "COMPOSITE"
   Option  "TVOverScan""0.6"
   Option  "RenderAccel"   "0"
   Option  "NvAGP" "1"
EndSection

Section "Screen"
   Identifier  "Default Screen"
   Device  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Monitor "tv0"
   DefaultDepth24
   SubSection "Display"
   Depth   1
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   4
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   8
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   15
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   16
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   24
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Any ideas anyone? Thanks!
   




Try turning off GLX.  Comment out the "Load GLX" line in the modules section. 
It worked for me on my debian system.  I never figured out why, but its worth 
a shot.  

I don't have a composite out on my card, so I don't know if your problem is 
the same.  I was finding that whenever I tried to use the SVideo out, X would 
crash with a signal 11 until I disabled the GLX module.


Let me know if it works.  It would be nice to know that somebody else on earth 
was having the same problem as me.


Mark
 

it used to be that the nvidia instructions dictated to comment out GLX. 
I assume that is still the case.


BTW: Do you have two outputs on the card: an S-Video and a composite? 
Kinda strange since they are basically the same thing.

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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Mark J. Small
On August 11, 2005 01:49 pm, Tom wrote:
> Hi Mythtv users
>
> Got a problem with my GF4MX card, i can not get SVIDEO to work with
> it. Composite works fine. I also got the feeling, that the resolution
> is only 640x480, everything looks a little bit pressed together.
>
> I am using Ubuntu with nvidia drivers; how can I check which version?
> Does it matter?
>
> Here is the device and screen part of my xorg.conf:
>
> 
> Section "Device"
> Identifier  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
> Driver  "nvidia"
> BusID   "PCI:1:0:0"
> Option  "NoLogo"
> Option  "ConnectedMonitor" "TV"
> Option  "TVStandard""PAL-G"
> #Option "TVOutFormat"   "SVIDEO"
> Option  "TVOutFormat"   "COMPOSITE"
> Option  "TVOverScan""0.6"
> Option  "RenderAccel"   "0"
> Option  "NvAGP" "1"
> EndSection
> 
> Section "Screen"
> Identifier  "Default Screen"
> Device  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
> Monitor "tv0"
> DefaultDepth24
> SubSection "Display"
> Depth   1
> Modes   "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth   4
> Modes   "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth   8
> Modes   "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth   15
> Modes   "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth   16
> Modes   "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth   24
> Modes   "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
> 
>
> Any ideas anyone? Thanks!


Try turning off GLX.  Comment out the "Load GLX" line in the modules section. 
It worked for me on my debian system.  I never figured out why, but its worth 
a shot.  

I don't have a composite out on my card, so I don't know if your problem is 
the same.  I was finding that whenever I tried to use the SVideo out, X would 
crash with a signal 11 until I disabled the GLX module.

Let me know if it works.  It would be nice to know that somebody else on earth 
was having the same problem as me.

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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Lee
Err try commenting out the composite line and reinstating the Svideo 
line?

Or is this a trick question? :)


Hi Mythtv users

Got a problem with my GF4MX card, i can not get SVIDEO to work with
it. Composite works fine. I also got the feeling, that the resolution
is only 640x480, everything looks a little bit pressed together.

I am using Ubuntu with nvidia drivers; how can I check which version?
Does it matter?

Here is the device and screen part of my xorg.conf:


Section "Device"
   Identifier  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Driver  "nvidia"
   BusID   "PCI:1:0:0"
   Option  "NoLogo"
   Option  "ConnectedMonitor" "TV"
   Option  "TVStandard""PAL-G"
   #Option "TVOutFormat"   "SVIDEO"
   Option  "TVOutFormat"   "COMPOSITE"
   Option  "TVOverScan""0.6"
   Option  "RenderAccel"   "0"
   Option  "NvAGP" "1"
EndSection

Section "Screen"
   Identifier  "Default Screen"
   Device  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Monitor "tv0"
   DefaultDepth24
   SubSection "Display"
   Depth   1
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   4
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   8
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   15
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   16
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   24
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Any ideas anyone? Thanks!

 



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