Quote:
|
ok so i will just have to follow what you wrote in your last post
|
yes
yep
yup
yes already... go for it.
Without the card: su -c gedit /etc/X11/xorg.conf
... change whatever driver is in there to "radeon",
... enable DRI,
... by example: when you look through xorg.conf make sure:
Section "Module" includes
Load "dri" and
Load "glx"
... one of your
Section "Device" entries is for your graphics card, make sure it says
Driver "radeon". (There are special switches to the radeon driver that can be included as options later. Read the man page for details.)
... and right at the bottom you have:
Code:
Section "DRI"
Mode 0666
EndSection
... save and shut down.
Plug the card in - make sure it is properly seated, make sure BIOS accepts your AGP or PCI-express card before the onboard (normally default) - switch on.
You are now using the new graphics card - well done.
... from the "radeon" man page:
Quote:
radeon is an Xorg driver for ATI RADEON based video cards. It contains full support for 8, 15, 16 and 24 bit pixel depths, dual-head setup, flat panel, hardware 2D acceleration, hardware 3D acceleration (experimental on R300 and R400 series cards), hardware cursor, XV extension, and the Xinerama extension.
[snip]
The radeon driver supports PCI and AGP video cards based on the following ATI chips
[snip]
RV280 Radeon 9200PRO/9200/9200SE, M9+
[snip]
|
This all is saying that 3D acceleration for your RV280 chipset is provided out-of-the-box by the Linux kernel, enjoy.