ATI 9200SE and TV-out
nollan
nollan at phreaker.net
Sat Sep 15 17:35:17 PDT 2007
Hi List!
I've been trying to configure my ATI 9200SE Card for tv-out, I don't seem to get it to work. The problem is that somehow the driver (tried vesa, ati and radeon drivers) can't recognise the second output. Is there anyway I can modify the source for these drivers to recognize the second output. I've googled my ass off and I'm tired! :)
Thanks in advance. I attach my Xorg.o.log and xorg.conf.
Regards,
J
-------------- next part --------------
---/var/log/Xorg.0.log-------
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card0b"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(II) Primary Device is: PCI 02:00:0
(II) ATI: Candidate "Device" section "Card0".
(II) ATI: Candidate "Device" section "Card0b".
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
(II) RADEON(0):
(II) RADEON(0): Primary:
Monitor -- CRT
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) RADEON(0): Secondary:
Monitor -- NONE
Connector -- None
DAC Type -- Unknown
TMDS Type -- NONE
DDC Type -- NONE
-----xorg.conf------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" Rightof "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 40 - 50
VertRefresh 60 - 70
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "TV"
ModelName "TV"
HorizSync 30-50
VertRefresh 100
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 SE]"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "Card0b"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV280"
BusID "PCI:2:0:1"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0b"
Monitor "Monitor1"
Option "ConnectedMonitor" "TV"
Option "TVStandard" "PAL-B"
Option "TVOverScan" "1.0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
------
More information about the freebsd-questions
mailing list