Announcement

Collapse
No announcement yet.

FGLRX 8.43.2 - Cursor Corruption.

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

  • FGLRX 8.43.2 - Cursor Corruption.

    i'm having issues with repeated cursor corruption on my screen... it occurs mainly when i have firefox running and a flash animation is on the page for the most part... here's the device section of my Xorg, have any ideas on what to enable to fix this, oh and keep in mind that i don't want video issues.

    Code:
    Section "Device"
    	Identifier  "aticonfig-Device[0]"
    	Driver      "fglrx"
    	# CRT 1 for main, and TV out for second monitor.
    	Option	    "EnableMonitor" "crt1,tv"
    	Option	    "FSAAScale" "0"
    	Option	    "FSAAEnable" "off"
    	Option	    "StereoSyncEnable" "off"
    	Option	    "Stereo" "off"
    	Option	    "UseFastTLS" "off"
    	Option	    "BlockSignalsOnLock" "off"
    	BusID       "PCI:5:0:0"
    EndSection
    
    Section "Device"
    	Identifier  "aticonfig-Device[1]"
    	Driver      "fglrx"
    	BusID       "PCI:5:0:0"
    	Screen      1
    EndSection

  • #2
    I think you need to add:

    Option "XAANoOffscreenPixmaps" "on"

    to your Device section(s).

    Comment


    • #3
      It may be "true", rather than "on"... not sure if it will respond to both.

      The above suggestion is correct, by the way... it solved my display corruption problem on a Mobility X1400.

      Comment


      • #4
        seems to be working now... i have not seen any issues with it since i set that on both device sections, oh and is there any suggestions to the config file to fix crashing issues with opengl?

        Comment

        Working...
        X