Announcement

Collapse
No announcement yet.

CompizFusion + Catalyst 9.1 + HD3470

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

  • CompizFusion + Catalyst 9.1 + HD3470

    Hi!
    Someone has my same configuration (Catalyst 9.1, Hd3470)? It would be beautiful to know if also to you Compiz-Fusion truly slowly? I notice that it is slow above all in opening the windows.
    If you would compare with my xorg.conf i have attached it.


    Thanks and good job to all!
    ech0s7






    Code:
    Section "ServerLayout"
    	Identifier     "Layout0"
    	Screen      0  "Screen0" 0 0
    	Option	    "AIGLX" "true"
    EndSection
    
    Section "Files"
    	ModulePath   "/usr/lib/xorg/modules"
    	FontPath     "/usr/share/fonts/misc"
    	FontPath     "/usr/share/fonts/100dpi:unscaled"
    	FontPath     "/usr/share/fonts/75dpi:unscaled"
    	FontPath     "/usr/share/fonts/TTF"
    	FontPath     "/usr/share/fonts/Type1"
    EndSection
    
    Section "Module"
    	Load  "dbe"
    	Load  "extmod"
    	Load  "xtrap"
    	Load  "dri"
    	Load  "glx"
    	Load  "GLcore"
    	Load  "freetype"
    	Load  "synaptics"
    EndSection
    
    
    
    Section "Monitor"
    	Identifier   "Monitor0"
    	VendorName   "Unknown"
    	ModelName    "Unknown"
    EndSection
    
    
    Section "Device"
    	Identifier  "Device0"
    	Driver      "fglrx"
    	VendorName  "ATI"
    	BusID       "PCI:1:0:0"
    EndSection
    
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Device0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     24
    	EndSubSection
    EndSection
    
    
    Section "DRI"
    	Mode         0666
    EndSection
    
    
    Section "Extensions"
    	Option	    "Composite" "Enable"
    EndSection
Working...
X