[SOLVED] Removing E17 desktop from AUR script

Hello,
I went about today installing Arch with much success and was trying to install the E17 desktop which isn't working; anytime I type startx I get:
xset: bad font path element (#0), possible cause are:
Directory does not exist or has wrong permissions
Director missing fonts.dir
Incorrect font server address or syntax
/home/fox/.xinitrc: line 4: exec: enlightenment_start: not found
xinit looks like this:
xset +fp /usr/share/fonts/local
xset fp rehash
exec enlightenment_start
I was going to remove E17 and reinstall it, but since I used the easy_e17.sh script I don't know how to go about removing it. I got the script from the AUR and used pacman -U to install it, but I can't seem to find a way to undo it. I tried reading easy_e17 --help and googled for a while, but couldn't find any info. Any help is appreciated.
Last edited by NexusX (2011-01-14 22:34:12)

Awebb wrote:What's the objection against the package in the repos? Why all the hassle with a non-pacman install?
I had the install from the repo's previously; the install was very smooth and it started just fine but I ran into a bug where if I attempted to remove a gadget from my desktop, my whole system would lock up. I jumped on to irc to see if anyone knew of a workaround when a dev told me that the snapshots in the repo's were about 2 weeks old, and that a large amount of work had been done over that time to that area, and that updating the snapshot would probably fix the issue. I know that at this point, it'd probably be easier to just re-install the package in the repos and avoid doing anything to reproduce the bug, but rather than take the easy way out I'd rather address the problem directly and have an up-to-date e17 install. In the meantime I got XFCE up and running so I have a fully functioning system.
moetunes wrote:Enlightenment_start would be a script to set the environment up and start the window manager, it is important. It looks like the make errors, as they always are, are important and shouldn't be ignored. Try again and pay attention to what happens during make, more then likely it will be dependency problems.
I went back and did another reinstall to see if I could read into those make errors a bit better, especially now that I have XFCE and a web browser to search with. The make errors didn't show up this time around (/shrug) but at the end of the install was a set of 3 instructions instructing the user to add 3 paths to their environment, one of which was the PATH argument listed in the wiki, the other two were for Python and an e17 library. Added them to /etc/profile:
#E17 eas-e17
PATH="$PATH:/opt/e17/bin"
PYTHONPATH=":$PYTHONPATH"
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/e17/lib"
And shazaam, Enlightenment works I saw these instruction in previous installs, but dismissed them since 1 was in the wiki instructions, thinking that was all that was needed. I'm considering appending this finding to the wiki.
The new updated install fixed the problem I was having with e17 before Now, lol, however a new one is showing up that might be worse.  Now that I can update the snapshot with a single command though I suppose I'll keep e17 around and play with it as updates happen. Thanks for sticking around, if it wasn't for you insistence that the problem probably was a fudged path variable, I might have missed it.

Similar Messages

  • [Solved] Removing multiple entries from grub

    Hi
    There are many entries in my arch's grub boot loader:
    Arch Linux pkg-linux kernel
    *Arch Linux pkg-linux kernel (fallback initramfs)
    Arch Linux
    Advanced options for Arch Linux
    Linux Mint 15
    Advanaced options for Linux Mint 15
    Microsoft Windows 7 Professional
    But I also want to keep following three entries:
    Arch Linux
    Linux Mint 15
    Microsoft Windows 7 Professional
    How can I remove remaining entries from grub menu?
    Regards
    Last edited by zetrotrack000 (2014-03-11 20:01:45)

    Grub2 menu entries are created by a set of scripts in /etc/grub.d
    Your first 2 entries are standard for arch and are generated by the 10_archlinux script. The 10_archlinux script is distributed by arch. It exists because the standard 10_linux script does not always create reliable menu entries for arch.
    Your other linux entries are generated by the 10_linux script which is distributed by grub upstream.
    Your windows entry is generated by the os-prober script. That can just be left alone.
    To sort out the redundant linux entries you could try disabling either of the linux scripts and regenerating the menu.
    Alternatively, you could disable both linux scripts and define your menu entries manually in the 40_custom script. The syntax for custom menu entries is similar to that of grub legacy. See the grub wiki article for info.
    Hope this helps!
    Last edited by Chazza (2014-03-10 22:45:18)

  • [SOLVED] Installing Catalyst drivers from AUR

    Hi everyone!
    Got me an new laptop and have an Radeon HD 3200 in it and hoped to get it working but
    I dont managed to get it to work so I hoped someone here could help me
    Ive tested the xf86-video-ati
                         xf86-video-radeonhd
                         xf86-video-radeonhd-git
    But those does get it to work but the performance is really shit and I really want 3d acceleration
    so I decided to give the catalyst 9.4-1 from AUR a go.
    Installs with yaourt and everything seems to go fine but when I startx it goes back to command line.
    My xorg:
    Section "ServerFlags"
          Option "DontZap" "false"
    EndSection
    #Section "Module"
    #      Load "glx"
    #      Load "dri"
    #      Load "drm"
    #EndSection
    Section "Device"
          Identifier "Card0"
          Driver "fglrx"
    #      Option "AccelMethod" "exa"
    #      Option "DRI" "on"
    #      Option "ColorTiling" "on"
    EndSection
    #Section "DRI"
    #      Group "video"
    #      Mode 0666
    #EndSection
    The commented lines were used for the radeonhd driver.
    Here is the Xorg.0.log when using fglrx driver:
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux acer 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 29 15:36:46 CEST 2009 x86_64
    Build Date: 15 April 2009  11:01:49AM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat May  9 12:36:07 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section.  Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) |   |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
    (**) |   |-->Device "Card0"
    (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    (**) Option "DontZap" "false"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
        Entry deleted from font path.
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x15c0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:5:0) ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xd0000000/268435456, 0xcfdf0000/65536, 0xcfe00000/1048576, I/O @ 0x00009000/256
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [25] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [26] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [27] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [28] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [29] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [31] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [32] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [33] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [34] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [35] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension XFree86-DRI
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
        compiled for 1.4.99.906, module version = 8.60.3
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 1.4.99.906, module version = 8.60.3
        Module class: X.Org Video Driver
    (II) Primary Device is: PCI 01@00:05:0
    (WW) Falling back to old probe method for fglrx
    (II) ATI Proprietary Linux Driver Version Identifier:8.60.3
    (II) ATI Proprietary Linux Driver Release Identifier: 8.602                               
    (II) ATI Proprietary Linux Driver Build Date: Apr  1 2009 15:01:03
    (II) PCS database file /etc/ati/amdpcsdb not found
    (II)   Creating PCS database from initial defaults instead
    (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
    (WW) Video driver ABI version of the X server is 5.0
    (--) Assigning device section with no busID to primary device
    (--) Chipset Supported AMD Graphics Processor (0x9612) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is signed
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [25] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [26] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [27] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [28] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [29] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [31] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [32] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [33] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [34] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [35] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) fglrx(0): pEnt->device->identifier=0x2499770
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [25] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [26] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [27] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [28] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [29] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [30] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [31] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [32] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [33] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [34] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [35] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [36] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [37] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [38] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [39] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [40] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): PCI bus 1 card 5 func 0
    (II) fglrx(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 8/8
    (EE) fglrx(0): Given depth (8) is not supported by fglrx driver
    (EE) fglrx(0): PreInitVisual failed
    (EE) fglrx(0): PreInit failed
    (II) fglrx(0): === [atiddxPreInit] === end
    SetVBEMode failed
    (II) UnloadModule: "fglrx"
    (II) UnloadModule: "vgahw"
    (II) Unloading /usr/lib/xorg/modules//libvgahw.so
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Anyone knows why it isnt working. Im not so good at this so I really have no idea.
    Thx in advance for all help I can get
    Last edited by lord_zlayer (2009-05-10 12:22:13)

    Thanks greenfish for your help I changed my xorg.conf to this:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen "aticonfig-Screen[0]-0" RightOf "Screen0"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    And now I get into X with the catalyst driver and it seems much smoother than with
    the radeonhd driver.
    But now comes the next problem, when I try to launch a 3d application such as tuxkart
    I get this outout:
    [johan@acer ~]$ tuxkart
    Data files will be fetched from: '/usr/share/games/tuxkart'
    X Error of failed request: BadRequest (invalid request code or no such operation)
    Major opcode of failed request: 137 (GLX)
    Minor opcode of failed request: 19 (X_GLXQueryServerString)
    Serial number of failed request: 21
    Current serial number in output stream: 21
    Anyone knows anything about this? glxgears gives me the same results.

  • [SOLVED] How to install from AUR?

    Ok, I know I'm posting too many questions too fast but I'm at the last step in configuring my videocard driver to install X and I'm stranded in the middle of nowhere, sorry for too much posting.
    I need to install a package from AUR but even I read the guide (http://wiki.archlinux.org/index.php/AUR_User_Guidelines) I can't make it clear enough on how to do it so please correct me if there's anything wrong.
    a. first of all, I need to download and install wget because I'm at CLI ready to configure X but I need the latest test drivers that fully support my videocard.
    b. mkdir ~/myuser/build && cd ~/myuser/build
    c. I need to download from here (http://aur.archlinux.org/packages.php?ID=34773) the Tarball, PKGBUILD and all the files listed in "Files", right?
    d. Once I have files downloaded all I need to do is follow the instructions in the wiki, 
       1.  Acquire a PKGBUILD  and any other required files (e.g. patches)
       2. Run makepkg in the directory where the files are saved
       3. Install the resulting package with pacman
    Thanks for any advice!
    Last edited by martin77 (2010-03-29 01:38:25)

    guys,
    did you ever saw that Heineken TV Ad where a woman shows her dresser-room to her fellow friends and they start screaming like (women does) crazy, and while they still screaming a lot they start to hear a somewhat identical scream from other part of the house that in fact shows up as the boyfriend/husband of the first lady showing his buddys his special fridge-room filled with green bottles?
    Well, that was my *exact* impression yesterday after having KDE4 up and running with composite turned on faster than any Fluxbox system on a iCore 7, and that's the top part of the iceberg.
    I think the best thing I like about Arch it's it's simplicity - besides it's speed. Okay, it may seem somewhat obscure to profane because editing configuration files is something strange to profanes, but if you have a little knowledge of GNU/Linux like myself once completed the Beginner's Guide, looking at /var/log/pacman.log and start tweaking you found yourself with a very powerfull yet easy to use, easy and fast to learn system. Arch is incredible, that's why it's gaining so much popularity, and it's community is superb.
    I'm doing my first steps around it and find Yaourt a very cool tool, I love all the info it shows about installed and AUR packages and the way it colorize, very pragmatic-oriented (as Arch is).
    On the other hand Packer is a swift tool to replace pacman.
    Thank you guys for your kindness and time spent on this n00b, best!

  • [SOLVED] Makepkg, install dependencies from AUR.

    Is it possible for makepkg to install the dependencies from AUR with makepkg -si?
    Last edited by lemanski6 (2012-09-20 18:05:38)

    Nope.  Many "AUR helpers" do this though.  In my limited experience yaourt seems to be one that handles this seemlessly, but I'd say it comes with some costs of hiding what is doing from the user.

  • [SOLVED] Building VCS packages from AUR fails

    Hello,
    Whenever I try to build a git or svn package from AUR, build fails with the error in a clean chroot enviroment:
    ==> ERROR: Unknown download protocol: svn
    Aborting...
    When the build starts, makepkg actually downloads source files properly. Any clues?
    Last edited by yuan_modu (2015-04-02 16:31:03)

    Trilby wrote:How many packages has this happened with?  Can you give an example of one that produces this error?  If the download proceeds when the build starts, it sounds like the PKGBUILD is outdated and is manually grabbing the source in the build function (in pacman<4.0 style).
    I was building https://aur.archlinux.org/packages/uefi-shell-svn: a popular and up-to-date PKGBUILD.
    Indeed I didn't merge the conf files of  clean chroot. There was a makepkg.conf.pacnew, the lacking part in my old makepkg.conf was:
    VCSCLIENTS=('bzr::bzr'
    'git::git'
    'hg::mercurial'
    'svn::subversion')
    and some small changes. Everything works fine now. Was my bad. Sorry for incovenience and thanks for your help.
    Last edited by yuan_modu (2015-04-02 13:08:21)

  • [solved] Removing the "tab" from Fluxbox windows

    How would I remove these little tabs from Fluxbox?
    Last edited by synthead (2008-01-12 21:16:32)

    fluxbox wiki wrote:To configure them just right click your your desktop to get the root menu, then scroll down to Fluxbox Menu -> configure -> tab options. If you want them off select tabs in titlebar and they will act like the tabs in the .9.x releases.

  • How do you remove virtual desktops from a Windows Server 2012 R2 Pooled VDI collection

    All - I have created a Pool VDI Collection with 15 total virtual desktops in it. I need to reduce the number of virtual desktops in that collection to five. I have searched through the GUI, TechNet and done a number of Google searches but nothing helpful
    comes back. Does anyone know how to do this?
    I am guessing I cannot just delete them out of Hyper-V since the collection knows how many desktops it is supposed to have assigned to it.
    Thanks in advance.
    Will Smothers

    Hi Will,
    Thank you for posting in Windows Server Forum.
    We can use PowerShell command “Remove-RDVirtualDesktopFromCollection“ to achieve your goal.
    PS C:\> Remove-RDVirtualDesktopFromCollection -CollectionName "Virtual Desktop Pool" -VirtualDesktopName @("RDS-WKS-A27") -ConnectionBroker "rdcb.contoso.com"
    More information.
    Remove-RDVirtualDesktopFromCollection
    http://technet.microsoft.com/en-us/library/jj215515.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • [SOLVED]can't compile from aur

    /usr/bin/ld: main.o: undefined reference to symbol 'XPending'
    /usr/bin/ld: note: 'XPending' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
    /usr/lib/libX11.so.6: could not read symbols: Invalid operation
    collect2: error: ld returned 1 exit status
    make: *** [netwmpager] error 1
    Last edited by nevliv (2012-05-30 01:56:33)

    Yup, not quite the same problem.  It's an entirely independent problem with a related root cause: old/faulty PKGBUILDS.
    Terminator is correct about the general solution, but note the sed line will have to be modified more than that.  The above sed line was specific to the netwmpager Makefile.  The extcalc Makefile will not have the same linker line so the sed context will not match.
    For one-of fixes, it's probably easier to manually edit the Makefile.  Once you find an edit that works, it can be made into a sed line [and reported to the package maintainer] so they can add it to the PKGBUILD in the AUR, so other users can benefit from your fix.
    Just to stress that last point - please make sure  you are reporting these problems and the fixes on the AUR page of the package.
    EDIT: I just looked at extcalc.  It uses cmake.  I'm not remotely familiar with cmake, so the exact solution for this package may be very different.
    Last edited by Trilby (2012-05-29 13:02:02)

  • [SOLVED] Firefox add-ons from AUR?

    Can someone enlighten me about the advantages and disadvantages of installing Firefox add-ons from the AUR?
    I used to install add-ons from https://addons.mozilla.org or from the author's website.
    Last edited by Markus00000 (2011-11-02 11:36:31)

    https://bbs.archlinux.org/viewtopic.php?id=129330

  • [SOLVED] Cannot build openswan from AUR

    Hello everybody,
    I have an error when I try to upgrade openswan with yaourt/AUR (2.6.24-2 => 2.6.25-1) on a i686 arch install
    This is the error :
    make[3]: Entering directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs/addconn'
    cc -c -fno-strict-aliasing -g -Werror -DKLIPS -DSCANDIR_HAS_CONST -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/pluto -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/ -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25 -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast -DKLIPS -DNAT_TRAVERSAL -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -DFINALCONFDIR=\"/etc\" -DFINALCONFDDIR=\"/etc/ipsec.d\" -DFINALCONFFILE=\"/etc/ipsec.conf\" -DFINALVARDIR=\"/var\" -Werror /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/addconn.c
    cc1: warnings being treated as errors
    In file included from /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/addconn.c:51:0:
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:37:19: error: comparison between 'enum keyword_string_config_field' and 'enum keyword_string_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:38:19: error: comparison between 'enum keyword_numeric_config_field' and 'enum keyword_numeric_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:39:34: error: comparison between 'enum keyword_string_config_field' and 'enum keyword_string_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:40:34: error: comparison between 'enum keyword_numeric_config_field' and 'enum keyword_numeric_conn_field'
    make[3]: *** [addconn.o] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs/addconn'
    make[2]: *** [programs] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs'
    make[1]: *** [programs] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386'
    make: *** [programs] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build openswan package.
    Error: unable to update openswan
    Following packages have not been installed:
    openswan
    Is a bug with the AUR package or is a problème on my install ?
    Thx for the help.
    Olive
    Last edited by nolive (2010-05-05 06:58:38)

    ok, that's build when I comment this in /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/Makefile.program
    # die if there are any warnings
    ifndef WERROR
    #WERROR:= -Werror
    endif
    And run the compile directly (not with yaourt or pkgbuild) with
    sudo make programs install
    in /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25
    But my ipsec VPN don't work :
    sudo ipsec auto --up toto
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in main_outI1. Errno 22: Invalid argument
    104 "toto" #1: STATE_MAIN_I1: initiate
    010 "toto" #1: STATE_MAIN_I1: retransmission; will wait 20s for response
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in EVENT_RETRANSMIT. Errno 22: Invalid argument
    010 "toto" #1: STATE_MAIN_I1: retransmission; will wait 40s for response
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in EVENT_RETRANSMIT. Errno 22: Invalid argument
    Thank's for your help. I haven't the skills for checking the code.

  • [SOLVED] yaourt. packages taken from aur that are from core or extra

    Hi! i have a couple of days ago strange yaourt-pacman behaviour, i mean, when i do -Syu --aur, i get strange
    [aleyscha@aleyscha ~]$ yaourt -S screen
    warning: screen-4.0.3-5 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets: screen-4.0.3-5
    Total Download Size: 0.45 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    error: failed retrieving file 'screen-4.0.3-5-i686.pkg.tar.gz' from ftp.archlinux.org : Connection timed out
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (unexpected error)
    and in yaourt -Syu --aur for example, i get a lot of packages newer in local than in aur, and some packages i know not even are in aur... for example unshield alsa-plugins and tuxcmd
    ==> Searching for new version on AUR
    alsa-plugins: (local=1.0.15-1 aur=1.0.11-1)
    amidi-plug: (local=0.7-3 aur=0.5-1)
    amule-cvs: up to date
    any2dvd: (local=0.34-3 aur=0.30-2)
    archlinux-xdg-menu: not found on AUR
    archmage: up to date
    aria: (local=1.0.0-4 aur=1.0.0_1.fc8-1)
    astromenace: up to date
    audio-convert: (local=0.3.1.1-2 aur=0.3.1.1-1)
    aumix-gtk: (local=2.8-2 aur=2.8-1)
    aurvote: up to date
    avifile: not found on AUR
    bashburn: (local=2.1.2-3 aur=2.1.2-1)
    bfcommander: up to date
    bin2iso: up to date
    bitefusion: up to date
    bkhive2: up to date
    briquolo: up to date
    tuxcmd: not found on AUR
    tuxcube: up to date
    uif2iso: up to date
    unace: (local=2.5-5 aur=2.5-4)
    units: (local=1.87-1 aur=1.85-1)
    unshield: not found on AUR
    uqm: (local=0.6.2-2 aur=0.5.0-1)
    my /etc/pacman.d/core for example:
    # core: Arch Linux core repository
    # United States
    Server = ftp://ftp.archlinux.org/core/os/i686
    Server = ftp://ftp.nethat.com/pub/linux/archlinux/core/os/i686
    Server = ftp://locke.suu.edu/linux/dist/archlinux/core/os/i686
    Server = ftp://mirrors.unixheads.org/archlinux/core/os/i686
    Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/core/o$
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/core/os/i686
    Server = http://mirrors.easynews.com/linux/archlinux/core/os/i686
    Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/core/os/i686
    # South America
    # - Brazil
    Server = http://archlinux.c3sl.ufpr.br/core/os/i686
    Last edited by leo2501 (2008-03-09 11:16:17)

    What are the versions of your pacman and yaourt?
    There are some updates to all the pacman, yaourt and AUR web pages,
    so can you try this:
    1. upgrade pacman itself first
    2. upgrade yaourt itself, then
    3. and last, try full system upgrade.
    These errors seem familiar, but I have no idea how it disappeared.

  • [solved] (recompile) fancytasks-plasmoid from aur crashes new kde 4.6

    Took me a while to figure out what crashed plasma-desktop after the upgrade. Removed it and all seems fine - Just have to find out how to add a task manager now :-)
    Last edited by dinsdale (2011-01-27 17:26:15)

    @ dinsdale: unlock your widgets and add a task manager to the panel as you would any other widget.
    @nwoki: check out Zom's post on this thread to install the latest version of Smooth Tasks, which provides support for launchers.

  • [Solved] Removing package installed by AUR

    I installed digikam and would like to remove it.
    [burt@bobland ~]$ sudo pacman -Qs digikam
    local/digikam-beta 1.0.0-7
    Digital photo management application for kde
    [burt@bobland ~]$ sudo pacman -Qi digikam
    error: package "digikam" not found
    Because the package is not found, I can't remove it.  But the files are still there.
    [burt@bobland ~]$ sudo pacman -R digikam
    digikam not found, searching for group...
    error: 'digikam': not found in local db
    [burt@bobland ~]$ which digikam
    /usr/bin/digikam
    Last edited by bobland (2009-10-11 23:04:45)

    Read your system's output more carefully. Your pacman -Qs command above shows that the package is called digikam-beta.

  • [SOLVED] Remove Xsession logs from journald

    Hi I'm getting thousand of lines with errors related to Xsession like these:
    -- Logs begin at Tue 2013-05-07 00:24:06 COT. --
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    and many more. I just wanted to know if I can disable Xsession errors or gdm errors because logs are so huge, and I only see some errors I don't want to be fixed. Journald still is so young to find any information.
    i don't know if this is the place to post this problem. If not be free to move.
    BR
    Last edited by Koven (2013-07-04 13:51:20)

    tl;tr Debugging Gnome extensions is hard
    Having the same issues here starting about a month ago.
    I don't expect changing the log-levels will help. This notice is marked CRTICAL.
    As for the cause of this issue:
    I still expect one of my dozen extensions to blame. I found this hard to debug. The process is gnome-shell and there doesn't seem to be a backtrace of sorts leading to a compoent. I tried sysprof [1] from the Gnome debug help page [2]. The Looking Glass help page [3] points to ~/.cache/gdm/session.log for debugging extensions but I found no relevant issues both in the current as in the saved log.
    More down to earth is disabling the extensions one by one. I made a mental error there. You'd want to restart gdm or logout/login after each disabled extension since you're still stuck with the error notice even after you've disabled extensions.
    Anway, that's what I'm doing now, running the system without any extension and so far no errors. Once I found what I think is the culprit I will notify this topic and shake some developers.
    [1] http://sysprof.com/
    [2] https://live.gnome.org/GnomeShell/Debugging
    [3] https://live.gnome.org/GnomeShell/LookingGlass
    Last edited by foppe (2013-06-20 22:26:56)

Maybe you are looking for