LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-13-2008, 09:20 PM   #1
ithinkthereforeiam
LQ Newbie
 
Registered: Apr 2008
Posts: 10

Rep: Reputation: 0
Unhappy Desktop effects could not be enabled - ATi Radeon Xpress 1100 - Compiz


Fresh Install of Ubuntu 7.10 and all updates on ext3 file system. Then I followed this url ..

//news.softpedia.com/news/How-to-Install-Compiz-Fusion-on-Ubuntu-58113.shtml"]

to install Compiz Fusion.

When it came to using it, I got the 'Desktop effects could not be enabled' msg.

This was the response from Terminal when I typed in 'compiz' to attempt to check out why.

----------------------------------------

harrie@mumserver:~$ compiz
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:05.0 0300: 1002:5975 (prog-if 00 [VGA])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting gtk-window-decorator
/usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
/usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.

-----------------------------------------

I apologize now if I have duped this error, I have seen a few posts on here but nothing that I could make any real sense of. Will someone who knows what the above means, let me know, cos right now, all I know is that it does not look good!

I really would appreciate any help.
 
Old 04-15-2008, 10:39 AM   #2
LinuxCrayon
Member
 
Registered: Nov 2007
Location: Georgia, USA
Distribution: FreeBSD
Posts: 274

Rep: Reputation: 31
Are you using the default video drivers? If so, Compiz definitely will not work.
 
Old 04-15-2008, 01:14 PM   #3
ithinkthereforeiam
LQ Newbie
 
Registered: Apr 2008
Posts: 10

Original Poster
Rep: Reputation: 0
First of all, thanks for replying LC!

In answer to your question, I believe so. It was originally a windows xp mce system with all drivers pre-installed. When I wiped the machine, formatted as ext3 and installed ubu, UBU installed its own drivers for all bits of hardware except for the Broadcom 802g wireless network card. I sorted that out now so all is working as hoped.

I assume in that case that Ubu installed its own driver for the video as it did with everything else. Am I required to get the latest driver for my video card then and install it? and if so, will Ubu recognise it for the ATI Radeon Xpress 1100? I guess what I am asking is if whether this video card is powerful enough..

regards

Last edited by ithinkthereforeiam; 04-15-2008 at 01:18 PM.
 
Old 04-15-2008, 04:03 PM   #4
hoop
LQ Newbie
 
Registered: Dec 2005
Posts: 24

Rep: Reputation: 15
Talking ATI and Compiz on Ubuntu

Hi m8, You need to run xgl to use compiz with an ATI card. to use XGL you need the ATI drivers 'fglrx'. the good news is that everything you need is in the standard ubuntu repo's. So here is how to do it.

1. Run Synaptic Package Manager and install the following.

xorg-driver-fglrx
xserver-xgl


2. Open a terminal and type sudo gedit /etc/X11/xorg.conf

3. Find Section "Device". Make sure it says- driver "fglrx" if it doesn't then change it

4. Save it and close gedit.

5. Follow this howto

http://wiki.archlinux.org/index.php/...GNOME_with_Xgl

to add an XGL session to GNOME.

WARNING: Do not try to run GDM with XGL as Default. This is another option to running XGL and although I haven't tried this in a while, In my experience if you try it you will find that your keyboard will become laggy and slow screens during log-in as GDM and XGL don't get on. Only add XGL as a session that you can choose.

6. Reboot. Change the Session to XGL on the log in window. Log in as normal. You Should be able to use compiz now.

In the unlikely event that fglrx does not work with your ATI card then you will get an error saying 'XServer Could not start'. Simply do the following.

sudo nano /etc/X11/xorg.conf

Change the driver "fglrx" to "vesa" or whatever it was before you changed it.

reboot


Linux and Compiz rule !!! Microsoft and Vista sucks. Have fun !!
 
Old 04-15-2008, 09:22 PM   #5
ithinkthereforeiam
LQ Newbie
 
Registered: Apr 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Hiya

.. http://wiki.archlinux.org/index.php/...GNOME_with_Xgl.. Thank you!

Last edited by ithinkthereforeiam; 04-16-2008 at 07:55 AM.
 
Old 04-15-2008, 11:24 PM   #6
armanox
Member
 
Registered: Sep 2005
Location: Baltimore, MD, USA
Distribution: Fedora, Gentoo, Debian, Slackware, IRIX, OS X
Posts: 192

Rep: Reputation: 32
Quote:
Originally Posted by hoop View Post
Hi m8, You need to run xgl to use compiz with an ATI card. to use XGL you need the ATI drivers 'fglrx'. the good news is that everything you need is in the standard ubuntu repo's. So here is how to do it.

1. Run Synaptic Package Manager and install the following.

xorg-driver-fglrx
xserver-xgl


2. Open a terminal and type sudo gedit /etc/X11/xorg.conf

3. Find Section "Device". Make sure it says- driver "fglrx" if it doesn't then change it

4. Save it and close gedit.

5. Follow this howto

http://wiki.archlinux.org/index.php/...GNOME_with_Xgl

to add an XGL session to GNOME.

