compiz-fusion słaba wydajność
: 09 lipca 2007, 17:43
witam,
zainstalowalem compiz-fusion z repozytorium shame'a z opisu podanego na forum. chyba cos jest nie tak, bo wlacze kilka okienek i kostka zaczyna szarpac, na berylu pod FC7 nie mialem takiej sytuacji, jesli to cos da to zamieszczam swoj xorg.conf
xorga skopiowalem z FC7, bo te opisy podawane na forum w ogole nie dzialaly u mnie. efekty m.in byly takie, ze po wlaczeniu opcji composite nie startowaly X-y dopiero modprobe nvidia pomoglo. debian chodzi na AMD X2 4200+, asusie M2N-E, 1 Gb ram i gf 7600GT z gory dzieki za sugestie
zainstalowalem compiz-fusion z repozytorium shame'a z opisu podanego na forum. chyba cos jest nie tak, bo wlacze kilka okienek i kostka zaczyna szarpac, na berylu pod FC7 nie mialem takiej sytuacji, jesli to cos da to zamieszczam swoj xorg.conf
Kod: Zaznacz cały
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Belinea 10 19 20 / Art. No. 111919"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Device"
Identifier "GeForce 7600 GT"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "GeForce 7600 GT"
Monitor "Monitor0"
DefaultDepth 24
Option "TripleBuffer" "True"
Option "Composite" "Enable"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection