LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-10-2005, 07:20 PM   #1
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Can't get SVIDEO out, SuSE 9.x/ATI 9200!


Hi -

I'm trying to get S-Video output from my ATI 9200 video card on SuSE Linux Pro 9.3. My PC has three cards; I need S-Video out for two of them, and VGA out for the primary.

I'm using the radeon driver; both the built-in version that came with SuSE, as well as a version I built myself from the tv_output patch on the Gatos site. Both fail the same way.

I've tried the ATI fglrx driver: it does S-Video, but it cannot handle multiple outputs. So I cannot use fglrx: I must figure out some way to do it with radeon (or some other Suse-compatible driver).

Here are my monitor specs:
HF: 15.6kHz
VF: 60.0Hz

Here are the relevant portions of my /etc/X11/xorg/conf:
Section "Device"
BoardName "RV280 5964"
BusID "2:2:0"
Driver "radeon"
Identifier "Device[1]"
VendorName "ATI"
Option "TVOutput" "NTSC"
EndSection
...
Section "Monitor"
Identifier "Monitor[1]"
ModelName "Unknown"
VendorName "Unknown"
UseModes "Modes[1]"
HorizSync 15 - 31.5
VertRefresh 60
EndSection
...
Section "Modes"
Modeline "800x600" 4.2 800 840 968 1056 600 601 605 628
Identifier "Modes[1]"
EndSection

And here's the resulting /var/log/Xorg.0.log error file:
...
(II) RADEON(1): Monitor[1]: Using hsync range of 15.00-31.50 kHz
(II) RADEON(1): Monitor[1]: Using vrefresh value of 60.00 Hz
(II) RADEON(1): Clock range: 20.00 to 400.00 MHz
(II) RADEON(1): Not using mode "800x600" (hsync out of range)
...
--) RADEON(1): Virtual size is 640x480 (pitch 640)
(**) RADEON(1): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) RADEON(1): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
<= THE RADEON DRIVER REQUIRES 800x600 RESOLUTION FOR NTSC
OUTPUT: 640x480 OR SOME OTHER VALUE *WILL NOT WORK* FOR
TV-OUT.

????Any suggestions?????

Any idea what "Modeline" settings I can give it so that it will at least
accept the "800x600" part without second-guessing me and substituting "640x480" instead????

Thank you *very* much in advance!

Last edited by paulsm4; 08-10-2005 at 07:24 PM.
 
Old 08-13-2005, 04:40 AM   #2
thegoalie
LQ Newbie
 
Registered: Nov 2003
Distribution: slackware fedora core gentoo debian free bsd
Posts: 29

Rep: Reputation: 15
on your screen that you want s video out on did you edit the horizonantal and the vertical refresh rate properly. what i suggest is to find out what those values are and then edit your xorg.conf to those values then try it . if the refresh rate is not right the module will default to 640x480.


thegoalie
 
Old 08-13-2005, 01:15 PM   #3
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi -

Thank you very much for the response.

The S-Video line is plugged in to a generic, glass-CRT, 27" monitor. Here are the specs:

Code:
  - Monitors: generic 27" glass-tube CRTs
  - Signal: : S-Video out, NTSC
  - Horiz: 15.6 kHz
  - Vert: 60.0Hz
  - VGA resolution: 320x200x256 colors
    (no kidding: old "BIOS int 10 mode" 0x13!)
Here's (one of *many* combinations) of xorg.conf "Monitor" section I've tried:
Code:
Section "Monitor"
Identifier "Monitor[1]"
ModelName "Unknown"
VendorName "Unknown"
UseModes "Modes[1]"
HorizSync 15 - 31.5
VertRefresh 60
EndSection
And here's (one of) my (failed!) attempts at a modeline that tries to coerce these specs into 800x600 resolution (the tv_output driver *needs* to be at 800x600 in order to take effect):
Code:
Modeline "800x600" 4.2 800 840 968 1056 600 601 605 628
I can't think of anything else I can do as far as editing the horizontal and vertical refresh rates properly - please let me know if you have any ideas!

I think the $1,000,000 question right now is to figure out why the Xorg module doesn't think the refresh rate is "right". Or to figure out the right ModeLine values.

Thanx again - any other ideas/advice would definitely be appreciated!!!
 
Old 08-13-2005, 04:05 PM   #4
thegoalie
LQ Newbie
 
Registered: Nov 2003
Distribution: slackware fedora core gentoo debian free bsd
Posts: 29

Rep: Reputation: 15
the vertical refresh rate is wrong it has to be two numbers seperated by a hyphen like 30-70 or something like that .go to the monitors manufactuers website they will have the refresh rate of the montior in question


my xorg config is like this :



Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75


thats what it is suppose to look like



Last edited by thegoalie; 08-13-2005 at 04:09 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GL-117 game crashes-SuSE 9.3; ATi RADEON 9200 IanPappas Linux - Software 5 10-10-2005 01:11 PM
Suse 9.3 ATI Moblity Radeon 9700 Dell Inspiron 9200 elliotfuller SUSE / openSUSE 1 05-21-2005 10:41 PM
Editing xorg.conf on Suse 9.2 w/ ATI Mob. 9700 Dell Inspiron 9200 elliotfuller Linux - Hardware 5 04-28-2005 09:24 AM
Ati 9200 / Suse 8.2 / I'm stuck Kdiver58 Linux - Hardware 1 02-24-2004 10:38 AM
drivers for ati rage lt pro 3d? svideo out anyone? frieza Linux - Laptop and Netbook 2 06-01-2003 11:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration