Linux

Instal Beryl di Zenwalk 4.6.1

To the point, berikut cara instal Beryl di Zenwalk 4.6.1..

Pertama, silahkan download semua paket dari http://www.truthfatal.org/Packages/Zenwalk/beryl-packages/, silahkan ditelusuri satu persatu dan download hanya file-file *.tar.bz2:

Download dan simpan dalam satu direktori, misalnya direktori beril.

Dan berikut langkah-langkah yang saya lakukan:

  1. Ekstrak semuanya satu-persatu menggunakan perintah:
    root[beril]# tar vfx beryl-core-0.1.2.tar.bz2
  2. Masuk ke dalam direktori vfx beryl-core-0.1.2 dan lakukan konfigurasi:
    root[beril]# cd vfx beryl-core-0.1.2
    root[beryl-core-0.1.2]# ./configure
  3. Setelah itu, lakukan make dan make install:
    root[beryl-core-0.1.2]# make
    root[beryl-core-0.1.2]# make install
  4. Lakukan cara 1-3 untuk semua file yang telah didownload, satu-persatu.

Langkah selanjutnya adalah dengan melakukan konfigurasi file /etc/X11/xorg.conf sebagai berikut:
[code]
Section “Module”
Load “i2c”
Load “bitmap”
Load “ddc”
Load “dbe” # added for Beryl
Load “dri” # already here by default; Beryl asks for this
Load “extmod”
Load “freetype”
Load “glx” # already here by default; Beryl asks for this
Load “int10”
Load “type1”
Load “vbe”
EndSection
[/code]

[code]
Section “Device”
Identifier “Intel Corporation Mobile Integrated Graphics Controller”
Driver “i810”
BusID “PCI:0:2:0”
Option “XAANoOffscreenPixmaps” # added for Beryl
EndSection
[/code]

[code]
Section “DRI”
Mode 0666
EndSection

# the below was added for Beryl
Section “Extensions”
Option “Composite” “Enable”
EndSection
[/code]

Selanjutnya, secara saya ga tau cara restart server X-window, maka saya restart saja komputer dan hasilnya sudah sesuai keinginan!

Tutorial ini hanya untuk pc/laptop yang menggunakan display adapter Intel. Bagi yang menggunakan nVidia, silahkan googling, lebih banyak tutorial untuk pemakai nVidia.

10 Comments

  1. beryl kie opo toh mas ?

  2. beryl itu window manager untuk linux dan temen-temennya mas, untuk membuat tampilan lebih lucu dan goyang-goyang 😀

  3. Sama XFCE enak mana?

  4. @mas Arief
    dia masuk ke tubuh xfce dan nambahin animasi mas ^_*

  5. wheheheh.. MET ULTAH yoooo…

    bsok kalo dah dapet zenwalknya aku ngkuit instal beryl nya 😀

  6. Hehe..pake beryl juga ya.. Kemaren saya juga udah nyobain beryl di openSuse. Siip..

  7. Thx for the how to. I’ll try it later.
    BTW, try gdm-stop or gdm-restart to restart the x windows.

    Salam kenal.

  8. Prast

    mas, aku pake suse. aku configure beryl core tapi error.
    komentarnya kaya gini:

    checking for BERYL… configure: error: Package requirements (libpng xcomposite >= 0.3 xfixes xdamage xrandr ice sm xinerama libstartup-notification-1.0 >= 0.7) were not met:

    No package ‘libstartup-notification-1.0’ found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables BERYL_CFLAGS
    and BERYL_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

    yang kurang apanya ya mas? Maklum newbie, masih suka agak bingung…

    lam kenal

  9. @Prast
    Waduh, saya blom pernah make Suse mas T_T

  10. itmam

    websitenya kok g ada yg beres mas??

Leave a Reply