Install Compiz Fusion with mintInstall & working Emerald

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Post by merlwiz79 »

PaulFXH wrote: Two things I didn't fully understand:
Open Berly Manager and change any settings you normally have to change to run Compiz
As I have no experience running Compiz (only CF), I don't normally do anything here. What SHOULD I do to run Compiz?
You need to enable the Rotate Cube and then Click Enable Cube to get it to work
I just cannot find any Enable Cube to click.
The 1st one is for you to have the drivers and xorg.conf for you machine set up to use 3d acceleration.

To enable the Rotate Cube plugin you need to open CompizConfig Settings Manager and Check the box next to the plugin name.

You may also want to enable Viewport Mouse Switch to use the Scroll Wheel on the Mouse to switch Desktops.

I have added a fix for getting Emerald to work.
Image
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Post by merlwiz79 »

Here are some corrections:
Change

Code: Select all

Section "Module"
    #Load       "dri" 
To

Code: Select all

Section "Module"
    Load       "dri" 
Move this

Code: Select all

Section "Screen"     
   Option         "AddARGBVisuals" "True"
   # Option         "NoLogo" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option       "DisableGLXRootClipping" "True" 
To

Code: Select all

Section "Device"
    Identifier     "nVidia Corporation NV17 [GeForce4 MX 420]"
    Driver         "nvidia"
    Option        "XAANoOffscreenPixmaps"
    Option         "AddARGBVisuals" "True"
   # Option         "NoLogo" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option       "DisableGLXRootClipping" "True"  
My Device Section looks like this:

Code: Select all

Section "Device"
	Identifier	"nVidia Corporation NV36 [GeForce FX 5700LE]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
  Option          "XAANoOffscreenPixmaps"
  Option          "AddARGBGLXVisuals" "True"
  Option          "RenderAccel" "True"
  Option          "AllowGLXWithComposite" "True"
  Option          "backingstore" "True"
  Option          "TripleBuffer" "True"
EndSection
Image
Post Reply

Return to “Tutorials”