kubuntu 9.04 intel 945 gm sucks with compiz
April 22, 2009 1 Comment
https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4
if sudo apt-get install etc etc warming you about dependeces don’t care about it . it’s working pretty good here
EDIT
**NOTE IF YOU GET PROBLEMS WITH THIS YOU CAN RUN THIS COMMAND AT CONSOLE LOGIN
sudo dpkg-reconfigure -phigh xserver-xorginstead of this stuff you could try to change /etc/X11/xorg.conf in this waySection "Device" Identifier "Configured Video Device" Option "EXAOptimizeMigration" "true" Option "MigrationHeuristic" "greedy" Option "Tiling" "false" EndSectionexample
# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection #Section "InputDevice" # Identifier "Configured Mouse" # Driver "mouse" # name "Mosart Wireless Mouse" # Option "Buttons" "7" # Option "ZAxisMapping" "6 7" # Option "CorePointer" #EndSection Section "Device" Identifier "Configured Video Device" Option "EXAOptimizeMigration" "true" Option "MigrationHeuristic" "greedy" Option "Tiling" "false" EndSection Section "ServerFlags" Option "DontZap" "true" EndSection

