Re: [mythtv-users] MythVideo Issues w/ ATI TV-Out

2005-03-27 Thread Simon Hookway
Hey Dave,

Did you fix this problem? 

I had this issue and found something that worked for me. Anyway, i'll
post my solution so hopefully someone else will find it in the archives
should they need it in the future.

Basically, you can tell fglrx that the tv-out is the primary all you
like but it seems to ignore it (check out the X-Server log file).
Anyway, the bit I added was getting Overlay onto the TV as it can only
be on one output device and is by default on the primary. 

I have the following in XF86Config-4:

Option DesktopSetup  0x0100
Option MonitorLayout AUTO, STV
Option OverlayOnCRT2

The last one is the important one i think.

I'll note that i don't actually have a CRT connected.

Hope that helps. If you found a different solution i would be interested
in knowing what it was.

Cheers,

Simon

On Sun, 2005-03-13 at 19:38 -0800, Big Wave Dave wrote:
 All,
 
 I am currently running MythTV 0.17 on Fedora Core 3 using Jarod's guide.  
 I am using an Asus/ATI 9200SE with S-Video TV-Out with the latest ATI
 drivers.  I am able to use the TV-Out fine EXCEPT when trying to play
 a video with mplayer or xine.  When I try to play a video, I get a
 black screen.  Strangely enough I did get a green screen when
 running root.  Audio works fine.
 
 I have the card setup in Clone mode... with STV as default/primary
 and then AUTO for other connections. xorg.conf was built/configured
 using the fglrxconfig app/script.
 
 Any tips/tricks to resolve this last issue?
 Thanks,
 Dave
 
 Specifics:
 [EMAIL PROTECTED] ~]$ fglrxinfo
 display: :0.0  screen: 0
 OpenGL vendor string: ATI Technologies Inc.
 OpenGL renderer string: RADEON 9200SE DDR Generic
 OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)
 [EMAIL PROTECTED] ~]$ uname -a
 Linux dolph 2.6.10-1.741_FC3 #1 Thu Jan 13 16:38:22 EST 2005 i686 i686
 i386 GNU/Linux
 [EMAIL PROTECTED] ~]$
 [EMAIL PROTECTED] ~]$ cat /etc/X11/xorg.conf
 # File: xorg.conf
 # File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
 
 # Note by ATI: the below copyright notice is there for servicing possibly
 # pending third party rights on the file format and the instance of this file.
 #
 # Copyright (c) 1999 by The XFree86 Project, Inc.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the Software),
 # to deal in the Software without restriction, including without limitation
 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
 # and/or sell copies of the Software, and to permit persons to whom the
 # Software is furnished to do so, subject to the following conditions:
 #
 # The above copyright notice and this permission notice shall be included in
 # all copies or substantial portions of the Software.
 #
 # THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 #
 # Except as contained in this notice, the name of the XFree86 Project shall
 # not be used in advertising or otherwise to promote the sale, use or other
 # dealings in this Software without prior written authorization from the
 # XFree86 Project.
 #
 
 # **
 # Refer to the XF86Config(4/5) man page for details about the format of
 # this file.
 # **
 
 # **
 # DRI Section
 # **
 Section dri
 # Access to OpenGL ICD is allowed for all users:
 Mode 0666
 # Access to OpenGL ICD is restricted to a specific user group:
 #Group 100# users
 #Mode 0660
 EndSection
 
 # **
 # Module section -- this  section  is used to specify
 # which dynamically loadable modules to load.
 # **
 #
 Section Module
 
 # This loads the DBE extension module.
 
 Loaddbe   # Double buffer extension
 
 # This loads the miscellaneous extensions module, and disables
 # initialisation of the XFree86-DGA extension within that module.
 SubSection  extmod
   Optionomit xfree86-dga   # don't initialise the DGA extension
 EndSubSection
 
 # This loads the Type1 and FreeType font modules
 Loadtype1
 Loadfreetype
 
 # This loads the GLX module
 Loadglx   # libglx.a
 Loaddri   # libdri.a
 
 EndSection
 
 # 

[mythtv-users] MythVideo Issues w/ ATI TV-Out

2005-03-13 Thread Big Wave Dave
All,

I am currently running MythTV 0.17 on Fedora Core 3 using Jarod's guide.  
I am using an Asus/ATI 9200SE with S-Video TV-Out with the latest ATI
drivers.  I am able to use the TV-Out fine EXCEPT when trying to play
a video with mplayer or xine.  When I try to play a video, I get a
black screen.  Strangely enough I did get a green screen when
running root.  Audio works fine.

I have the card setup in Clone mode... with STV as default/primary
and then AUTO for other connections. xorg.conf was built/configured
using the fglrxconfig app/script.

Any tips/tricks to resolve this last issue?
Thanks,
Dave

Specifics:
[EMAIL PROTECTED] ~]$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200SE DDR Generic
OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)
[EMAIL PROTECTED] ~]$ uname -a
Linux dolph 2.6.10-1.741_FC3 #1 Thu Jan 13 16:38:22 EST 2005 i686 i686
i386 GNU/Linux
[EMAIL PROTECTED] ~]$
[EMAIL PROTECTED] ~]$ cat /etc/X11/xorg.conf
# File: xorg.conf
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.

# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

# **
# DRI Section
# **
Section dri
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#Group 100# users
#Mode 0660
EndSection

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Loadtype1
Loadfreetype

# This loads the GLX module
Loadglx   # libglx.a
Loaddri   # libdri.a

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# 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.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath