http://gentoo-wiki.com/HOWTO_TV-Out
Ma la tv non mostra alcun segnale e i log di Xorg mi dicono che l'opzione TVOutput non esiste, e in effetti non è citato nemmeno di "man radeon".
Non mi è ben chiaro cosa dovrei fare, ho fatto un po' di prove ma ottengo sempre lo stesso risultato (immagine solo sul crt collegato io vga), com'è possibile?
Questo comunque è il mio xorg.conf, aiuto please!
Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "logiik"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "mon"
HorizSync 31.5
VertRefresh 50-70
EndSection
Section "Monitor"
Identifier "TV_Monitor"
HorizSync 30.0 - 40.0
VertRefresh 60
Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "ati"
Driver "radeon"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Device"
Identifier "Radeon_out"
Driver "radeon"
Option "AGPMode" "4"
Option "AGPFastWrite" "yes"
Option "TVOutput" "PAL"
Option "IgnoreEDID" "true"
Option "MonitorLayout" "NONE, CRT"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ati"
Monitor "mon"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "TV Screen"
Device "Radeon_out"
Monitor "TV_Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "TV Screen"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
