# /etc/X11/xorg.conf (xorg X Window System server configuration file) # Section "ServerFlags" Option "DefaultServerLayout" "TV_layout" 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_layout" Screen "TV" # InputDevice "keyboard" "CoreKeyboard" # InputDevice "mouse" "CorePointer" EndSection Section "Screen" Identifier "TV" Device "radeonTV" Monitor "Fernseher" DefaultDepth 24 SubSection "Display" Virtual 720 576 Depth 24 Modes "720x576_50i" ViewPort 0 0 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 "ForceMinDotClock" "12.0M" Option "AccelMethod" "EXA" Option "EXAVSync" "on" Option "FrameRateControl" "4" Option "FrameRateVerbose" "2" #Option "FrameRateTrimInterval" "5" #Option "FrameRateTrimLimit" "10" #Option "FrameRateSyncPoint" "75" #Option "FrameRateTrimArea" "2" #Option "FrameRateMaxTrim" "2000" #Option "FrameRateTrimStep" "91" #Option "Int10" "off" #Option "NoDDC" "on" #Option "IgnoreEDID" "on" #Option "VGAAccess" "off" #Option "NoInt10" "on" #Option "DDCMode" "on" #Option "DynamicClocks" "on" #Option "ScalerWidth" "1920" 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 "Fernseher" #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 # 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" "Off" EndSection