WARNING: Do not try to run GDM with XGL as Default. This is another option to running XGL and although I haven't tried this in a while, In my experience if you try it you will find that your keyboard will become laggy and slow screens during log-in as GDM and XGL don't get on. Only add XGL as a session that you can choose.

6. Reboot. Change the Session to XGL on the log in window. Log in as normal. You Should be able to use compiz now.

In the unlikely event that fglrx does not work with your ATI card then you will get an error saying 'XServer Could not start'. Simply do the following.

sudo nano /etc/X11/xorg.conf

Change the driver "fglrx" to "vesa" or whatever it was before you changed it.

reboot


Linux and Compiz rule !!! Microsoft and Vista sucks. Have fun !!
Actually the current fglrx does not need XGL. I don't have the howto that I wrote before (and i'm too tired to rewrite it ATM, I'll do it later), but I notice that AIGLX is not listed by Compiz. FGLRX + AIGLX + Compiz Indirect Option = success. I think (I'll be testing it soon) that the this can also be accomplished using the open source R300 (radeon) driver, but I'll be testing that later this week.
 
Old 04-16-2008, 05:28 AM   #7
ithinkthereforeiam
LQ Newbie
 
Registered: Apr 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Hi Armanox,

you shouldn't have said anything now, cos I'm looking forward to seeing your test results!!
regards
 
Old 04-16-2008, 05:29 AM   #8
ricanelite
LQ Newbie
 
Registered: Apr 2008
Posts: 5

Rep: Reputation: 0
are you using Ubuntu? If so go to System>Administration>Restricted Drivers Manager and make sure your graphics card is checked. If not check it and it will install the drivers for you.

See if that works.
 
Old 04-16-2008, 08:30 AM   #9
armanox
Member
 
Registered: Sep 2005
Location: Baltimore, MD, USA
Distribution: Fedora, Gentoo, Debian, Slackware, IRIX, OS X
Posts: 192

Rep: Reputation: 32
Quote:
Originally Posted by ithinkthereforeiam View Post
Hi Armanox,

you shouldn't have said anything now, cos I'm looking forward to seeing your test results!!
regards
Well, it will be good to post. I plan to try it after installing Fedora 9 on my laptop, which *should* be today.
 
Old 04-16-2008, 08:38 AM   #10
ithinkthereforeiam
LQ Newbie
 
Registered: Apr 2008
Posts: 10

Original Poster
Rep: Reputation: 0
HOOP... you are wonderful. I followed the instructions given by a helpful member on the Ubuntu forums http://ubuntuforums.org/showthread.p...13#post4727013 and then followed your link http://wiki.archlinux.org/index.php/Xgl Method 1 and it worked! Im chuffed to bits. Thanks again.

kind regards

Last edited by ithinkthereforeiam; 04-16-2008 at 06:34 PM.
 
Old 04-16-2008, 08:43 AM   #11
ithinkthereforeiam
LQ Newbie
 
Registered: Apr 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Hi Armanox,

I shall keep an eye out, thanks for your post!
regards
 
Old 04-24-2008, 11:39 PM   #12
armanox
Member
 
Registered: Sep 2005
Location: Baltimore, MD, USA
Distribution: Fedora, Gentoo, Debian, Slackware, IRIX, OS X
Posts: 192

Rep: Reputation: 32
*tear* Radeon driver *still* does not support DRI for the Xpress 200M. And, sadly fglrx is build against an old version of Xorg, rendering the April driver useless for Fedora 9. Guess I'll have to wait till the middle of May to have Compiz on my lappy (because I don't feel like downgrading Xorg)
 
Old 04-26-2008, 06:01 AM   #13
ricanelite
LQ Newbie
 
Registered: Apr 2008
Posts: 5

Rep: Reputation: 0
well I don't know how it work, if it does on Fedora but you could try a application call Envy
 
Old 04-26-2008, 09:52 PM   #14
armanox
Member
 
Registered: Sep 2005
Location: Baltimore, MD, USA
Distribution: Fedora, Gentoo, Debian, Slackware, IRIX, OS X
Posts: 192

Rep: Reputation: 32
The problem isn't that I can't find a driver - it's that the driver I need doesn't exist in a form that's usable to me (the open source drivers don't support my card, the proprietary one is out of date).

It shouldn't be too hard to port such a program to Fedora though...
 
  


Reply

Tags
acer, compiz, ubuntu, compiz fusion


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop effects could not be enabled - Nvidia - Compiz arthur42dent Linux - Desktop 16 07-26-2009 01:43 PM
ATI Radeon Xpress 1100 with Suse 10.3 map6 Linux - Newbie 5 02-20-2008 02:23 AM
Fedora 7 - Ati radeon xpress 1100 not working with beryl Knight Templar Linux - Laptop and Netbook 3 08-23-2007 11:47 AM
laptop ati Radeon Xpress 1100 IGP help needed kairen Slackware 0 07-19-2007 02:08 PM
XGL/Compiz on Ubuntu with ATI Radeon XPRESS?? Nay_Nay Linux - Newbie 4 09-13-2006 05:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration