Maybe i just have too old of a machine that just can't handle it anymore or maybe my GPU sucks or maybe it's fglrx.... I don't know, so i post to see what anyone else thinks.
Right now my system is a AMD Athlon 64 3400+(socket 754) w/2gig ram and 1950xagp pro 512mb sapphire.
The problem:
Scrolling in firefox is slow. It's like running vesa and "paints" while i scroll with only a few tabs open
when i grab an unactive window it takes a second before it draws me moving it.
Here is my xorg.conf
Code:
#Section "Modes"
# Identifier "Modes[0]"
#EndSection
#Section "Modes"
# Identifier "Modes[1]"
#EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard[0]" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/cyrillic/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "extmod" #Had to enable this in order to get compiz-fusion to load
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
Option "AIGLX" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbRules" "xorg"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "evdev"
Option "Name" "Logitech USB Receiver"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "DPMS" "true"
# UseModes "Modes[0]"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "DPMS" "true"
# UseModes "Modes[1]"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
VideoRam 524288
Option "AllowGLXWithComposite" "true"
Option "GARTSize" "512"
Option "DesktopSetup" "horizontal"
Option "BusType" "AGP"
Option "BlockSignalsOnLock" "on"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "CenterMode" "off"
Option "DRI" "true"
Option "ForceGenericCPU" "no"
Option "HWCursor" "On"
Option "KernelModuleParm" "locked-userpages=0"
Option "mtrr" "off"
Option "no_accel" "no"
Option "no_dri" "no"
Option "OpenGLOverlay" "off"
Option "PseudoColorVisuals" "off"
Option "RenderAccel" "true"
Option "ScreenOverlap" "0"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "UseFastTLS" "0"
Option "UseInternalAGPGART" "no"
Option "VideoOverlay" "on"
Option "XAANoOffscreenPixmaps" "true"
BusID "PCI:1:0:0"
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "AGPFastWrite" "on"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
VideoRam 524288
Option "GARTSize" "512"
Option "AllowGLXWithComposite" "true"
Option "BusType" "AGP"
Option "BlockSignalsOnLock" "on"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "CenterMode" "off"
Option "DRI" "true"
Option "ForceGenericCPU" "no"
Option "HWCursor" "On"
Option "KernelModuleParm" "locked-userpages=0"
Option "mtrr" "off"
Option "no_accel" "no"
Option "no_dri" "no"
Option "OpenGLOverlay" "off"
Option "PseudoColorVisuals" "off"
Option "RenderAccel" "true"
Option "ScreenOverlap" "0"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "UseFastTLS" "0"
Option "UseInternalAGPGART" "no"
Option "VideoOverlay" "on"
Option "XAANoOffscreenPixmaps" "true"
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "AGPFastWrite" "on"
BusID "PCI:1:0:1"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
# Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
# Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Extensions"
Option "XVideo" "Enable"
Option "DAMAGE" "true"
Option "RENDER" "true"
Option "Composite" "Enable"
EndSection