Hello!
my xorg.conf for TV-output:
Code:
Section "ServerLayout"
Identifier "LCD TV Layout"
Screen 0 "LCD-Screen[0]-0" 0 0
Screen 1 "S-Video-TV-Screen[0]-1" 1280 0
EndSection
Section "Files"
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "Monitor"
Identifier "LCD-Monitor[0]-0"
Option "VendorName" "ACER"
Option "ModelName" "ASPIRE LCD Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "S-Video-TV-Monitor[0]-1"
Gamma 1.2
Option "VendorName" "Autodetected external TV Screen (S-Video)"
Option "ModelName " "Autodetected S-Video TV-Screen"
EndSection
Section "Device"
Identifier "LCD Device[0]-0"
Driver "fglrx"
Option "EnableMonitor" "lvds,tv"
Option "NoTV" "no"
Option "TVFormat" "PAL-G"
Option "TVStandard" "VIDEO" # VIDEO, SCART, YUV
Option "TVOverscan" "true"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
Option "OverlayOnCRTC2" "1"
Option "TexturedVideo" "on"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "S-Video-TV-Device[0]-1"
Driver "fglrx"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
Option "TexturedVideo" "on"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "LCD-Screen[0]-0"
Device "LCD-Device[0]-0"
Monitor "LCD-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "S-Video-TV-Screen[0]-1"
Device "S-Video-TV-Device[0]-1"
Monitor "S-Video-TV-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
my xorg.conf for CRT/Projector/VGA-Out output:
Code:
Section "ServerLayout"
Identifier "LCD CRT Layout"
Screen 0 "LCD-Screen[0]-0" 0 0
Screen 1 "CRT-Screen[0]-1" 1280 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
Option "AIGLX" "on"
EndSection
Section "Monitor"
Identifier "LCD-Monitor[0]-0"
Option "VendorName" "ACER"
Option "ModelName" "ASPIRE LCD Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "CRT-Monitor[0]-1"
DisplaySize 360 270
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 180.0
Option "VendorName" "external CRT or Beamer"
Option "ModelName" "CRT or Beamer Model"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "LCD-Device[0]-0"
Driver "fglrx"
Option "EnableMonitor" "lvds,crt1"
Option "OpenGLOverlay" "on"
Option "OverlayOnCRTC2" "1"
Option "TexturedVideo" "on"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "CRT-Device[0]-1"
Driver "fglrx"
Option "OpenGLOverlay" "on"
Option "TexturedVideo" "on"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "LCD-Screen[0]-0"
Device "LCD-Device[0]-0"
Monitor "LCD-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "CRT-Screen[0]-1"
Device "CRT-Device[0]-1"
Monitor "CRT-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
jd.