Chciałbym wyświetlić obraz z laptopa w telewizorze.
Zaopatrzyłem się w kabel s-video i próbuję, ale nie wychodzi. Przeszukałem już google, są odpowiedzi ale nie dla mojej konfiguracji komputera. Automatycznie ubuntu również mi nie wykrywa drugiego monitora/ekranu.
Próbowałem zmieniać już xorg.conf lecz bez rezeultatów, a na chybił trafił nie będę grzebał jak czegoś nie rozumiem bo nie lubie metod 'mote carlo'

Moja konfiguracja:
Toshiba Satellite a200 z ati radeon hd 2600 do tego Ubuntu 8.04 64bit (jeśli te bity mają jakieś znaczenie ;>)
plik xorg:
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "aticonfig-Screen[0]-0" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection