faster linux desktop…

i got quite frustrated with kde4 and it’s bugs/memory overeating/crashing… so, i’ve decided to switch to lightweight xfce and optimize desktop machine a bit…

first, i did some tweaking as said here, then i managed startup programs with rcconf, improved my graphics as described here and finally found decent applications which helped me to forget about kde4 🙂

used before -> using now
kate
-> geany
amarok -> exaile
firefox -> google chrome
kontact -> evolution
ktorrent -> transmission
konsole -> terminal
kwallet -> revelation
kopete -> empathy
krdc -> terminal server client

btw. if U think that xfce is ugly, make sure U visit xfce-look and deviantart – U will be amazed!

Boost your graphics (nvidia only)

debian/ubuntu users that own nvidia graphics can dramatically boost their performance by editing /etc/X11/xorg.conf
just copy paste following in sections “Module” and “Device”

Section “Module”
Load           “dbe”
Load           “extmod”
Load           “type1”
Load           “freetype”
Load           “dri”
Load           “glx”
EndSection

Section “Device”
Option         “AllowGLXWithComposite” “true”
Option         “TripleBuffer” “true”
Option         “BackingStore” “True”
Option         “UseEvents” “False”
Option         “DamageEvents” “True”
Option         “AddARGBGLXVisuals” “True”
Option         “RenderAccel” “True”
Option         “XAANoOffscreenPixmaps”
EndSection

save and restart X server. U can see results by minimizing and maximizing windows, switching desktops + using compiz extra effects (those effects which slowed your computer so far).

kde 4.2, kopete 0.70 and google talk

user@pc:~$ dig +short SRV _xmpp-client._tcp.gmail.com

20 0 5222 talk3.l.google.com.
20 0 5222 talk4.l.google.com.
5 0 5222 talk.l.google.com.
20 0 5222 talk1.l.google.com.
20 0 5222 talk2.l.google.com.

everything seems to be ok.  start kopete – add account – Jabber

basic setup -> jabber id: user@googlemail.com
Connection -> check “Use protocol encryption (SSL)” , “Allow plain-text password authentication“, “Override default server information: talk2.l.google.com Port:5223

google-talk1google-talk2