LINUX.ORG.RU

Ubuntu 7.04 tv-out RAdeon


0

0

Подскажите как настроить tv-out в убунте Radeon 9200 в конфиге xorg.conf дописываю Section "Device" Identifier "ATI Technologies Inc RV280 [Radeon 9200 SE]" Driver "ati" BusID "PCI:1:0:0" Option "TV" Option "TVOutFormat" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60" Option "TVStandard" Option "TwinView" Option "Clone" Option "MetaModes" "1024x768,640x480; 1024x769,640x480; 800x600,640x480; 640x480,640x480" Option "crt,tv" EndSection

но телевизор всеравно не работает! В чем трабл???

вроде же для этого нужен закрытый драйвер от АТИ. А у тебя открытый используется.

vyv ★★★
()

по идее можно и без "TwinView" обойтись - настрой на 2 дисплея т е чтобы было DISPLAY=:0.0 и DISPLAY=:0.1 что то типа:


Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen[0]" 0 0
Screen 1 "Screen[1]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Monitor"
Identifier "Monitor[1]"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 60.0
EndSection

Section "Monitor"
Identifier "Monitor[0]"
VendorName "SAM"
ModelName "SAMSUNG SYNCMASTER"
Option "CalcAlgorithm" "XServerPool"
Option "DPMS"
EndSection

Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "2:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Device[1]"
Driver "nvidia"
BusID ection "Device"
Identifier "Device[1]"
Driver "nvidia"
BusID "2:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Option "DRI" "true"
Option "NoLogo" "true"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen[1]"
Device "Device[1]"
Monitor "Monitor[1]"
DefaultDepth 16
Option "ConnectedMonitor" "tv"
Option "TVStandard" "PAL-G"
Option "TVOutFormat" "COMPOSITE"
Option "DRI" "true"
Option "NoLogo" "true"
SubSection "Display"
Depth 16
Modes "640x480" "512x384"
EndSubSection
EndSection

...

SI ★★☆☆
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.