LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-13-2007, 03:26 PM   #1
asininity
Member
 
Registered: Apr 2007
Posts: 57

Rep: Reputation: 16
compiz & beryl problems


Hi all posted about these problems I've been having in other forums but no help yet thought I'd try here as well so here goes.

I installed Beryl via synaptic and found that it didnt work at all i was kinda hoping it was something wrong with beryl (wishful thinking) this was my read out for beryl:
Quote:
* Beryl system compatiblity check *
**************************************************************

Detected xserver : AIGLX


Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (2048x2048)

beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options

** (beryl-manager:6053): WARNING **: Beryl caught deadly signal 8
So now I've downloaded Compiz in the hope that something made for linux will actualy work on my laptop. I now have a tar.gz file which I cant do anything with.

Ive unpacked it but get this far and thats all folks.

Quote:
:~/Desktop/compiz-0.4.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
./configure: line 2603: /bin: is a directory
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
I've read the install note but that makes no sense as it says:

Quote:
compiz uses libstartup-notification which is available at
ftp://ftp.gnome.org/pub/GNOME/source...-notification/

compiz uses automake, in order to generate the Makefiles for compiz use:

$ autogen.sh

After that, standard build procedures apply:

$ make
# make install
Which I assume means you use this autogen.sh command which doesn't exist! Can anyone tell me what I'm doing wrong please all I want is a 3d cube on my laptop and some eye candy.

As with all my many problems your help is appreciated thanks

Last edited by asininity; 04-13-2007 at 03:28 PM.
 
Old 04-13-2007, 05:35 PM   #2
lebabyg
Member
 
Registered: Mar 2006
Location: UK
Distribution: Ubuntu Feisty
Posts: 272

Rep: Reputation: 30
Hey,
sounds like you don't have automake installed. It's different to make. Download it from here http://www.icewalkers.com/Linux/Soft.../automake.html or from whatever package manager your distro uses.

What distro are you using and what version of beryl do you have. What video card do you have, and what drivers are you using.

Last edited by lebabyg; 04-13-2007 at 05:38 PM.
 
Old 04-14-2007, 03:32 AM   #3
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
My laptop is a:

"Fijitsu Siemens Amilo Pro 2055
Intel Celeron 1.73 Ghz
488 RAM"

The windows driver for the graphics is:

"VIA/S3G Unichrome Pro IGP"

The driver im using in linux is "vesa" as this is the only driver that worked on this laptop, the generic option for most distros I tried was Openchrome but that just showed a blank screen for me.

Oh and my distro is "Linux Mint" a derivative of K/ubuntu but more for the newbies like me.

I downloaded automake-1.10 then had to download and install autoconfig-2.61 then i installed automake-1.10 and all seems to have gone well. So i tried compiz again but got this error message when following the INSTALL.txt instructions

bash: autogen.sh: command not found

so im still at a loss as what I havent done or installed

I uninstalled beryl but its the one that you can get from synaptic so Im not sure if its the most up-to-date version

Last edited by asininity; 04-14-2007 at 03:35 AM.
 
Old 04-14-2007, 06:51 AM   #4
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
You shouldn't have to be trying to build anything to get the "desktop-effects" via Beryl or Compiz working. If your hardware supports it and there are packages built for your OS it should install and work without all the pain.

You might want to try some Live CD's that have Beryl/Compiz included to see if it will run. I run Fedora Core 6 on 3 boxes so I can't say how 'Ubuntu handles their packages but if it is anything like Fedora you shouldn't have to be building something to get it to work.

You being new to Linux and trying to install software and having extreme difficulty is what is known as "dependency hell" when the package you are trying to build is always missing "something".

Stick with pre-built packages and use google to see if others with your hardware have similar probs.

Last edited by Ryptyde; 04-14-2007 at 06:55 AM.
 
Old 04-14-2007, 12:08 PM   #5
mms.1
LQ Newbie
 
Registered: Apr 2007
Distribution: mandriva
Posts: 9

Rep: Reputation: 0
replay ,

hello ,

why don't you try installing it using you system software manager ..or alternativly search an icon called 3D in your control center ..!

----
mms.1
 
Old 04-15-2007, 10:17 AM   #6
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Ive search the whole control centre no mention of anything to do with 3D and the compiz that is in synaptic is an older version but will try it.

So far id have to say im having "linux hell" as everything i try to do with linux isnt easy from trying to get the thing installed, to rtorrent not working,to beryl installed from synaptic not working now compiz. Its one thing after another and kinda makes you wonder why your doing it to yourself!
 
Old 04-15-2007, 10:50 AM   #7
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
It dont work just crashes the desktop when i try an replace my usual windows manager with compiz will try the live cd option but wont hold my breath. Any idea which distro would be best to try?
 
