Difference between revisions of "ATI Radeon-X800-AGP"

From LinuxMCE
Jump to: navigation, search
Line 38: Line 38:
 
  EndSection
 
  EndSection
  
with this you can encouter display problems.
+
without this you can encouter display problems.
 +
 
 +
*[http://ati.amd.com/products/radeonx800/index.html Radeon X800 on Ati website]

Revision as of 21:55, 7 January 2008

Error creating thumbnail: File missing
ATI X800 XL Front
Error creating thumbnail: File missing
ATI X800 XL Back

Ati Radeon X800 AGP

My model is X800 XL VIVO AGP with 256MB DDR3. It has 1xDVI, 1xVGA and 1xS-Video connector.

Additional power connector must be used, without it you don`t get 3D acceleration.

Card is OEM and came to me only with power cable.

Works with Standard UI1 and UI2 with Overlay using fglrx driver version Catalyst 7.12 (8.44.3).

For smooth video enable video overlay in your device section in xorg.conf (my config below).

Section "Device"
       Identifier      "ATI Technologies Inc R430 [Radeon X800]"
       Driver          "fglrx"
       BusID           "PCI:1:0:0"
       Option      "UseInternalAGPGART" "off"
       Option      "OpenGLOverlay" "off"
       Option      "VideoOverlay" "on"
       Option      "EnableMonitor" "tmds1,none"
EndSection

Also add

Section "ServerFlags"
       Option  "AIGLX" "off"
EndSection
Section "Extensions"
       Option "Composite" "Disable"
EndSection

without this you can encouter display problems.