Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2007 02:12:59 +0200
From:      nollan <nollan@phreaker.net>
To:        questions@freebsd.org
Subject:   ATI 9200SE and TV-out
Message-ID:  <20070916021259.75935880.nollan@phreaker.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Sun__16_Sep_2007_02_12_59_+0200_hJ.lrda1E1QBwa0u
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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


--Multipart=_Sun__16_Sep_2007_02_12_59_+0200_hJ.lrda1E1QBwa0u
Content-Type: text/plain;
 name="atiproblems.txt"
Content-Disposition: attachment;
 filename="atiproblems.txt"
Content-Transfer-Encoding: 7bit

---/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
------
--Multipart=_Sun__16_Sep_2007_02_12_59_+0200_hJ.lrda1E1QBwa0u--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070916021259.75935880.nollan>