Compiz effects deactivated after upgrading to 9.04

Asked by Wajih Letaief

After upgrading to 9.04, the compiz effects was deactivated

i have no specific driver to activate (i have an internal graphic card which is not ATI or NVIDIA)

i remove compiz and purge it, reinstall it but i always can't activate the advanced graphic effects.

I have problems with Compiz also with a virtual machine under VirtualBox and the only solution was to deactivate the 3D accelaration.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Solved by:
Wajih Letaief
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

can you pastebin the output of:

sudo lshw -C video

as well as your xorg.conf file

Thanks

You may need to reinstate your video driver.

Revision history for this message
Wajih Letaief (mawale) said :
#2

sudo lshw -C video

  *-display:0 UNCLAIMED
       description: VGA compatible controller
       product: Mobile GM965/GL960 Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 0c
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm bus_master cap_list
       configuration: latency=0
  *-display:1 UNCLAIMED
       description: Display controller
       product: Mobile GM965/GL960 Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2.1
       bus info: pci@0000:00:02.1
       version: 0c
       width: 64 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=0

Revision history for this message
Wajih Letaief (mawale) said :
#3

The xorg.conf File :

# 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"
 SubSection "Display"
  Virtual 2304 1024
 EndSubSection
EndSection

Section "Device"
 Identifier "Configured Video Device"
EndSection

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

okk the UNCLAIMED lines are not good, this is why you are not getting video accelleration and why Compiz is not running.

If you run:

gksudo gedit /etc/X11/xorg.conf (For GNOME) or
kdesudo kate /etc/X11/xorg.conf (For KDE)

and change this:

Section "Device"
 Identifier "Configured Video Device"
EndSection

to this:

Section "Device"
 Identifier "Configured Video Device"
 Driver "intel"
EndSection

save the new file, close the editor and reboot.

Revision history for this message
Wajih Letaief (mawale) said :
#5

Still having the same problem and still having the UNCLAIMED lines in the output of the : sudo lshw -C video command

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Did a bit more research. Looks like you lucked out:

https://bugs.launchpad.net/ubuntu/jaunty/+source/compiz/+bug/363821

I suggest dropping back to intrepid or ditch compiz (I suggest ditching compiz as it is GARBAGE)

Revision history for this message
Sam_ (and-sam) said :
#7

No need to skip check.
Try this:
add to device section in xorg.conf and restart Xserver.

Option "AccelMethod" "EXA"

Reference:
http://wiki.compiz-fusion.org/Hardware/Blacklist
http://launchpadlibrarian.net/20233613/xorg.conf
https://wiki.ubuntu.com/X/Config

Revision history for this message
Steve (stupendoussteve-deactivatedaccount) said :
#8

Compiz blacklists by the hardware, not how the xorg.conf is configured. That is not even the reason it is blacklisted in Ubuntu.

Revision history for this message
Wajih Letaief (mawale) said :
#9

thanks all for your reply but none of this solve my problem

i tried to install emerald and then the compiz effects works again :o

anyway ...

thanks again for all of you