View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 11 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Apr 13, 2006 8:24 pm 
Offline
Joined: Mon Feb 20, 2006 8:32 am
Posts: 27
All,

I configured Knoppmyth using a computer monitor(LCD) and I got everything working. It was set up to 1024x768.

Now I want to connect it to a TV, so I connected the SVIDEO out of my ATI Radeon 8500. It boots up and everything looks good until after the splash screen, then it goes black.

So I changed the default res to 800x600 in XF86Config, and it still does the same thing.

Any ideas how I can get TV-Out to work past the spash screen? What do I need to edit/change?

_________________
-hunter


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 13, 2006 8:50 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Your modelines? Your driver? ... Any of several other things?

However you'd be better off actually diagnosing the problem before you start flailing around changing things blindly. See the TroubleShooting pages on the wiki. Especially this one - http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles Your X logfile is the first place to look. See what it's complaining about aside from missing font paths. After that, look for directions on setting up with an ATI video card.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 14, 2006 8:16 am 
Offline
Joined: Mon Feb 20, 2006 8:32 am
Posts: 27
My driver is the default XF86 RADEON driver.

Isn't there an OPTION that I can add to XF86Config-4 that does TV-OUT, using this driver?

I also tried installing knoppmyth with 'TV' from the get-go. TV out worked fine during the whole configuration, but after the first reboot, it goes to the black screen.

_________________
-hunter


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 14, 2006 10:32 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Because of their historically poor support for Linux drivers, ATI support for TV out is still a work in progress. It works for some people, and there are writeups here and on the wiki for setting it up. So far you haven't provided us with any logfile extracts however, or other useful information to indicate which if any of these directions you're trying to follow, what errors it's encountering, ...

Did you search?

Did you find this "blacklist" thread? http://mysettopbox.tv/phpBB2/viewtopic.php?t=6321

Did you find the thread it links to which describes some people's success? http://mysettopbox.tv/phpBB2/viewtopic.php?t=6309

Or this one that they were following? http://mysettopbox.tv/phpBB2/viewtopic.php?t=3279


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 14, 2006 5:01 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
HI,

Check for 60 htz vertical refresh in the XF86Config-4 file, I know my lcd will only work at 60. A pain cause I have to use an old crt to do the setup and edits first.

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 15, 2006 12:19 pm 
Offline
Joined: Mon Feb 20, 2006 8:32 am
Posts: 27
I installed the new ATI Linux drivers, and then I did the following from one of the threads:

"- Download the package from the ATI site
- Convert the RPM to a .deb and install it
apt-get update
apt-get install alien
alien fglrx-4.3.0-3.12.0.i386.rpm
dpkg --force-overwrite -i fglrx_4.3.0-4.12_i386.deb

this installs a program called fglrxconfig which will make an XF86Config-4 for you. "

I did all of this, but it did not install 'fglrxconfig' anywhere on my system.

I ordered a couple Nvidia cards with TV out just because I need to learn more about how Linux drivers work without getting frustrated.

I will build a second Myth box and try to get the ATI to work, but in the meantime, my wife just wants ONE that works with a TV!

_________________
-hunter


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 7:51 pm 
Offline
Joined: Fri Mar 24, 2006 10:35 pm
Posts: 89
Location: Detroit, MI
I took a step back and approached the ATI TVOUT from the Linux support sites. I collected bits of data from various sources and came up with a working XFG86Config-4 file for ATI AIW 128. The ATI site's link is http://lerdorf.com/t42p_XF86Config-4

You may only need to add a few lines. I did install ATITVOUT found on GATOS, but I'm not certain if that pacthed anything. It did allow me to confirm if my card had CRT and TV Composite active. I had it hooked up to the SVideo and it worked, but ATITVOUT reported TV not active.

My working file pasted below. or http://home.comcast.net/~kcarson1/XF86Config-4 :D

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
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"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
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 "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

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

Section "Monitor"
Identifier "Monitor0"
Option "DesktopSetup" "0x00000100"
Option "DPMS" "true"
HorizSync 30.0 - 50.0 # Warning: This may fry old Monitors
VertRefresh 60.0 # Very conservative. May flicker.
# 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
# 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection

Section "Device"
Option "sw_cursor"
Option "EnablePageFlip" "true"
Option "TVOutput" "NTSC"
Option "MonitorLayout" "TV, CRT"
Option "TVStandard" "NTSC-M"
Option "NoTV" "no"
Option "DesktopSetup" "0x00000100"
Identifier "Card0"
Driver "vesa"
VendorName "All"
BoardName "All"
EndSection

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

Section "DRI"
Mode 0666
EndSection




#for search: ATI all in wonder TVOUT wunder Xwindow


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 9:39 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

Try dropping back to a console, ctl alt F2 should do it. Login as root, do killall gdm, then do startx and it should report any issues. If x starts clean, alt ctl backspace should kill it. gdm restarts your xserver and frontend. Fix anything needed to get x to run as desired.

You can also do this testing via ssh (easiest method) hopefully you will find some clues to get you going.

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 18, 2006 12:38 pm 
Offline
Joined: Fri Mar 24, 2006 10:35 pm
Posts: 89
Location: Detroit, MI
No problem will report if Knoppix OS thinks everything is good. Above config file has a few MUST HAVE entries for the screen to display correctly.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 18, 2006 2:57 pm 
Offline
Joined: Mon Feb 20, 2006 8:32 am
Posts: 27
myth19kirt,

So this does this config file care which Radeon driver I have installed? The default generic (open source) drivers, or does this require the ATI Drivers?

I will give this a try tonight.

Thanks!

_________________
-hunter


Top
 Profile  
 
PostPosted: Thu Apr 27, 2006 1:24 pm 
Offline
Joined: Fri Mar 24, 2006 10:35 pm
Posts: 89
Location: Detroit, MI
Note that the above XF86Config-4 file has a DRIVER "vesa" instead of "ATI". My CPU is doing the work as I have no HW acceleration.

I tried three ATI cards. The AIW Rage2+ and Radeon 7200 were PCI and did not have sufficent bandwidth to playback except at the lowest bit rate. I thought of changing the PREBUFFER settings, but have yet to try. My ATI128 AIW is AGP4 and has a good playback.

I have redone my Mythbox using AUTOINSTALL without using TV, and then overwrote the default XF86Config-4 with the above and that alone worked; giving me TV out. I did not need to install any drivers. My ATI128 AIW is AGP4 and has a good playback, except for HIGH QUALITY videos with a lot of movement. "Price is Right" occasionally has a slight audio stuter, and scan lines appear where high-motion occurs. I currently use a variable bit rate of 2200 - 4200.

New ATI cards maybe able to use ATI's linux drivers and gain some hardware acceleration. I tried the GATOS ATI Theater drivers, but was not certain what I was doing. :( I stopped experimenting, but if someone gets the ATI Theater acceleration working I may pick it up again.


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 2 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