Summary: | TV-Out doesn't work on RS690 | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Kevin Read <obsidian> | ||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||
Status: | RESOLVED WORKSFORME | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | medium | CC: | admin, kknull0, obsidian | ||||
Version: | git | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
No idea about the problem, but do you mean M2A-VM board? AFAIK M2N-V doesn't even exist, and the M2N-VM is nforce based. Oops, of course. This should read ASUS M2A-VM, thanks for pointing that out. Same problem here, I 've tried this allread half a year ago with no success - neither then nor today. I also got stuck when trying fglrx to enable TVOut on my Gigabyte GA69GM-S2H. Is the GPU part of RS690 a total different chip compared to other X1xxx series based cards? For me the latest release works. I'm at work now but will post xorg.conf later. can you provide your xorg.conf and your log? I have tried the latest git and doesn't work (black screen as usually). this my config and log: http://dl.getdropbox.com/u/158338/linux%20mediacenter/xorg.conf.radeon.21apr09 http://dl.getdropbox.com/u/158338/linux%20mediacenter/xorg.log.radeon.21apr09 (In reply to comment #5) > can you provide your xorg.conf and your log? > I have tried the latest git and doesn't work (black screen as usually). > > this my config and log: > > http://dl.getdropbox.com/u/158338/linux%20mediacenter/xorg.conf.radeon.21apr09 > http://dl.getdropbox.com/u/158338/linux%20mediacenter/xorg.log.radeon.21apr09 > Thanks to Kevin Read I now have a working setup (using s-video). Here is my full xorg.conf: http://nopaste.info/d1030fb722.html Or the relevant bits: Section "Monitor" Identifier "Monitor0" HorizSync 30.0 - 50.0 VertRefresh 60 EndSection Section "Device" Identifier "Card0" Driver "radeon" # Option "TVStandard" "scart-pal" Option "ATOMTvOut" "on" # Option "AccelMethod" "exa" #Option "DefaultTVDACAdj" "on" Option "DynamicClocks" "on" Option "DRI" "true" EndSection I found that I needed to comment out the TVStandard line on my M2A-VM to avoid getting a distorted picture. I have PAL set in my BIOS. I'm not sure about the other options, as they don't appear to make any difference. ATIMTvOut is the key. hi sam, are you using s-video or vga (yellow one) port? ok I tried with your xorg.conf and: -the image is stable but it's in black-white -if I use pal option the image has colors, but very instable, it moves horizontally very fast. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 16856 [details] X startup log with autoconfiguration I tried todays radeon GIT version on my HTPC (ASUS M2N-V running 32 bit archlinux) . VGA Out works fine (cudos btw, videos are really smooth), but TV-Out doesn't work. I have a standard analog TV connected via Supervideo connector. The setup works fine with fglrx and also in BIOS/text mode. As soon as X starts, the screen goes black. When I use xrandr via SSH to change resolutions, the screen flickers. I tried with X autoconfiguration and also with a config file where I 1) forced TV-Out on: Section "Device" Identifier "aticonfig-Device[0]" Driver "radeon" Option "TVStandard" "pal" Option "ForceTVOut" "true" BusID "PCI:1:5:0" EndSection 2) Forced the monitor to the values of a standard TV: (in Device section:) Option "monitor-S-video" "TV" (then:) Section "Monitor" Identifier "TV" Option "DPMS" "false" # 702x576 @ 25Hz, 15.6kHz hsync, itu-r bt.470 PAL, analog broadcast ModeLine "702x576@25i" 13.5 702 722 785 864 576 581 586 625 interlace -hsync -vsync Option "PreferredMode" "702x576@25i" EndSection All gave the same result. I have attached the log from the autoconfiguration try.