Minecraft slow in Arch, fine in Ubuntu

And I can't tell why. Open-source driver. lspci -v:
01:05.0 VGA compatible controller: ATI Technologies Inc RS690M [Radeon X1200 Series] (prog-if 00 [VGA controller])
Subsystem: Acer Incorporated [ALI] Device 0124
Flags: bus master, fast devsel, latency 64, IRQ 18
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at f0100000 (64-bit, non-prefetchable) [size=64K]
I/O ports at 9000 [size=256]
Memory at f0000000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at <unassigned> [disabled]
Capabilities: [50] Power Management version 2
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit+
Kernel driver in use: radeon
Kernel modules: radeon
I've tried both Sun and Open-source Java. No difference. Been following the wiki pretty closely. Everything else having to do with graphics and X seems to work fine. Just let me know if more information is needed.

Actually, the proprietary driver is NOT installed on my Ubuntu, and I'm pretty sure my card is too old to be supported by that driver. I've reinstalled arch, because idk what I was messing up, bouncing between the two drivers. The open source driver is installed now. Problem persists. If I run glxgears, the framerate in Ubuntu is at least double the speed in Arch.
Idk what I'm missing. If I've not posted some information I should have, sorry. If I've not done something obvious, sorry. Just tell me what I need to do.

Similar Messages

  • Pacman slow in Arch, but fast in Ubuntu

    Hello
    I searched among Pacman related topics on this forum, but I didn't find anything related to problem I have. It takes Pacman very long time to download many small files. Bandwidth isn't the case, but the time it takes Pacman to start downloading next package. My average ping to http://mir.archlinux.fr is about 70ms. When Pacman completes downloading packageN there's a few second lag till it will start downloading packageN+1. There's no such lag when I run Arch Linux in Ubuntu under KVM and using the same mirror.
    PS. I have ipv6 disabled.
    Last edited by Pawlerson (2010-10-09 13:41:19)

    Allan wrote:Have you set up /etc/hosts properly?
    Yes, browsing the web is very fast. My hosts file:
    127.0.0.1               localhost.localdomain   localhost desktop

  • Arch linux for Ubuntu users

    Hello everyone,
    When using Synaptic on Ubuntu it usually sets everything up for you so all the installed software tends to work out of the box without any need to change around configuration. Is the package manager in Arch Linux as integrated as the one from Ubuntu?
    Thanks
    Frank

    I'm new to the linux scene (about 1 month now).  My most used distro (and my fallback if I mess up another distro on a seperate partition) was Ubuntu, until I figured out the basics of Arch.  After this enlightenment, I find Arch to be much easier to work with in terms of customizing apps, having the right libraries I want, and to just do daily functions.  I love to always check for updates to the system.  Ever notice in ubuntu there are about 30 repositories you have to sync with? In Arch there are the 3 basic repositories (extra, core, community) and multilib if you are on 64bit.  Working with pacman is much more efficient and controlled than apt-get imho. 
    One thing I hated with apt-get is that you add in 3rd party PPAs that are slow.  With Arch and its pacman + yaourt(aur) there is really no need for these 3rd party repositories as everything you can imagine is probably available in official repositories or built by the community.  Go check out https://aur.archlinux.org/ this is one of the coolest community made pool of apps around.
    As mentioned before, the pacman doesn't hold your hands so be prepared to google and learn what some packages do.  For example, I am running gnome and install a KDE app called amarok.  Pacman will install everything (including KDE and qt libs) to get amarok started.  However, the only things it doesn't install (but it does tell you what) is extra depencies. 
    Optional dependencies for amarok
        libgpod: support for Apple iPod audio devices
        libmtp: support for portable media devices
        loudmouth: backend needed by mp3tunes for syncing
        ifuse: support for Apple iPod Touch and iPhone
    So, basically I just read through pacman's output, and either google or make a decision on what is needed.  This way my system is controlled tightly and I know more about the system.  In the future if I buy an ipod and want to sync, I'll remember there are some optional depencies available for this.  I can type "pacman -Qi amarok" and it will show me what it depends on as well as optional depencies. 
    Sorry for going on for so long but you get the point.

  • [solved] Wireless Slow in Arch

    I've noticed that my wireless has slowed down.
    I ran a speed test and am recieving download speeds of about 0.7...whereas my housemates are getting around 15-20mb
    I've realised that this has happened each time that ive installed Arch, where suddenly my internet becomes slow.
    I'm using rt2870 drivers for my ew7717un usb.
    My wireless has been working fine beforehand but is slow all of a sudden and i dont remember changing anything. Im using KDE also.
    Please can you help me...and any advice regarding posting logs, extra details etc.
    Last edited by bubblewrapping (2012-01-30 17:13:21)

    Nevermind, for the moment its solved.
    I managed to get it working using Networkmanager...rather than Wicd which i was using.

  • Wireless buggy in Arch, works in Ubuntu. Help me find the cause.

    Hello,
    I've just installed Arch on an old laptop. After connecting to a wireless network, everything works for usually under a minute, then the connection (to the access point) drops.
    The wireless driver is ipw2200, and there are lots of bug reports about frequent disconnects with it. The usual advice is to turn off power management (which doesn't help) or to downgrade to version 3.0 (which I haven't figured out how to do).
    What confuses me is that wireless works fine (out of the box) when using an Ubuntu (12.04) live CD. I don't know enough to find where the Arch and Ubuntu setups differ, so I was hoping to be walked through the process.
    Other information whose relevance I can't judge:
    The Arch install is without a desktop environment. I've tried using wifi-menu and wicd for network management, and the problem exists with both. In the wicd settings, the WPA supplicant driver is by default wext and none of the other options (nl80211, ralink_legacy) work, and neither backend (external, ioctl) helps.
    The output of "lspci | grep Network" is:
    06:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    The laptop is Fujitsu Siemens s7020. Kernel is 3.5.6, i686.
    Some of the output of iwconfig (I'm typing this by hand, which is why I didn't paste all of it. I could if it'd be useful):
    Mode:Managed, RTS thr:off, Fragment thr:off, Power Management:off, Link Quality=62/100, Rx invalid nwid:0, Rx invalid crypt:183, Rx invalid frag:0, Tx excessive retries:0, Invalid mist:2, Missed beacon:19
    Thanks!
    Mike

    Hello,
    I've just installed Arch on an old laptop. After connecting to a wireless network, everything works for usually under a minute, then the connection (to the access point) drops.
    The wireless driver is ipw2200, and there are lots of bug reports about frequent disconnects with it. The usual advice is to turn off power management (which doesn't help) or to downgrade to version 3.0 (which I haven't figured out how to do).
    What confuses me is that wireless works fine (out of the box) when using an Ubuntu (12.04) live CD. I don't know enough to find where the Arch and Ubuntu setups differ, so I was hoping to be walked through the process.
    Other information whose relevance I can't judge:
    The Arch install is without a desktop environment. I've tried using wifi-menu and wicd for network management, and the problem exists with both. In the wicd settings, the WPA supplicant driver is by default wext and none of the other options (nl80211, ralink_legacy) work, and neither backend (external, ioctl) helps.
    The output of "lspci | grep Network" is:
    06:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    The laptop is Fujitsu Siemens s7020. Kernel is 3.5.6, i686.
    Some of the output of iwconfig (I'm typing this by hand, which is why I didn't paste all of it. I could if it'd be useful):
    Mode:Managed, RTS thr:off, Fragment thr:off, Power Management:off, Link Quality=62/100, Rx invalid nwid:0, Rx invalid crypt:183, Rx invalid frag:0, Tx excessive retries:0, Invalid mist:2, Missed beacon:19
    Thanks!
    Mike

  • ITunes 9.2.1 iPad painfully slow, iPhone 4 fine

    Ever since I updated to version 9.2.1 the backup time for my iPad is painfully slow.
    I ran a backup on my iPhone4 and it took about 5 minutes for a full backup and sync. So I ran downstairs, grabbed an adult beverage from the fridge, started working on my mac mini. After 60 minutes I went to grab some info off the iPad and it's still backing up an hour later.
    System:
    iPhone & iPad sync to a Windows 7 PC.
    (Trust me if i could migrate without having to wipe my phone and iPad settings they would be on the mac mini)
    I've rebooted my PC and iPad several times with no luck.
    This has been running perfectly fine with iTunes 9.2.

    Requirements to install iOS 4.2.1, this is from http://support.apple.com/kb/DL1061
    System Requirements
    * Mac or PC computer with USB 2.0 port
    * iTunes 10.1 or later
    Requirements for iTunes 10.1 on a Mac (this is from http://www.apple.com/itunes/download/ )
    Macintosh Hardware
    * Mac computer with an Intel, PowerPC G5 or G4 processor
    * Intel, PowerPC G5 or 1.0GHz PowerPC G4 or faster processor is required to play Standard Definition video from the iTunes Store
    * 2.0GHz Intel Core 2 Duo or faster processor is required to play HD video, an iTunes LP, or iTunes Extras from the iTunes Store
    * 512MB of RAM; 1GB is required to play HD video, an iTunes LP, or iTunes Extras
    * Screen resolution of 1024x768 or greater; 1280x800 or greater is required to play an iTunes LP or iTunes Extras
    * Playing videos also requires at least 16MB of video RAM
    * Broadband Internet connection to use the iTunes Store
    * Apple combo drive or SuperDrive to create audio, MP3, or back-up CDs; some non-Apple CD-RW recorders may also work.
    * Apple SuperDrive to back up your library to DVDs; some non-Apple DVD-RW drives may also work.
    Macintosh Software
    * Mac OS X version 10.5 or later
    * QuickTime 7.6 or later
    * Support for HE-AAC requires QuickTime 7.6.4 or later
    * Safari 4.0.3 or later
    * 200MB of available disk space

  • Dual booting arch (usb) and ubuntu (grub2)

    Greetings,
    I'm trying to dual boot Arch linux (installed without a bootloader on a USB SSD) and Ubuntu 10.04 (installed on a hdd with GRUB2) but can't get Arch to boot. (Oh and I already have windows dualbooted)
    The entry grub autogenerated:
    menuentry "Arch Linux [/boot/vmlinuz26] (on /dev/sdb3)" {
    insmod ext2
    set root='(hd1,1)'
    search --no-floppy --fs-uuid --set 95d9208a-44e4-48ba-abd2-a365d1ac25ff
    linux /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    Why did it input root=/dev/sda3 as it says (on /dev/sdb3)?
    The entry I figured would work:
    menuentry "Arch Linux" {
    set root=(hd1,0)
    linux /boot/vmlinuz26 root=/dev/sdb3 ro
    initrd /boot/kernel26.img
    Output from fdisk -l:
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xbc4264d9
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 102400 7 HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sda2 13 5286 42353664 7 HPFS/NTFS
    Partition 2 does not end on cylinder boundary.
    /dev/sda3 5286 19458 113831937 5 Extended
    Partition 3 does not end on cylinder boundary.
    /dev/sda5 18971 19458 3905536 82 Linux swap / Solaris
    /dev/sda6 5286 6502 9764864 83 Linux
    /dev/sda7 6502 18971 100155392 83 Linux
    Partition table entries are not in disk order
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sdb: 8019 MB, 8019509248 bytes
    255 heads, 63 sectors/track, 974 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 13 104391 83 Linux
    /dev/sdb2 14 111 787185 82 Linux swap / Solaris
    /dev/sdb3 112 685 4610655 83 Linux
    /dev/sdb4 686 974 2321392+ 83 Linux
    /dev/sdb3 is the root partition
    The content of /dev/sdb1
    grub
    kernel26-fallback.img
    kernel26.img
    lost+found
    System.map26
    vmlinuz26
    - If I try to edit the root=/dev/sda3 to /dev/sdb3 it begins booting but doesnt find /dev/sdb3.
    Thanks in advance for any help,
    Oskar

    Greetings,
    I'm trying to dual boot Arch linux (installed without a bootloader on a USB SSD) and Ubuntu 10.04 (installed on a hdd with GRUB2) but can't get Arch to boot. (Oh and I already have windows dualbooted)
    The entry grub autogenerated:
    menuentry "Arch Linux [/boot/vmlinuz26] (on /dev/sdb3)" {
    insmod ext2
    set root='(hd1,1)'
    search --no-floppy --fs-uuid --set 95d9208a-44e4-48ba-abd2-a365d1ac25ff
    linux /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    Why did it input root=/dev/sda3 as it says (on /dev/sdb3)?
    The entry I figured would work:
    menuentry "Arch Linux" {
    set root=(hd1,0)
    linux /boot/vmlinuz26 root=/dev/sdb3 ro
    initrd /boot/kernel26.img
    Output from fdisk -l:
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xbc4264d9
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 102400 7 HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sda2 13 5286 42353664 7 HPFS/NTFS
    Partition 2 does not end on cylinder boundary.
    /dev/sda3 5286 19458 113831937 5 Extended
    Partition 3 does not end on cylinder boundary.
    /dev/sda5 18971 19458 3905536 82 Linux swap / Solaris
    /dev/sda6 5286 6502 9764864 83 Linux
    /dev/sda7 6502 18971 100155392 83 Linux
    Partition table entries are not in disk order
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sdb: 8019 MB, 8019509248 bytes
    255 heads, 63 sectors/track, 974 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 13 104391 83 Linux
    /dev/sdb2 14 111 787185 82 Linux swap / Solaris
    /dev/sdb3 112 685 4610655 83 Linux
    /dev/sdb4 686 974 2321392+ 83 Linux
    /dev/sdb3 is the root partition
    The content of /dev/sdb1
    grub
    kernel26-fallback.img
    kernel26.img
    lost+found
    System.map26
    vmlinuz26
    - If I try to edit the root=/dev/sda3 to /dev/sdb3 it begins booting but doesnt find /dev/sdb3.
    Thanks in advance for any help,
    Oskar

  • MBP suddenly extremely slow, checks return fine - anything else?

    Hi there,
    The issue:  MBP had been working fine but all of a sudden it is frustratingly slow to the point it is near unusable.  This literally happened overnight - it was fine, then I woke up to use the laptop and these issues occured. 95% of requests (clicking on something) are followed by a few sections of nothing, then the spinning pinwheel for anywhere from 5-30 seconds, this also happens when scrolling or opening web pages or writing things in word or on the web.  I have just timed my boot up at 3.23mins and I have nothing that opens on boot up. 
    Spec:  I am using an MBP mid 2012 model, 2.5Ghz Intel Core i5 processor, 4GB 1600MHz DDR3 memory running OS X Lion 10.7.5.  The 500GB hard drive has 323.13GB free space and 2.69GB free memory.
    So far: I have removed any external additions, unplugged anything that was plugged in, disabled my firewall and turned off WI-FI - this didn't help.  I have checked the CPU usage and the computer is having issues even when running at 95% idle.  I just did the AHT which reported no issues and checked the HD in disk utility - it gave me both the brand, model, size of the HD which as far as I know means theres no hard drive issue (correct me if I am wrong).  I also just finished backing up all my files on time machine which took about 2 days.
    I know there have been similar threads which is where I got most of my troubleshooting noted above from.  I am aware that it would also seem logical to take the laptop to get checked out at the apple store, however I am an international student at college in quite a remote area - the nearest apple store is at least 90 minutes away and I am unable to drive cars in the US.  We do have a computer store on campus who have technicians however they charge regardless of if they can help - I am wondering if there is anything else I can do myself to fix the issues, or at least determine what might be causing them, before taking the laptop in to be seen as a last resort.
    Any help at all would be greatly appreicated.
    Thanks.
    P.s, apologies for the length of this, I have tried to be as in-depth as possible to avoid any time wasted asking simple questions etc.

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. It does nothing but produce human-readable data about the state of your computer. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, proceed anyway.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; PB="/usr/libexec/PlistBuddy -c Print"; Pm () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ "$o" -ne 0 ]] && printf "$Fs" "$1" "$o"; }; a=$(id | grep -w '80(admin)'); r=1; [[ "$a" ]] && { sudo true; r=$?; }; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && "$r" -ne 0 ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; Pm "POST"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(df -m / | awk 'NR==2 {print $4}'); [[ $o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; for f in crontab fstab launchd.conf sysctl.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /etc/hosts); Pc "User crontab" <(crontab -l); Pc "User launchd" ~/.launchd; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | egrep -v '\.DS_Store|^com\.apple'); Pm "$d"; done; o=$(ls /L*/L*/Dia*/*.panic | wc -l); Ps "Panics"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; [[ "$r" -eq 0 ]] && { o=$(sudo profiles -P); Pm "Profiles"; o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pc "Root crontab" <(sudo crontab -l);}; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary. Please don't copy anything from the Terminal window.
    When you post the output, you might see in your browser the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the output on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may offer you advice based on the output of the script. They speak only for themselves and I don't necessarily agree with their views.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • WiFI extremely slow in Arch

    I have a new install of Arch after deciding to give it a go after 6 or 7 years on Gentoo.
    The only problem I am experiencing is extremely slow internet. 1.58Mbps vs 31Mbps previously in Gentoo.
    Google seems to indicate a lot of people have similar issues with Arch, but having followed the Wiki to the letter and not finding any solutions on Google I am stuck at where to start.
    iw dev
    phy#0
    Interface wlp0s29u1u5
    ifindex 3
    wdev 0x1
    addr c4:3d:c7:ca:85:02
    type managed
    channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
    Please let me know what logs to upload, any assistance appreciated. I will continue to search myself.

    If you are using a USB WiFi device that can potentially change names with different ports, it would probably make sense to either create a persistent name for that particular piece of hardware, or go back to the old naming scheme if you don't have another wireless card.  The idea of these crazy names is that if you have two wireless cards, two ethernet cards, or even an ethernet card and a broadcom wireless card (which also uses the eth* namespace), you will never know which will be 0 and which will be 1.  But if you tell the system what to name them, then you can at least have your netctl service run on a given interface name and know what it is going to be.
    Having said all that, you should also be aware that other network management solutions deal with changing interface names much better then netctl.  Netctl needs the interface name to be specified in the profile, so if it changes you are kind sh*t out of luck until you make the manual changes necessary. 
    To see if you have multiple network management services trying to handle things, run "systemctl --type=service" to see all the services you have going.  If you see more than one that should be handling the network (for example, if you enabled [email protected] during setup) then you need to figure out which single management solution is going to best fit your use case and go with that one only.  Most commonly, people still ahve dhcpcd.service or dhcpcd@<interface>.service around.  But it is also not uncommon to see people with netctl-ifplugd@<interface>.service running along with netctl-auto@<interface> at the same time, which will also cause issues.

  • Arch linux on ubuntu?

    I was always wondering, why is there an arch linux sub-forum on the ubuntu forum?

    molom wrote:We should have an Ubuntu sub-forum on the Arch Linux forums
    Hey that's not a bad idea, we can do that and then organize bets like 'how long will it take before someone posts something there' , etc...
    A fraction of the money involved goes to Arch of course

  • Conky font differences under Arch compared to Ubuntu [SOLVED]

    I'm using the same basic .conkyrc when I'm booted into Arch as I do when I'm booted Ubuntu.  For some reason, the one under Ubuntu looks different font-wise.  In the screenshot below, Arch has the light blue background while Ubuntu has the slate colored one.  Anyone know what might be causing this?
    Here is the first part of the ~/.conkyrc
    background no
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    out_to_console no
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
    # Use Xft?
    use_xft yes
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    #own_window_transparent no
    #own_window_colour hotpink
    # Text alpha when using Xft
    xftalpha 0.8
    on_bottom yes
    # Update interval in seconds
    update_interval 2
    # Create own window instead of using desktop (required in nautilus)
    #own_window no
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Minimum size of text area
    #minimum_size 250 5
    maximum_width 258
    # Draw shades?
    draw_shades no
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders 10
    # border margins
    border_margin 4
    # border width
    border_width 1
    # Default colors and also border colors
    default_color white
    default_shade_color white
    default_outline_color white
    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    # Gap between borders of screen and text
    gap_x 12
    gap_y 37
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer no
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    EDIT: the solution to this problem is described in post #12.
    Last edited by graysky (2009-04-25 14:32:59)

    Ashren wrote:Please check the output of "xdpyinfo | grep dots" it usually should be 96x96 dpi. My bet is that your dpi is wrong. If you're in KDE/Gnome you set the dpi in the DE. If you're using something else one solution is to add "xrandr --screen 0 --dpi 96x96" to your .xinitrc.
    Here is the output:
    $ xdpyinfo | grep dots
    resolution: 90x88 dots per inch
    I'm using Gnome but can't seem to locate a section to change my dpi.  I'm using the nvidia driver (8800GS) but didn't see an area under nvidia-settings to change it either.  I tried that xrandr line you proposed, upon restarting gdm, the setting didn't take:
    $ xdpyinfo | grep dots
    resolution: 90x88 dots per inch
    Here is my ~/.xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    exec gnome-session
    xrandr --screen 0 --dpi 96x96
    Thanks!
    Last edited by graysky (2009-04-23 18:37:22)

  • Newbie consulting about migration to Arch Linux from Ubuntu

    I am using Ubuntu until I find Arch Linux, and I feel I quite agree with its principle of simplicity. I am considering a migration to Arch Linux.
    The two major aspects I am thinking over are NTFS support and Chinese support.
    As for NTFS, I need a system which has the capability to both read and write NTFS partitions, and stability is quite important for me. I cannot afford any data loss! With Ubuntu, I have never suffered a data loss from NTFS partitions.
    As for Chinese, I do not care about the UI language. Usually I use US English. But I need the system to display Chinese and allow me to input Chinese.
    Does Arch Linux meet my requirements? Or is it possible to configure it to have those capabilities?
    Thank you! And sorry for my poor English.

    Runiq wrote:
    ntfs-3g takes care of NTFS support. It's quite stable here, and I reckon Ubuntu uses it as well.
    From my experiences with writing Japanese, I'd say that Arch is definitely able display Chinese as well. Writing chinese Characters shouldn't be that difficult either, given the fact that all Linux packages are basically the same. It's also possible to display and write Chinese characters in a console.
    As for stability, I never had any problems, though it's in rare cases necessary to refer to the homepage before updating system-critical packages. I'd also update at least once a week if I were you.
    Thank you!
    The stability I stated mainly refers to the stability of ntfs-3g.

  • Uncyclopedia Arch Linux Entry - Ubuntu Noobs

    Seeing as Arch's community has a relatively significant population of (ex?) Ubuntu Noobs, I felt the urge to include a little splurge about it on Uncylopedia. The fact that I wrote it is a bit ironic, because I am an ex Ubuntu noob myself (used it for almost a year before I called it quits).
    I'm posting this thread to see if my statements actually resonate with the Arch community or not really - and if anyone has serious objections to it I'll remove it. But hey, it's just a joke...
    http://uncyclopedia.org/wiki/Archlinux#Ubuntu_Noobs
    edit: I doubt this is worth noting, but this is my first time using uncyclopedia so I hope I really hope you like it.
    Last edited by vsk (2008-08-11 15:53:44)

    vsk wrote:I'm posting this thread to see if my statements actually resonate with the Arch community or not really - and if anyone has serious objections to it I'll remove it. But hey, it's just a joke...
    Methinks you don't quite yet have the right mindset to contribute to Uncyclopedia.
    (head here or here for some good pointers to get you started)

  • Why gcc compile so slow on Arch?

    That's a big project, it takes about 30 mins compile by "make -j4" on Ubuntu.
    Compare to Ubuntu, Arch take more 20 mins compile time!
    The only different thing is Arch installed in SSD (project code too), Ubuntu in traditional disk.
    Due to the project can't compile with 64bit system, Arch and Ubuntu all is 32bit OS.
    The Arch already installed PAE kernel from AUR.
    Anyone can help? Thanks in advance and sorry for my bad English.

    karol wrote:Are you compiling using the same processor? Are you doing anything else at the same time apart from compiling on this computer?
    On Arch, are you compiling using 'make -j4' or are you using makepkg and a PKGBUILD?
    I'm quit sure using 'make -j4' both on Ubuntu and Arch, and of course the same computer.
    I'm not using makepkg because we don't support yet currently .
    I've tried several times to compare build time, not occasionally.
    The project's build system is CMake, I don't think cmake is the problem.

  • Web pages loading unusually slow. Load fine in alt browser

    Web pages on numerous sites very slow to load. Even coming to Firefox to report. Including some pages coming up error as if there is no connection. I tried alternative browser and the pages load fine. I could have stayed on that browser but ff has always been my goto.
    I have a nexus 7 (suppose I should say 1st gen now) running 4.3.

    There are some problems with the new Android version (4.3), they should be fixed very soon (12-24 weeks), there is a solution, use firefox nightly, the superbeta version of firefox 26.
    DOWNLOAD FROM: nightly.mozilla.org
    Does the nightly work better?

Maybe you are looking for

  • Why can't I get Automator to open multiple files at once?

    I'm trying to do something relatively simple with Automator: I want it to open (in Photoshop) all RAW files within a certain folder. Here is what I have: 1. Get folder contents 2. Filter Finder items: Name Extension Contains "RAW" 3. Open Finder item

  • G5 fans run fast and computer won't boot

    I have a dual core G5 that will not boot. The screen remains black and the fans seem to run awfully fast. Once the Mac powers up, the power light goes out. I also noticed a red light on the motherboard, just behind the power switch. Any idea what the

  • More than 6 Calendars in Monthly View?

    Is there any way to show more than 6 Calendars in the Monthly View? After 6 are displayed, there are just 3 dots that indicate that there are more Calendars out of sight. Thanks, Chris. Message was edited by: o'crikey

  • How to generate Bar codes from Crystal Report

    I understand that Bar Codes can be genrated from Crystal reports. I am using CR 2008 and trying to convert my Inventory items to bar codes. it does convert it and I can see the bar codes but it looks like; just a garbage and scanner does not recognze

  • Getting the OC4J log directory at runtime

    I need to get the process and instance specifc logging directory in order to configure log4j with the PropertyConfigurator. The path I want to put my logs in is %ORACLE_HOME%/j2ee/%OPMN_PROC_TYPE%/log/%OPMN_PROC_TYPE%_%OPMN_PROC_SET%_%OPMN_PROC_INDEX