Nyílt radeon driver + TV out?

Fórumok

Sziasztok,

Sikerült már valakinek úgy beállítani az xorg.conf-ot a nyílt forrású Ati driver-rel (radeon), hogy a TV kimeneten 50 Hz és mondjuk 800x600 legyen?

A Xinerama be van kapcsolva és a TV-n fut a kép, gondolom azért mert 60 Hz-es jelet kap.
Itt az idevágó rész:
---------------------------------


Section "ServerFlags"	 
    Option "Xinerama" "On"	 
EndSection	 

Section "ServerLayout"
	Identifier     "aticonfig-Layout[all]"
	Screen      0  "aticonfig-Screen[0]" 0 0
	Screen         "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]"
EndSection

Section "Module"
	Load  "dbe" # Double-Buffering Extension
	Load  "v4l" # Video for Linux
	Load  "glx" # 3D layer
	Load  "dri" # direct rendering 
	Load  "bitmap"
	Load  "ddc"
	Load  "i2c"
	Load  "extmod"
	Load  "type1"
	Load  "freetype"
	Load  "int10"
	Load  "vbe"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	VertRefresh 60
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
#	Driver      "fglrx"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
#	Driver      "fglrx"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection


Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth      24
		Modes      "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

---------------------------------
Megköszönnék xorg.conf példát.

Köszi.

Hozzászólások