Slax 6.0.7 and compiz works ( Great !! ) in my acer 6292 GMA965 X3100… just wanna collect all the thread i found into this.

1. Im download all my compiz (latest) download slax-get(search the forum) and run

slax-get update
slax-get install compiz compiz-bcop libcompizconfig compizconfig-python compizconfig-backend-kconfig ccsm fusion-icon compiz-fusion-plugins-main compiz-fusion-plugins-extra compiz-fusion-plugins-unsupported python pygtk pycairo pygobject fusion-icon

nb: this module ussually auto insert on slax.. but nope in my machine i wonder why. so insert it manually.

2. lzm2dir all the file :

root@slax:~# lzm2dir ….your-compiz-file.lzm /

dont forget the “/”

3. Add this to your /etc/X11/xorg.conf :

Section “ServerLayout”
Identifier “Server1″
Option “AIGLX” “true”
EndSection

Section “DRI”
Group “video”
Mode 0660
EndSection

Section “Extensions”
Option “XVideo” “Enable”
Option “DAMAGE” “true”
Option “RENDER” “true”
Option “Composite” “Enable”

EndSection

add this in your “device” section :


Option “XAANoOffscreenPixmaps” “true”
Option “DRI” “true”
Option “AddARGBGLXVisuals” “True”
Option “RenderAccel” “True”
Option “VideoOverlay” “on”
Option “GARTSize” “384″
Option “DesktopSetup” “horizontal”
Option “MigrationHeuristic” “greedy”
Option “AccelMethod” “XAA”
Option “ExaNoComposite” “true”

add this to your “module” section :

Load “GLcore”
Load “dbe”
Load “dri”
Load “extmod”
Load “glx”
Load “record”
Load “xtrap”
Load “freetype”
Load “type1″

So this is my xorg.conf file :

Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0″ 0 0
InputDevice “Mouse0″ “CorePointer”
InputDevice “Keyboard0″ “CoreKeyboard”
EndSection

Section “Files”
RgbPath “/usr/share/X11/rgb”
ModulePath “/usr/lib/xorg/modules”
FontPath “/usr/share/fonts/TTF”
FontPath “/usr/share/fonts/OTF”
FontPath “/usr/share/fonts/Type1″
FontPath “/usr/share/fonts/misc”
FontPath “/usr/share/fonts/75dpi/:unscaled”
EndSection

Section “Module”
Load “GLcore”
Load “dbe”
Load “dri”
Load “extmod”
Load “glx”
Load “record”
Load “xtrap”
Load “freetype”
Load “type1″
EndSection

Section “InputDevice”
Identifier “Keyboard0″
Driver “kbd”
EndSection

Section “InputDevice”
Identifier “Mouse0″
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7″
EndSection

Section “Monitor”
Identifier “Monitor0″
VendorName “LCD”
ModelName “58eb”
EndSection

Section “Device”
Identifier “Card0″
Driver “intel”
VendorName “Intel Corporation”
BoardName “Mobile GM965/GL960 Integrated Graphics Controller”
BusID “PCI:0:2:0″
Option “XAANoOffscreenPixmaps” “true”
Option “DRI” “true”
Option “AddARGBGLXVisuals” “True”
Option “RenderAccel” “True”
Option “VideoOverlay” “on”
Option “GARTSize” “384″
Option “DesktopSetup” “horizontal”
Option “MigrationHeuristic” “greedy”
Option “AccelMethod” “XAA”
Option “ExaNoComposite” “true”
EndSection

Section “Screen”
Identifier “Screen0″
Device “Card0″
Monitor “Monitor0″
SubSection “Display”
Viewport 0 0
Depth 1
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 4
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 8
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 15
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 16
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section “ServerLayout”
Identifier “Server1″
Option “AIGLX” “true”
EndSection

Section “DRI”
Group “video”
Mode 0660
EndSection

Section “Extensions”
Option “XVideo” “Enable”
Option “DAMAGE” “true”
Option “RENDER” “true”
Option “Composite” “Enable”

EndSection

4. test ur compiz with this command ( with konsole ) :

root@slax:~# LIBGL_ALWAYS_INDIRECT=1 compiz –replace –indirect-rendering –sm-disable ccp &
emerald –replace &

nb: first you must disable the transparency/shadow enable in KDE theme, or u will end with window without title ( coz its happen to me :-P )

5. From this point, my compiz is work and with great performance. You can autostart compiz with this step. Open Konqueror, click the “go” tabs, and then “Autostart”. Make new text file like “compiz.sh” open it with kwrite. And put this code :

#!/bin/bash
LIBGL_ALWAYS_INDIRECT=1 compiz –replace –indirect-rendering –sm-disable ccp &
emerald –replace &

now ur compiz will autostart when u log in.

6. For setting compiz –> run konsole and type “ccsm” enter

root@slax:~# ccsm

7. For setting emerald –> run konsole and type “emerald-theme-manager” enter

root@slax:~#emerald-theme-manager

thats all….!!!

View My Post on the SLAX forum here :

http://www.slax.org/forum.php?action=view&parentID=9922&highlight=compiz

Post a Comment