|
|
#1 |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Help with compiz fusion & xubuntu
Hi,
Been playing with this on and off for a little while now and never got it to work (granted, my patience isn't what it once was ).I had some troubles with my Nvidia drivers which I've now sorted (thanks steveo_mcq and Cinnander I followed the guides here: http://www.freesoftwaremagazine.com/..._compiz_fusion http://customisinglife.wordpress.com...xubuntu/aiglx/ and edited my Xorg.conf accordingly. Unfortunately, it still doesn't wanna play ball and I get this error message: ![]() it looks like it's trying to use Xgl instead of AIGLX but I've no idea why. My Xorg.conf: Code:
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "Module"
Load "dri"
Load "dbe"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "uk"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "true"
EndSection
Section "Monitor"
Identifier "DELL 2007WFP"
Option "DPMS"
HorizSync 30-83
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
Monitor "DELL 2007WFP"
DefaultDepth 24
SubSection "Display"
Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "$
EndSubSection
Option "AddARGBGLXVisuals" "true"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 Last edited by WhiskeyAlpha; 7th Feb 2008 at 20:40. |
|
|
|
|
|
#2 |
|
Multimodder
Join Date: Apr 2006
Posts: 107
![]() |
XGL is incompatible with AIGLX and the composite extension, disable them or delete XGL (it is useless and work bad, it is the best thing to do). Once XGL is gone, compiz will probably see the nvidia driver and use it instead of XGL. You can also try to force AIGLX, their is an option for that, you will find it with --help.
But, what is your card, your xorg version and your driver version (or distribution realize date) |
|
|
|
|
|
#3 | |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Quote:
the card is an Nvidia 6200TC, I'm not sure how to check the xorg version and the driver was simply enabled by opening the restricted driver management screen and enabling the nvidia driver. I seem to remember that this guide I used was for the "feisty" release but I'm not sure how they differ tbh. Are feisty and gutsy further deviations of Linux within a distribution (Ubuntu)?
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 |
|
|
|
|
|
|
#4 |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Oh dear,
I removed the xserver.xgl, as per your recommendation but I think it's removed my xserver altogether. Now my gui won't start and I can't seem to build a new xorg.conf I presume I need an "apt-get install" to retrieve a missing package but I'm not sure which one/s. EDIT: Nevermind, I fixed it (finally getting somewhere with this linux lark maybe? ) "sudo apt-get install xserver-xorg" did the trick. Gonna test compiz now.EDIT2: Right. Got rid of the xgl business and rebuilt my xorg.conf (as shown in original post) and I'm using the restricted nvidia driver again. I wonder if the problem is actually with compiz itself as I can't run the compiz settings manager. This is the message I get now: ![]() It appears that it might be working to some small degree, as the windows now do a slightly different thing when they are closed or open. It still doesn't look right though and the bars around the windows have all dissapeared. This is what happens when I run "ccsm" in a terminal: ![]() Any ideas?
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 Last edited by WhiskeyAlpha; 8th Feb 2008 at 10:07. |
|
|
|
|
|
#5 | |
|
STILL ALIVE
Join Date: May 2005
Location: Edinburgh
Posts: 5,741
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
__________________
ook |
|
|
|
|
|
|
#6 | |
|
So Say We All
Join Date: Sep 2006
Location: New Zealand
Posts: 1,666
![]() |
Quote:
__________________
Hell hath no fury like a hippo with a machine gun.
|
|
|
|
|
|
|
#7 | |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Quote:
Actually, looking at the guide again, it is intended for 7.10 "gutsy gibbon" so I should be all set. I've read through it a couple of times though and I'm certain I've done it all right (which probably means I haven't). XGL is gone AIGLX is enabled, yet still a "no-go".
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 |
|
|
|
|
|
|
#8 |
|
/dev/null
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
![]() ![]() ![]() |
It seems you're configurating this within an X session, try closing down X and retry it.
__________________
There Are 10 Types Of People, Those Who Know Binary and Those Who Don't |
|
|
|
|
|
#9 | |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Quote:
![]() I'm not sure if that closes the X session but it's the only way I know to stop the GUI (which I learnt from your good self Glider )
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 |
|
|
|
|
|
|
#10 |
|
STILL ALIVE
Join Date: May 2005
Location: Edinburgh
Posts: 5,741
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Yeah that should do it, can you ctr-alt-f7 (?) and get back to an x session? if not your golden.
__________________
ook |
|
|
|
|
|
#11 |
|
/dev/null
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
![]() ![]() ![]() |
Yep, that closes it
__________________
There Are 10 Types Of People, Those Who Know Binary and Those Who Don't |
|
|
|
|
|
#12 |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Okay, so what now guys?
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 |
|
|
|
|
|
#13 |
|
/dev/null
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
![]() ![]() ![]() |
from the errors it gave, it seems like it's looking for metacity (aka Gnome), so not for XFCE
__________________
There Are 10 Types Of People, Those Who Know Binary and Those Who Don't |
|
|
|
|
|
#14 | |
|
Hypermodder
Join Date: May 2006
Location: East London
Posts: 837
![]() |
Quote:
__________________
Intel i7 950 @ 4Ghz | ASUS Sabertooth X58| 12GB Corsair DDR3 1600Mhz | Nvidia GTX 570 @ 875/1750/4200Mhz | 64GB Crucial SSD / 1TB Samsung Spinpoint HDD | Corsair HX 850W | Dell 2007WFP | Tannoy Reveal Active 5A | Beresford MK6 DAC
Customised Mountain Mods U2-UFO | ThermoChill PA120.1, PA120.2 & PA120.3 | EK Supreme | EK-FC570 GTX | EK Spinner Bay Res | Laing DDC x2 |
|
|
|
|
|
|
#15 |
|
/dev/null
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
![]() ![]() ![]() |
No idea, never used it... I'm into minimalism, not bling bling...
but try this: http://ubuntuforums.org/showthread.php?t=481615
__________________
There Are 10 Types Of People, Those Who Know Binary and Those Who Don't |
|
|
|
|
|
#16 |
|
Multimodder
Join Date: Apr 2006
Posts: 107
![]() |
It is looking for metacity to fallback to it because it did crash.
Did you do compiz --replace under X or in the black shell, you have to do it in X. But try to force AIGLX. If it dont work, go to the nvidia website, download the driver, chmod 777 it, run it after closing X (sudo /etc/init.d/gdm stop) and tell it to update your xorg.conf, defualt setting are ok for me. |
|
|
|
![]() |
| Tags |
| linux |
| Thread Tools | |
|
|