Python-numpy broken

Ok, my first pacman upgrade error ever I haven't been able to solve by a search in this forum, I'm afraid it might not be so straight forward.
Last night doing a pacman -Syu gave me an error that said gcc-fortran was missing, found this http://bbs.archlinux.org/viewtopic.php?id=45642 thread and made a change in the PKGBUILD dependecy list from "gcc-fortran" to "gcc-libs". After that pacman -Su worked.
However, today trying to work on a school project requiring python-numpy I got this error while trying to run my code:
File "/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 25, in <module>
from numpy.linalg import lapack_lite
ImportError: libgfortran.so.2: cannot open shared object file: No such file or directory
A quick look in /usr/lib/ showed no libgfortran.so.2 file but a libgfortran.so.3 file. Hoping for a quick fix so I could continue my work I made a symlink libgfortran.so.2 -> libgfortran.so.3. But it gave me this error:
File "/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 25, in <module>
from numpy.linalg import lapack_lite
ImportError: /usr/lib/libblas.so.3: undefined symbol: scabs1_
I would guess that the python-numpy package isn't updated to use the new fortran libs? If anyone have any idea how to fix this I would be greatful.
Last edited by ccchris (2008-03-28 12:17:00)

Ok, I finally had time to fix this, and learned a bit about Arch/ABS too
For inexperienced users with the same problem as me this is what i did:
1. Installed ABS and ran 'abs' as root (more info here http://wiki.archlinux.org/index.php/ABS … ild_System )
2. Copied the files in /var/abs/extra/science/blas/ to a folder in my ~
3. nano Makefile -> add 'scabs1.o' to the end of the OBJS list, save & quit. (info from here: http://bugs.archlinux.org/task/9905?pro … &pagenum=2 )
4. md5sum Makefile -> replace old md5 in PKGBUILD, save & quit.
5. as user, 'makepkg'
6. as root, pacman -U blas-19980702-4-i686.pkg.tar.gz
Now it seems to work, thanks for the help!

Similar Messages

  • [SOLVED] Inkscape and python-numpy problem.

    When I'm trying to use the perspective tool in Inkscape I'm getting this message.
    Inkscape has received additional data from the script executed.  The script did not return an error, but this may indicate the results will not be as expected.
    Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.
    I got python-numpy installed, and was asking around in #inkscape, they think it has to do with a wrong path problem with prefix or exec-prefix(?).
    I tried to run Inkscape inside /usr/lib/python3.2/site-packages/numpy, but I'm getting the same message. Also tried to run as root... nothing helped.
    Any idea's?
    Last edited by Math (2011-10-23 04:45:23)

    It turned out to be a python2/python3 version problem. I just had to install python2-numpy to fix this.
    SOLVED!

  • Python-scipy vs. python-numpy [solved]

    Up till now I have been using a custom package for python-numpy (the successor of python-numeric) and the AUR package for python-scipy (which depends on a working numpy installation). However, now the scipy package seems to be adopted and when I try to -Syu, pacman claims that python-scipy conflicts with python-numpy and suggests that numpy should be removed.
    I won't do that, since numpy is vital to many of my applications, and I wonder if this was really intended.
    Can anybody explain this to me?
    Niklas.

    Problem solved, works now.
    I removed python-numpy, then re-installed python-scipy (which then automatically proposed python-numpy from community). Might have been some strange thing in my old PKGBUILD for python-numpy.
    Anyway, thanks for finally putting both numpy and scipy into community!!!

  • [SOLVED] Cannot install KDE with python-numpy pre-installed?

    Hi, all
    I am with xfce currently and though of tring KDE. However when I  tried to install KDE it turns that there are confilicts between 'kde' and 'python-numpy':
    :: Proceed with installation? [Y/n]
    (318/318) checking keys in keyring [####################################] 100%
    (318/318) checking package integrity [####################################] 100%
    (318/318) loading package files [####################################] 100%
    (318/318) checking for file conflicts [####################################] 100%
    error: failed to commit transaction (conflicting files)
    python2-numpy: /usr/bin/f2py2 exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy-1.8.0-py2.7.egg-info exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.pyc exists in filesystem
    Can anyone help please?
    thanks,
    ps:
    python-numpy was installed via "pip install numpy" instead of "pacman -S python-numpy". Could this cause any problem?
    Last edited by hellolj (2014-03-02 06:15:30)

    circleface wrote:
    hellolj wrote:By that, does it mean I should always stick to using "pacman" instead of "pip install"?
    Generally it is less pain to stick to pacman only.  Using anything else would mean pacman cannot know what packages certain files belong to, similar to what you ran into here.
    Got it. Seems I have to reinstall my python packages from scratches again.
    Thanks to all the help.
    SOLVED.

  • Most scientific python packages broken

    After the update to 2.6, packages such as numpy, scipy, matplotlib, etc are not working anymore. I get the following error in ipython when trying to import any one of them.
    In [1]: import numpy
    ImportError Traceback (most recent call last)
    /home/msid/<ipython console> in <module>()
    /usr/lib/python2.5/site-packages/numpy/__init__.py in <module>()
    123 return loader(*packages, **options)
    124
    --> 125 import add_newdocs
    126 __all__ = ['add_newdocs']
    127
    /usr/lib/python2.5/site-packages/numpy/add_newdocs.py in <module>()
    7 # core/fromnumeric.py, core/defmatrix.py up-to-date.
    8
    ----> 9 from lib import add_newdoc
    10
    11 add_newdoc('numpy.core', 'dtype',
    /usr/lib/python2.5/site-packages/numpy/lib/__init__.py in <module>()
    2 from numpy.version import version as __version__
    3
    ----> 4 from type_check import *
    5 from index_tricks import *
    6 from function_base import *
    /usr/lib/python2.5/site-packages/numpy/lib/type_check.py in <module>()
    6 'common_type']
    7
    ----> 8 import numpy.core.numeric as _nx
    9 from numpy.core.numeric import asarray, asanyarray, array, isnan, \
    10 obj2sctype, zeros
    /usr/lib/python2.5/site-packages/numpy/core/__init__.py in <module>()
    3 from numpy.version import version as __version__
    4
    ----> 5 import multiarray
    6 import umath
    7 import _internal # for freeze programs
    ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
    I even tried reinstalling them, but the packages always install in the python2.5 directory . Is a recompilation needed in the repositories?

    Profjim wrote:
    What do you mean, make it use python2.5? It only gets loaded by an already-running Python interpreter, there's no way that numpy can change the version of the interpreter that's loading it.
    What you can control is: (1) keep a copy of python2.5 on your machine, and (2) install numpy in the /usr/lib/python2.5/site-packages folder. (2) is easy: just tweak the numpy PKGBUILD to make sure that the python interpreter that's doing the install is itself 2.5. (1) is of course doable but I think will be more work---that is, if you also want to upgrade to python2.6. You're going to have to rewrite the python PKGBUILDs to enable you to have different versions side-by-side. Or, you could just let pacman upgrade to python2.6, and install python2.5 from source in /usr/local/bin (without using pacman).
    When someone has gotten (debugged) PKGBUILD tweaks that install different versions of Python beside each other, please share the love.
    Numpy is already installed in python2.5/site-packages, but when I try to import it in ipython, I get the error
    ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
    And since there is no python2.5 in the repos, only 2.4, I guess I will have to install that.
    Last edited by sidc (2008-11-04 08:01:48)

  • Python, numpy, values of dicts, and numpy.where

    if I have a numpy.array value that is a dict, say, { 'this' : 'that' }, how can I use numpy.where() to return array coordinates for values that are a dict?  Or even better, dicts with an index of 'this' in them?  I'd much prefer to do this without a loop (at that would be very slow).  Thanks!

    One way to do this without a loop:
    def myfunc(x):
    return type(x) == dict and 'this' in x
    myfuncv = numpy.frompyfunc(myfunc, 1, 1)
    indices = numpy.where(myfuncv(some_array))
    However, you're not likely to see a significant speed improvement over calling myfunc in a loop, since either way, you're still calling a Python function for every element of the array. Unfortunately, I don't see any way around this, since determining the type of an object and testing for a key in a dict are fundamentally Python operations. If you disagree, perhaps you should clarify your problem a bit and give some more context.

  • Python Launcher Broken

    Python Launcher that shipped with Leopard has been broken since release; which was a long time ago. It is not a bug either, the basic functionally of being able to launch a python program is not working at all.
    Is it going to get fixed? Any ideas when?

    So you can double click on a python program (*.py) and the program will run? There are many other people that are also having problems.
    http://mail.python.org/pipermail/python-list/2007-November/464718.html
    http://groups.google.com/group/comp.lang.python/browse_thread/thread/4b2954b2ae8 ca261/7ba3be15934ac723

  • Python tix broken?

    I am using Mac OS X 10.4.8 and using the Python/Tix test instructions at the following URL. http://www.python.org/doc/2.3.5/lib/node651.html
    I get the following error.
    dude:~ ben$ python
    Python 2.3.5 (#1, Jan 13 2006, 20:13:11)
    [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    import Tix
    root = Tix.Tk()
    Traceback (most recent call last):
    File "<stdin>", line 1, in ?
    File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-tk/ Tix.py", line 210, in _init_
    self.tk.eval('package require Tix')
    _tkinter.TclError: can't find package Tix
    Can anyone recommend a workaround?
    Mac Mini   Mac OS X (10.4.7)   Intel

    Thank you for the suggestion. I installed the latest version of TkAqua from the linked sourceforge site, and now I get the following error.
    dude:~ ben$ /usr/bin/python
    Python 2.3.5 (#1, Jan 13 2006, 20:13:11)
    [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    import Tix
    root = Tix.Tk()
    Traceback (most recent call last):
    File "<stdin>", line 1, in ?
    File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-tk/ Tix.py", line 210, in _init_
    self.tk.eval('package require Tix')
    _tkinter.TclError: no suitable image found. Did find:
    /Library/Tcl/Tix8.4/libTix8.4.dylib: mach-o, but wrong architecture
    0
    I guess Rosetta doesn't help me out, and the solution is to build my own TkAqua, as described at the following URL. http://wiki.tcl.tk/12987
    I can do this, but I would not ask end users to install Xcode and compile TkAqua just to run my program and get a file open dialog. =)

  • Python/matplotlib output using latex broken

    ive been trying to:
    pyplt.savefig("something.eps")
    but i always get these errors:
    Saving figure to: plots/large_study/res_FR.eps
    RuntimeError Traceback (most recent call last)
    /mnt/data/sandbox/python/sqc_replacement/datawriter.py in <module>()
    ----> 1
    2
    3
    4
    5
    /mnt/data/sandbox/python/sqc_replacement/datawriter.py in plot_residuals(params, ff)
    613 fname = 'plots' + os.sep + outfile + os.sep + 'res_' + p + '.' + ff
    614 print('Saving figure to: ' + fname)
    --> 615 pyplt.savefig(fname, **{'format':ff})
    616 # 1}}}
    617
    /usr/lib/python2.6/site-packages/matplotlib/pyplot.pyc in savefig(*args, **kwargs)
    354 def savefig(*args, **kwargs):
    355 fig = gcf()
    --> 356 return fig.savefig(*args, **kwargs)
    357 if Figure.savefig.__doc__ is not None:
    358 savefig.__doc__ = dedent(Figure.savefig.__doc__)
    /usr/lib/python2.6/site-packages/matplotlib/figure.pyc in savefig(self, *args, **kwargs)
    1030 patch.set_alpha(0.0)
    1031
    -> 1032 self.canvas.print_figure(*args, **kwargs)
    1033
    1034 if transparent:
    /usr/lib/python2.6/site-packages/matplotlib/backend_bases.pyc in print_figure(self, filename, dpi, facecolor, edgecolor, orientation, format, **kwargs)
    1474 orientation=orientation,
    1475 bbox_inches_restore=_bbox_inches_restore,
    -> 1476 **kwargs)
    1477 finally:
    1478 if bbox_inches and restore_bbox:
    /usr/lib/python2.6/site-packages/matplotlib/backend_bases.pyc in print_eps(self, *args, **kwargs)
    1327 from backends.backend_ps import FigureCanvasPS # lazy import
    1328 ps = self.switch_backends(FigureCanvasPS)
    -> 1329 return ps.print_eps(*args, **kwargs)
    1330
    1331 def print_pdf(self, *args, **kwargs):
    /usr/lib/python2.6/site-packages/matplotlib/backends/backend_ps.pyc in print_eps(self, outfile, *args, **kwargs)
    853
    854 def print_eps(self, outfile, *args, **kwargs):
    --> 855 return self._print_ps(outfile, 'eps', *args, **kwargs)
    856
    857
    /usr/lib/python2.6/site-packages/matplotlib/backends/backend_ps.pyc in _print_ps(self, outfile, format, *args, **kwargs)
    882 self._print_figure_tex(outfile, format, imagedpi, facecolor, edgecolor,
    883 orientation, isLandscape, papertype,
    --> 884 **kwargs)
    885 else:
    886 self._print_figure(outfile, format, imagedpi, facecolor, edgecolor,
    /usr/lib/python2.6/site-packages/matplotlib/backends/backend_ps.pyc in _print_figure_tex(self, outfile, format, dpi, facecolor, edgecolor, orientation, isLandscape, papertype, **kwargs)
    1183 convert_psfrags(tmpfile, ps_renderer.psfrag, font_preamble,
    1184 custom_preamble, paperWidth, paperHeight,
    -> 1185 orientation)
    1186
    1187 if rcParams['ps.usedistiller'] == 'ghostscript':
    /usr/lib/python2.6/site-packages/matplotlib/backends/backend_ps.pyc in convert_psfrags(tmpfile, psfrags, font_preamble, custom_preamble, paperWidth, paperHeight, orientation)
    1270 if exit_status:
    1271 raise RuntimeError('LaTeX was not able to process your file:\
    -> 1272 \nHere is the full report generated by LaTeX: \n\n%s'% fh.read())
    1273 else: verbose.report(fh.read(), 'debug')
    1274 fh.close()
    RuntimeError: LaTeX was not able to process your file:
    Here is the full report generated by LaTeX:
    This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Arch Linux)
    restricted \write18 enabled.
    entering extended mode
    (/tmp/tmpQzkfCe.tex
    LaTeX2e <2009/09/24>
    Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
    yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
    abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
    h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
    greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
    rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
    lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
    ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
    (/usr/share/texmf-dist/tex/latex/base/article.cls
    Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
    (/usr/share/texmf-dist/tex/latex/base/size10.clo))
    (/usr/share/texmf-dist/tex/latex/type1cm/type1cm.sty)
    (/usr/share/texmf-dist/tex/latex/psnfss/mathptmx.sty)
    (/usr/share/texmf-dist/tex/latex/psnfss/helvet.sty
    (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty))
    (/usr/share/texmf-dist/tex/latex/psnfss/courier.sty)
    (/usr/share/texmf-dist/tex/latex/base/textcomp.sty
    (/usr/share/texmf-dist/tex/latex/base/ts1enc.def))
    (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
    (/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
    (/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
    (/usr/share/texmf-dist/tex/xelatex/xetexconfig/geometry.cfg)
    Package geometry Warning: Over-specification in `h'-direction.
    `width' (578.15999pt) is ignored.
    Package geometry Warning: Over-specification in `v'-direction.
    `height' (433.62pt) is ignored.
    ) (/usr/share/texmf-dist/tex/latex/psfrag/psfrag.sty
    (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
    (/usr/share/texmf-dist/tex/latex/graphics/trig.sty)
    (/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg)
    (/usr/share/texmf-dist/tex/latex/graphics/dvips.def)))
    (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty)
    (/usr/share/texmf-dist/tex/latex/graphics/color.sty
    (/usr/share/texmf-dist/tex/latex/latexconfig/color.cfg)
    (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def))
    No file tmpQzkfCe.aux.
    (/usr/share/texmf-dist/tex/latex/base/ts1cmr.fd)
    (/usr/share/texmf-dist/tex/latex/psnfss/ot1ptm.fd)
    *geometry detected driver: dvips*
    <tmpQzkfCe.eps> (/usr/share/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd)
    (/usr/share/texmf-dist/tex/latex/psnfss/omlztmcm.fd)
    (/usr/share/texmf-dist/tex/latex/psnfss/omsztmcm.fd)
    (/usr/share/texmf-dist/tex/latex/psnfss/omxztmcm.fd)
    ! Missing $ inserted.
    <inserted text>
    $
    l.47 \includegraphics*[angle=0]{tmpQzkfCe.eps}
    ! Extra }, or forgotten $.
    \mbox #1->\leavevmode \hbox {#1}
    l.47 \includegraphics*[angle=0]{tmpQzkfCe.eps}
    ! Extra }, or forgotten $.
    \nfss@text #1->{\mbox {#1}}
    l.47 \includegraphics*[angle=0]{tmpQzkfCe.eps}
    ! Missing $ inserted.
    <inserted text>
    $
    l.47 \includegraphics*[angle=0]{tmpQzkfCe.eps}
    ! Missing } inserted.
    <inserted text>
    l.47 \includegraphics*[angle=0]{tmpQzkfCe.eps}
    ! Missing } inserted.
    <inserted text>
    l.47 \includegraphics*[angle=0]{tmpQzkfCe.eps}
    [1] (./tmpQzkfCe.aux) )
    (see the transcript file for additional information)
    Output written on tmpQzkfCe.dvi (1 page, 5944 bytes).
    Transcript written on tmpQzkfCe.log.
    matplotlibrc:
    backend : GTKAgg
    font.family : serif
    font.serif : Times, Palatino, New Century Schoolbook, Bookman, Computer Modern Roman
    font.sans-serif : Helvetica, Avant Garde, Computer Modern Sans serif
    font.cursive : Zapf Chancery
    font.monospace : Terminus, Dina, Courier
    text.usetex : true
    ps.usedistiller : ghostscript
    relevant packages:
    extra/texlive-bibtexextra 2009.16287-1 (texlive-most)
    extra/texlive-bin 2009.5-2
    extra/texlive-core 2009.16776-1 (texlive-most)
    extra/texlive-fontsextra 2009.16617-1 (texlive-most)
    extra/texlive-formatsextra 2009.16044-1 (texlive-most)
    extra/texlive-games 2009.16453-1 (texlive-most)
    extra/texlive-genericextra 2009.15878-1 (texlive-most)
    extra/texlive-htmlxml 2009.15878-1 (texlive-most)
    extra/texlive-humanities 2009.16540-1 (texlive-most)
    extra/texlive-latex3 2009.16491-1 (texlive-most)
    extra/texlive-latexextra 2009.16666-1 (texlive-most)
    extra/texlive-music 2009.15878-2 (texlive-most)
    extra/texlive-pictures 2009.16576-1 (texlive-most)
    extra/texlive-plainextra 2009.16629-1 (texlive-most)
    extra/texlive-pstricks 2009.16633-1 (texlive-most)
    extra/texlive-publishers 2009.16512-1 (texlive-most)
    extra/texlive-science 2009.16539-1 (texlive-most)
    extra/python-numpy 1.4.0-1
    community/python-scipy 0.7.1-5
    community/python-matplotlib 0.99.1.2-2
    im pretty new to python, and i know nothing of latex, other than it seems to be well broken atm for me. i can save figures in any other file format with no errors.

    csstaub wrote:Looks like the script is generating invalid LaTeX code. A bug perhaps?
    i've asked friends (other distros) and the folks in #scipy, noone else seems to have this problem.
    i'd bet it has something to do wiht my setup, but im afraid idk enough to fix this problem.

  • Python numeric goes numpy

    Hello everyone,
    I am using a lot of science packages for python. The current 'standard' package for numerical computation in python is 'python-numeric'. Tomorrow (october 25th) is the official release day for the replacement of numeric, called numpy. It is from the same author, Travis Oliphant, and has a very active user community. A few python packages that were using numeric are already enabled to use numpy, e.g. matplotlib and pytables. Some packages need a recompile (e.g. pytables), while the pure python packages, e.g. matplotlib, can use it at runtime.
    There is currently a 'numpy' package (rc2) in AUR, along with two dependencies in AUR, and even though I already voted for it, I would like to know if there are any immediate plans to include python-numpy into the official arch tree? This would make it a lot easier to build numeric python extensions for arch. I think it is already as important as python-numeric, judging from the traffic on their official mailing list.
    Best regards,
    Niklas.

    numpy works with 2.4 and (as far as I remember from their mailing list) with 2.5. I don't know about 2.3 though. The core of the numpy package (the array protocol) was actually meant to be put into python 2.5, but didn't make it on time.
    Numpy is the successor and a full replacement for both numeric and numarray. On the C-API side, there is a compatibility layer (or something similar), so that existing C-extensions written for numeric can easily switch to numpy. The biggest disadvantage of numeric, the time for the creation of new arrays, has been solved and is supposedly even better than in numarray.
    A lot more information can be found on http://www.scipy.org.

  • Python with statement is broken.

    I am using the default python install which is version 2.5.1. According to the python documentation, support for the following syntax was added in version 2.5 but it does not work on the default apple python install.
    with open('filename') as f:
    for line in f:
    print line
    This is supposed to open to automate opening and closing of the file. However the with statement doesnt work and I get a syntax error.
    Is this normal or is my python installation broken? If it is normal is there any way to get this syntax enabled?
    Message was edited by: keeler1

    You need to read the rest of the documentation as support for that keyword is not enabled on versions prior to 2.6 unless you specifically ask for it.
    from _future_ import with_statement

  • [SOLVED] X11 hid support broken on fresh macbook install

    Hi!
    The solution was elementary indeed, I was missing xf86-input-keyboard and xf86-input-mouse. (looooooooooool)
    What bugs me though, is how this could happen to an already working system. From what I remember I didn't touch those drivers on my previuos system, I guess I installed them and forgot about them, but why would they break from a system update? Anyway, I guess that's nobody's concern by now. Thread solved.
    Old title: X11 hid support completely broken after system update. Now, I've completely reinstalled the system but the error remains. Please read the post below.
    I've a problem with X11 support for input devices since running pacman -Syu 2 days ago. This post contains error logs and a description of my attempts to counter the problem. The hardware is a MacBook, first generation. I'm a novice linux user but seasoned with GNU and a quick learner. The solution to this might be simple, but google didn't give me anything usable. All forum threads I found were either unsolved or irrelevant. 
    This is what has passed. (long story short, may or may not be relevant, my current problem is explained below)
    * After the first reboot since the system update, X11 didn't give me anything except a movable cursor. The screen was completely black using the xmonad wm, and when using twm, it was completely distorted with blue patterns. I start searching for sources of the trouble.
    * ALSA and pommed complain about driver errors during boot. I can't read the messages because they skip by too quickly. I remove them from rc.conf because I prefer dealing with one problem at a time.
    * modprobe complained about framebuffer_blacklist.pacsave having an erroneous extension in /etc/modprobe.d. It actually loaded both the .conf and the .pacsave. I tried swapping between this .pacsave (is it the same or opposite of a .pacorig, btw?) and the .conf. Obviously modprobe stopped complaining when there was no erroneous extension, but I didn't notice it fixing anything else. I'm unsure whether the framebuffer is even relevant.
    * I decide that the problem didn't have anything to do with modprobe. I don't know what happened exactly during this phase, but for some strange reason, the graphics cease to be jumbled. twm starts the default programs, but is not interactive. I could move the mouse, but no mouse buttons were working. Keyboard not working at all.
    * I decide to wipe X11 and hal. I also rm -rf:ed /usr/share/hal, /etc/hal, /usr/share/X11 and /etc/X11 (yeah, I got angry).
    * Reinstalled X11 and hal. Also rm -rf:ed /usr/share/hal, /etc/X11 and /usr/share/X11 (I got really angry). Stuff works now! However, setxkbmap made everything break again, both mouse and keyboard. I read the output of startx and realise evdev hasn't been loaded, since /usr/share/X11/xkb/rules/evdev is missing. The whole folder structure /usr/share/X11/xkb is actually missing. I randomly hit the target and run pacman -S xkeyboard-configure, which creates the folder structure along with the evdev ruleset.
    * The keyboard does not work when using evdev. Temporarily renaming it so that it doesn't get loaded fixes the problem. If I'm not mistaken this makes X11 revert to not-hotplugged keyboard and mouse preferences in xorg.conf (which is auto-generated). The keyboard and mouse then works again (but, obviously, not setxkbmap, and I really need input hotplugging as a laptop user).
    * It's getting late, so I shutdown and go to bed.
    Waking up today, neither keyboard nor mouse is working - also when not using evdev! I've really no idea where to go from here. I've some output for you to analyze:
    xorg.conf (auto-generated except for some commented lines I tried)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    # Section "ServerFlags"
    # Option "AutoAddDevices" "True"
    # Option "AllowEmptyInput" "False"
    # 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 "dbe"
    Load "glx"
    Load "extmod"
    Load "dri2"
    Load "dri"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    # Option "XkbOptions" "terminate:ctrl_alt_bksp" (this didn't work)
    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 "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2: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
    Xorg.0.log
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux robban 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    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: Wed Jul 22 18:07:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x7a40
    (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:0:2:0) 8086:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90380000/524288, 0x80000000/268435456, 0x90400000/262144, I/O @ 0x000020f0/8
    (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90300000/524288
    (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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, 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 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, 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: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, 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: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 2.7.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
    IGDNG_M
    (II) Primary Device is: PCI 00@00:02:0
    (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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 7, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 7, (OK)
    drmOpenByBusid: drmOpenMinor returns 7
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0x80000000
    (--) intel(0): IO registers at addr 0x90380000 size 524288
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (II) intel(0): the SDVO device with slave addr 70 is found on DVO 1 port
    (II) intel(0): 2 display pipes available.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "APP", prod id 40028
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
    (II) intel(0): Output TMDS-1 has no monitor section
    (II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
    (II) intel(0): SDVOB: 1 input channel
    (II) intel(0): SDVOB: TMDS0 output reported
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): EDID vendor "APP", prod id 40028
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TMDS-1 disconnected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 16124 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
    (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
    (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 483584 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1934332 kB available
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x000000007f000000 physical
    (II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x000000007f600000 physical
    (II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x000000007f601000 physical
    (II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x000000007f60b000 physical
    (II) intel(0): 0x00fbf000: end of stolen memory
    (II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): BO memory allocation layout:
    (II) intel(0): 0x00fbf000: start of memory manager
    (II) intel(0): 0x01000000-0x017fffff: front buffer (8192 kB) X tiled
    (II) intel(0): 0x0f9f4000: end of memory manager
    (WW) intel(0): ESR is 0x00000010, page table error
    (WW) intel(0): PGTBL_ER is 0x00000102, host pte data, display B pte
    (WW) intel(0): Existing errors found in hardware state.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TMDS-1 is connected to pipe none
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: DRI2 Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 286 x 179
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event2"
    (II) HID 05ac:1000: Found 5 mouse buttons
    (II) HID 05ac:1000: Found x and y relative axes
    (II) HID 05ac:1000: Configuring as mouse
    (**) HID 05ac:1000: YAxisMapping: buttons 4 and 5
    (**) HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE)
    (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
    (**) HID 05ac:1000: (accel) filter chain progression: 2.00
    (**) HID 05ac:1000: (accel) filter stage 0: 20.00 ms
    (**) HID 05ac:1000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event1"
    (II) HID 05ac:1000: Found keys
    (II) HID 05ac:1000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
    (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
    (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event15"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (WW) Apple Computer Apple Internal Keyboard / Trackpad: unable to handle keycode 464
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    startx_output.log (generated from startx &> startx_output.log)
    hostname: Host name lookup failure
    xauth: creating new authority file /root/.serverauth.5083
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux robban 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    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: Wed Jul 22 18:07:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Setting master
    expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
    expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
    expected keysym, got XF86_Switch_VT_3: line 14 of xfree86
    expected keysym, got XF86_Switch_VT_4: line 17 of xfree86
    expected keysym, got XF86_Switch_VT_5: line 20 of xfree86
    / ... (There are literally hundreds of lines like this, so I'm cutting most of them) ... /
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
    > Using last definition for duplicate fields
    / ... (The above two lines repeated about 20 times) .../
    expected keysym, got XF86Display: line 68 of pc
    expected keysym, got XF86KbdLightOnOff: line 69 of pc
    expected keysym, got XF86KbdBrightnessDown: line 70 of pc
    expected keysym, got XF86_Ungrab: line 90 of keypad
    expected keysym, got XF86_ClearGrab: line 96 of keypad
    expected keysym, got XF86AudioMedia: line 26 of inet
    expected keysym, got XF86AudioPrev: line 27 of inet
    expected keysym, got XF86MonBrightnessUp: line 1806 of inet
    expected keysym, got XF86MonBrightnessDown: line 1807 of inet
    Errors from xkbcomp are not fatal to the X server
    expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
    expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
    expected keysym, got XF86_Prev_VMode: line 54 of xfree86
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
    > Using last definition for duplicate fields
    / ... (Above two lines repeated alot again) ... /
    / ... (What looks like everything above repeated once) ... /
    expected keysym, got XF86MonBrightnessUp: line 1806 of inet
    expected keysym, got XF86MonBrightnessDown: line 1807 of inet
    Errors from xkbcomp are not fatal to the X server
    /root/.xmonad/xmonad-i386-linux: executeFile: does not exist (No such file or directory)
    [i](Yeah, I know this is bad, but twm doesn't work either. I'm quite sure it has nothing to do with xmonad)[/i]
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    Failed to open input method
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    Failed to open input method
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 662 requests (662 known processed) with 5 events remaining.
    [i](This is from "killall X". My xinitrc has "sleep 8;killall X" appended since these problems started appearing)[/i]
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0.0"
    xinit: connection to X server lost.
    waiting for X server to shut down .Dropping master
    error setting MTRR (base = 0x80000000, size = 0x10000000, type = 1) Invalid argument (22)
    Output of pacman -Q: (maybe there are some conflicting drivers or something?)
    a52dec 0.7.4-4
    aalib 1.4rc5-6
    acl 2.2.47-2
    alsa-lib 1.0.20-1
    alsa-oss 1.0.17-1
    alsa-utils 1.0.20-2
    apache 2.2.11-3
    apr 1.3.5-1
    apr-util 1.3.7-1
    aspell 0.60.6-4
    at-spi 1.26.0-1
    atk 1.26.0-1
    attr 2.4.43-1
    aubio 0.3.2-3
    audiofile 0.2.6-4
    autoconf 2.63-1
    automake 1.11-1
    avahi 0.6.25-1
    bash 4.0.024-1
    bin86 0.16.17-4
    binutils 2.19.1-5
    bison 2.4.1-1
    blas 20070405-2
    bluez 4.39-1
    bzip2 1.0.5-4
    ca-certificates 20090709-1
    cabextract 1.2-2
    cairo 1.8.8-1
    cairomm 1.8.2-1
    cdargs 1.35-2
    cdparanoia 10.2-2
    chmlib 0.40-1
    cloog-ppl 0.15.3-1
    compositeproto 0.4-2
    confuse 2.6-1
    consolekit 0.3.0-5
    coreutils 7.4-1
    cpio 2.9-5
    cpufrequtils 005-2
    cracklib 2.8.13-2
    cryptsetup 1.0.6-3
    csup 20060318-5
    curl 7.19.5-2
    damageproto 1.1.0-2
    dash 0.5.5.1-2
    db 4.7.25.4-1
    db4.1 4.1.25-2
    dbus 1.2.14-1
    dbus-core 1.2.14-1
    dbus-glib 0.80-1
    dcron 3.2-4
    desktop-file-utils 0.15-1
    device-mapper 1.02.33-1
    dhcpcd 5.0.6-1
    dialog 1.1_20080819-2
    diffutils 2.8.1-6
    dmapi 2.2.10-1
    dmenu 4.0-1
    dmidecode 2.10-1
    dmxproto 2.2.2-2
    docbook-xml 4.5-2
    doxygen 1.5.9-1
    dri2proto 2.1-1
    dwm 5.6-1
    dzen2 0.8.5-4
    e2fsprogs 1.41.8-1
    ed 1.3-1
    eject 2.1.5-4
    emacs 22.3-2
    enca 1.9-4
    enchant 1.4.2-1
    esound 0.2.41-1
    eventlog 0.2.9-1
    exempi 2.1.0-1
    exiv2 0.18-1
    expat 2.0.1-2
    faac 1.28-1
    faad2 2.7-1
    fakeroot 1.12.4-1
    fam 2.7.0-14
    feh 1.3.4-5
    ffmpeg 0.5-1
    fftw 3.2.1-1
    file 5.03-2
    filesystem 2009.01-2
    findutils 4.4.2-1
    firefox 3.5.1-1
    fixesproto 4.0-3
    flac 1.2.1-1
    flashplugin 10.0.22.87-1
    flex 2.5.35-3
    fluidsynth 1.0.9-1
    fontcacheproto 0.1.2-2
    fontconfig 2.6.0-2
    fontsproto 2.0.2-2
    fox 1.6.36-1
    freetype2 2.3.9-2
    fribidi 0.19.2-1
    fuse 2.7.4-3
    gawk 3.1.6-3
    gc 7.1-1
    gcc 4.4.0-5.1
    gcc-libs 4.4.0-5
    gconf 2.26.2-2
    gdbm 1.8.3-6
    gen-init-cpio 2.6.17-3
    gettext 0.17-3
    ghc 6.10.3-1
    giblib 1.2.4-4
    giflib 4.1.6-3
    glib 1.2.10-7
    glib2 2.20.4-1
    glibc 2.10.1-3
    glibmm 2.20.1-1
    gmp 4.3.1-2
    gmrun 0.9.2-2
    gnutls 2.8.1-1
    gpm 1.20.6-1
    grep 2.5.4-3
    groff 1.20.1-2
    grub 0.97-15
    gsfonts 8.11-5
    gstreamer0.10 0.10.23-1
    gstreamer0.10-base 0.10.23-1
    gstreamer0.10-base-plugins 0.10.23-2
    gstreamer0.10-ffmpeg 0.10.7-1
    gstreamer0.10-good 0.10.15-1
    gtk 1.2.10-9
    gtk-engines 2.18.2-1
    gtk2 2.16.5-1
    gtkmm 2.16.0-1
    gvim 7.2.65-1
    gzip 1.3.12-6
    hal 0.5.12git20090421.4fc367-2
    hal-info 0.20090414-1
    haskell-utf8-string 0.3.5-1
    haskell-x11 1.4.5-1.2
    haskell-x11-xft 0.3-5
    hdparm 9.15-1
    heimdal 1.2.1-5
    herrie 2.2-2
    hicolor-icon-theme 0.10-2
    hunspell 1.2.8-1
    hwdetect 2009.07-1
    imlib2 1.4.2-3
    initscripts 2009.03-2
    inputproto 1.5.0-1
    intel-dri 7.5-1
    iputils 20071127-2
    irssi 0.8.13-1
    iso-codes 3.10.1-1
    jack-audio-connection-kit 0.116.2-2
    jdk 6u14-1
    jfsutils 1.1.14-1
    jre 6u14-1
    kbd 1.15-1
    kbproto 1.0.3-2
    kernel-headers 2.6.30.1-1
    kernel26 2.6.30.1-1
    kernel26-firmware 2.6.30-1
    klibc 1.5.15-3
    klibc-extras 2.5-4
    klibc-kbd 1.15.20080312-10
    klibc-module-init-tools 3.8-1
    klibc-udev 141-3
    ladspa 1.13-2
    lame 3.98.2-2
    lapack 3.2.1-1
    lcms 1.18-2
    less 429-1
    lesstif 0.95.0-3
    libao 0.8.8-2
    libarchive 2.7.0-2
    libart-lgpl 2.3.20-1
    libass 0.9.6-2
    libavc1394 0.5.3-3
    libbeagle 0.3.9-1
    libbonobo 2.24.1-1
    libcaca 0.99.beta16-1
    libcanberra 0.14-1
    libcap 2.16-3
    libcddb 1.3.2-1
    libcdio 0.81-2
    libcups 1.3.11-1
    libdaemon 0.13-2
    libdatrie 0.2.2-1
    libdca 0.0.5-1
    libdmx 1.0.2-2
    libdownload 1.3-3
    libdrm 2.4.12-1
    libdv 1.0.0-2
    libdvbpsi 0.1.6-3
    libdvdnav 4.1.3-1
    libdvdread 4.1.3-1
    libebml 0.7.8-1
    libexif 0.6.17-1
    libfontenc 1.0.4-2
    libftdi 0.15-3
    libgcrypt 1.4.4-2
    libgl 7.5-1
    libglade 2.6.4-1
    libgpg-error 1.6-1
    libgtop 2.26.1-1
    libical 0.43-1
    libice 1.0.5-1
    libid3tag 0.15.1b-3
    libidl2 0.8.13-1
    libiec61883 1.2.0-1
    libjpeg 7-1
    libldap 2.3.43-3
    liblo 0.25-1
    liblrdf 0.4.0-6
    libmad 0.15.1b-4
    libmatroska 0.8.1-2
    libmikmod 3.1.12-2
    libmng 1.0.10-2
    libmodplug 0.8.7-1
    libmp4v2 1.6-1
    libmpcdec 1.2.6-1
    libmpd 0.18.0-1
    libmpeg2 0.5.1-1
    libmtp 0.3.7-1
    libmysqlclient 5.1.36-1
    libnl 1.1-1
    libnotify 0.4.5-1.1
    libogg 1.1.3-2
    liboil 0.3.16-1
    libpcap 1.0.0-1
    libpciaccess 0.10.6-1
    libpng 1.2.38-1
    libproxy 0.2.3-1
    libraw1394 2.0.2-1
    libsamplerate 0.1.7-1
    libsasl 2.1.23-1
    libsexy 0.1.11-1
    libshout 2.2.2-3
    libsigc++2.0 2.2.3-1
    libsm 1.1.0-1
    libsndfile 1.0.20-3
    libtasn1 2.2-1
    libthai 0.1.12-1
    libtheora 1.0-1
    libtiff 3.8.2-5
    libtirpc 0.2.0-1
    libtool 2.2.6a-2
    libtorrent 0.12.2-2
    libtracker 0.6.95-1
    libunique 1.0.8-1
    libusb 0.1.12-3
    libv4l 0.5.99-1
    libvisual 0.4.0-2
    libvorbis 1.2.1rc1-2
    libwnck 2.26.2-1
    libx11 1.2.1-1
    libx86 1.1-2
    libxau 1.0.4-1
    libxaw 1.0.6-1
    libxcb 1.2-1
    libxcomposite 0.4.0-2
    libxcursor 1.1.9-2
    libxdamage 1.1.1-2
    libxdmcp 1.0.2-2
    libxext 1.0.5-2
    libxfce4util 4.6.1-1
    libxfcegui4 4.6.1-1
    libxfixes 4.0.3-2
    libxfont 1.4.0-1
    libxfontcache 1.0.4-2
    libxft 2.1.13-1
    libxi 1.2.1-1
    libxinerama 1.0.3-2
    libxkbfile 1.0.5-1
    libxklavier 3.9-2
    libxml2 2.7.3-2
    libxmu 1.0.4-2
    libxp 1.0.0-2
    libxpm 3.5.7-1
    libxrandr 1.3.0-1
    libxrender 0.9.4-2
    libxres 1.0.3-2
    libxslt 1.1.24-2
    libxspf 1.2.0-1
    libxss 1.1.3-1
    libxt 1.0.6-1
    libxtst 1.0.3-2
    libxv 1.0.4-1
    libxvmc 1.0.4-2
    libxxf86dga 1.0.2-2
    libxxf86misc 1.0.1-2
    libxxf86vm 1.0.2-1
    licenses 2.4-1
    links 2.2-2
    lirc-utils 0.8.5-1
    lm_sensors 3.1.1-1
    logrotate 3.7.8-1
    lrmi 0.10-1
    lua 5.1.4-4
    lvm2 2.02.48-1
    lzo2 2.03-1
    m4 1.4.13-1
    madwifi 0.9.4.3952-5
    madwifi-utils 0.9.4.3952-1
    mailx 8.1.1-7
    make 3.81-4
    man-db 2.5.5-2
    man-pages 3.21-1
    mcpp 2.7.2-2
    mdadm 2.6.9-1
    mesa 7.5-1
    mime-types 1.0-2
    mkinitcpio 0.5.25-1
    mlocate 0.22-1
    module-init-tools 3.8-1
    mozilla-common 1.4-1
    mozplugger 1.12.1-1
    mpd 0.14.2-1
    mpfr 2.4.1-1
    mysql 5.1.36-1
    mysql-clients 5.1.36-1
    nano 2.0.9-2
    ncurses 5.7-2
    net-tools 1.60-14
    netbeans 6.7-1
    nspr 4.8-1
    nss 3.12.3-1
    openssl 0.9.8k-4
    orbit2 2.14.17-1
    pacman 3.2.2-1
    pacman-mirrorlist 20090616-1
    pam 1.0.4-1
    pango 1.24.5-1
    pangomm 2.24.0-1
    patch 2.5.9-2
    pciutils 3.1.2-1
    pcmciautils 015-2
    pcre 7.9-1
    perl 5.10.0-6
    perl-xml-simple 2.18-2
    perlxml 2.36-1
    php 5.2.10-3
    pixman 0.14.0-2
    pkgconfig 0.23-1
    pm-utils 1.2.5-1
    policykit 0.9-9
    pommed 1.26-3
    popt 1.14-1
    ppl 0.10.2-2
    ppp 2.4.4-9
    printproto 1.0.4-1
    procinfo 19-3
    procps 3.2.8-1
    psmisc 22.7-1
    pycairo 1.8.6-1
    pygobject 2.18.0-1
    pygtk 2.14.1-4
    python 2.6.2-5
    python-gdata 1.3.1-1
    python-numpy 1.3.0-2
    qt 4.5.2-3
    rake 0.8.6-1
    randrproto 1.3.0-1
    raptor 1.4.18-1
    rarian 0.8.1-1
    readline 6.0.003-1
    recode 3.6-3
    recordproto 1.13.2-2
    reiserfsprogs 3.6.21-1
    renderproto 0.9.3-2
    rp-pppoe 3.10-1
    rpcbind 0.2.0-1
    rtorrent 0.8.2-3
    ruby 1.8.7_p174-1
    rubygems 1.3.3-1
    run-parts 3.1.3-1
    rxvt-unicode 9.06-2
    schismtracker 0.5rc1-1
    screen 4.0.3-8
    scrnsaverproto 1.1.0-2
    sdl 1.2.13-3
    sdl_image 1.2.7-2
    sdparm 1.03-2
    sed 4.2.1-1
    shadow 4.1.4.1-1
    shaman 1.0.9-1
    shared-mime-info 0.60-1
    smbclient 3.3.6-2
    sound-theme-freedesktop 0.2-1
    speex 1.2rc1-1.1
    sqlite3 3.6.15-2
    startup-notification 0.10-1
    sudo 1.7.2-1
    sysfsutils 2.1.0-5
    syslog-ng 3.0.3-1
    sysvinit 2.86-5
    t1lib 5.1.2-2
    taglib 1.5-1
    tar 1.22-1
    tcp_wrappers 7.6-10
    tdb 3.3.6-1
    terminus-font 4.28-1
    texinfo 4.13a-3
    ttf-dejavu 2.29-1
    tzdata 2009j-1
    udev 141-3
    unixodbc 2.2.14-2
    unrar 3.9.4-1
    unzip 6.0-4
    uriparser 0.7.5-1
    usbutils 0.84-1
    util-linux-ng 2.14.2-1
    vbetool 1.1-1
    vi 7.2.65-1
    videoproto 2.2.2-2
    vim 7.2.65-1.1
    vim-minibufexpl 6.3.2-4
    w3m 0.5.2-3
    wavpack 4.50.1-1
    wget 1.11.4-1
    which 2.20-1
    wireless_tools 29-3
    wpa_supplicant 0.6.9-2
    x264 20090416-1
    xbitmaps 1.0.1-2
    xcb-proto 1.4-1
    xcb-util 0.3.4-2
    xcursor-themes 1.0.1-2
    xextproto 7.0.5-1
    xf86-input-evdev 2.2.2-1
    xf86-input-synaptics 1.1.2-1
    xf86-video-intel 2.7.99.902-1
    xf86dgaproto 2.0.3-2
    xf86miscproto 0.9.2-2
    xf86vidmodeproto 2.2.2-2
    xfconf 4.6.1-1
    xfe 1.19.2-1
    xfsprogs 3.0.1-1
    xineramaproto 1.1.2-2
    xkeyboard-config 1.6-1
    xmlrpc-c 1.06.35-1
    xmobar 0.9.2-1
    xmonad 0.8.1-1.2
    xmonad-contrib 0.8.1-1.2
    xorg-apps 7.4-2
    xorg-font-utils 7.4-2
    xorg-fonts-100dpi 1.0.1-2
    xorg-fonts-75dpi 1.0.1-2
    xorg-fonts-alias 1.0.1-2
    xorg-fonts-encodings 1.0.2-3
    xorg-fonts-misc 1.0.0-4
    xorg-res-utils 1.0.3-3
    xorg-server 1.6.2-1
    xorg-server-utils 7.4-6
    xorg-twm 1.0.4-3
    xorg-utils 7.4-4
    xorg-xauth 1.0.3-1
    xorg-xinit 1.1.1-1
    xorg-xkb-utils 7.4-2
    xpacman 0.11-4
    xpdf 3.02_pl3-1
    xproto 7.0.15-1
    xterm 243-2
    xulrunner 1.9.1.1-1
    xvidcore 1.2.1-1
    xz-utils 4.999.8beta-4
    zenity 2.26.0-2
    zip 3.0-1.1
    zlib 1.2.3.3-3
    zsh 4.3.10-1
    zvbi 0.2.26-1
    Any help would be greatly appreciated! This is too much for me to handle by myself. I'm thinking of trying debian if I can't sort this out, so be a patriot!
    Love,
    sapht
    Last edited by sapht (2009-07-23 17:45:07)

    Alright, I got fed up and decided to reinstall the system.
    Only installed wireless_tools, madwifi, hal, xorg and xf86-video-intel.
    Edited /etc/X11/xorg.conf to select the intel video driver.
    The mouse and keyboard are still frozen.
    Here are some much cleaner Xorg.0.log, xorg.conf and startx_output.log files, I hope it will be easier for any readers of this post to find errors here:
    Output of startx:
    hostname: Host name lookup failure
    xauth: creating new authority file /root/.serverauth.4956
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux datan 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 28 June 2009 11:20:52AM
    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: Thu Jul 23 13:37:55 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Setting master
    (again, this is where 'killall X' from xinitrc runs)
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 507 requests (507 known processed) with 2 events remaining.
    xterm: fatal IO error 104 (Connection reset by peer) or KillClient on X server ":0.0"
    xinit: connection to X server lost.
    waiting for X server to shut down .Dropping master
    error setting MTRR (base = 0x80000000, size = 0x10000000, type = 1) Invalid argument (22)
    xorg.conf
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    # 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 "extmod"
    # Load "glx"
    # Load "record"
    # Load "dri"
    # Load "dri2"
    # Load "dbe"
    # EndSection
    And Xorg.0.log:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux datan 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 28 June 2009 11:20:52AM
    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: Thu Jul 23 13:33:48 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.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (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,
    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: 0x640
    (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:0:2:0) 8086:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90380000/524288, 0x80000000/268435456, 0x90400000/262144, I/O @ 0x000020f0/8
    (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90300000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -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.901, 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.901, 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 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (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.901, 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 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 2.7.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
    IGDNG_M
    (II) Primary Device is: PCI 00@00:02:0
    (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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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.901, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0x80000000
    (--) intel(0): IO registers at addr 0x90380000 size 524288
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (--) intel(0): Using UXA for acceleration
    (II) intel(0): 2 display pipes available.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA has no monitor section
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "APP", prod id 40028
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
    (II) intel(0): Output TMDS-1 has no monitor section
    (II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
    (II) intel(0): SDVOB: 1 input channel
    (II) intel(0): SDVOB: TMDS0 output reported
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): EDID vendor "APP", prod id 40028
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TMDS-1 disconnected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 16124 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
    (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
    (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 483584 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1934332 kB available
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x000000007f000000 physical
    (II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x000000007f600000 physical
    (II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x000000007f601000 physical
    (II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x000000007f60b000 physical
    (II) intel(0): 0x00fbf000: end of stolen memory
    (II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): BO memory allocation layout:
    (II) intel(0): 0x00fbf000: start of memory manager
    (II) intel(0): 0x01000000-0x017fffff: front buffer (8192 kB) X tiled
    (II) intel(0): 0x0f9f4000: end of memory manager
    (WW) intel(0): ESR is 0x00000010, page table error
    (WW) intel(0): PGTBL_ER is 0x00000102, host pte data, display B pte
    (WW) intel(0): Existing errors found in hardware state.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TMDS-1 is connected to pipe none
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: DRI2 Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 286 x 179
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event2"
    (II) HID 05ac:1000: Found 5 mouse buttons
    (II) HID 05ac:1000: Found x and y relative axes
    (II) HID 05ac:1000: Configuring as mouse
    (**) HID 05ac:1000: YAxisMapping: buttons 4 and 5
    (**) HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE)
    (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
    (**) HID 05ac:1000: (accel) filter chain progression: 2.00
    (**) HID 05ac:1000: (accel) filter stage 0: 20.00 ms
    (**) HID 05ac:1000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event1"
    (II) HID 05ac:1000: Found keys
    (II) HID 05ac:1000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
    (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
    (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event15"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    Reading Xorg.0.log myself, I find nothing that would imply the input devices have been erroneosly loaded. What is going on? Surely I must have missed something?
    Best regards,
    sapht

  • Numpy package installs in the $HOME

    I wanted to compile numpy with Atlas support, so I downloaded the package and edited the PKGBUILD adding the lib names:
    # $Id: PKGBUILD 169025 2012-10-17 10:20:51Z allan $
    # Maintainer: Jan de Groot <[email protected]>
    # Contributor: Douglas Soares de Andrade <[email protected]>
    # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
    pkgbase=python-numpy
    pkgname=('python2-numpy' 'python-numpy')
    pkgver=1.7.0
    _pkgver=1.7.0b2
    pkgrel=1
    pkgdesc="Scientific tools for Python"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://numpy.scipy.org/"
    makedepends=('lapack' 'python' 'python2' 'python-distribute' 'python2-distribute' 'gcc-fortran' 'python-nose')
    source=(http://downloads.sourceforge.net/numpy/numpy-${_pkgver}.tar.gz)
    md5sums=('1b62cf0e34e2db58b0241b00d603df24')
    build() {
    cd "${srcdir}"
    cp -a numpy-${_pkgver} numpy-py2-${_pkgver}
    export BLAS=/usr/lib/libblas.so
    export LAPACK=/usr/lib/liblapack.so
    export ATLAS=/usr/lib/libatlas.so
    export LDFLAGS="$LDFLAGS -shared"
    echo "Building Python2"
    cd "${srcdir}/numpy-py2-${_pkgver}"
    python2 setup.py config_fc --fcompiler=gnu95 build
    echo "Building Python3"
    cd "${srcdir}/numpy-${_pkgver}"
    python setup.py config_fc --fcompiler=gnu95 build
    package_python2-numpy() {
    depends=('lapack' 'python2')
    optdepends=('python-nose: testsuite')
    cd "${srcdir}/numpy-py2-${_pkgver}"
    python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}" --optimize=1
    install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
    install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
    sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
    -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
    -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
    $(find ${pkgdir} -name '*.py')
    package_python-numpy() {
    depends=('lapack' 'python')
    provides=("python3-numpy=${pkgver}")
    replaces=('python3-numpy')
    conflicts=('python3-numpy')
    cd "${srcdir}/numpy-${_pkgver}"
    python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}" --optimize=1
    install -m755 -d "${pkgdir}/usr/share/licenses/python3-numpy"
    install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python3-numpy/"
    as suggested in the numpy site I used ldd to double check that the .so files are indeed compiled with gfortran...
    So far, so good.
    I unset python related variables, and start the build:
    $ unset PYTHONPATH
    $ unset PYTHONSTARTUP
    $ makepkg
    But, the result still puts the files in the directory in my home!
    $ find pkg
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/unixccompiler.py
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/misc_util.py
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/setupscons.py
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/mingw
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/mingw/gfortran_vs2003_hack.c
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/pathccompiler.py
    pkg/python-numpy/home/ezzetabi/pythonlib/numpy/distutils/cpuinfo.py
    How is possible? I am going crazy, help!
    Thanks
    Last edited by ezzetabi (2012-12-20 10:59:59)

    @thisoldman
    What? Of course I did not installed it! The pkg directory shows a wrong structure! And the reason of that was the question.
    Got it... I made time ago the ~/.pydistutils.cfg file to install a python package in my home and I forgot about it...
    ~/.pydistutils.cfg
    [install]
    install_lib = ~/pythonlib
    install_scripts = ~/pythonlib/bin
    My fault, yet I guess the package should ignore it somewhat...
    Last edited by ezzetabi (2012-12-20 10:59:35)

  • [SOLVED] python problem convert YUV422 images to jpgs

    I hope this is not off topic - but I'm trying this running arch linux, so it is somewhat arch related...
    I have some YUV422 images and want to convert them to jpgs. I've found this pyhthon script which should do the job.
    https://bitbucket.org/hudson/magic-lant … 422-jpg.py
    But I guess i am doing something wrong.
    It starts with: I don't know with which python command I can run the script.
    $ python 422-jpg.py .
    File "422-jpg.py", line 54
    print "Wrong number of subpictures (%d)" % numpics
    ^
    SyntaxError: invalid syntax
    $ python2 422-jpg.py .
    Traceback (most recent call last):
    File "422-jpg.py", line 10, in <module>
    import numpy
    ImportError: No module named numpy
    $ python3 422-jpg.py .
    File "422-jpg.py", line 54
    print "Wrong number of subpictures (%d)" % numpics
    ^
    SyntaxError: invalid syntax
    most promising seemes to me the python2 command. But I don't understand the numpy problem. I know the script uses pythons image libraries but actually I installed them:
    pacman -Suy python-numpy
    pacman -Suy python2-imaging
    or does the script just not find the libs?
    I'm a bit stuck here for I don't know python very well.
    Thanks in advance
    (BTW I need this because I extended my cameras firmware with magiclantern to create time lapse movies, but disabling the mirror mechnism automatically leads to *442 images instead of jpgs - sigh)
    Last edited by keen90 (2013-05-29 16:57:36)

    Hi
    I think it's simply missing numpy for python2.
    It's: extra/python2-numpy
    Greez
    Edit: Alternatively imagemagick could probably do the job.
    Last edited by rebootl (2013-05-28 18:09:26)

  • Scientific Python

    Hi,
    I want to install the scipy and numpy modules. I checked in the AUR,  and scipy was flagged as outdated. I decided to do things the old fashioned way, by downloading the .tar.gz files from the official website, when I encountered two problems.
    # I went through the wiki and found there was something called ABS. I went through the steps of installing it, making a new file in ~, copying python-numpy to that folder. When I go there and do makepkg, it gives me the error
    "error: 'python-distribute': could not find or read package
    ==> ERROR: 'pacman' failed to install missing dependencies."
    #Not knowing what was wrong, I decided to ahead with downloading the official .tar.gz files from the websites. When I navigate to the folder that I have extracted them to, and do ./configure, I get the error,
    "bash: ./configure: No such file or directory"
    I am stumped.
    EDIT: I have found out how to install it from instructions on the official website which installs it through python. However, I am not going to mark this solved because I'd like to know why this didn't work.
    Last edited by anirudh215 (2011-03-08 17:18:33)

    I did add the -s flag, but it still gave me that error.
    I did download from Extras. I'm wondering why I got that error.
    EDIT: I have successfully installed numpy through ABS and figured out how it works. I've installed scipy through the instructions on the website. I'd still like to to know why I got the errors I got which are
    # Even when I included the -s flag for makepkg, it didn't resolve the dependency
    #Where is configure? Why is it giving me an error?
    I'd also like to say that the scipy module ought to be updated.
    Last edited by anirudh215 (2011-03-08 18:08:11)

Maybe you are looking for