bit-tech.net

Go Back   bit-tech.net Forums > Technology > Software

Reply
 
Thread Tools
Old 7th Feb 2008, 20:30   #1
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
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) and I thought I'd had another go at getting compiz fired up.

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
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; 7th Feb 2008 at 20:40.
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 00:10   #2
Elv13
Multimodder
 
Join Date: Apr 2006
Posts: 107
Elv13 has yet to learn the way of the Dremel
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)
Elv13 is offline   Reply With Quote
Old 8th Feb 2008, 09:11   #3
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
Quote:
Originally Posted by Elv13 View Post
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)
My Xubuntu installation is version 7.10 (gutsy) with the 2.6.22-14-generic Linux Kernel.

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
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 09:20   #4
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
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.
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 10:00   #5
steveo_mcg
STILL ALIVE
 
Join Date: May 2005
Location: Edinburgh
Posts: 5,741
steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.
Quote:
Are feisty and gutsy further deviations of Linux within a distribution (Ubuntu)
These are the code names for the releases, Feisty Fawn and Gutsy Gibbon aka 7.04 and 7.10 respectively. The namess for ubuntu are now alphabetical and the proper release names are based on the year and month of release so Feisty 7.04 was released April 2007 and gutsy was released October 2007.
__________________
ook
steveo_mcg is offline   Reply With Quote
Old 8th Feb 2008, 10:08   #6
Woodstock
So Say We All
 
Woodstock's Avatar
 
Join Date: Sep 2006
Location: New Zealand
Posts: 1,666
Woodstock has yet to learn the way of the Dremel
Quote:
Originally Posted by steveo_mcg View Post
These are the code names for the releases, Feisty Fawn and Gutsy Gibbon aka 7.04 and 7.10 respectively. The namess for ubuntu are now alphabetical and the proper release names are based on the year and month of release so Feisty 7.04 was released April 2007 and gutsy was released October 2007.
there numbering scheme make a lot more sence now
__________________
Hell hath no fury like a hippo with a machine gun.
Woodstock is offline   Reply With Quote
Old 8th Feb 2008, 10:13   #7
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
Quote:
Originally Posted by steveo_mcg View Post
These are the code names for the releases, Feisty Fawn and Gutsy Gibbon aka 7.04 and 7.10 respectively. The namess for ubuntu are now alphabetical and the proper release names are based on the year and month of release so Feisty 7.04 was released April 2007 and gutsy was released October 2007.
Thanks steveo_mcg, that makes it a little easier to understand.

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
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 10:18   #8
Glider
/dev/null
 
Glider's Avatar
 
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
Glider has yet to learn the way of the DremelGlider has yet to learn the way of the DremelGlider has yet to learn the way of the Dremel
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
Glider is offline   Reply With Quote
Old 8th Feb 2008, 13:16   #9
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
Quote:
Originally Posted by Glider View Post
It seems you're configurating this within an X session, try closing down X and retry it.


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
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 13:43   #10
steveo_mcg
STILL ALIVE
 
Join Date: May 2005
Location: Edinburgh
Posts: 5,741
steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.steveo_mcg is a hoopy frood who really knows where their towel is.
Yeah that should do it, can you ctr-alt-f7 (?) and get back to an x session? if not your golden.
__________________
ook
steveo_mcg is offline   Reply With Quote
Old 8th Feb 2008, 13:43   #11
Glider
/dev/null
 
Glider's Avatar
 
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
Glider has yet to learn the way of the DremelGlider has yet to learn the way of the DremelGlider has yet to learn the way of the Dremel
Yep, that closes it
__________________
There Are 10 Types Of People, Those Who Know Binary and Those Who Don't
Glider is offline   Reply With Quote
Old 8th Feb 2008, 13:50   #12
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
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
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 13:51   #13
Glider
/dev/null
 
Glider's Avatar
 
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
Glider has yet to learn the way of the DremelGlider has yet to learn the way of the DremelGlider has yet to learn the way of the Dremel
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
Glider is offline   Reply With Quote
Old 8th Feb 2008, 14:03   #14
WhiskeyAlpha
Hypermodder
 
WhiskeyAlpha's Avatar
 
Join Date: May 2006
Location: East London
Posts: 837
WhiskeyAlpha has yet to learn the way of the Dremel
Quote:
Originally Posted by Glider View Post
from the errors it gave, it seems like it's looking for metacity (aka Gnome), so not for XFCE
By "it" do you mean compiz? compiz is looking for metacity (or gnome)? Why would it do that? I'm completely befuzzled.
__________________
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
WhiskeyAlpha is offline   Reply With Quote
Old 8th Feb 2008, 14:07   #15
Glider
/dev/null
 
Glider's Avatar
 
Join Date: Aug 2005
Location: Belgium
Posts: 4,173
Glider has yet to learn the way of the DremelGlider has yet to learn the way of the DremelGlider has yet to learn the way of the Dremel
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
Glider is offline   Reply With Quote
Old 8th Feb 2008, 21:00   #16
Elv13
Multimodder
 
Join Date: Apr 2006
Posts: 107
Elv13 has yet to learn the way of the Dremel
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.
Elv13 is offline   Reply With Quote
Reply

Tags
linux

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 15:05.
Powered by: vBulletin Version 3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.