Tag Archives: slax

Untuk install SLAX 6 di hardisk anda sebenarnya sangat mudah seperti w*ndows, tetapi ada beberapa hal yang harus anda siapkan sebelumnya :

  • SLAX 6 LiveCD –> download
  • Partisi Linux ( ext2 / ext3 ) kira-kira 5 GB
  • Download installer SLAX 6, dan simpan di flashdisk –> slax6-installer.kmdr

Selanjutnya ikuti step-step untuk meng-install SLAX 6 pada hardisk anda di bawah ini:

  1. Booting computer anda dengan SLAX 6 LiveCD.
  2. Akan ada tampilan menu, pilih yang paling atas.
  3. Setelah booting selesai dan anda akan melihat desktop KDE SLAX 6 yang indah ( menurut saya ):-D
  4. Copy slax6-installer.kmdr dari flashdisk anda atau di tempat anda simpan ke desktop ( biar mudah nanti mencarinya ).
  5. Sekarang buka terminal, ketikkan :
    fdisk -l

  6. Apabila harddisk anda IDE maka linux akan menampilakan hda0, hda1, dst.
  7. Apabila SATA maka yang ditampilkan adalah sda0, sda1, dst.
  8. Perhatikan mana partisi yang akan anda install SLAX 6.
  9. nb: Apabila anda belum memiliki partisi Linux, anda bisa membuat partisi terlebih dahulu dengan cara mendownload module GParted,
    aktifkan module dengan cara klik dua kali *.lzm ( module GParted yang anda download tadi ), selanjutnya jalankan GParted ( bisa melalui K-menu atau terminal ) dan buat partisi linux anda yang baru.

  10. Sekarang jalankan slax6-installer.kmdr dengan cara klik kanan file, pilih open with : komander executor.
  11. Akan muncul installer SLAX 6
  12. Source biarkan kosong / blank
  13. Ganti destination dengan alamat hardisk anda
    contoh: /hda atau /sda

  14. Ganti partisi tujuan install dengan partisi linux anda
    contoh: /hda2 atau /sda4

  15. Next, selanjutnya anda akan melihat proses copy dari liveCD ke Hardisk anda….
  16. Setelah muncul done anda bisa reboot SLAX live anda.
  17. Keluarkan LiveCD anda
  18. Sekarang anda bisa start SLAX dari hardisk anda.

Untuk menambah performa SLAX anda, anda bisa membuat 1 partisi lagi untuk swap dengan GParted tadi. Kemudian anda hanya perlu menjalankan code :

swapon /mnt/sda7

Disini sda7 adalah partisi swap saya, anda tinggal menggantinya dengan milik anda.

Selamat Mencoba !!!!

Technorati Tags: , , , , ,

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

Slax adalah distro Linux yang berbasis kepada Slackware. Saat ini versi Slax yang tebaru adalah versi 6.0.6 yang bisa didapatkan di situs resmi SLAX atau download link di bawah post ini. Ada 2 versi Slax yaitu .iso untuk cd dan .tar untuk USB. Beberapa kelebihan Slax :

  • Slax 6 is small
Slax mendukung penggunaan format baru kompresi 7-zip ( LZMA ) yang lebih kecil ukurannya daripada kompresi module-module yang digunakan oleh disto linux lainnya. Tetapi dengan proses dekompresi yang lebih cepat.

  • Slax 6 is portable

Berkat sistem file AUFS semua bagian SLAX yang bersifat “read-only” seperti sistem data dan module bisa dimodifikasi sesuai keinginan. SLAX menyimpan data perubahan yang terjadi pada disk anda atau flashdisk anda. Tidak terbatas pada home directory tetapi seluruh root directory pun termasuk bisa di modifikasi.

  • Slax 6 is feature rich

XWindow system ( support Compiz Fusion ), KDE desktop with K-Office, Internet browsing, e-Mail, Instant messaging, CD/DVD burning and ripping, Audio and Video encoding, Multimedia players. Aplikasi aplikasi lain juga sudah banyak disediakan dalam bentuk modules yang dapat dengan mudah untuk di “install”. Serta dukungan untuk dapat men-convert repository distro lain seperti .rpm ke format .lzm ( SLAX 6 modules ).

Download di sini :

190MBiso download Slax for CDv 6.0.6 [ md5 ]
190MBtar download Slax for USBv 6.0.6 [ md5 ]