You are not logged in.

#1 2008-12-28 07:49:13

Rokurosv
Member
Registered: 2008-12-21
Posts: 24

Removing a DE and some graphics issues

I uninstalled kdemod kde 4 and I'm still seeing some KDE apps like kchmviewer. Is there anyway to completely purge all KDE apps and libraries?

Also I'm having some problems with compiz fusion in gnome. The effects work fine but my wobbly windows are slow, maybe it has to do with my xorg.conf file, since I was using KDE 4:

Section "Module"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
    Load           "xtrap"
    Load           "freetype"
EndSection

...

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV34 [GeForce FX 5200]"
#    Option        "ConnectedMonitor" "CRT"
#    Option        "TripleBuffer" "True"
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
EndSection

Any change I should make to improve Compiz performance on Gnome?

Thanks for your time

Offline

#2 2008-12-28 08:16:20

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Removing a DE and some graphics issues

Just remove whichever packages you explicitly installed for kde(mod) using "pacman -Rs <pkg>". If you didn't include the "-s" flag, you may have some leftover dependencies. You can find them with "pacman -Qdt" and, if there's nothing in that list that you want to keep, you can remove them with "pacman -Rsn $(pacman -Qqdt)".


If that still doesn't get rid of them, you can find which package an application belongs to with "pacman -Qo $(which <application>)" and then remove it.

Last edited by Xyne (2008-12-28 08:18:12)


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

Board footer

Powered by FluxBB