Xorg 7.0-rc4 dummy pkg. I'd rather having a group.

It isn't better create a xorg-7.0 group, instead of a dummy package?
With a group we can choose easily what to install and what not, as pacman asks if it should "install the whole content" of a group or let we choose one by one.

I think the I will change xorg 7.0 a little bit to get rid of the dummy package: xorg-server will provide both xorg and x-server. xorg-server depends on most things, but not all. This won't install each and every lib anymore, but most of them will get installed this way. We need to check up on many packages anyways, so it doesn't really matter when a lib is missing because of this: the package needed a rebuild anyways then. A set of groups will be made to make sure users new to arch can install xorg without much problems.

Similar Messages

  • Installing "dummy" packages in pacman

    I have an issue, and I've searched around, but found nothing. So here goes
    Say a situation where I'd like to (or have to) install a piece of software without going though pacman, but still like it to be implemented in the database of pacman, so other PKGBUILDs will be aware that my dependency actually is there. I've heard about wocka in AUR, but it didn't work/compile on my Arch64 setup. I've made some "emtpy" packages by hand to counter this problem, but that is tedious. What I could use is something like:
    pacman -D (dummy package ) mplayer, that simply installs an "empty" mplayer package. If this exists already, in a script or a hidden function in pacman, I'd be happy If it doesn't I could start freshing up my bash-skills >_<
    Last edited by Themaister (2008-12-15 15:50:55)

    Well... I created a script now that covers it pretty much
    usage:
    dummypkg -S foo version    installs a dummy pkg with pkgver=version, a file that resembles the package name and version in /etc/dummy (uses sudo for pacman)
    dummypkg -R foo       checks if foo has been installed by dummypkg and removes it with pacman
    dummypkg -l              lists all packages and package versions of all packages installed by dummypkg
    temporary building is done in ~/.dummypkg-tmp/
    #!/bin/bash
    ## Dummypkg v0.1
    ## Script to install dummy packages in pacman
    ## Use at own risk!
    function install(){
    if [ -d ~/.dummybuild-tmp/$PACKAGE ]; then
    rm -r ~/.dummybuild-tmp/$PACKAGE
    fi
    mkdir -p ~/.dummybuild-tmp/$PACKAGE
    echo "pkgname=$PACKAGE" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "pkgver=$PKGVER" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "pkgrel=1" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "pkgdesc=\"Dummy package created by dummypkg\"" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "arch=('i686' 'x86_64')" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "url=""" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "license=\"GPL\"" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "depends=()" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "source=()" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "build(){" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "mkdir -p ~/.dummybuild-tmp/$PACKAGE/pkg/etc/dummy" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "echo >> \"Installed by dummypkg\" >> ~/.dummybuild-tmp/$PACKAGE/pkg/etc/dummy/$PACKAGE-$PKGVER" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "}" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    cd ~/.dummybuild-tmp/$PACKAGE/
    makepkg || exit 1
    sudo pacman -U *pkg.tar.gz
    cd ~
    rm -r .dummybuild-tmp/
    exit 0
    function remove(){
    if [ -e /etc/dummy/$RPACKAGE* ]; then
    sudo pacman -R $RPACKAGE
    else
    echo "This package is not installed by dummypkg ... Exiting"
    exit 1
    fi
    exit 0
    function list(){
    for file in `ls /etc/dummy -1`
    do
    echo ">> $file"
    done
    exit 0
    function usage(){
    echo "usage: info [[--install] [--list] [--help] [--remove] [--version]]"
    exit 0
    INSTALL=0
    REMOVE=0
    LIST=0
    if [ "$1" = "" ]; then
    usage ; exit 1
    fi
    while [ "$1" != "" ]; do
    case $1 in
    -S | --install )
    INSTALL=1
    PACKAGE="$2"
    PKGVER="$3"
    if [ "$2" = "" ]; then
    echo "--install requires a package name"
    exit 1
    fi
    if [ "$3" = "" ]; then
    echo "--install requires a package version"
    exit 1
    fi
    shift
    shift
    -R | --remove )
    REMOVE=1
    RPACKAGE="$2"
    if [ "$2" = "" ]; then
    echo "--remove requires a package name"
    exit 1
    fi
    shift
    -h | --help ) usage; exit 0 ;;
    -l | --list ) LIST=1 ;;
    * ) usage ; exit 1
    esac
    shift
    done
    if [ $INSTALL = 1 ]; then
    install
    fi
    if [ $REMOVE = 1 ]; then
    remove
    fi
    if [ $LIST = 1 ]; then
    list
    fi
    Last edited by Themaister (2008-12-15 18:26:26)

  • Trouble installing Xorg

    Hello,
    I just installed Archlinux and did the 'pacman -Syy' and 'pacman -Syu' and now trying to install xorg. I ran the 'pacman -S xorg' to install and it tells me to install another whole group of packages, which I accept but then I run into problems with this package:
    error: failed retrieving file 'fontcacheproto-0.3.1-1-any.pkg.tar.gz'
    Blocking me from the install of xorg... Another thing I'm totally new to Arch!!
    Thank you!!

    sylvainrb wrote:I tried different mirrors but none of them have the package...
    and you always did pacman -Syyu after that? Can you install anything?
    The versionnumber 3.1-1 seems to be incorrect. It should be 1.3-1... Have you copied it or rewrote?
    But if I understand correctly, atcp some packages are available only at certain time?? btw, even archlinux.org server didn't have the package...
    Sometimes, server are not up. (or too old.)
    Packages are always available if the server is up (and the repo includes the specific package.)

  • Pacman xorg error

    Targets: xorg-11R6.8.2-6
    Total Package Size: 60.3 MB
    Proceed with upgrade? [Y/n] Y
    checking package integrity...
    error: archive xorg-11R6.8.2-6.pkg.tar.gz is corrupted
    Wondering what can cause this issue, if anyone can help me get a "non-corrupted" one in the database.  thanks. 
    8)
    Two possible problems:  I recompiled xorg previously with srcpac.  And I also recently was trying to get xorg recompiled again, but it oddly just refused to respond to reinstalling, so i might have damaged the database trying to force things to work.  I'm a dip-wad...

    Bysshe wrote:
    Hey, that worked.  Thanks alot.
    I just thought that using $pacman -Sc twice would clear the cache, but apparently, it doesn't, or it's referring to something else I don't know about.
    Or should that be pacman -Scc?
    Yes, to totally clear the cache, use:
    pacman -Scc

  • Xorg not working with NVidia card on laptop.

    Hi, I'm new here, but have been using other distros for a while now.
    My problem is that whenever i try to use the discrete graphics Xorg freezes and the logs say something about not having a valid display for the card.
    The Intel graphics work fine for most things, but for example Steam doesn't launch because of a missing GLX plugin or something.
    GDM and Gnome also just give me a "something went wrong" instead of letting me log in or use the desktop (lxdm + kde works fine).
    My configs:
    10-monitor.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Monitor "Monitor0"
    Device "Device0"
    EndSection
    20-intel.conf
    Section "Device"
    Identifier "Device1"
    Driver "modesetting"
    Option "AccelMethod" "none"
    EndSection
    20-nvidia.conf
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVidia Corporation"
    Option "NoLogo" "false"
    Option "AllowEmptyInitialConfiguration"
    BusID "PCI:4:0:0"
    EndSection
    /var/log/Xorg.0.log
    [ 13.417]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 13.417] X Protocol Version 11, Revision 0
    [ 13.417] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 13.417] Current Operating System: Linux Hawaii-Arch 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 13.417] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1c7d6663-e037-4ff8-ae85-e51f6745bb45 rw quiet
    [ 13.417] Build Date: 22 February 2015 12:50:32PM
    [ 13.417]
    [ 13.417] Current version of pixman: 0.32.6
    [ 13.417] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13.417] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.417] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 13 18:27:43 2015
    [ 13.496] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.496] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 13.581] (==) ServerLayout "Layout0"
    [ 13.581] (**) |-->Screen "Screen0" (0)
    [ 13.581] (**) | |-->Monitor "Monitor0"
    [ 13.581] (**) | |-->Device "Device0"
    [ 13.581] (==) Automatically adding devices
    [ 13.581] (==) Automatically enabling devices
    [ 13.581] (==) Automatically adding GPU devices
    [ 13.602] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 13.602] Entry deleted from font path.
    [ 13.602] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 13.602] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 13.602] Entry deleted from font path.
    [ 13.638] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 13.638] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 13.638] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 13.638] (II) Loader magic: 0x815d80
    [ 13.638] (II) Module ABI versions:
    [ 13.638] X.Org ANSI C Emulation: 0.4
    [ 13.638] X.Org Video Driver: 19.0
    [ 13.638] X.Org XInput driver : 21.0
    [ 13.638] X.Org Server Extension : 9.0
    [ 13.639] (EE) systemd-logind: failed to get session: PID 283 does not belong to any known session
    [ 13.639] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 13.639] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 13.640] (--) PCI:*(0:0:2:0) 8086:0a16:1043:131d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 13.640] (--) PCI: (0:4:0:0) 10de:1292:1043:131d rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 13.640] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 13.641] (II) LoadModule: "glx"
    [ 13.668] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 14.479] (II) Module glx: vendor="NVIDIA Corporation"
    [ 14.479] compiled for 4.0.2, module version = 1.0.0
    [ 14.479] Module class: X.Org Server Extension
    [ 14.487] (II) NVIDIA GLX Module 346.35 Sat Jan 10 20:53:39 PST 2015
    [ 14.491] (II) LoadModule: "nvidia"
    [ 14.492] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 14.588] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 14.588] compiled for 4.0.2, module version = 1.0.0
    [ 14.588] Module class: X.Org Video Driver
    [ 14.593] (II) NVIDIA dlloader X Driver 346.35 Sat Jan 10 20:32:18 PST 2015
    [ 14.593] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 14.594] (++) using VT number 1
    [ 14.595] (II) Loading sub module "fb"
    [ 14.595] (II) LoadModule: "fb"
    [ 14.595] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 14.611] (II) Module fb: vendor="X.Org Foundation"
    [ 14.611] compiled for 1.17.1, module version = 1.0.0
    [ 14.611] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 14.611] (II) Loading sub module "wfb"
    [ 14.611] (II) LoadModule: "wfb"
    [ 14.612] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 14.614] (II) Module wfb: vendor="X.Org Foundation"
    [ 14.614] compiled for 1.17.1, module version = 1.0.0
    [ 14.614] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 14.614] (II) Loading sub module "ramdac"
    [ 14.614] (II) LoadModule: "ramdac"
    [ 14.614] (II) Module "ramdac" already built-in
    [ 14.616] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 24/32
    [ 14.616] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 14.616] (==) NVIDIA(0): RGB weight 888
    [ 14.616] (==) NVIDIA(0): Default visual is TrueColor
    [ 14.616] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 14.617] (**) NVIDIA(0): Option "NoLogo" "false"
    [ 14.617] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
    [ 14.617] (**) NVIDIA(0): Enabling 2D acceleration
    [ 19.094] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 19.096] (II) NVIDIA(0): NVIDIA GPU GeForce GT 740M (GK208) at PCI:4:0:0 (GPU-0)
    [ 19.096] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 19.096] (--) NVIDIA(0): VideoBIOS: 80.28.2a.00.3d
    [ 19.096] (II) NVIDIA(0): Detected PCI Express Link width: 8X
    [ 19.096] (--) NVIDIA(0): Valid display device(s) on GeForce GT 740M at PCI:4:0:0
    [ 19.096] (--) NVIDIA(0): none
    [ 19.096] (II) NVIDIA(0): Validated MetaModes:
    [ 19.096] (II) NVIDIA(0): "NULL"
    [ 19.096] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 19.096] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 19.096] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 19.096] (--) Depth 24 pixmap format is 32 bpp
    [ 19.097] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 19.097] (II) NVIDIA: access.
    [ 19.100] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 19.100] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 19.100] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 19.100] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 19.100] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 19.100] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 19.100] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 19.100] (II) NVIDIA(0): Config Options in the README.
    [ 19.100] (II) NVIDIA(0): Setting mode "NULL"
    [ 19.150] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 19.201] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 19.201] (==) NVIDIA(0): Backing store enabled
    [ 19.201] (==) NVIDIA(0): Silken mouse enabled
    [ 19.202] (==) NVIDIA(0): DPMS enabled
    [ 19.220] (II) Loading sub module "dri2"
    [ 19.220] (II) LoadModule: "dri2"
    [ 19.220] (II) Module "dri2" already built-in
    [ 19.220] (II) NVIDIA(0): [DRI2] Setup complete
    [ 19.220] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 19.220] (--) RandR disabled
    [ 19.242] (II) Initializing extension GLX
    [ 19.242] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event9)
    [ 19.774] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 19.774] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 19.774] (II) LoadModule: "libinput"
    [ 19.774] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 19.817] (II) Module libinput: vendor="X.Org Foundation"
    [ 19.817] compiled for 1.17.1, module version = 0.6.0
    [ 19.817] Module class: X.Org XInput Driver
    [ 19.817] ABI class: X.Org XInput driver, version 21.0
    [ 19.817] (II) Using input driver 'libinput' for 'Power Button'
    [ 19.817] (**) Power Button: always reports core events
    [ 19.817] (**) Option "Device" "/dev/input/event9"
    [ 19.818] (II) input device 'Power Button', /dev/input/event9 is a keyboard
    [ 19.836] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event9"
    [ 19.836] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 19.837] (II) input device 'Power Button', /dev/input/event9 is a keyboard
    [ 19.837] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 19.837] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 19.837] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [ 19.837] (II) Using input driver 'libinput' for 'Video Bus'
    [ 19.837] (**) Video Bus: always reports core events
    [ 19.837] (**) Option "Device" "/dev/input/event11"
    [ 19.837] (II) input device 'Video Bus', /dev/input/event11 is a keyboard
    [ 19.863] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15/event11"
    [ 19.863] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 19.863] (II) input device 'Video Bus', /dev/input/event11 is a keyboard
    [ 19.864] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 19.864] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 19.864] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [ 19.864] (II) Using input driver 'libinput' for 'Video Bus'
    [ 19.864] (**) Video Bus: always reports core events
    [ 19.864] (**) Option "Device" "/dev/input/event10"
    [ 19.864] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
    [ 19.890] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input14/event10"
    [ 19.890] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 19.890] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
    [ 19.890] (II) config/udev: Adding input device Lid Switch (/dev/input/event7)
    [ 19.890] (II) No input driver specified, ignoring this device.
    [ 19.890] (II) This device may have been added with another device file.
    [ 19.890] (II) config/udev: Adding input device Sleep Button (/dev/input/event8)
    [ 19.890] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 19.890] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
    [ 19.890] (II) Using input driver 'libinput' for 'Sleep Button'
    [ 19.890] (**) Sleep Button: always reports core events
    [ 19.890] (**) Option "Device" "/dev/input/event8"
    [ 19.891] (II) input device 'Sleep Button', /dev/input/event8 is a keyboard
    [ 19.916] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event8"
    [ 19.916] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 19.917] (II) input device 'Sleep Button', /dev/input/event8 is a keyboard
    [ 19.917] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event16)
    [ 19.917] (II) No input driver specified, ignoring this device.
    [ 19.917] (II) This device may have been added with another device file.
    [ 19.917] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event17)
    [ 19.917] (II) No input driver specified, ignoring this device.
    [ 19.917] (II) This device may have been added with another device file.
    [ 19.917] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event18)
    [ 19.917] (II) No input driver specified, ignoring this device.
    [ 19.917] (II) This device may have been added with another device file.
    [ 19.918] (II) config/udev: Adding input device Razer Razer Kraken 7.1 (/dev/input/event4)
    [ 19.918] (**) Razer Razer Kraken 7.1: Applying InputClass "evdev keyboard catchall"
    [ 19.918] (**) Razer Razer Kraken 7.1: Applying InputClass "libinput keyboard catchall"
    [ 19.918] (II) Using input driver 'libinput' for 'Razer Razer Kraken 7.1'
    [ 19.918] (**) Razer Razer Kraken 7.1: always reports core events
    [ 19.918] (**) Option "Device" "/dev/input/event4"
    [ 19.918] (II) input device 'Razer Razer Kraken 7.1', /dev/input/event4 is a keyboard
    [ 19.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.3/0003:1532:0501.0004/input/input8/event4"
    [ 19.970] (II) XINPUT: Adding extended input device "Razer Razer Kraken 7.1" (type: KEYBOARD, id 10)
    [ 19.970] (II) input device 'Razer Razer Kraken 7.1', /dev/input/event4 is a keyboard
    [ 19.970] (II) config/udev: Adding input device CM Storm Coolermaster Novatouch TKL (/dev/input/event5)
    [ 19.970] (**) CM Storm Coolermaster Novatouch TKL: Applying InputClass "evdev keyboard catchall"
    [ 19.970] (**) CM Storm Coolermaster Novatouch TKL: Applying InputClass "libinput keyboard catchall"
    [ 19.970] (II) Using input driver 'libinput' for 'CM Storm Coolermaster Novatouch TKL'
    [ 19.970] (**) CM Storm Coolermaster Novatouch TKL: always reports core events
    [ 19.970] (**) Option "Device" "/dev/input/event5"
    [ 19.970] (II) input device 'CM Storm Coolermaster Novatouch TKL', /dev/input/event5 is a keyboard
    [ 20.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:2516:0026.0005/input/input9/event5"
    [ 20.010] (II) XINPUT: Adding extended input device "CM Storm Coolermaster Novatouch TKL" (type: KEYBOARD, id 11)
    [ 20.010] (II) input device 'CM Storm Coolermaster Novatouch TKL', /dev/input/event5 is a keyboard
    [ 20.010] (II) config/udev: Adding input device CM Storm Coolermaster Novatouch TKL (/dev/input/event6)
    [ 20.010] (**) CM Storm Coolermaster Novatouch TKL: Applying InputClass "evdev keyboard catchall"
    [ 20.010] (**) CM Storm Coolermaster Novatouch TKL: Applying InputClass "libinput keyboard catchall"
    [ 20.010] (II) Using input driver 'libinput' for 'CM Storm Coolermaster Novatouch TKL'
    [ 20.010] (**) CM Storm Coolermaster Novatouch TKL: always reports core events
    [ 20.010] (**) Option "Device" "/dev/input/event6"
    [ 20.010] (II) input device 'CM Storm Coolermaster Novatouch TKL', /dev/input/event6 is a keyboard
    [ 20.063] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:2516:0026.0006/input/input10/event6"
    [ 20.063] (II) XINPUT: Adding extended input device "CM Storm Coolermaster Novatouch TKL" (type: KEYBOARD, id 12)
    [ 20.063] (II) input device 'CM Storm Coolermaster Novatouch TKL', /dev/input/event6 is a keyboard
    [ 20.064] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event13)
    [ 20.064] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
    [ 20.064] (**) USB2.0 HD UVC WebCam: Applying InputClass "libinput keyboard catchall"
    [ 20.064] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam'
    [ 20.064] (**) USB2.0 HD UVC WebCam: always reports core events
    [ 20.064] (**) Option "Device" "/dev/input/event13"
    [ 20.064] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is a keyboard
    [ 20.116] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input17/event13"
    [ 20.116] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 13)
    [ 20.117] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is a keyboard
    [ 20.117] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
    [ 20.117] (II) No input driver specified, ignoring this device.
    [ 20.117] (II) This device may have been added with another device file.
    [ 20.117] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
    [ 20.117] (II) No input driver specified, ignoring this device.
    [ 20.117] (II) This device may have been added with another device file.
    [ 20.117] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event1)
    [ 20.117] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev pointer catchall"
    [ 20.117] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput pointer catchall"
    [ 20.117] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
    [ 20.117] (**) Razer Razer DeathAdder 2013: always reports core events
    [ 20.117] (**) Option "Device" "/dev/input/event1"
    [ 20.118] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event1 is a pointer caps = relative-motion button
    [ 20.170] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1532:0037.0001/input/input5/event1"
    [ 20.170] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 14)
    [ 20.170] (**) Option "AccelerationScheme" "none"
    [ 20.170] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
    [ 20.170] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
    [ 20.170] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
    [ 20.170] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event1 is a pointer caps = relative-motion button
    [ 20.170] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
    [ 20.170] (II) No input driver specified, ignoring this device.
    [ 20.170] (II) This device may have been added with another device file.
    [ 20.171] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event2)
    [ 20.171] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
    [ 20.171] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
    [ 20.171] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
    [ 20.171] (**) Razer Razer DeathAdder 2013: always reports core events
    [ 20.171] (**) Option "Device" "/dev/input/event2"
    [ 20.171] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event2 is a keyboard
    [ 20.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1532:0037.0002/input/input6/event2"
    [ 20.223] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 15)
    [ 20.223] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event2 is a keyboard
    [ 20.224] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event3)
    [ 20.224] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
    [ 20.224] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
    [ 20.224] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
    [ 20.224] (**) Razer Razer DeathAdder 2013: always reports core events
    [ 20.224] (**) Option "Device" "/dev/input/event3"
    [ 20.224] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event3 is a keyboard
    [ 20.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:1532:0037.0003/input/input7/event3"
    [ 20.276] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 16)
    [ 20.277] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event3 is a keyboard
    [ 20.277] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event14)
    [ 20.277] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 20.277] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
    [ 20.277] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
    [ 20.277] (**) Asus WMI hotkeys: always reports core events
    [ 20.277] (**) Option "Device" "/dev/input/event14"
    [ 20.277] (II) input device 'Asus WMI hotkeys', /dev/input/event14 is a keyboard
    [ 20.330] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input22/event14"
    [ 20.330] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 17)
    [ 20.330] (II) input device 'Asus WMI hotkeys', /dev/input/event14 is a keyboard
    [ 20.330] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 20.330] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 20.330] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [ 20.330] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [ 20.330] (**) AT Translated Set 2 keyboard: always reports core events
    [ 20.330] (**) Option "Device" "/dev/input/event0"
    [ 20.330] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
    [ 20.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 20.383] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
    [ 20.383] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
    [ 20.384] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event15)
    [ 20.384] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 20.384] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 20.384] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 20.384] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
    [ 20.384] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
    [ 20.384] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 20.384] (**) Option "Device" "/dev/input/event15"
    [ 20.384] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event15 is a touchpad
    [ 20.436] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input21/event15"
    [ 20.436] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 19)
    [ 20.436] (**) Option "AccelerationScheme" "none"
    [ 20.436] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
    [ 20.436] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 20.436] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 20.437] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event15 is a touchpad
    [ 20.437] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
    [ 20.437] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 20.437] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
    [ 20.437] (II) No input driver specified, ignoring this device.
    [ 20.437] (II) This device may have been added with another device file.

    I had a similar issue but i solved it following the instructions explained here https://wiki.archlinux.org/index.php/Bu … l.2FNVIDIA.
    I also reccomend you to install the bbswitch package which disables NVIDIA discrete graphics card when isn't used.

  • Xorg 1.8 just won't start

    Hi,
    I recently upgraded my Xorg for the nth time. Since it used to crash all the time, i was doing a rollback every time. But now i really want to get it working, and i just can't seem to find the problem. I just did a complete format (i wud have had to anyways, computer was getting full of junk).
    Problem seems to happen when upgrading to these :
    * kernel 2.6.35
    * nvidia 256.53-1
    * Xorg 1.8.1.902 (1.8.2 RC 2)
    What happens :
    * I can get to a TTY just fine on the boot.
    * I can use startx or xinit, with or without a ~/.xinitrc (i tried having openbox and xfce4 in this).
    * When using startx or xinit, screen goes black, but computer is still running
    * I cannot ctrl-alt-F1 to the TTY (as a matter of fact keyboard and mouse don't seem to work at all)
    * Before i used to have logs in Xorg.0.log, but now it's always empty.
    * X started a few times, on a random basis (i can reboot - log - startx 10-15 times before it works, it's just luck, i don't change anything in-between).
    I tried :
    * Following every steps and notes in the "installing arch", "Nvidia" and "Xorg" wiki pages.
    * Using an xorg.conf file generated by nvidia-xconfig
    * Removing the xorg.conf completely (xorg.conf.d is populated though)
    * Wiki said not having dbus running could be an issue - so i quadrupled checked that
    * modprobe'ing nvidia module manually - no error there
    ... and all of that failed to be useful.
    I have a new installation of Archlinux x86_64 (downloaded 3 days ago), followed everything to the letter. I used to fail as well on my 2 years-old installation though... thought a fresh install could fix that.
    As i said, Xorg.0.log is empty now (and when it wasnt, there was no error, only a few WW concerning font paths... i doubt that's any relevant), so i don't know what log/config files to put here.  Just ask for them and i'll post them here.
    I have no idea what to try anymore, aside from a rollback - but i'd rather get this to work. Any thoughts?
    Thanks alot
    jni

    xf86-input-evdev and udev => yes
    As for the caps lock and numlock leds... erm, yes and no. They do turn on and off, but without me pressing anything. They just keep flashing. I tried 3 different keyboards too, 2 USB, 1 PS/2, same behavior.
    Some hardware (from inxi -F) :
    * Kernek 2.6.35-ARCH x686_64
    * CPU : intel core2 qud Q9550 @2.8ghz
    * Gfx : nVidia GeForce 9500 GT
    * Audio : Intel 82801JI (ICH10) - onboard
    * Net : Realtek RTL8111/8168B
    * Disk : 2 WD caviar black (1To and 640Gb) - no raid or funky stuff here (for now lol)
    * Not a laptop
    Hope that help.
    Thanks again everyone!

  • Configuring Xorg on Compaq Armada E500

    I have a Compaq Armada E500 laptop that I'm installing Arch on. I have the base Arch install done, and I'm now trying to get Xorg to work properly. The problem I'm having is that none of the automatic configuration tools mentioned in the wiki (Xorg -configure, xorgconfg, hwd, xorgconfig) work properly, and neither does just running without a /etc/X11/xorg.conf file. It tries to use the vesa driver, which only gives me a 800*600 resolution, even though the screen is 1400*1050. I have tried installing the both the xf86-video-ati and the xf86-video-r128 drivers and activating them by setting the driver in Xorg.conf, but that doesn't work. Catalyst (the proprietary driver) also does not work. Here 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"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "freetype"
    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 "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "Rage Mobility P/M AGP 2x"
    BusID "PCI:1:0:0"
    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
    I also cat'd all 4 Xorg error logs and pasted them on pastebin: http://pastebin.com/f7991f0c8
    I'll post more specific details on which errors the various drivers throw later; I'm on the Armada now so I can't quit Xorg to try the drivers.

    Sorry, I got it working like 5 minutes after I made this post. For future reference, I had to install the xf86-video-mach64 package in order to use the driver "ati".

  • Upgraded xorg - can't get X to run again.

    I tried to upgrade Xorg based on the Wiki Entry.
    I was having bitstream-vera problems, so I followed the instructions about removing xorg and upgrading everything...
    Well after a while waiting for all package to download, it says it can't update the packages because of /etc/hosts or some /etc file.
    So I upgrade xorg and the related packages and try it out.
    X does come up, but my optical mouse doesn't scroll or have the rest of its buttons. I see that there's a wiki on fixing this so I follow it. Add evdev, udev/ rule 20-mouse, update xorg.conf, etc.
    Now X doesn't come up - it freezes and I have to pull the plug to reboot.
    Even if I take out the mouse from xorg.conf and remove the udev rule I still can't get X to startup.
    I changed the mouse 'Auto' protocol to ExplorerPS/2 and got one of two monitors to engage (first is a riva TNT; second is a Matrox Millennium - the  one that doesn't come up.)
    I can't even get the /root/xorg.conf.new file to come up with X now.
    The only EEs I get from the X log is that [drm] Direct rendering is not supported for my Matrox card; and Cannot read V_BIOS for the NV (Riva) card.
    Looking for any help I can get.
       Thanks.

    Have you tried running hwd -x (after backing up your xorg.conf file) to see its auto generated config works.  Often used this to debug X problems.

  • IPS-K9-min-5.1-1a.pkg install loop???

    I have updated our various IPS sensors to this latest version. Many [or all] of them seem to be caught in a loop where they are reinstalling IPS-K9-min-5.1-1a.pkg. Anybody else having this problem? Is this a known issue?

    I have verified that any attempts to put the IPS-K9-min-5.1-1a.pkg file into the autoupdate directory will result in the sensors repeatedly applying the package.
    so, you can't use autoupdate to install this package....at least not without renaming the package once all the sensors are upgraded. May I suggest:
    IPS-K9-min-5.1-1a.pkg_CISCO_HAS_NO_QA
    sigh...another work day wasted.

  • KDE wants to install along with old Xorg

    Hi,
    I installed X6.8.2 on base 0.7.1, then upgraded to X7 from testing. Changed the paths and everything works fine. But when i want to install KDE, it says i have to download X6.8.2 again, and crashes when checking file conflicts -
    showing messages like "lib_gl.so is already present".
    Am I doing sth wrong?   Please help  :?
    ps. hwd -x also displays that "X server not available", despite it generated the xorg.conf file just before upgrading to 7...

    hwd -x is yet incompatible with modular xorg as file locations have been changed. There is a thread about that already. That will probably resolved when modular xorg moves to current.
    For your problem with having xorg downgraded when installing kde, you'll have to re-enable testing branch for installing kde. Kde from testing is compiled against modular xorg.

  • [solved] fglrx depend? I have NVIDIA!

    Okay, take a look.
    So simple programs, so many weird dependencies, it doesn't make any sense, especially the radeon utility program fglrx-utils, xinetd, and netbsd-bsd-finger.
    I DO NOT have a Radeon graphics card! I have an Nvidia, using the official nvidia drivers.
    [root@dezza dezza]# pacman -S perlpanel
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: audiofile-0.2.6-3 esd-0.2.38-3 xinetd-2.3.14-2
    netkit-bsd-finger-0.17-3 fglrx-utils-8.40.4-1 xmms-1.2.10-9
    perl-xmms-0.12-2 perlxml-2.34-4 perl-xml-simple-2.18-1
    glib-perl-1.144-1 cairo-perl-1.041-1 gtk2-perl-1.146-1
    glade-perl-1.006-1 perl-extutils-depends-0.205-2
    perl-extutils-pkgconfig-1.07-2 libart-lgpl-2.3.19-1
    libgnomecanvas-2.14.0-2 gnomecanvas-perl-1.002-3
    gnome-vfs-perl-1.061-1 libbonobo-2.18.0-2 libgnome-2.18.0-2
    libbonoboui-2.18.0-2 gnome-keyring-0.8.1-2 libgnomeui-2.18.1-2
    gnome-perl-1.042-1 perl-gnome2-wnck-0.12-4
    perl-locale-gettext-1.05-2 perl-date-manip-5.44-2 perlpanel-0.9.1-3
    Total Package Size: 19,68 MB
    Proceed with installation? [Y/n]
    [root@dezza dezza]# pacman -S xfe
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: fglrx-utils-8.40.4-1 glproto-1.4.8-1 mesa-6.5.2-1 fox-1.6.29-1
    xfe-1.04-1 xinetd-2.3.14-2 netkit-bsd-finger-0.17-3
    Total Package Size: 15,67 MB
    Proceed with installation? [Y/n]
    I would really like to know what causes this, cause it will overwrite my libGL libraries and mesa where pacman is my savior:
    checking package integrity... done.
    cleaning up... done.
    (7/7) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    fglrx-utils: /usr/lib/libGL.so exists in filesystem
    fglrx-utils: /usr/lib/libGL.so.1 exists in filesystem
    fglrx-utils: /usr/lib/xorg/modules/extensions/libglx.so exists in filesystem
    mesa: /usr/include/GL/gl.h exists in filesystem
    mesa: /usr/include/GL/glext.h exists in filesystem
    mesa: /usr/include/GL/glx.h exists in filesystem
    mesa: /usr/include/GL/glxext.h exists in filesystem
    errors occurred, no packages were upgraded.
    I would really much like to know what the cause of this problem is and how to fix it, or where in the database pacman screws up?
    Last edited by dezza (2007-10-07 11:44:36)

    dezza wrote:
    I did like you told me, created a libgl dummy pkg with no files in it, and installed it.
    Then mesa still is a depend of xfe and many packages as well, and if I try to install mesa:
    mesa: /usr/include/GL/gl.h exists in filesystem
    mesa: /usr/include/GL/glext.h exists in filesystem
    mesa: /usr/include/GL/glx.h exists in filesystem
    mesa: /usr/include/GL/glxext.h exists in filesystem
    So I create another mesa dummy package and installed that aswell.
    Now I am missing "libGLU.so.1" when trying to start programs that depend on mesa (such as xfe), so the official NVIDIA drivers provide these files that is with the mesa package, but is missing "libGLU.so.1", is there an alternative library that provides it, or should I make another workaround or what is the proper way to fix this? I like having a custom kernel, and from what I've read the nvidia package from pacman only works with stock kernels.
    pacman -S nvidia-utils. Includes the userspace stuff, doesnt include the kernel module.
    Even better, would be to install the nvidia module with pacman, take the 'nvidia' PKGBUILD, change pkgname, adjust _kernver, fix the dependencies, and build.
    James

  • Intel i965 on 2.6.28 kernel --- results with xf86-video-intel 2.5.99.

    I compiled and booted into 2.6.28 and switched xorg.conf back to
    EXA.
    Ok, it worked a little bit better but it did not WOW me.  So, I compiled by hand the
    latest intel driver and DAMN! very smooth in Compiz... "lightening fast"  I don't have
    any 3d games to compare but, some "artifacts" that were happening on startup of the
    AWN dock are GONE.   I can play a movie trailer and drag it around with wobbly windows
    and it looks awesome.
    Here's what I did.... 
    use./autogen.sh --prefix=/usr  or ./configure --prefix=/usr where appropriate.
    [1] pthread-stubs
    git clone git://anongit.freedesktop.org/xcb/pthread-stubs
    ./autogen.sh --prefix=/usr
    [2] xf86driproto
    git clone git://anongit.freedesktop.org/xorg/proto/xf86driproto
    ./autogen.sh --prefix=/usr
    make install (its just headers so there's nothing to compile)
    [3] Dec 22 version of libdrm (the latest)
    http://dri.freedesktop.org/libdrm/libdrm-2.4.3.tar.bz2
    [4] Intel driver
    http://xorg.freedesktop.org/archive/ind … 9.1.tar.gz
    ./configure --prefix=/usr
    Transitions everything now in Compiz is smooth, smooth, smooth....!!!!!!
    Enjoy!!!!
    [ANNOUNCE] xf86-video-intel 2.5.99.1     Mon Dec 15 17:43:30 PST 2008
    http://lists.freedesktop.org/archives/x … 00714.html

    For those who'd like some PKGBUILDs in order of compilation and install, these are what I used and it works quite well.
    libpthread-stubs
    pkgname=libpthread-stubs
    pkgver=0.1
    pkgrel=1
    pkgdesc="stubs missing from libc for standard pthread functions"
    arch=('i686' 'x86_64')
    url="http://xcb.freedesktop.org/"
    license=('MIT')
    source=(http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2)
    md5sums=('774eabaf33440d534efe108ef9130a7d')
    build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir/" install
    libdrm
    pkgname=libdrm
    pkgver=2.4.3
    pkgrel=1
    pkgdesc="Userspace interface to kernel DRM services"
    arch=(i686 x86_64)
    depends=('glibc' 'libpthread-stubs')
    options=('!libtool' 'force')
    url="http://dri.freedesktop.org/"
    source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    libxcb
    pkgname=libxcb
    pkgver=1.1.93
    pkgrel=1
    pkgdesc="X11 client-side library"
    arch=(i686 x86_64)
    url="http://xcb.freedesktop.org/"
    depends=('xcb-proto>=1.2' 'libxdmcp' 'libxau')
    makedepends=('pkgconfig' 'libxslt' 'python')
    options=('!libtool')
    license=('custom')
    source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    libtoolize --force --copy || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr --enable-xinput || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    libx11
    pkgname=libx11
    pkgver=1.1.99.2
    pkgrel=1
    pkgdesc="X11 client-side library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('libxcb>=1.1.90.1' 'kbproto>=1.0.3')
    makedepends=('xproto>=7.0.13' 'xextproto>=7.0.3' 'xf86bigfontproto>=1.1.2' 'xtrans>=1.2.1' 'kbproto>=1.0.3' 'inputproto>=1.4.4' 'xorg-util-macros')
    options=('!libtool')
    license=('custom:XFREE86')
    source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
    xorg.sh)
    md5sums=()
    build() {
    cd ${srcdir}/libX11-${pkgver}
    libtoolize --force --copy || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr \
    --with-xcb || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -m755 -d ${pkgdir}/etc/profile.d
    install -m755 ${srcdir}/xorg.sh \
    ${pkgdir}/etc/profile.d/ || return 1
    install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    xorg.sh
    export XDG_DATA_HOME=$HOME/.local/share
    export XDG_CONFIG_HOME=$HOME/.config
    export XDG_CACHE_HOME=$HOME/.cache
    if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
    else
    export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
    fi
    if [ -z $XDG_CONFIG_DIRS ]; then
    export XDG_CONFIG_DIRS=/etc/xdg
    else
    export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
    fi
    dri2proto-git
    pkgname=dri2proto-git
    pkgver=20081228
    pkgrel=1
    pkgdesc="X11 OpenGL extension wire protocol"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    replaces=('dri2proto')
    provides=('dri2proto=1.99.3.99' 'dri2proto-git')
    conflicts=('dri2proto')
    groups=('xorg')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/xorg/proto/dri2proto"
    _gitname="dri2proto"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/$_gitname
    sh autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    xf86driproto-git
    pkgname=xf86driproto-git
    pkgver=20081228
    pkgrel=1
    pkgdesc="Xf86driproto"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    replaces=('xf86driproto')
    provides=('xf86driproto=2.0.4.99' 'xf86driproto-git')
    conflicts=('xf86driproto')
    groups=('xorg')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/xorg/proto/xf86driproto"
    _gitname="xf86driproto"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/$_gitname
    sh autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    libgl-git
    pkgname=libgl-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa DRI OpenGL library and drivers from GIT repository"
    arch=(i686 x86_64)
    license=('custom')
    url="http://mesa3d.sourceforge.net"
    depends=('libxxf86vm' 'libdrm>=2.4.3' 'libx11>=1.1.99.2')
    makedepends=('imake' 'glproto' 'git')
    provides=('libgl=7.2.99')
    conflicts=('libgl')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    cd ${startdir}/src/
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r ${startdir}/src/$_gitname ${startdir}/src/$_gitname-build || return 1
    cd $startdir/src/$_gitname-build/
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS}" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 mesa" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS =" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    #echo "DEFINES += -DUSE_XCB" >> configs/${CONFIG}
    #echo "X11_INCLUDES += `pkg-config --cflags-only-I xcb` `pkg-config --cflags-only-I x11-xcb` `pkg-config --cflags-only-I xcb-glx`" >> configs/${CONFIG}
    #echo "GL_LIB_DEPS += `pkg-config --libs xcb` `pkg-config --libs x11-xcb` `pkg-config --libs xcb-glx`" >> configs/${CONFIG}
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    make INSTALL_DIR=${startdir}/pkg/usr install
    rm -rf ${startdir}/pkg/usr/include
    mkdir -p ${startdir}/pkg/usr/lib/xorg/modules/extensions
    cd ${startdir}/pkg/usr/lib/xorg/modules/extensions
    ln -sf libGLcore.xorg libGLcore.so
    ln -sf libglx.xorg libglx.so
    rm -r $startdir/src/$_gitname-build
    mesa-git
    pkgname=mesa-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa OpenGL Library from GIT repository"
    url="http://www.mesa3d.org"
    license=""
    arch=(x86_64 i686)
    depends=('libgl>=7.2.99' 'glproto' 'gcc' 'libxt')
    makedepends=('imake' 'git')
    conflicts=('mesa-apps' 'mesa')
    replaces=('mesa-apps' 'mesa')
    provides=('mesa=7.2.99')
    backup=()
    install=
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd $startdir/src/$_gitname-build
    # Any patches you may want to add go here
    cd $startdir/src/$_gitname-build
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS}" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 glu glw" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS =" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    make INSTALL_DIR=${startdir}/pkg/usr install
    install -m644 include/GL/*.h ${startdir}/pkg/usr/include/GL/
    cp -r include/GL/* ${startdir}/pkg/usr/include/GL/
    rm -f ${startdir}/pkg/usr/lib/libGL.so*
    cd progs/xdemos
    make glxinfo glxgears
    mkdir -p ${startdir}/pkg/usr/bin
    install -m755 glxinfo glxgears ${startdir}/pkg/usr/bin/
    cd ${startdir}/src/gl-manpages-1.0.1
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install
    rm -r $startdir/pkg/usr/lib/xorg/
    rm -r $startdir/src/$_gitname-build
    intel-dri-git
    pkgname=intel-dri-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa DRI drivers for Intel chipsets"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('libdrm>=2.4.3' 'mesa>=7.2.99' 'expat>=2.0')
    makedepends=('libdrm>=2.4.3' 'imake' 'mesa>=7.2.99' 'glproto>=1.4.9')
    options=('!libtool')
    conflicts=('intel-dri')
    provides=('intel-dri=7.2.99')
    source=()
    md5sums=()
    license=('custom')
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    cd ${startdir}/src/
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r ${startdir}/src/$_gitname ${startdir}/src/$_gitname-build || return 1
    cd $startdir/src/$_gitname-build/
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS} -fno-strict-aliasing" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 mesa" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS = i810 i915 i915tex i965" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "DRI_DRIVER_INSTALL_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    make realclean
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    cd drivers/dri
    make DESTDIR=${startdir}/pkg install || return 1
    rm -rf ${startdir}/pkg/usr/local
    inputproto
    pkgname=inputproto
    pkgver=1.5.0
    pkgrel=1
    pkgdesc="X11 Input extension wire protocol"
    arch=(i686 x86_64)
    license=('custom')
    url="http://xorg.freedesktop.org/"
    source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    pixman
    pkgname=pixman
    pkgver=0.13.2
    pkgrel=1
    pkgdesc="Pixman library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org"
    license=()
    depends=('glibc')
    options=('!libtool')
    source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --disable-static || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    randrproto
    pkgname=randrproto
    pkgver=1.2.99.3
    pkgrel=1
    pkgdesc="X11 RandR extension wire protocol"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org/"
    source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    xorg-server
    pkgname=xorg-server
    pkgver=1.5.99.901
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libx11>=1.1.99.2' 'libxkbui>=1.0.2' 'libgl' 'libxfont>=1.3.3' 'openssl>=0.9.8h' 'libxxf86misc>=1.0.1' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'libxaw>=1.0.4' 'pixman>=0.11.10' 'hal>=0.5.11' 'xcursor-themes' 'xkeyboard-config>=1.3' 'xorg-server-utils' 'xorg-utils' 'xorg-fonts-misc' 'xbitmaps' 'libdrm>=2.3.1' 'diffutils' 'xf86-input-evdev')
    makedepends=('glproto>=1.4.9' 'xf86driproto>=2.0.4' 'mesa>=7.2.99' 'randrproto>=1.2.99.3' 'renderproto>=0.9.3' 'scrnsaverproto>=1.1.0' 'fontsproto>=2.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'trapproto>=3.4.3' 'resourceproto>=1.0.2' 'xineramaproto>=1.1.2' 'evieext>=1.0.2' 'libxkbfile>=1.0.5' 'libxmu>=1.0.4' 'libxpm>=3.5.7' 'libxxf86dga>=1.0.2' 'inputproto>=1.4.4' 'xcmiscproto>=1.1.2' 'bigreqsproto' 'libdrm=2.4.3' 'xtrans' 'pixman>=0.13.2' 'inputproto>=1.5.0')
    options=('!libtool')
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xtrap \
    --enable-xevie \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-xorgcfg \
    --enable-kdrive \
    --enable-install-setuid \
    --enable-config-hal \
    --enable-config-dbus \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-kdrive-vesa \
    --disable-dri2 \
    --disable-xprint \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # No longer needed, but as nvidia-utils mangles these files,
    # keep them like this so they can be restored
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    xorg-server.install
    post_install() {
    rm -f usr/lib/xorg/modules/libwfb.so
    ln -sf libwfb.so.1.4 usr/lib/xorg/modules/libwfb.so
    cmp usr/lib/xorg/modules/extensions/libdri.so usr/lib/xorg/modules/extensions/libglx.xorg >/dev/null 2>&1 && rm -f usr/lib/xorg/modules/extensions/libdri.so
    # If the symlink is dead or non-existent, remove it and make a new one
    if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
    rm -f usr/lib/xorg/modules/extensions/libdri.so
    ln -sf libdri.xorg usr/lib/xorg/modules/extensions/libdri.so
    fi
    post_upgrade() {
    if [ "`vercmp $2 1.4.99.906`" -lt 0 ]; then
    cat << _EOF
    Input device handling has changed in xorg-server 1.5.
    Please read http://wiki.archlinux.org/index.php/Xorg_input_hotplugging.
    _EOF
    fi
    post_install
    post_remove() {
    rm -f /usr/lib/xorg/modules/libwfb.so
    # If the symlink is dead, remove it
    if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
    rm -f usr/lib/xorg/modules/extensions/libdri.so
    fi
    xf86-video-intel
    pkgname=xf86-video-intel
    pkgver=2.5.99.2
    pkgrel=1
    pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('intel-dri>=7.2.99' 'libpciaccess>=0.10.5' 'libdrm>=2.4.3')
    makedepends=('pkgconfig' 'xorg-server>=1.5.99.3' 'xf86driproto>=2.0.4' 'glproto>=1.4.9' 'mesa>=7.2.99' 'libdrm=2.4.3')
    conflicts=('xorg-server<1.5.99.3' 'xf86-video-i810')
    replaces=('xf86-video-i810')
    options=('!libtool' 'force')
    groups=('xorg-video-drivers')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr \
    --enable-dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    xf86-input-evdev
    pkgname=xf86-input-evdev
    pkgver=2.1.0
    pkgrel=1
    pkgdesc="X.org evdev input driver"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    depends=('glibc')
    makedepends=('pkgconfig' 'xorg-server>=1.5.99.3' 'inputproto>=1.5.0' 'randrproto>=1.2.99.3')
    options=('!libtool')
    groups=('xorg-input-drivers')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=('a6070ead29b2d81b5b386a96df2661b8')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by mutlu_inek (2009-01-15 02:45:22)

  • Ignore missing dependencies

    Hello
    I have some parts of the gnome suite installed that enable me to use some of their features, however, I have force removed a fair few other aspects of the gnome suite. Whenever I upgrade my system, Pacman prompts that some of my packages are missing dependencies, is there anyway to ignore this or stop Pacman from warning me?
    Any help is greatly appreciated

    karol wrote:* you can rebuild the gnome suite w/o the unwanted dependencies
    or
    * you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied
    Thanks karol, how might one go about creating these dummy packages?

  • Problems with pacman when upgrading to xorg7

    I decided to try and update from xorg-11R6.8 to 7 tonight, after hesitating for a while. I saw all the bug reports and problem threads, and I still can't understand why something that results in so many bugs has been released. It doesn't seem to comply with the KISS principle, either, but who am I to judge?
    Anyway, my problem is this:
    When I try to install the xorg components, I get the following message in my terminal. After checking the packe intergrities, it'll go to install the first package and then show this:
    load_pkg: missing package name in /var/cache/pacman/pkg/libxkbfile-1.0.1-1.pkg.tar.gz.
    After removing xorg-11R6.8, it will do this for any package I try to install, whether part of the new modular xorg or not.
    If I do a "pacman -U /var/cache/pacman/pkg/xorg-11R6.8.2-6.pkg.tar.gz", it works fine again.
    I've read through the Xorg7 wiki entry and there's no reference to this problem.
    Any way to solve it?
    Thanks in advance.

    That didn't really help, either.
    Apart from a fresh install, is there anything I can do to just sort out all these stupid problems in one go?
    When I try and upgrade to xorg7, I get all these messages about missing object files and libraries, complaints from /sbin/ldconfig about the nvidia module being empty, all this other crap too; it seems like a different thing broken every time. When I downgrade to xorg-6.8, fluxbox comes up and works, but when I go to upgrade anything else with pacman, I just get the load_pkg errors or whatever else.
    I've tried editing my /etc/X11/xorg.conf file to the new xorg7 paths when upgrading to xorg7, but it makes no difference.
    I don't understand how something that's supposed to simplify Arch could break things for so many people, =

  • Arch Package 7zip, Bzip2, Gzip comparison (newer one below)

    EDIT (18 April 2005):  I redid this test with a larger package sample.  See post below.
    I've been fooling around with p7zip lately (you can get the PKGBUILD via the AUR).  The most recent version is supposed to take advantage of some pretty substantial speed enhancements.  Anyway, I thought I'd compare 7zip on arch with bzip2 and gzip to see how they would compress some arch packages.  Here are the (non-scientific and non-canonical) results.  (This was done on a pentium2-class celeron, so tests on most other i686s will yield smaller time differences between formats most likely)
    Here's the packages I chose to test:
    acroread-7.0.0-1.pkg.tar.gz
    fakeroot-1.2.2-2.pkg.tar.gz
    gecko-sdk-1.7.3-1.pkg.tar.gz
    gtk-smooth-engine-0.5.8-3.pkg.tar.gz
    hal-0.4.7-1.pkg.tar.gz
    hotplug-2004_09_23-4.pkg.tar.gz
    lame-3.96.1-2.pkg.tar.gz
    mozilla-common-1.0-2.pkg.tar.gz
    mrxvt-0.4.0-1.pkg.tar.gz
    mtools-3.9.9-2.pkg.tar.gz
    openldap-2.2.24-1.pkg.tar.gz
    sdl_ttf-2.0.6-2.pkg.tar.gz
    xmms-cdparanoia-0.1-1.pkg.tar.gz
    xorg-11R6.8.2-2.pkg.tar.gz
    xpdf-3.00-7.pkg.tar.gz
    zip-2.3-3.pkg.tar.gz
    zlib-1.2.2-1.pkg.tar.gz
    (Looking back on this now, I realize didn't get a good batch of 1MB to 10MB samples included.)
    I ungziped these samples, then rezipped them in 7zip, bzip2, and gzip once again.  Here are the (very approximate) times it took each to zip these tarfiles sequentially (the 7zip is especially fuzzy since I screwed up during the compression):
    EDIT:  I redid the compression in a more accurate manner and got the following results:
    7zip compress: 19:41
    Bzip2 compress: 8:56
    Gzip compress: 3:00
    One caveat:  Approximately half of 7zip's time was spent on acroread.  On all other files, it was approximately as fast as bzip2, and (by my perception) a little bit quicker on xorg.
    Later, I decompressed all of them in sequence, yielding these times (much more accurate):
    7zip decompress: 1:23
    Bzip2 decompress: 2:37
    Gzip decompress: 34 seconds
    Here are the comparative sizes of the compressed files grouped by compression format.  The percentages refer to the compressed archive's size compared to the tar it compressed.  The overall percentages refer to the commulative sizes of the compressed archives compared to the commulative sizes of the tarfiles.  Smaller percentages equal smaller files.
    tar/:
    total 241176 (100% tar size)
    128337 xorg-11R6.8.2-2.pkg.tar
    96814 acroread-7.0.0-1.pkg.tar
    4957 gecko-sdk-1.7.3-1.pkg.tar
    4857 xpdf-3.00-7.pkg.tar
    2715 openldap-2.2.24-1.pkg.tar
    953 lame-3.96.1-2.pkg.tar
    541 gtk-smooth-engine-0.5.8-3.pkg.tar
    533 hal-0.4.7-1.pkg.tar
    400 mtools-3.9.9-2.pkg.tar
    312 mrxvt-0.4.0-1.pkg.tar
    232 zlib-1.2.2-1.pkg.tar
    160 zip-2.3-3.pkg.tar
    152 hotplug-2004_09_23-4.pkg.tar
    112 fakeroot-1.2.2-2.pkg.tar
    60 sdl_ttf-2.0.6-2.pkg.tar
    32 xmms-cdparanoia-0.1-1.pkg.tar
    12 mozilla-common-1.0-2.pkg.tar
    gz/:
    total 105104 (43% tar size)
    60627 xorg-11R6.8.2-2.pkg.tar.gz (47%)
    39194 acroread-7.0.0-1.pkg.tar.gz (40%)
    1886 xpdf-3.00-7.pkg.tar.gz (39%)
    1057 openldap-2.2.24-1.pkg.tar.gz (39%)
    973 gecko-sdk-1.7.3-1.pkg.tar.gz (19%)
    440 lame-3.96.1-2.pkg.tar.gz (46%)
    180 mtools-3.9.9-2.pkg.tar.gz (45%)
    176 hal-0.4.7-1.pkg.tar.gz (33%)
    156 gtk-smooth-engine-0.5.8-3.pkg.tar.gz (29%)
    140 mrxvt-0.4.0-1.pkg.tar.gz (45%)
    92 zlib-1.2.2-1.pkg.tar.gz (40%)
    68 zip-2.3-3.pkg.tar.gz (43%)
    48 fakeroot-1.2.2-2.pkg.tar.gz (43%)
    32 hotplug-2004_09_23-4.pkg.tar.gz (21%)
    20 sdl_ttf-2.0.6-2.pkg.tar.gz (33%)
    12 xmms-cdparanoia-0.1-1.pkg.tar.gz (38%)
    4 mozilla-common-1.0-2.pkg.tar.gz (33%)
    bz2/:
    total 100035 (41% tar size)
    58285 xorg-11R6.8.2-2.pkg.tar.bz2 (45%)
    37108 acroread-7.0.0-1.pkg.tar.bz2 (38%)
    1694 xpdf-3.00-7.pkg.tar.bz2 (35%)
    949 openldap-2.2.24-1.pkg.tar.bz2 (35%)
    817 gecko-sdk-1.7.3-1.pkg.tar.bz2 (16%)
    316 lame-3.96.1-2.pkg.tar.bz2 (33%)
    176 mtools-3.9.9-2.pkg.tar.bz2 (44%)
    160 hal-0.4.7-1.pkg.tar.bz2 (30%)
    140 gtk-smooth-engine-0.5.8-3.pkg.tar.bz2 (26%)
    136 mrxvt-0.4.0-1.pkg.tar.bz2 (44%)
    76 zlib-1.2.2-1.pkg.tar.bz2 (33%)
    68 zip-2.3-3.pkg.tar.bz2 (43%)
    48 fakeroot-1.2.2-2.pkg.tar.bz2 (43%)
    28 hotplug-2004_09_23-4.pkg.tar.bz2 (18%)
    20 sdl_ttf-2.0.6-2.pkg.tar.bz2 (33%)
    12 xmms-cdparanoia-0.1-1.pkg.tar.bz2 (38%)
    4 mozilla-common-1.0-2.pkg.tar.bz2 (33%)
    7z/:
    total 80277 (33% tar size)
    47971 xorg-11R6.8.2-2.pkg.tar.7z (37%)
    29369 acroread-7.0.0-1.pkg.tar.7z (30%)
    709 openldap-2.2.24-1.pkg.tar.7z (26%)
    697 gecko-sdk-1.7.3-1.pkg.tar.7z (14%)
    553 xpdf-3.00-7.pkg.tar.7z (11%) (I double checked this one)
    232 lame-3.96.1-2.pkg.tar.7z (24%)
    160 mtools-3.9.9-2.pkg.tar.7z (40%)
    140 hal-0.4.7-1.pkg.tar.7z (26%)
    120 mrxvt-0.4.0-1.pkg.tar.7z (38%)
    112 gtk-smooth-engine-0.5.8-3.pkg.tar.7z (21%)
    60 zlib-1.2.2-1.pkg.tar.7z (26%)
    60 zip-2.3-3.pkg.tar.7z (38%)
    40 fakeroot-1.2.2-2.pkg.tar.7z (33%)
    28 hotplug-2004_09_23-4.pkg.tar.7z (18%)
    16 sdl_ttf-2.0.6-2.pkg.tar.7z (27%)
    8 xmms-cdparanoia-0.1-1.pkg.tar.7z (25%)
    4 mozilla-common-1.0-2.pkg.tar.7z (33%)
    Overall, you can tell that 7zip files are consistantly much smaller than gzip or bzip2, albeit taking much longer to compress.  It should be noted again that 7zips long compression time on acroread may be atypical, and that in a grander scheme it would be more comparable to bzip2 in speed.  Unlike bzip2, which compressed files just a few percentages smaller than gzip, 7zip was much more effective at compressing at significantly smaller sizes.  In the longer run, if 7zip and p7zip continue to increase compression and decompression speed, it might become a viable alternative to gzip.

    I redid the test with a larger/more diversified package set.  For the sake of brevity, I'll put the interesting info at the beginning:
    Here are the times:
    7zcompress: 53:08
    bz2compress: 23:26
    gzcompress: 8:07
    7zdecompress: 3:01
    bz2decompress: 5:54
    gzdecompress: 1:14
    Here are the commulative size comparisons of the formats with percentages refering to their size vis-a-vis the original tarfile (see below for details:
    Cummulative tar size: 673329
    gzip: 251219 (37%)
    bzip2: 223803 (33%)
    7zip: 183214 (27%)
    Conclusions:
    It appears the compression latencies seen with acroread previously are pretty consistent and not just a fluke.  On the other end, 7zip this time appears to be a bit faster in decompression in relation to bzip2 than the previous round.  Moreover, although 7zip generates archives that are significantly smaller than their gzip and bzip2 equivalents, this round reveals a smaller margin of difference between bzip2 archives and 7zip archives.  In general, all three formats yielded better compression sizes than in the previous round.  7zip looks like a promising compression utility, especially if it can cut down on the compression time, which appears comparatively abhorrent on my celeron1 450mhz.
    Here's the list of the original tar files:
    total 673329
    128337 xorg-11R6.8.2-2.pkg.tar
    128017 tetex-3.0-1.pkg.tar
    85123 j2re-1.5.0_01-1.pkg.tar
    34654 python-2.4.1-1.pkg.tar
    31271 perl-5.8.6-2.pkg.tar
    10883 ruby-1.8.2-3.pkg.tar
    10282 vim-6.3-4.pkg.tar
    9349 xine-lib-1.0-1.pkg.tar
    9089 foomatic-2.0.3-2.pkg.tar
    6959 perl-tk-804.027-1.pkg.tar
    6839 db-4.3.27-2.pkg.tar
    6787 ted-2.17-1.pkg.tar
    6558 ncurses-5.4-2.pkg.tar
    6498 ding-1.3-3.pkg.tar
    6238 binutils-2.15-1.pkg.tar
    6026 xfwm4-themes-4.2.1-1.pkg.tar
    5557 xfce4-icon-theme-4.2.1-1.pkg.tar
    5285 xmms-1.2.10-3.pkg.tar
    5097 tcl-8.4.9-1.pkg.tar
    4897 lesstif-0.94.0-1.pkg.tar
    4857 xpdf-3.00-7.pkg.tar
    4805 xmms-skins-0.3-1.pkg.tar
    4404 libgphoto2-2.1.5-1.pkg.tar
    4264 pygtk-2.6.1-1.pkg.tar
    4076 libxml2-2.6.19-1.pkg.tar
    3864 ttf-ms-fonts-1.3-6.pkg.tar
    3704 bmp-0.9.7-1.pkg.tar
    3636 tk-8.4.9-1.pkg.tar
    3624 doxygen-1.4.1-1.pkg.tar
    3596 heimdal-0.6.3-3.pkg.tar
    3415 fortune-mod-9708-1.pkg.tar
    3323 xfdesktop-4.2.1-1.pkg.tar
    3295 xffm-4.2.0-1.pkg.tar
    3143 pan-0.14.2.91-2.pkg.tar
    2715 libvorbis-1.1.0-1.pkg.tar
    2663 xine-ui-0.99.3-2.pkg.tar
    2603 vte-0.11.11-4.pkg.tar
    2462 flac-1.1.2-2.pkg.tar
    2414 freetype2-2.1.9-2.pkg.tar
    2402 xfwm4-4.2.1-1.pkg.tar
    2362 libxfcegui4-4.2.1-1.pkg.tar
    2242 libtool-1.5.14-1.pkg.tar
    2062 flashplugin-7.0.25.0-1.pkg.tar
    2062 nedit-5.5-1.pkg.tar
    2054 pango-1.8.1-1.pkg.tar
    2034 dbus-0.23.2-3.pkg.tar
    1914 hwd-4.1.2-1.pkg.tar
    1902 xfce4-session-4.2.1-1.pkg.tar
    1874 hpijs-1.7.1-1.pkg.tar
    1762 xfce4-artwork-0.0.4-1.pkg.tar
    1522 fftw-3.0.1-2.pkg.tar
    1514 t1lib-5.0.2-1.pkg.tar
    1473 jasper-1.701.0-1.pkg.tar
    1473 lincity-1.12.1-1.pkg.tar
    1453 file-4.13-1.pkg.tar
    1421 tunepimp-0.3.0-3.pkg.tar
    1321 libtiff-3.7.2-1.pkg.tar
    1281 divx4linux-5.10-3.pkg.tar
    1261 lynx-2.8.5-2.pkg.tar
    1213 libmng-1.0.9-1.pkg.tar
    1193 lftp-3.1.2-1.pkg.tar
    1193 xfce4-wavelan-plugin-0.4.1-1.pkg.tar
    1173 pilot-link-0.11.8-3.pkg.tar
    1013 prelink-20041123-1.pkg.tar
    993 lm_sensors-2.9.1-1.pkg.tar
    973 tar-1.15.1-1.pkg.tar
    973 xfce-utils-4.2.1-1.pkg.tar
    973 xfce4-panel-4.2.1.1-1.pkg.tar
    961 libxslt-1.1.14-1.pkg.tar
    961 pam-0.79-1.pkg.tar
    953 lame-3.96.1-2.pkg.tar
    953 libgsf-1.11.1-2.pkg.tar
    941 reiserfsprogs-3.6.19-1.pkg.tar
    921 libpng-1.2.8-1.pkg.tar
    913 pacman-2.9.5-1.pkg.tar
    881 libgcrypt-1.2.1-1.pkg.tar
    853 jack-audio-connection-kit-0.99.0-2.pkg.tar
    833 faad2-devel-2.0.cvs20040915-1.pkg.tar
    833 libsndfile-1.0.11-1.pkg.tar
    813 bash-3.0-6.pkg.tar
    813 timidity++-2.13.0-1.pkg.tar
    801 nano-1.2.4-3.pkg.tar
    781 xfce-mcs-plugins-4.2.1-1.pkg.tar
    773 libcroco-0.6.0-2.pkg.tar
    741 fontconfig-2.3.1-1.pkg.tar
    741 xfprint-4.2.1-2.pkg.tar
    733 libmikmod-3.1.11-1.pkg.tar
    701 bison-2.0-1.pkg.tar
    693 librsvg-2.9.5-1.pkg.tar
    693 taglib-1.3.1-1.pkg.tar
    653 ppp-2.4.3-1.pkg.tar
    653 tidyhtml-20040308-1.pkg.tar
    641 faad2-2.0-5.pkg.tar
    633 readline-5.0-3.pkg.tar
    621 lcms-1.14-1.pkg.tar
    593 lua-5.0.2-1.pkg.tar
    581 xfce4-weather-plugin-0.4.1-1.pkg.tar
    561 libidn-0.5.15-1.pkg.tar
    541 findutils-4.2.20-1.pkg.tar
    533 hal-0.4.7-1.pkg.tar
    513 foomatic-db-engine-3.0.1-1.pkg.tar
    513 libmal-0.40-1.pkg.tar
    501 libxfce4util-4.2.1-1.pkg.tar
    501 perlxml-2.34-3.pkg.tar
    493 pornview-0.1.5-2.pkg.tar
    493 vorbis-tools-1.0.1-5.pkg.tar
    481 rar-3.4.1-1.pkg.tar
    473 libglade-2.5.1-1.pkg.tar
    473 libjpeg-6b-3.pkg.tar
    452 libksba-0.9.9-1.pkg.tar
    440 flex-2.5.31-2.pkg.tar
    440 libungif-4.1.3-1.pkg.tar
    432 libidl2-0.8.5-1.pkg.tar
    420 libexif-0.6.9-1.pkg.tar
    420 xfce4-mixer-4.2.0-1.pkg.tar
    412 libidl-0.6.8-1.pkg.tar
    400 docbook-xml-4.1.2-2.pkg.tar
    400 raptor-1.3.1-1.pkg.tar
    392 libpcap-0.8.3-1.pkg.tar
    380 freetype1-1.3.1-2.pkg.tar
    372 feh-1.2.9-1.pkg.tar
    372 nasm-0.98.39-1.pkg.tar
    372 net-tools-1.60-9.pkg.tar
    360 procps-3.2.5-1.pkg.tar
    352 pciutils-2.1.11-3.pkg.tar
    332 libart-lgpl-2.3.17-1.pkg.tar
    332 pcre-5.0-1.pkg.tar
    300 libtheora-1.0alpha4-1.pkg.tar
    292 xfce-mcs-manager-4.2.1-1.pkg.tar
    272 libelf-0.8.5-1.pkg.tar
    260 ripperx-2.6.4-1.pkg.tar
    252 libsamplerate-0.1.2-1.pkg.tar
    252 pth-2.0.3-1.pkg.tar
    252 xfcalendar-4.2.0-1.pkg.tar
    240 fam-2.7.0-3.pkg.tar
    240 pinentry-0.7.1-1.pkg.tar
    232 libxfce4mcs-4.2.1-1.pkg.tar
    232 lilo-22.7-1.pkg.tar
    232 lzo-1.08-1.pkg.tar
    232 psutils-p17-3.pkg.tar
    232 xfce4-appfinder-4.2.1-1.pkg.tar
    232 xfce4-iconbox-4.2.0-1.pkg.tar
    232 zlib-1.2.2-1.pkg.tar
    220 foomatic-filters-3.0.1-2.pkg.tar
    220 libmad-0.15.1b-1.pkg.tar
    220 xfce4-toys-4.2.1-1.pkg.tar
    212 libtasn1-0.2.13-1.pkg.tar
    200 bzip2-1.0.3-1.pkg.tar
    200 fribidi-0.10.4-1.pkg.tar
    200 normalize-0.7.6-1.pkg.tar
    200 rdesktop-1.3.1-3.pkg.tar
    192 libcdaudio-0.99.10-1.pkg.tar
    192 libid3tag-0.15.1b-1.pkg.tar
    180 dvd+rw-tools-5.21.4.10.8-2.pkg.tar
    180 faac-1.24-1.pkg.tar
    180 libieee1284-0.2.8-1.pkg.tar
    180 libtar-1.2.11-2.pkg.tar
    180 psmisc-21.6-1.pkg.tar
    172 tcp_wrappers-7.6-6.pkg.tar
    160 xfce4-trigger-launcher-4.2.1-1.pkg.tar
    160 zip-2.3-3.pkg.tar
    152 dirmngr-0.5.6-1.pkg.tar
    152 hotplug-2004_09_23-4.pkg.tar
    152 less-382-2.pkg.tar
    152 rxvt-2.6.4-2.pkg.tar
    152 xfce4-xkb-plugin-0.3.2-2.pkg.tar
    140 libraw1394-1.1.0-1.pkg.tar
    140 ratpoison-1.3.0-2.pkg.tar
    132 namcap-1.5.2.1-2.pkg.tar
    120 bin86-0.16.16-1.pkg.tar
    120 dialog-1.0-3.pkg.tar
    120 tpctl-4.15-1.pkg.tar
    120 xfce4-notes-plugin-0.10.0-1.pkg.tar
    112 desktop-file-utils-0.10-1.pkg.tar
    112 fakeroot-1.2.2-2.pkg.tar
    112 libgpg-error-1.0-1.pkg.tar
    112 pkgconfig-0.16.0-1.pkg.tar
    100 ladspa-1.12-2.pkg.tar
    100 xfce4-netload-plugin-0.3.1-1.pkg.tar
    92 libao-0.8.6-1.pkg.tar
    92 liblrdf-0.3.7-1.pkg.tar
    92 libusb-0.1.8-5.pkg.tar
    92 lzop-1.01-3.pkg.tar
    92 pmount-0.6-1.pkg.tar
    92 xfce4-systemload-plugin-0.3.6-1.pkg.tar
    80 libassuan-0.6.7-1.pkg.tar
    80 libmusepack-1.0.3.1-2.pkg.tar
    80 xfce4-battery-plugin-0.2.0-3.pkg.tar
    80 xfce4-fsguard-plugin-0.2.0-2.pkg.tar
    72 dbh-1.0.24-1.pkg.tar
    72 libcap-1.10-1.pkg.tar
    72 libogg-1.1.2-1.pkg.tar
    72 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar
    72 xfce4-diskperf-plugin-1.5-2.pkg.tar
    60 devfsd-1.3.25-4.pkg.tar
    60 filesystem-0.7-5.pkg.tar
    60 xfce4-sensors-plugin-0.3.0-1.pkg.tar
    60 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar
    60 xmms-mad-0.7-1.pkg.tar
    60 xmms-musepack-1.1.1-2.pkg.tar
    52 dcron-2.9-2.pkg.tar
    52 dhcpcd-1.3.22pl4-4.pkg.tar
    52 portmap-5beta-9.pkg.tar
    52 xfce4-datetime-plugin-0.3.1-2.pkg.tar
    52 xfce4-windowlist-plugin-0.1.0-2.pkg.tar
    40 xfce4-minicmd-plugin-0.3.0-1.pkg.tar
    40 xfce4-taskbar-plugin-0.2.2-1.pkg.tar
    40 xfce4-xmms-plugin-0.1.1-2.pkg.tar
    32 xfce4-clipman-plugin-0.4.1-2.pkg.tar
    32 xfce4-systray-4.2.1-1.pkg.tar
    32 xmms-cdparanoia-0.1-1.pkg.tar
    20 netselect-0.3-1.pkg.tar
    20 rpm2targz-9.0-s1.pkg.tar
    12 rpmunpack-0-1.pkg.tar
    And here are the sizes, without individual package percentages this time (see above for tar sizes):
    gzip:
    total 251219 (37% of the total size of the tarfiles)
    60627 xorg-11R6.8.2-2.pkg.tar.gz
    43298 tetex-3.0-1.pkg.tar.gz
    29881 j2re-1.5.0_01-1.pkg.tar.gz
    11920 perl-5.8.6-2.pkg.tar.gz
    10170 python-2.4.1-1.pkg.tar.gz
    4560 xmms-skins-0.3-1.pkg.tar.gz
    3972 xine-lib-1.0-1.pkg.tar.gz
    3383 ttf-ms-fonts-1.3-6.pkg.tar.gz
    3019 vim-6.3-4.pkg.tar.gz
    2691 db-4.3.27-2.pkg.tar.gz
    2474 ruby-1.8.2-3.pkg.tar.gz
    2442 binutils-2.15-1.pkg.tar.gz
    2374 perl-tk-804.027-1.pkg.tar.gz
    2266 xfdesktop-4.2.1-1.pkg.tar.gz
    2210 ted-2.17-1.pkg.tar.gz
    1986 ding-1.3-3.pkg.tar.gz
    1906 xffm-4.2.0-1.pkg.tar.gz
    1902 xmms-1.2.10-3.pkg.tar.gz
    1886 xpdf-3.00-7.pkg.tar.gz
    1734 xfce4-artwork-0.0.4-1.pkg.tar.gz
    1722 lesstif-0.94.0-1.pkg.tar.gz
    1710 tcl-8.4.9-1.pkg.tar.gz
    1574 ncurses-5.4-2.pkg.tar.gz
    1566 xine-ui-0.99.3-2.pkg.tar.gz
    1429 fortune-mod-9708-1.pkg.tar.gz
    1409 xfce4-icon-theme-4.2.1-1.pkg.tar.gz
    1409 libxml2-2.6.19-1.pkg.tar.gz
    1373 tk-8.4.9-1.pkg.tar.gz
    1373 hpijs-1.7.1-1.pkg.tar.gz
    1333 libgphoto2-2.1.5-1.pkg.tar.gz
    1309 doxygen-1.4.1-1.pkg.tar.gz
    1249 heimdal-0.6.3-3.pkg.tar.gz
    1117 pygtk-2.6.1-1.pkg.tar.gz
    1117 pan-0.14.2.91-2.pkg.tar.gz
    1065 vte-0.11.11-4.pkg.tar.gz
    1001 xfce4-session-4.2.1-1.pkg.tar.gz
    965 bmp-0.9.7-1.pkg.tar.gz
    961 flashplugin-7.0.25.0-1.pkg.tar.gz
    829 t1lib-5.0.2-1.pkg.tar.gz
    817 nedit-5.5-1.pkg.tar.gz
    753 foomatic-2.0.3-2.pkg.tar.gz
    677 dbus-0.23.2-3.pkg.tar.gz
    665 freetype2-2.1.9-2.pkg.tar.gz
    657 flac-1.1.2-2.pkg.tar.gz
    629 jasper-1.701.0-1.pkg.tar.gz
    577 xfwm4-4.2.1-1.pkg.tar.gz
    577 lynx-2.8.5-2.pkg.tar.gz
    553 fftw-3.0.1-2.pkg.tar.gz
    545 libxfcegui4-4.2.1-1.pkg.tar.gz
    541 xfwm4-themes-4.2.1-1.pkg.tar.gz
    521 libtool-1.5.14-1.pkg.tar.gz
    505 lftp-3.1.2-1.pkg.tar.gz
    501 libtiff-3.7.2-1.pkg.tar.gz
    485 tunepimp-0.3.0-3.pkg.tar.gz
    456 prelink-20041123-1.pkg.tar.gz
    456 pango-1.8.1-1.pkg.tar.gz
    452 libvorbis-1.1.0-1.pkg.tar.gz
    444 reiserfsprogs-3.6.19-1.pkg.tar.gz
    440 lame-3.96.1-2.pkg.tar.gz
    432 faad2-devel-2.0.cvs20040915-1.pkg.tar.gz
    428 pilot-link-0.11.8-3.pkg.tar.gz
    404 hwd-4.1.2-1.pkg.tar.gz
    400 divx4linux-5.10-3.pkg.tar.gz
    400 pacman-2.9.5-1.pkg.tar.gz
    388 bash-3.0-6.pkg.tar.gz
    388 xfce4-panel-4.2.1.1-1.pkg.tar.gz
    388 libmng-1.0.9-1.pkg.tar.gz
    380 lincity-1.12.1-1.pkg.tar.gz
    376 libgcrypt-1.2.1-1.pkg.tar.gz
    376 timidity++-2.13.0-1.pkg.tar.gz
    364 libpng-1.2.8-1.pkg.tar.gz
    340 xfce4-weather-plugin-0.4.1-1.pkg.tar.gz
    336 tar-1.15.1-1.pkg.tar.gz
    336 pam-0.79-1.pkg.tar.gz
    336 libxslt-1.1.14-1.pkg.tar.gz
    332 faad2-2.0-5.pkg.tar.gz
    320 xfce-utils-4.2.1-1.pkg.tar.gz
    308 xfprint-4.2.1-2.pkg.tar.gz
    304 fontconfig-2.3.1-1.pkg.tar.gz
    300 libsndfile-1.0.11-1.pkg.tar.gz
    296 xfce-mcs-plugins-4.2.1-1.pkg.tar.gz
    280 xfce4-wavelan-plugin-0.4.1-1.pkg.tar.gz
    280 nano-1.2.4-3.pkg.tar.gz
    276 ppp-2.4.3-1.pkg.tar.gz
    272 file-4.13-1.pkg.tar.gz
    268 libmikmod-3.1.11-1.pkg.tar.gz
    252 lm_sensors-2.9.1-1.pkg.tar.gz
    248 lua-5.0.2-1.pkg.tar.gz
    248 readline-5.0-3.pkg.tar.gz
    248 librsvg-2.9.5-1.pkg.tar.gz
    244 feh-1.2.9-1.pkg.tar.gz
    244 rar-3.4.1-1.pkg.tar.gz
    240 tidyhtml-20040308-1.pkg.tar.gz
    236 lcms-1.14-1.pkg.tar.gz
    232 libcroco-0.6.0-2.pkg.tar.gz
    228 perlxml-2.34-3.pkg.tar.gz
    212 libgsf-1.11.1-2.pkg.tar.gz
    212 libsamplerate-0.1.2-1.pkg.tar.gz
    208 bison-2.0-1.pkg.tar.gz
    200 libjpeg-6b-3.pkg.tar.gz
    196 pornview-0.1.5-2.pkg.tar.gz
    188 jack-audio-connection-kit-0.99.0-2.pkg.tar.gz
    188 libidn-0.5.15-1.pkg.tar.gz
    180 taglib-1.3.1-1.pkg.tar.gz
    176 hal-0.4.7-1.pkg.tar.gz
    176 procps-3.2.5-1.pkg.tar.gz
    176 vorbis-tools-1.0.1-5.pkg.tar.gz
    176 libksba-0.9.9-1.pkg.tar.gz
    164 pcre-5.0-1.pkg.tar.gz
    160 findutils-4.2.20-1.pkg.tar.gz
    156 net-tools-1.60-9.pkg.tar.gz
    156 libidl2-0.8.5-1.pkg.tar.gz
    156 libpcap-0.8.3-1.pkg.tar.gz
    148 libmal-0.40-1.pkg.tar.gz
    144 nasm-0.98.39-1.pkg.tar.gz
    144 xfce-mcs-manager-4.2.1-1.pkg.tar.gz
    144 raptor-1.3.1-1.pkg.tar.gz
    140 foomatic-db-engine-3.0.1-1.pkg.tar.gz
    140 libidl-0.6.8-1.pkg.tar.gz
    136 flex-2.5.31-2.pkg.tar.gz
    132 libexif-0.6.9-1.pkg.tar.gz
    132 libmad-0.15.1b-1.pkg.tar.gz
    128 libtheora-1.0alpha4-1.pkg.tar.gz
    128 libungif-4.1.3-1.pkg.tar.gz
    128 xfce4-mixer-4.2.0-1.pkg.tar.gz
    124 libglade-2.5.1-1.pkg.tar.gz
    120 pciutils-2.1.11-3.pkg.tar.gz
    116 freetype1-1.3.1-2.pkg.tar.gz
    112 pth-2.0.3-1.pkg.tar.gz
    112 lilo-22.7-1.pkg.tar.gz
    108 libxfce4util-4.2.1-1.pkg.tar.gz
    108 libart-lgpl-2.3.17-1.pkg.tar.gz
    104 pinentry-0.7.1-1.pkg.tar.gz
    104 xfce4-appfinder-4.2.1-1.pkg.tar.gz
    96 normalize-0.7.6-1.pkg.tar.gz
    96 ripperx-2.6.4-1.pkg.tar.gz
    92 libtasn1-0.2.13-1.pkg.tar.gz
    92 zlib-1.2.2-1.pkg.tar.gz
    88 fam-2.7.0-3.pkg.tar.gz
    80 faac-1.24-1.pkg.tar.gz
    80 libelf-0.8.5-1.pkg.tar.gz
    80 bzip2-1.0.3-1.pkg.tar.gz
    80 less-382-2.pkg.tar.gz
    76 dvd+rw-tools-5.21.4.10.8-2.pkg.tar.gz
    72 libid3tag-0.15.1b-1.pkg.tar.gz
    72 libcdaudio-0.99.10-1.pkg.tar.gz
    68 zip-2.3-3.pkg.tar.gz
    64 dirmngr-0.5.6-1.pkg.tar.gz
    64 libieee1284-0.2.8-1.pkg.tar.gz
    64 tcp_wrappers-7.6-6.pkg.tar.gz
    64 docbook-xml-4.1.2-2.pkg.tar.gz
    60 dialog-1.0-3.pkg.tar.gz
    60 rxvt-2.6.4-2.pkg.tar.gz
    60 rdesktop-1.3.1-3.pkg.tar.gz
    60 xfcalendar-4.2.0-1.pkg.tar.gz
    60 psutils-p17-3.pkg.tar.gz
    56 foomatic-filters-3.0.1-2.pkg.tar.gz
    56 ratpoison-1.3.0-2.pkg.tar.gz
    56 bin86-0.16.16-1.pkg.tar.gz
    52 xfce4-iconbox-4.2.0-1.pkg.tar.gz
    52 fribidi-0.10.4-1.pkg.tar.gz
    48 fakeroot-1.2.2-2.pkg.tar.gz
    48 desktop-file-utils-0.10-1.pkg.tar.gz
    48 pkgconfig-0.16.0-1.pkg.tar.gz
    48 lzo-1.08-1.pkg.tar.gz
    48 xfce4-toys-4.2.1-1.pkg.tar.gz
    48 psmisc-21.6-1.pkg.tar.gz
    48 libxfce4mcs-4.2.1-1.pkg.tar.gz
    48 xfce4-xkb-plugin-0.3.2-2.pkg.tar.gz
    44 tpctl-4.15-1.pkg.tar.gz
    44 lzop-1.01-3.pkg.tar.gz
    44 libtar-1.2.11-2.pkg.tar.gz
    40 libraw1394-1.1.0-1.pkg.tar.gz
    32 ladspa-1.12-2.pkg.tar.gz
    32 hotplug-2004_09_23-4.pkg.tar.gz
    32 xfce4-netload-plugin-0.3.1-1.pkg.tar.gz
    32 libgpg-error-1.0-1.pkg.tar.gz
    32 xfce4-notes-plugin-0.10.0-1.pkg.tar.gz
    28 libmusepack-1.0.3.1-2.pkg.tar.gz
    28 devfsd-1.3.25-4.pkg.tar.gz
    28 liblrdf-0.3.7-1.pkg.tar.gz
    28 xfce4-battery-plugin-0.2.0-3.pkg.tar.gz
    28 pmount-0.6-1.pkg.tar.gz
    28 xfce4-trigger-launcher-4.2.1-1.pkg.tar.gz
    28 xmms-musepack-1.1.1-2.pkg.tar.gz
    28 libassuan-0.6.7-1.pkg.tar.gz
    28 xfce4-diskperf-plugin-1.5-2.pkg.tar.gz
    28 dbh-1.0.24-1.pkg.tar.gz
    28 xfce4-systemload-plugin-0.3.6-1.pkg.tar.gz
    24 libao-0.8.6-1.pkg.tar.gz
    24 namcap-1.5.2.1-2.pkg.tar.gz
    24 xmms-mad-0.7-1.pkg.tar.gz
    24 libusb-0.1.8-5.pkg.tar.gz
    24 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar.gz
    20 dhcpcd-1.3.22pl4-4.pkg.tar.gz
    20 libogg-1.1.2-1.pkg.tar.gz
    20 libcap-1.10-1.pkg.tar.gz
    20 xfce4-sensors-plugin-0.3.0-1.pkg.tar.gz
    20 portmap-5beta-9.pkg.tar.gz
    20 xfce4-fsguard-plugin-0.2.0-2.pkg.tar.gz
    16 dcron-2.9-2.pkg.tar.gz
    16 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar.gz
    16 xfce4-windowlist-plugin-0.1.0-2.pkg.tar.gz
    16 xfce4-datetime-plugin-0.3.1-2.pkg.tar.gz
    12 xfce4-taskbar-plugin-0.2.2-1.pkg.tar.gz
    12 xfce4-minicmd-plugin-0.3.0-1.pkg.tar.gz
    12 xfce4-clipman-plugin-0.4.1-2.pkg.tar.gz
    12 xmms-cdparanoia-0.1-1.pkg.tar.gz
    8 netselect-0.3-1.pkg.tar.gz
    8 xfce4-xmms-plugin-0.1.1-2.pkg.tar.gz
    8 xfce4-systray-4.2.1-1.pkg.tar.gz
    4 rpm2targz-9.0-s1.pkg.tar.gz
    4 filesystem-0.7-5.pkg.tar.gz
    4 rpmunpack-0-1.pkg.tar.gz
    bzip2:
    total 223803 (33% of total tar file size)
    58285 xorg-11R6.8.2-2.pkg.tar.bz2
    37961 tetex-3.0-1.pkg.tar.bz2
    25245 j2re-1.5.0_01-1.pkg.tar.bz2
    10815 perl-5.8.6-2.pkg.tar.bz2
    8048 python-2.4.1-1.pkg.tar.bz2
    4621 xmms-skins-0.3-1.pkg.tar.bz2
    3988 xine-lib-1.0-1.pkg.tar.bz2
    3259 ttf-ms-fonts-1.3-6.pkg.tar.bz2
    2571 vim-6.3-4.pkg.tar.bz2
    2246 xfdesktop-4.2.1-1.pkg.tar.bz2
    2230 db-4.3.27-2.pkg.tar.bz2
    2142 ruby-1.8.2-3.pkg.tar.bz2
    2106 perl-tk-804.027-1.pkg.tar.bz2
    1970 ted-2.17-1.pkg.tar.bz2
    1958 binutils-2.15-1.pkg.tar.bz2
    1782 xffm-4.2.0-1.pkg.tar.bz2
    1746 ding-1.3-3.pkg.tar.bz2
    1738 xfce4-artwork-0.0.4-1.pkg.tar.bz2
    1694 xpdf-3.00-7.pkg.tar.bz2
    1546 lesstif-0.94.0-1.pkg.tar.bz2
    1518 xine-ui-0.99.3-2.pkg.tar.bz2
    1369 ncurses-5.4-2.pkg.tar.bz2
    1353 tcl-8.4.9-1.pkg.tar.bz2
    1317 xmms-1.2.10-3.pkg.tar.bz2
    1269 doxygen-1.4.1-1.pkg.tar.bz2
    1249 libxml2-2.6.19-1.pkg.tar.bz2
    1249 tk-8.4.9-1.pkg.tar.bz2
    1165 xfce4-icon-theme-4.2.1-1.pkg.tar.bz2
    1161 fortune-mod-9708-1.pkg.tar.bz2
    1121 hpijs-1.7.1-1.pkg.tar.bz2
    1073 heimdal-0.6.3-3.pkg.tar.bz2
    1001 libgphoto2-2.1.5-1.pkg.tar.bz2
    945 vte-0.11.11-4.pkg.tar.bz2
    929 flashplugin-7.0.25.0-1.pkg.tar.bz2
    905 pygtk-2.6.1-1.pkg.tar.bz2
    897 xfce4-session-4.2.1-1.pkg.tar.bz2
    849 pan-0.14.2.91-2.pkg.tar.bz2
    813 t1lib-5.0.2-1.pkg.tar.bz2
    769 bmp-0.9.7-1.pkg.tar.bz2
    761 nedit-5.5-1.pkg.tar.bz2
    597 dbus-0.23.2-3.pkg.tar.bz2
    557 freetype2-2.1.9-2.pkg.tar.bz2
    545 lynx-2.8.5-2.pkg.tar.bz2
    529 xfwm4-4.2.1-1.pkg.tar.bz2
    509 flac-1.1.2-2.pkg.tar.bz2
    452 lftp-3.1.2-1.pkg.tar.bz2
    440 tunepimp-0.3.0-3.pkg.tar.bz2
    428 libtiff-3.7.2-1.pkg.tar.bz2
    420 libxfcegui4-4.2.1-1.pkg.tar.bz2
    416 foomatic-2.0.3-2.pkg.tar.bz2
    404 prelink-20041123-1.pkg.tar.bz2
    400 fftw-3.0.1-2.pkg.tar.bz2
    396 divx4linux-5.10-3.pkg.tar.bz2
    396 pilot-link-0.11.8-3.pkg.tar.bz2
    388 lincity-1.12.1-1.pkg.tar.bz2
    380 xfce4-panel-4.2.1.1-1.pkg.tar.bz2
    380 timidity++-2.13.0-1.pkg.tar.bz2
    368 pango-1.8.1-1.pkg.tar.bz2
    368 xfwm4-themes-4.2.1-1.pkg.tar.bz2
    364 libvorbis-1.1.0-1.pkg.tar.bz2
    360 pacman-2.9.5-1.pkg.tar.bz2
    356 jasper-1.701.0-1.pkg.tar.bz2
    352 hwd-4.1.2-1.pkg.tar.bz2
    340 bash-3.0-6.pkg.tar.bz2
    336 libtool-1.5.14-1.pkg.tar.bz2
    332 faad2-devel-2.0.cvs20040915-1.pkg.tar.bz2
    316 lame-3.96.1-2.pkg.tar.bz2
    316 libmng-1.0.9-1.pkg.tar.bz2
    304 xfce4-weather-plugin-0.4.1-1.pkg.tar.bz2
    300 xfce-utils-4.2.1-1.pkg.tar.bz2
    296 xfprint-4.2.1-2.pkg.tar.bz2
    288 pam-0.79-1.pkg.tar.bz2
    280 xfce-mcs-plugins-4.2.1-1.pkg.tar.bz2
    276 libgcrypt-1.2.1-1.pkg.tar.bz2
    276 libxslt-1.1.14-1.pkg.tar.bz2
    276 libpng-1.2.8-1.pkg.tar.bz2
    272 faad2-2.0-5.pkg.tar.bz2
    268 fontconfig-2.3.1-1.pkg.tar.bz2
    268 tar-1.15.1-1.pkg.tar.bz2
    264 ppp-2.4.3-1.pkg.tar.bz2
    260 reiserfsprogs-3.6.19-1.pkg.tar.bz2
    256 feh-1.2.9-1.pkg.tar.bz2
    248 libsndfile-1.0.11-1.pkg.tar.bz2
    244 libmikmod-3.1.11-1.pkg.tar.bz2
    232 lm_sensors-2.9.1-1.pkg.tar.bz2
    224 file-4.13-1.pkg.tar.bz2
    212 readline-5.0-3.pkg.tar.bz2
    208 librsvg-2.9.5-1.pkg.tar.bz2
    204 lcms-1.14-1.pkg.tar.bz2
    200 rar-3.4.1-1.pkg.tar.bz2
    196 nano-1.2.4-3.pkg.tar.bz2
    192 pornview-0.1.5-2.pkg.tar.bz2
    192 perlxml-2.34-3.pkg.tar.bz2
    192 libcroco-0.6.0-2.pkg.tar.bz2
    192 bison-2.0-1.pkg.tar.bz2
    176 tidyhtml-20040308-1.pkg.tar.bz2
    172 procps-3.2.5-1.pkg.tar.bz2
    168 libjpeg-6b-3.pkg.tar.bz2
    164 pcre-5.0-1.pkg.tar.bz2
    160 hal-0.4.7-1.pkg.tar.bz2
    160 libidn-0.5.15-1.pkg.tar.bz2
    160 libgsf-1.11.1-2.pkg.tar.bz2
    152 jack-audio-connection-kit-0.99.0-2.pkg.tar.bz2
    148 taglib-1.3.1-1.pkg.tar.bz2
    148 libksba-0.9.9-1.pkg.tar.bz2
    144 xfce-mcs-manager-4.2.1-1.pkg.tar.bz2
    144 libsamplerate-0.1.2-1.pkg.tar.bz2
    144 findutils-4.2.20-1.pkg.tar.bz2
    140 lua-5.0.2-1.pkg.tar.bz2
    140 nasm-0.98.39-1.pkg.tar.bz2
    140 libidl2-0.8.5-1.pkg.tar.bz2
    136 vorbis-tools-1.0.1-5.pkg.tar.bz2
    132 flex-2.5.31-2.pkg.tar.bz2
    128 libpcap-0.8.3-1.pkg.tar.bz2
    128 net-tools-1.60-9.pkg.tar.bz2
    124 foomatic-db-engine-3.0.1-1.pkg.tar.bz2
    124 raptor-1.3.1-1.pkg.tar.bz2
    124 libmal-0.40-1.pkg.tar.bz2
    124 libidl-0.6.8-1.pkg.tar.bz2
    116 lilo-22.7-1.pkg.tar.bz2
    112 xfce4-mixer-4.2.0-1.pkg.tar.bz2
    108 pciutils-2.1.11-3.pkg.tar.bz2
    108 pth-2.0.3-1.pkg.tar.bz2
    108 freetype1-1.3.1-2.pkg.tar.bz2
    108 libtheora-1.0alpha4-1.pkg.tar.bz2
    108 libungif-4.1.3-1.pkg.tar.bz2
    108 libexif-0.6.9-1.pkg.tar.bz2
    108 libglade-2.5.1-1.pkg.tar.bz2
    104 xfce4-appfinder-4.2.1-1.pkg.tar.bz2
    100 normalize-0.7.6-1.pkg.tar.bz2
    100 libmad-0.15.1b-1.pkg.tar.bz2
    96 ripperx-2.6.4-1.pkg.tar.bz2
    88 pinentry-0.7.1-1.pkg.tar.bz2
    88 libart-lgpl-2.3.17-1.pkg.tar.bz2
    84 libtasn1-0.2.13-1.pkg.tar.bz2
    84 libxfce4util-4.2.1-1.pkg.tar.bz2
    84 fam-2.7.0-3.pkg.tar.bz2
    80 less-382-2.pkg.tar.bz2
    76 zlib-1.2.2-1.pkg.tar.bz2
    72 libelf-0.8.5-1.pkg.tar.bz2
    68 zip-2.3-3.pkg.tar.bz2
    68 faac-1.24-1.pkg.tar.bz2
    68 dvd+rw-tools-5.21.4.10.8-2.pkg.tar.bz2
    64 bzip2-1.0.3-1.pkg.tar.bz2
    64 dirmngr-0.5.6-1.pkg.tar.bz2
    64 tcp_wrappers-7.6-6.pkg.tar.bz2
    64 libcdaudio-0.99.10-1.pkg.tar.bz2
    60 dialog-1.0-3.pkg.tar.bz2
    60 libieee1284-0.2.8-1.pkg.tar.bz2
    60 libid3tag-0.15.1b-1.pkg.tar.bz2
    60 rxvt-2.6.4-2.pkg.tar.bz2
    56 rdesktop-1.3.1-3.pkg.tar.bz2
    56 ratpoison-1.3.0-2.pkg.tar.bz2
    56 xfcalendar-4.2.0-1.pkg.tar.bz2
    56 bin86-0.16.16-1.pkg.tar.bz2
    52 psutils-p17-3.pkg.tar.bz2
    52 foomatic-filters-3.0.1-2.pkg.tar.bz2
    52 xfce4-iconbox-4.2.0-1.pkg.tar.bz2
    48 fakeroot-1.2.2-2.pkg.tar.bz2
    48 psmisc-21.6-1.pkg.tar.bz2
    48 docbook-xml-4.1.2-2.pkg.tar.bz2
    48 pkgconfig-0.16.0-1.pkg.tar.bz2
    48 xfce4-xkb-plugin-0.3.2-2.pkg.tar.bz2
    44 xfce4-toys-4.2.1-1.pkg.tar.bz2
    44 tpctl-4.15-1.pkg.tar.bz2
    44 fribidi-0.10.4-1.pkg.tar.bz2
    44 lzop-1.01-3.pkg.tar.bz2
    44 lzo-1.08-1.pkg.tar.bz2
    44 xfce4-wavelan-plugin-0.4.1-1.pkg.tar.bz2
    44 libxfce4mcs-4.2.1-1.pkg.tar.bz2
    40 libtar-1.2.11-2.pkg.tar.bz2
    40 libraw1394-1.1.0-1.pkg.tar.bz2
    36 desktop-file-utils-0.10-1.pkg.tar.bz2
    32 ladspa-1.12-2.pkg.tar.bz2
    28 xfce4-netload-plugin-0.3.1-1.pkg.tar.bz2
    28 libmusepack-1.0.3.1-2.pkg.tar.bz2
    28 devfsd-1.3.25-4.pkg.tar.bz2
    28 libgpg-error-1.0-1.pkg.tar.bz2
    28 hotplug-2004_09_23-4.pkg.tar.bz2
    28 pmount-0.6-1.pkg.tar.bz2
    28 xfce4-battery-plugin-0.2.0-3.pkg.tar.bz2
    28 liblrdf-0.3.7-1.pkg.tar.bz2
    28 xfce4-notes-plugin-0.10.0-1.pkg.tar.bz2
    24 dbh-1.0.24-1.pkg.tar.bz2
    24 xfce4-diskperf-plugin-1.5-2.pkg.tar.bz2
    24 xmms-musepack-1.1.1-2.pkg.tar.bz2
    24 xfce4-systemload-plugin-0.3.6-1.pkg.tar.bz2
    24 libao-0.8.6-1.pkg.tar.bz2
    24 xfce4-trigger-launcher-4.2.1-1.pkg.tar.bz2
    24 libassuan-0.6.7-1.pkg.tar.bz2
    24 xmms-mad-0.7-1.pkg.tar.bz2
    24 libcap-1.10-1.pkg.tar.bz2
    24 namcap-1.5.2.1-2.pkg.tar.bz2
    24 dhcpcd-1.3.22pl4-4.pkg.tar.bz2
    20 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar.bz2
    20 libogg-1.1.2-1.pkg.tar.bz2
    20 libusb-0.1.8-5.pkg.tar.bz2
    20 xfce4-sensors-plugin-0.3.0-1.pkg.tar.bz2
    20 portmap-5beta-9.pkg.tar.bz2
    20 xfce4-fsguard-plugin-0.2.0-2.pkg.tar.bz2
    20 dcron-2.9-2.pkg.tar.bz2
    16 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar.bz2
    16 xfce4-windowlist-plugin-0.1.0-2.pkg.tar.bz2
    16 xfce4-datetime-plugin-0.3.1-2.pkg.tar.bz2
    12 xfce4-taskbar-plugin-0.2.2-1.pkg.tar.bz2
    12 xfce4-minicmd-plugin-0.3.0-1.pkg.tar.bz2
    12 xfce4-clipman-plugin-0.4.1-2.pkg.tar.bz2
    12 xmms-cdparanoia-0.1-1.pkg.tar.bz2
    12 netselect-0.3-1.pkg.tar.bz2
    8 xfce4-xmms-plugin-0.1.1-2.pkg.tar.bz2
    8 xfce4-systray-4.2.1-1.pkg.tar.bz2
    4 rpm2targz-9.0-s1.pkg.tar.bz2
    4 filesystem-0.7-5.pkg.tar.bz2
    4 rpmunpack-0-1.pkg.tar.bz2
    7zip:
    total 183214 (27% of tar file sizes)
    47971 xorg-11R6.8.2-2.pkg.tar.7z
    32868 tetex-3.0-1.pkg.tar.7z
    19107 j2re-1.5.0_01-1.pkg.tar.7z
    9113 perl-5.8.6-2.pkg.tar.7z
    6891 python-2.4.1-1.pkg.tar.7z
    4512 xmms-skins-0.3-1.pkg.tar.7z
    3151 xine-lib-1.0-1.pkg.tar.7z
    2995 ttf-ms-fonts-1.3-6.pkg.tar.7z
    2410 vim-6.3-4.pkg.tar.7z
    2150 xfdesktop-4.2.1-1.pkg.tar.7z
    1906 perl-tk-804.027-1.pkg.tar.7z
    1718 xfce4-artwork-0.0.4-1.pkg.tar.7z
    1710 ruby-1.8.2-3.pkg.tar.7z
    1602 xffm-4.2.0-1.pkg.tar.7z
    1598 ding-1.3-3.pkg.tar.7z
    1558 ted-2.17-1.pkg.tar.7z
    1365 binutils-2.15-1.pkg.tar.7z
    1353 xine-ui-0.99.3-2.pkg.tar.7z
    1197 lesstif-0.94.0-1.pkg.tar.7z
    1149 tcl-8.4.9-1.pkg.tar.7z
    1133 tk-8.4.9-1.pkg.tar.7z
    1121 fortune-mod-9708-1.pkg.tar.7z
    969 doxygen-1.4.1-1.pkg.tar.7z
    961 libxml2-2.6.19-1.pkg.tar.7z
    953 ncurses-5.4-2.pkg.tar.7z
    949 xfce4-icon-theme-4.2.1-1.pkg.tar.7z
    945 xmms-1.2.10-3.pkg.tar.7z
    861 heimdal-0.6.3-3.pkg.tar.7z
    793 xfce4-session-4.2.1-1.pkg.tar.7z
    781 libgphoto2-2.1.5-1.pkg.tar.7z
    781 flashplugin-7.0.25.0-1.pkg.tar.7z
    745 hpijs-1.7.1-1.pkg.tar.7z
    725 t1lib-5.0.2-1.pkg.tar.7z
    693 pygtk-2.6.1-1.pkg.tar.7z
    669 nedit-5.5-1.pkg.tar.7z
    665 pan-0.14.2.91-2.pkg.tar.7z
    553 xpdf-3.00-7.pkg.tar.7z
    549 bmp-0.9.7-1.pkg.tar.7z
    529 db-4.3.27-2.pkg.tar.7z
    481 lynx-2.8.5-2.pkg.tar.7z
    464 freetype2-2.1.9-2.pkg.tar.7z
    452 xfwm4-4.2.1-1.pkg.tar.7z
    432 dbus-0.23.2-3.pkg.tar.7z
    404 foomatic-2.0.3-2.pkg.tar.7z
    388 libxfcegui4-4.2.1-1.pkg.tar.7z
    376 lftp-3.1.2-1.pkg.tar.7z
    364 vte-0.11.11-4.pkg.tar.7z
    360 flac-1.1.2-2.pkg.tar.7z
    348 libtiff-3.7.2-1.pkg.tar.7z
    348 prelink-20041123-1.pkg.tar.7z
    336 xfce4-panel-4.2.1.1-1.pkg.tar.7z
    332 pango-1.8.1-1.pkg.tar.7z
    328 pilot-link-0.11.8-3.pkg.tar.7z
    324 tunepimp-0.3.0-3.pkg.tar.7z
    324 lincity-1.12.1-1.pkg.tar.7z
    324 timidity++-2.13.0-1.pkg.tar.7z
    312 divx4linux-5.10-3.pkg.tar.7z
    296 pacman-2.9.5-1.pkg.tar.7z
    292 xfwm4-themes-4.2.1-1.pkg.tar.7z
    288 bash-3.0-6.pkg.tar.7z
    260 fftw-3.0.1-2.pkg.tar.7z
    260 xfce-utils-4.2.1-1.pkg.tar.7z
    256 pam-0.79-1.pkg.tar.7z
    252 xfprint-4.2.1-2.pkg.tar.7z
    244 libvorbis-1.1.0-1.pkg.tar.7z
    244 xfce4-weather-plugin-0.4.1-1.pkg.tar.7z
    240 xfce-mcs-plugins-4.2.1-1.pkg.tar.7z
    236 libxslt-1.1.14-1.pkg.tar.7z
    232 lame-3.96.1-2.pkg.tar.7z
    232 faad2-devel-2.0.cvs20040915-1.pkg.tar.7z
    232 feh-1.2.9-1.pkg.tar.7z
    232 ppp-2.4.3-1.pkg.tar.7z
    224 hwd-4.1.2-1.pkg.tar.7z
    216 libpng-1.2.8-1.pkg.tar.7z
    216 tar-1.15.1-1.pkg.tar.7z
    204 libsndfile-1.0.11-1.pkg.tar.7z
    204 libtool-1.5.14-1.pkg.tar.7z
    204 file-4.13-1.pkg.tar.7z
    200 libgcrypt-1.2.1-1.pkg.tar.7z
    196 faad2-2.0-5.pkg.tar.7z
    196 reiserfsprogs-3.6.19-1.pkg.tar.7z
    196 fontconfig-2.3.1-1.pkg.tar.7z
    196 libmikmod-3.1.11-1.pkg.tar.7z
    188 libmng-1.0.9-1.pkg.tar.7z
    184 jasper-1.701.0-1.pkg.tar.7z
    184 lm_sensors-2.9.1-1.pkg.tar.7z
    172 readline-5.0-3.pkg.tar.7z
    172 librsvg-2.9.5-1.pkg.tar.7z
    172 lcms-1.14-1.pkg.tar.7z
    164 libcroco-0.6.0-2.pkg.tar.7z
    160 bison-2.0-1.pkg.tar.7z
    156 nano-1.2.4-3.pkg.tar.7z
    156 pornview-0.1.5-2.pkg.tar.7z
    156 rar-3.4.1-1.pkg.tar.7z
    148 procps-3.2.5-1.pkg.tar.7z
    148 libjpeg-6b-3.pkg.tar.7z
    148 libgsf-1.11.1-2.pkg.tar.7z
    144 perlxml-2.34-3.pkg.tar.7z
    144 pcre-5.0-1.pkg.tar.7z
    140 hal-0.4.7-1.pkg.tar.7z
    136 jack-audio-connection-kit-0.99.0-2.pkg.tar.7z
    136 xfce-mcs-manager-4.2.1-1.pkg.tar.7z
    132 tidyhtml-20040308-1.pkg.tar.7z
    132 taglib-1.3.1-1.pkg.tar.7z
    124 libksba-0.9.9-1.pkg.tar.7z
    116 findutils-4.2.20-1.pkg.tar.7z
    116 foomatic-db-engine-3.0.1-1.pkg.tar.7z
    112 vorbis-tools-1.0.1-5.pkg.tar.7z
    112 nasm-0.98.39-1.pkg.tar.7z
    108 flex-2.5.31-2.pkg.tar.7z
    108 libidl2-0.8.5-1.pkg.tar.7z
    108 libmal-0.40-1.pkg.tar.7z
    108 libidn-0.5.15-1.pkg.tar.7z
    104 lua-5.0.2-1.pkg.tar.7z
    100 net-tools-1.60-9.pkg.tar.7z
    100 lilo-22.7-1.pkg.tar.7z
    100 libsamplerate-0.1.2-1.pkg.tar.7z
    96 raptor-1.3.1-1.pkg.tar.7z
    96 freetype1-1.3.1-2.pkg.tar.7z
    96 libidl-0.6.8-1.pkg.tar.7z
    96 pth-2.0.3-1.pkg.tar.7z
    92 xfce4-appfinder-4.2.1-1.pkg.tar.7z
    92 pciutils-2.1.11-3.pkg.tar.7z
    92 libungif-4.1.3-1.pkg.tar.7z
    92 xfce4-mixer-4.2.0-1.pkg.tar.7z
    92 libglade-2.5.1-1.pkg.tar.7z
    92 libtheora-1.0alpha4-1.pkg.tar.7z
    88 libpcap-0.8.3-1.pkg.tar.7z
    80 libexif-0.6.9-1.pkg.tar.7z
    80 normalize-0.7.6-1.pkg.tar.7z
    80 libart-lgpl-2.3.17-1.pkg.tar.7z
    76 ripperx-2.6.4-1.pkg.tar.7z
    76 libxfce4util-4.2.1-1.pkg.tar.7z
    72 less-382-2.pkg.tar.7z
    72 libtasn1-0.2.13-1.pkg.tar.7z
    72 libmad-0.15.1b-1.pkg.tar.7z
    68 pinentry-0.7.1-1.pkg.tar.7z
    68 fam-2.7.0-3.pkg.tar.7z
    60 dvd+rw-tools-5.21.4.10.8-2.pkg.tar.7z
    60 zlib-1.2.2-1.pkg.tar.7z
    60 libelf-0.8.5-1.pkg.tar.7z
    60 faac-1.24-1.pkg.tar.7z
    60 zip-2.3-3.pkg.tar.7z
    56 dirmngr-0.5.6-1.pkg.tar.7z
    56 dialog-1.0-3.pkg.tar.7z
    56 libcdaudio-0.99.10-1.pkg.tar.7z
    52 libieee1284-0.2.8-1.pkg.tar.7z
    52 tcp_wrappers-7.6-6.pkg.tar.7z
    52 rxvt-2.6.4-2.pkg.tar.7z
    52 rdesktop-1.3.1-3.pkg.tar.7z
    52 ratpoison-1.3.0-2.pkg.tar.7z
    48 docbook-xml-4.1.2-2.pkg.tar.7z
    48 foomatic-filters-3.0.1-2.pkg.tar.7z
    48 bin86-0.16.16-1.pkg.tar.7z
    48 bzip2-1.0.3-1.pkg.tar.7z
    48 libid3tag-0.15.1b-1.pkg.tar.7z
    48 xfcalendar-4.2.0-1.pkg.tar.7z
    44 pkgconfig-0.16.0-1.pkg.tar.7z
    44 xfce4-iconbox-4.2.0-1.pkg.tar.7z
    44 psutils-p17-3.pkg.tar.7z
    40 xfce4-xkb-plugin-0.3.2-2.pkg.tar.7z
    40 fakeroot-1.2.2-2.pkg.tar.7z
    40 psmisc-21.6-1.pkg.tar.7z
    40 xfce4-toys-4.2.1-1.pkg.tar.7z
    40 lzop-1.01-3.pkg.tar.7z
    40 tpctl-4.15-1.pkg.tar.7z
    36 libxfce4mcs-4.2.1-1.pkg.tar.7z
    36 fribidi-0.10.4-1.pkg.tar.7z
    36 lzo-1.08-1.pkg.tar.7z
    32 libraw1394-1.1.0-1.pkg.tar.7z
    32 libtar-1.2.11-2.pkg.tar.7z
    32 desktop-file-utils-0.10-1.pkg.tar.7z
    28 ladspa-1.12-2.pkg.tar.7z
    28 hotplug-2004_09_23-4.pkg.tar.7z
    28 xfce4-wavelan-plugin-0.4.1-1.pkg.tar.7z
    28 devfsd-1.3.25-4.pkg.tar.7z
    24 xfce4-netload-plugin-0.3.1-1.pkg.tar.7z
    24 libmusepack-1.0.3.1-2.pkg.tar.7z
    24 liblrdf-0.3.7-1.pkg.tar.7z
    24 libgpg-error-1.0-1.pkg.tar.7z
    24 pmount-0.6-1.pkg.tar.7z
    24 xfce4-notes-plugin-0.10.0-1.pkg.tar.7z
    24 libassuan-0.6.7-1.pkg.tar.7z
    24 dbh-1.0.24-1.pkg.tar.7z
    20 xfce4-battery-plugin-0.2.0-3.pkg.tar.7z
    20 xfce4-trigger-launcher-4.2.1-1.pkg.tar.7z
    20 xmms-musepack-1.1.1-2.pkg.tar.7z
    20 xfce4-systemload-plugin-0.3.6-1.pkg.tar.7z
    20 namcap-1.5.2.1-2.pkg.tar.7z
    20 libao-0.8.6-1.pkg.tar.7z
    20 xfce4-diskperf-plugin-1.5-2.pkg.tar.7z
    20 dhcpcd-1.3.22pl4-4.pkg.tar.7z
    20 xmms-mad-0.7-1.pkg.tar.7z
    20 libcap-1.10-1.pkg.tar.7z
    20 libogg-1.1.2-1.pkg.tar.7z
    20 libusb-0.1.8-5.pkg.tar.7z
    16 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar.7z
    16 xfce4-sensors-plugin-0.3.0-1.pkg.tar.7z
    16 portmap-5beta-9.pkg.tar.7z
    16 dcron-2.9-2.pkg.tar.7z
    16 xfce4-fsguard-plugin-0.2.0-2.pkg.tar.7z
    12 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar.7z
    12 xfce4-windowlist-plugin-0.1.0-2.pkg.tar.7z
    12 xfce4-datetime-plugin-0.3.1-2.pkg.tar.7z
    12 xfce4-taskbar-plugin-0.2.2-1.pkg.tar.7z
    12 xfce4-minicmd-plugin-0.3.0-1.pkg.tar.7z
    8 xfce4-clipman-plugin-0.4.1-2.pkg.tar.7z
    8 xmms-cdparanoia-0.1-1.pkg.tar.7z
    8 netselect-0.3-1.pkg.tar.7z
    8 xfce4-xmms-plugin-0.1.1-2.pkg.tar.7z
    8 xfce4-systray-4.2.1-1.pkg.tar.7z
    4 rpm2targz-9.0-s1.pkg.tar.7z
    4 filesystem-0.7-5.pkg.tar.7z
    4 rpmunpack-0-1.pkg.tar.7z

Maybe you are looking for

  • Encyption of credit card in Sales Order

    Hi, Scenario : Customers are ordering against Credit card on the web .Once the customers orders on web it  gets cerated in CRM and subsequnly replicated in R/3. Issue:after getting reautorisation from clearing house ,we deleted credit card informatio

  • Adobe Media Encoder for Premiere Pro CS4 stops working on the same frame every time...

    I currently have Adobe Premiere Pro CS4 and have never had these issues exporting before. My timeline is less than 3 minutes long, but it does deal with multiple big files. It rendered perfectly and it plays perfectly in the timeline. When I try to e

  • Actions for Sales Order in IC Role

    Hello, We have a requirement for users to be able to create sales orders and e-mail the order confirmation through scheduled actions from the IC Manager role. The action has been configured and is working fine in other roles. However, in the IC role,

  • How to map a complex XML message onto a flattened XSD for multi line insert

    Hi Experts. I have a webservice in my composite that takes an xml message that contains repeating complex type elements. The XSD is as follows: <?xml version= '1.0' encoding= 'UTF-8' ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:X

  • Volume Up/Down/Mute/Media Eject Keys: How do I make them work again?!

    So this is ridiculous. I feel like I OUGHTA know how to do this, but somehow it's eluding me! I'm on a PowerPC G5 running Tiger 10.4.11, and I have one of the white 'Pro' keyboards attached. For whatever reason, the bank of buttons on the upper right