# /etc/X11/xorg.conf (xorg X Window System server configuration file) # Section "ServerFlags" Option "DefaultServerLayout" "TV" Option "Xinerama" "off" Option "AIGLX" "on" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" Option "AutoAddDevices" "off" EndSection Section "ServerLayout" Identifier "TV" Screen "TV" InputDevice "keyboard" "CoreKeyboard" InputDevice "mouse" "CorePointer" EndSection Section "Screen" Identifier "TV" Device "radeonTV" DefaultDepth 24 SubSection "Display" Modes "720x576_50" Virtual 1920 1080 Depth 24 EndSubSection EndSection Section "Device" Identifier "radeonTV" Driver "radeon" BusID "PCI:1:0:0" Option "Monitor-DVI-0" "LCD_TV" #Option "Monitor-HDMI-0" "LCD_TV" Option "AccelMethod" "EXA" Option "FrameRateControl" "2" Option "FrameRateVerbose" "2" Option "FrameRateTrimInterval" "5" Option "FrameRateTrimLimit" "10" Option "FrameRateSyncPoint" "55" Option "FrameRateTrimArea" "0" Option "FrameRateMaxTrim" "2500" Option "FrameRateTrimStep" "91" #Option "ForceMinDotClock" "12.0M" #Option "EXAVSync" "on" #Option "Int10" "off" #Option "NoDDC" "off" #Option "IgnoreEDID" "off" #Option "VGAAccess" "off" #Option "NoInt10" "on" #Option "DDCMode" "on" #Option "DynamicClocks" "on" #Option "ScalerWidth" "720" #Option "BusType" "PCIE" #Option "DMAForXv" "off" EndSection Section "InputDevice" Identifier "keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbOptions" "nodeadkeys" EndSection Section "InputDevice" Identifier "mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "LCD_TV" #Option "DPMS" "false" # SDTV PAL #ModeLine "720x576_50i" 13.875 720 744 808 888 576 580 585 625 -hsync -vsync interlace #50i ModeLine "720x576_50" 27.0 720 732 796 864 576 581 586 625 -hsync -vsync #50p Modeline "720x576_50i" 13.88 720 744 808 888 576 580 585 625 interlace -hsync -vsync # SDTV PAL for DVI/HDMI and/or mode 2,3 ModeLine "1440x576_50i" 27.75 1440 1488 1616 1776 576 580 585 625 -hsync -vsync interlace #50i # HDTV PAL ModeLine "1280x720_50" 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync #50p ModeLine "1920x1080_50i" 74.25 1920 2448 2492 2640 1080 1084 1094 1124 +hsync +vsync interlace #50i EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enabled" EndSection