W debianie jak robię tą samą operację, odświerzanie całego gimpa mam 1 czasem 2 FPS co powoduje że nic nie mogę zrobić.
W kubuntu jest gtk2-engines-gtk-qt
a w debianie gtk2-engines
Dlaczego to tak się wlecze ???
fast edit: This dummy package only exists to smooth the transition from gtk2-engines-gtk-qt to gtk-qt-engines.
Więc teraz pakiet w debianie nazywa się gtk2-engines bez -gtk-qt.
Ale dlaczego różnica w prędkości jest tak odczuwalna ?
Zauważyłem również że tnie się opera przy przewijaniu, sterowniki mam otwarte, direct rendering Yes
dodam xorg-a
Kod: Zaznacz cały
# xorg.conf (xorg X Window System server configuration file)
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Driver "ati"
BusID "PCI:1:0:0"
VideoRam 131072
EndSection
Section "Monitor"
Identifier "COMPAQ 1825"
Option "DPMS"
HorizSync 30-82
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "COMPAQ 1825"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection