[ltp] radeon vga out -> tv rgb scart
Robert Svoboda
linux-thinkpad@linux-thinkpad.org
Wed, 25 Jul 2007 21:57:56 +0200
--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
* Robert Svoboda <r080@atlas.cz> [2007-07-25 21:50]:
> My xorg.conf is attached
it always happens...
--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="xorg.conf_tvout2"
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,cz_qwerty"
Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Device"
Identifier "radeon 0"
Driver "radeon"
Option "DynamicClocks" "true"
Option "ForceMinDotClock" "14MHz"
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 15-16
VertRefresh 49.9-50.1
Modeline "768x576" 14.789 768 768 824 936 576 581 592 632 composite interlace +hsync +vsync
Modeline "735x575i" 14.16 735 760 824 904 575 580 585 625 interlace -hsync -vsync
Modeline "720x576i" 13.5 702 722 785 864 576 580 584 625 interlace -hsync -vsync
Modeline "720x576ic" 13.5 702 722 785 864 576 580 584 625 interlace composite -csync
Modeline "702x576i" 13.84375 720 743 808 886 576 580 584 625 interlace -hsync -vsync
Modeline "702x576ic" 13.84375 720 743 808 886 576 580 584 625 interlace composite -csync
Modeline "640x545i" 13.5 640 702 756 864 545 568 572 625 interlace composite -hsync -vsync
#Option "DPMS"
#composite interlace +hsync +vsync
EndSection
Section "Screen"
Identifier "TV"
Device "radeon 0"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "768x576"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "tvout"
Screen 0 "TV"
InputDevice "Generic Keyboard"
InputDevice "Mouse0"
EndSection
--zYM0uCDKw75PZbzx--