Old 04-16-2007, 01:52 AM   #8
lebabyg
Member
 
Registered: Mar 2006
Location: UK
Distribution: Ubuntu Feisty
Posts: 272

Rep: Reputation: 30
You will only have a "3d Desktop" option in your control centre if you're using Mandriva, which I guess you're not. Have you got direct draw enabled, because Compiz won't work without it. Check with glxinfo | grep direct. If you don't get a YES and you're using AIGLX, then that is your problem.
 
Old 04-16-2007, 03:47 PM   #9
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
I assume you ment type "glxinfo | grep direct" into the terminal which i did and this is the reply:

Quote:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 16
Current serial number in output stream: 17
I have no idea what that means, probably summit bad!
 
Old 04-16-2007, 04:16 PM   #10
lebabyg
Member
 
Registered: Mar 2006
Location: UK
Distribution: Ubuntu Feisty
Posts: 272

Rep: Reputation: 30
Sounds like you don't have a dri enabled driver installed, hence Beryl, Compiz, any 3d item isn't going to work. What is the entire out put of

glxinfo

What is your graphics card/chip?? do lspci, and list what it gives you here.

What distribution are you using?? You can't ask for help without providing extra information.

Last edited by lebabyg; 04-16-2007 at 04:17 PM.
 
Old 04-17-2007, 02:44 PM   #11
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Hi lebabg,

I'm using Linux Mint as mentioned above and this is the info you requested hope this helps! This is the "glxinfo":

Quote:
asininity@bob:~$ glxinfo
name of display: :0.0
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 16
Current serial number in output stream: 17
Thats all of it same as above and this is the output of"lspci":

Quote:
asininity@bob:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. PT890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:06.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
00:0c.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 80)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: VIA Technologies, Inc. UniChrome Pro IGP (rev 01)
asininity@bob:~$
Just so i know for the future what does the "glxinfo" do??

Thanks again for the help.
 
Old 04-17-2007, 03:49 PM   #12
lebabyg
Member
 
Registered: Mar 2006
Location: UK
Distribution: Ubuntu Feisty
Posts: 272

Rep: Reputation: 30
glxinfo should give you information on what opengl/display drivers X is using. By the sounds of it, you're going to have problems, because the reply given seems to be a problem.
What is the EXACT make and model of your graphics card??
It's a VIA Unichrome Pro, what is the model number? If we have these we might be able to google about a bit.

Last edited by lebabyg; 04-17-2007 at 03:51 PM.
 
Old 04-17-2007, 03:50 PM   #13
lebabyg
Member
 
Registered: Mar 2006
Location: UK
Distribution: Ubuntu Feisty
Posts: 272

Rep: Reputation: 30
Have you tried increasing the frame buffer memory in bios to the max that you can? Here is the VIA website http://www.viaarena.com/default.aspx...0&SubCatID=101
Sounds like Mint is not supported tho,

Last edited by lebabyg; 04-17-2007 at 03:58 PM.
 
Old 04-17-2007, 04:01 PM   #14
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
I know the driver name is "vesa" the reason I know this is because it took me about a week to install linux on this laptop because most distros use a driver called "OpenChrome" as default in the setup. This driver didn't work for me just a blank screen (very off putting) and only ubuntu and its derivatives found that "vesa" works.

It doesn't surprise me that its this thats causing the problems! Ill just log into windows and use sandra to see if I can findout the model number.
 
Old 04-17-2007, 04:10 PM   #15
echat
Member
 
Registered: Nov 2006
Distribution: Kubuntu 9
Posts: 34

Rep: Reputation: 16
Reply

I had a problem w/ beryl a while ago. When I loaded Beryl I would get a blank screen which in turn caused me to kill X. My problem was that I was trying to run beryl w/ AIGLX but I needed XGL. So I installed XGL via yum (running FC6.x86_64 btw) I also had to remove all the i386 packages that were related to OpenGL. After so I installed the x86_64 arch of OpenGL and had no problems. It's running to this day. If that anit the answer try using the use copy option, your video card may not be able to handle beryl and all it's awsomeness.

Code:
$ beryl --use-copy

Last edited by echat; 04-17-2007 at 04:13 PM.
 
  


Reply


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
x200m and Beryl/Compiz jxr182 Linux - Laptop and Netbook 2 11-22-2008 01:06 PM
Xgl, Compiz and Beryl Oliver Linux - Software 6 05-07-2007 07:11 PM
ATI card with Beryl or Compiz Dillius Debian 2 04-12-2007 08:34 PM
Compiz, Beryl, XGL gloomz Linux - General 4 03-02-2007 06:43 PM
Beryl, XGL, Compiz sdmike6 Linux - Desktop 1 01-04-2007 07:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:11 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