Announcement

Collapse
No announcement yet.

Scrolling/dragging window lag with latest drivers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scrolling/dragging window lag with latest drivers

    I'm having some problems with the last few ATI updates I installed. I'm having a problem (that I've seen on some older systems before...and fixed), where scrolling in webpages is horribly slow especially if flash is in use, and with dragging windows around. There's no "Smooth" dragging.

    also, I now get a "Bus error" when running amdcccle...

    I'm using Fedora 11 x86_64. I have Compiz installed, but it's disabled. I first used the latest xorg updates from fedora. No luck. Next, I installed the ati drivers from ati. No luck (actually caused me problems with my DVI based KVM switch.

    kernel info: Linux foo 2.6.30.10-105.2.23.fc11.x86_64 #1 SMP Thu Feb 11 07:06:34 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux


    here are the installed xorg drivers:

    xorg-x11-drv-ati-6.12.2-14.fc11.x86_64
    xorg-x11-drv-catalyst-libs-10.1-1.fc11.x86_64
    xorg-x11-drivers-7.3-11.fc11.x86_64
    xorg-x11-drv-catalyst-10.1-1.fc11.x86_64

    Here is the xorg.conf file that's in use:
    Code:
    # Xorg configuration created by livna-config-display
    
    Section "ServerLayout"
    	Identifier     "aticonfig Layout"
    	Screen      0  "Screen0" 1920 0
    	Screen         "amdcccle-Screen[3]-1" 0 0
    EndSection
    
    Section "Files"
    	ModulePath   "/usr/lib64/xorg/modules/extensions/catalyst"
    	ModulePath   "/usr/lib64/xorg/modules"
    EndSection
    
    Section "ServerFlags"
    	Option	    "AIGLX" "on"
    	Option	    "Xinerama" "on"
    EndSection
    
    Section "Monitor"
    	Identifier   "aticonfig-Monitor[0]-0"
    	Option	    "VendorName" "ATI Proprietary Driver"
    	Option	    "ModelName" "Generic Autodetecting Monitor"
    	Option	    "DPMS" "true"
    EndSection
    
    Section "Monitor"
    	Identifier   "0-DFP2"
    	Option	    "VendorName" "ATI Proprietary Driver"
    	Option	    "ModelName" "Generic Autodetecting Monitor"
    	Option	    "DPMS" "true"
    	Option	    "PreferredMode" "1920x1200"
    	Option	    "TargetRefresh" "60"
    	Option	    "Position" "0 0"
    	Option	    "Rotate" "normal"
    	Option	    "Disable" "false"
    EndSection
    
    Section "Monitor"
    	Identifier   "0-DFP1"
    	Option	    "VendorName" "ATI Proprietary Driver"
    	Option	    "ModelName" "Generic Autodetecting Monitor"
    	Option	    "DPMS" "true"
    	Option	    "PreferredMode" "1920x1200"
    	Option	    "TargetRefresh" "60"
    	Option	    "Position" "1920 0"
    	Option	    "Rotate" "normal"
    	Option	    "Disable" "false"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "fglrx"
    	Option	    "SWCursor" "true"
    	Option	    "OpenGLOverlay" "off"
    	Option	    "VideoOverlay" "on"
    	Option	    "Monitor-DFP2" "0-DFP2"
    	Option	    "Monitor-DFP1" "0-DFP1"
    	Option 	    "AccelMethod" "EXA"
    	Option	    "MigrationHeuristic" "greedy"
    	BusID       "PCI:3:0:0"
    EndSection
    
    Section "Device"
    	Identifier  "amdcccle-Device[3]-1"
    	Driver      "fglrx"
    	Option	    "Monitor-DFP1" "0-DFP1"
    	Option	    "Monitor-DFP2" "0-DFP2"
    	Option	    "OpenGLOverlay" "off"
    	Option	    "VideoOverlay" "on"
    	Option      "AccelMethod" "EXA"
            Option      "MigrationHeuristic" "greedy"
    	BusID       "PCI:3:0:0"
    	Screen      1
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "aticonfig-Monitor[0]-0"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Virtual   3840 3840
    		Depth     24
    	EndSubSection
    EndSection
    
    Section "Screen"
    	Identifier "amdcccle-Screen[3]-1"
    	Device     "amdcccle-Device[3]-1"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    	EndSubSection
    EndSection
    
    Section "Extensions"
    	Option	    "Composite" "Enable"
    EndSection
    I can provide the xorg log if desired as well.

    Thanks for any help you can provide in advance!

  • #2
    bump.

    any ideas?

    Comment


    • #3
      Firstly try to generate a fres xorg.conf with "aticonfig --initial".
      If that makes no difference you can try downloading https://a248.e.akamai.net/f/674/9206...x86.x86_64.run

      run the installer as root (sudo sh ati-driver-installer-10-3-x86.x86_64.run) . When its done you can again generate a
      fresh xorg.conf with "aticonfig --initial".

      Comment

      Working...
      X