Comment 3 for bug 1104373

Revision history for this message
jay revefel (jal301) wrote :

Erich,

Thank you for your excellent work and support on this project. I also have a newer machine and the good audio / blank screen issue. I have attempted to confirm the compositing setting but I do not see it (and perhaps may not be recognizing it). Regardless, copied below are my xorg.conf settings and my apologies if this is the not proper place for this message.

xorg:
Section "ServerLayout"
 Identifier "amdcccle Layout"
 Screen 0 "amdcccle-Screen[1]-0" 1440 0
 Screen "amdcccle-Screen[1]-1" 0 0
EndSection

Section "Module"
 Load "glx"
EndSection

Section "ServerFlags"
 Option "Xinerama" "on"
EndSection

Section "Monitor"
 Identifier "0-CRT1"
 Option "VendorName" "ATI Proprietary Driver"
 Option "ModelName" "Generic Autodetecting Monitor"
 Option "DPMS" "true"
 Option "PreferredMode" "1440x900"
 Option "TargetRefresh" "60"
 Option "Position" "0 0"
 Option "Rotate" "normal"
 Option "Disable" "false"
EndSection

Section "Monitor"
 Identifier "0-DFP1"
 Option "VendorName" "ATI Proprietary Driver"
 Option "ModelName" "Generic Autodetecting Monitor"
 Option "DPMS" "true"
 Option "PreferredMode" "1440x900"
 Option "TargetRefresh" "60"
 Option "Position" "0 0"
 Option "Rotate" "normal"
 Option "Disable" "false"
EndSection

Section "Device"
 Identifier "amdcccle-Device[1]-0"
 Driver "fglrx"
 Option "Monitor-DFP1" "0-DFP1"
 BusID "PCI:1:5:0"
EndSection

Section "Device"
 Identifier "amdcccle-Device[1]-1"
 Driver "fglrx"
 Option "Monitor-CRT1" "0-CRT1"
 BusID "PCI:1:5:0"
 Screen 1
EndSection

Section "Screen"
 Identifier "Default Screen"
 DefaultDepth 24
EndSection

Section "Screen"
 Identifier "amdcccle-Screen[1]-0"
 Device "amdcccle-Device[1]-0"
 DefaultDepth 24
 SubSection "Display"
  Viewport 0 0
  Depth 24
 EndSubSection
EndSection

Section "Screen"
 Identifier "amdcccle-Screen[1]-1"
 Device "amdcccle-Device[1]-1"
 DefaultDepth 24
 SubSection "Display"
  Viewport 0 0
  Depth 24
 EndSubSection
EndSection