Ok, I've got debian sid, xorg 7.0.17, and a Radeon 7000.
I've got xorg.conf set to load the radeon driver set, and dri and glx modules. This used to work well under 6.9.x but at some point this broke and I'm trying to figure out how to fix it. running glxgears things are smooth and good for about 2 seconds then they start getting jerky, and after another few seconds almost appear to be going backward and forward like a dying watch.
Quote:
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
|
Quote:
Section "Device"
Identifier "ATI Technologies, Inc. Radeon R100 QD [Radeon 7200]"
Driver "radeon"
BusID "PCI:1:0:0"
EndSection
|
Those are from my debconf generated xorg.conf. Originally Driver "ati" was set, but I changed that because basic desktop things were running REALLY slow (they're not going so well now, but at least the lags are tolerable and possibly the program rather than X)
I've searched google and can't find anything relevent to this version of xorg. Is this fixable?