Difference between revisions of "ATI Radeon-X800-AGP"
From LinuxMCE
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: Hardware]] | [[Category: Hardware]] | ||
+ | {{versioninfo}} | ||
[[Category: Video]] | [[Category: Video]] | ||
[[Category: Graphic Cards]] | [[Category: Graphic Cards]] | ||
Line 8: | Line 9: | ||
'''Ati Radeon X800 AGP''' | '''Ati Radeon X800 AGP''' | ||
− | My model is X800 XL VIVO AGP with 256MB | + | My model is X800 XL VIVO AGP with 256MB DDR3. It has 1xDVI, 1xVGA and 1xS-Video connector. |
+ | |||
+ | P/N 102A4900500000001 | ||
+ | |||
+ | [http://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=7518&questionID=1385 Ati website] says that the card is built by ATI or built by a partner company using ATI components. | ||
Additional power connector must be used, without it you don`t get 3D acceleration. | Additional power connector must be used, without it you don`t get 3D acceleration. | ||
− | Card | + | Card 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. | ||
+ | |||
+ | If you managed to configure your card properly, kernel module is loaded and you choose UI2 in AVWizard then you will see something like... | ||
+ | |||
+ | [[Image:UI2-ATI-Radeon-X800.jpg]] | ||
+ | |||
− | + | *[http://ati.amd.com/products/radeonx800/index.html Radeon X800 on Ati website] |
Latest revision as of 17:26, 28 September 2010
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Unknown | N/A | N/A |
1004 | Unknown | N/A | N/A |
1204 | Unknown | N/A | N/A |
1404 | Unknown | N/A | N/A |
Usage Information |
Error creating thumbnail: File missing
Error creating thumbnail: File missing
Ati Radeon X800 AGP
My model is X800 XL VIVO AGP with 256MB DDR3. It has 1xDVI, 1xVGA and 1xS-Video connector.
P/N 102A4900500000001
Ati website says that the card is built by ATI or built by a partner company using ATI components.
Additional power connector must be used, without it you don`t get 3D acceleration.
Card 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.
If you managed to configure your card properly, kernel module is loaded and you choose UI2 in AVWizard then you will see something like...