PDA

View Full Version : [ubuntu] compiz disabled after upgrade



Mia1990
June 28th, 2009, 07:17 PM
Hello all,

upgraded my laptop last night and when i logged in this morning compiz was not working i did a upgrade so the setting should have carried over.i have check and compiz and the setting manager is installed the hardware nvidia driver 173 is installed and working.
help

overdrank
June 28th, 2009, 08:08 PM
Hello all,

upgraded my laptop last night and when i logged in this morning compiz was not working i did a upgrade so the setting should have carried over.i have check and compiz and the setting manager is installed the hardware nvidia driver 173 is installed and working.
help

Hi and do you mean updated or upgraded? Upgraded meaning from Intrepid 8.10 to Jaunty 9.04?
Have you tried starting compiz from the terminal?

Mia1990
June 28th, 2009, 08:15 PM
Hi and do you mean updated or upgraded? Upgraded meaning from Intrepid 8.10 to Jaunty 9.04?
Have you tried starting compiz from the terminal?
I'm sorry upgraded i do not know how to do it from the terminal

overdrank
June 28th, 2009, 08:35 PM
I'm sorry upgraded i do not know how to do it from the terminal

Ok just open up a terminal, located under applications, accessories. Then enter the command compiz. If you receive any errors this may help.

Mia1990
June 28th, 2009, 08:44 PM
ok thanks that was easy here is what i got

mia@mia-laptop:~$ compiz
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Blacklisted PCIID '8086:2562' found
aborting and using fallback: /usr/bin/metacity

overdrank
June 28th, 2009, 09:05 PM
Ok are you sure that the nvidia driver is working? You may try and use the nvidia settings and also have a look at compiz-check (http://ubuntuforums.org/showthread.php?t=799070).

Mia1990
June 28th, 2009, 09:10 PM
under hardware drivers it says it is i did some checking and this pc doesn't come with a nvidia card that has really got me confused as to why the driver is installed.

Mia1990
June 28th, 2009, 09:49 PM
ok compiz is working now this is how i fixed it

i took this line in bold

# blacklist based on the pci ids
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
#T=" 1002:5954 1002:5854 1002:5955" # ati rs480
#T="$T 1002:4153" # ATI Rv350
#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
#T="$T 8086:2e02 " # Intel Eaglelake
T="$T 8086:3577 8086:2562 " # Intel 830MG, 845G (LP: #259385)
BLACKLIST_PCIIDS="$T"

and made this

# blacklist based on the pci ids
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
#T=" 1002:5954 1002:5854 1002:5955" # ati rs480
#T="$T 1002:4153" # ATI Rv350
#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
#T="$T 8086:2e02 " # Intel Eaglelake
#T="$T 8086:3577 8086:2562 " # Intel 830MG, 845G (LP: #259385)
BLACKLIST_PCIIDS="$T"


Thank you all
Mia
xoxo

Mia1990
June 28th, 2009, 09:51 PM
oh i forgot i have seen forums marked solved but i don't see anywere to do that how is it done