Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Need help to make compiz-fusion works
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
scereze
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 132

PostPosted: Tue Mar 25, 2008 12:26 pm    Post subject: [SOLVED] Need help to make compiz-fusion works Reply with quote

Hi all,

I am trying to install compiz-fusion. I am running Gentoo on a laptop with an intel i810 card.

Compiz and emerald don't start. I have tried compiz 0.6 and compiz-9999 available through layman.
I also tried with Xorg 7.2 and Xorg 7.3. I installed the last driver for i810.

The error message I get when I launch compiz is as follow:
#compiz --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0

How can I make it work? How can I start it automatically with emerald?

My settings:

1) Xorg.conf

Section "Module"

Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Load "type1"
Load "freetype"
Load "glx"

EndSection

Section "Files"

FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"

EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"

EndSection

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"

EndSection

Section "Monitor"

Identifier "My Monitor"
HorizSync 28.0 - 110.0
VertRefresh 43.0 - 90.0
Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
Option "DPMS"

EndSection

Section "Device"

Identifier "** Intel i810 (generic) [i810]"
Driver "i810"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "** Intel i810 (generic) [i810]"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1280x800"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"

EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

2) Opengl
eselect opengl --list
Available OpenGL implementations:
[1] xorg-x11 *


thanks for your help


Last edited by scereze on Tue Mar 25, 2008 1:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
scereze
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 132

PostPosted: Tue Mar 25, 2008 1:36 pm    Post subject: Reply with quote

I managed to make it works by using the following command :
LIBGL_ALWAYS_INDIRECT=true compiz --replace --sm-disable ccp & emerald --replace &
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum