Hello All
Here is how I got xorg 6.8.2 to work on YellowDog 4.
First edit '/etc/yum.conf' so that it looks like this
Warning: comment out the Development part of the above listing before doing a plain 'yum update'.
you can make your Yellow dog dist unbootable.
Next type 'yum update xorg-x11 glibc glibc-common xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU'
This will find these packages and ask if it is ok to install. (this may take a while.)
Type 'Y' to install
Then edit '/etc/X11/xorg.conf' Device section like this
- Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9000"
Option "BusType" "PCI"
Option "BackingStore" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
EndSection
Now restart Xwindows.
X loads faster and I get about 100-130 fps with gears screensaver @1400x1050x24
nels