h1

Eee PC compiz install

25 January 2008

I have fallen in love with the asus eee pc – my new mobile linux machine! It plays nice with my iMac and works well with a special eeeXubuntu install. After some trial and error I’ve put together some quick instructions for getting the snazzy window manager compositing engine Compiz running on this little box.

So this requires:

  • an Eee PC running eeeXubuntu.

That’s it.

::::Compiz install instructions::::

1. Either download this zipfile with configuration settings already set and ready …. or you feel really adventurous and want to do it all yourself later (not in this how to guide!).

2. Run

sudo apt-get install libgl1-mesa-dri compiz-core compiz-plugins compiz-fusion-plugins-main compiz-fusion-plugins-extra emerald compizconfig-settings-manager

3. Add to end of /etc/X11/xorg.conf

Section “Module”
  Load “glx”
  Load “dri”
  Load “dbe”

EndSection

Section “DRI”
  Mode 0666
EndSection

Make sure this file ends with two new lines (blank lines, carriage returns). It will totally mess up your X11 setup otherwise!

4. Restart the x server with ctrl-alt-backspace.

5. Hit alt-f2 and type in:

compiz –replace

This should result in a pause and then nifty new windows!! Now if you like the result, you can make it start up every time by adding the last command to your startup items (I’ll leave how up to you).

6 comments

  1. link is dead….could you re-up the link and/or send me the file please? mr0wens@yahoo.com

    thnks


  2. THIS IS AWESOME!!! I’ve been googling for hours to find a “how to”…. THANKs!!!


  3. I see you’re a LaTeX user. I’d like to get an EEE but need a good TeX editor. TeXshop is perfect for me on the Mac. Have you found anything like it for Linux?


  4. I use my eee for latex as well and it is great! Two great applications to use are Texmaker (which is available for mac as well) and Medit (my favorite). Both have syntax highlighting and integration with latex tools like bibtex and such. Medit is probably the nicest and is most like Texshop. But texmaker offers some fun tool palettes.

    I hope you like the eee pc if you decide to buy one. Cheers!


  5. Oh and by the by, I haven’t put up those config files yet but I will get them up soon. Sorry for the wait – school’s been busy. ;)


  6. Thanks for the advice. That’s all I needed to hear.



Leave a Comment