After several days of beating my head against the wall I've finally made some progress. I've succesfully install Beryl/Compiz on a T41 and it works perfectly. However that unit has a ati 7500. Now I'm trying to duplicate this on a T42 which has a 9600. Apparently the xorg.conf changes I made are not compatible.
I do have Beryl/Compiz running on the 9600, but everything is choppy, lags, and just generally unstable. I've posted the changes I made to the xorg.conf file below for your review. The only difference I made between the T41 and T42 is I had to disable fastwrite on the T42, as enabled it would not even launch X.
I'm using AIGLX as it worked fine on the T41. Also, I am using the open-source drivers as speed-wise the T41 was quite peppy. Would think the 9600 would be even better.
Any help is appreciated. Also, if any one has had success installing on a ati 9600 if they would like to post their xorg.conf I would appreciate it. Thanks again.
Here are my changes:
Code: Select all
under "Device" section after line: BusID
VideoRam 32768
Option "AGPMode" "4"
Option "AGPSize" "32"
Option "DRI" "true"
Option "AGPFastWrite" "off"
Option "EnablePageFlip" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
next in "screen" section, just after line: default depth
Option "AddRGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
Option "XAANoOffscreenPixmaps" "true"
at the bottom I added following sections:
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection



