[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

Similar Messages

  • [Solved] X11 won't start after fresh install

    Hihi!
    I've been using Debian for quite some time now but I want to switch to Arch. My notebook is fairly modern and this doesn't mix well with Debian and as such my dGPU is basically unusable. My preferred method of installing Debian is to start headless so I felt quite at home with Arch and got through the install just fine, but I'm having problems launching Openbox among other hardware related issues. I spent yesterday googling and attempting fixes but came up with nothing, so I had to reinstall Debian as I was counting on having a usable computer at the end of the day. I did write down the messages I was getting though, hopefully they are enough to diagnose the issue. My hardware:
    AMD A10-5750M (8650G graphics)
    AMD Radeon 8970M 2GB
    The kernel was the one in the very latest install snapshot (3.12-9 or something)
    The first thing I noticed after booting into the fresh install was a warning along these lines
    [drm:r600_dma_ring_test] radeon: ring 3 test failed
    I ignored it, and preceeded to install the following packages
    xorg-server
    xorg-utils
    xorg-xinit
    mesa
    xf86-video-ati
    openbox
    openbox-themes
    other things related to the UI I wanted
    The ring 3 test warning still occured on reboot after installing X and the radeon drivers. Again I ignored it. My .xinitrc was simply exec openbox-session
    I ran startx and it failed, and got a bunch of errors that began right after a reference to "radeon" and the kernel. My xorg log did not get far at all. In fact the last lines were
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (II) config/udev: Adding drm device (/dev/dri/card1)
    And that was literally the end of the log. This is clearly a GPU/driver issue, probably with the 8970M as card1 seems to be the last line? Any help is appreciated
    edit: This is the same process I use to install Debian, and using this exact same kernel (plus the Debian patches) I can start X just fine. my dGPU is unusable with the FOSS drivers through as there is no glamor support in Debian. I get segfaults whenever I launch something with DRI_PRIME=1 after setting the 8970M as the offload provider
    Last edited by remyze (2014-02-09 04:02:04)

    Ok I installed fresh and had the same issues as last time. With KMS early start I still have the same problems launching X and I still have the ring 3 test error (it just appears earlier).
    There is nothing pure text in /var/log, I don't know if theres a way to use systemd with wgetpaste, so I took a picture that is hopefully not to difficult to read. I tried to sharpen it up a bit in GIMP.
    *see pastebin below*
    I also noticed that I get that ring 3 error even when I boot up the Arch installer  via USB. I wonder if I should try an older image with an older kernel?
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by remyze (2014-02-09 03:30:24)

  • My hard drive has 70.93 GB available, yet when i have more than one internet tab open, i have to force quit google chrome because 'there is no more available application memory'. How can I solve this? I have a 2009 macbook pro running on 10.6.8.

    My hard drive has 70.93 GB available, yet when i have more than one internet tab open, i have to force quit google chrome because 'there is no more available application memory'. How can I solve this? I have a 2009 macbook pro running on 10.6.8. I have tried updating to mavericks through the mac app store but after it downloading for a day i got an error message saying there was a problem with the download. The same thing happens if i try to update itunes or the mac app store. After research, i have also tried repairing disk permissions, but every time they do get repaired the 'repair' button still appears, i'm not sure if it's because it was unable to repair the initial problems or if it just keeps detecting new ones.

    2 GBs is a minimum in which you can do many things, but not concurrently. Be very careful to not install third-party add-ons, limit the number of applications you choose to enter in Login Items, run as few applications concurrently as you demand.
    I would consider adding more RAM to your computer. Your model supports 8 GBs, so I would install that.

  • After 10.5.8 update, X11 is completely broken

    Hi, I just got the 10.5.8 update on 8/10/2009 and now X11 is completely broken. Looking at the logs I found:
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Xquartz starting:
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: X.Org X Server 1.4.2-apple42
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Build Date: 20090517
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: (EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
    Aug 11 12:00:06: --- last message repeated 1 time ---
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/misc/, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/TTF/, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/OTF, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/Type1/, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/75dpi/:unscaled, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/100dpi/:unscaled, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/75dpi/, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /usr/X11/lib/X11/fonts/100dpi/, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /Library/Fonts, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Could not init font path element /System/Library/Fonts, removing from list!
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Fatal server error:
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: could not open default font 'fixed'
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: AbortDDX
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Quitting Xquartz...
    Aug 11 12:00:04 aarons-macbook-air org.x.startx[2307]: Xquartz: startx11server: (ipc/mig) server died
    Aug 11 12:00:06 aarons-macbook-air org.x.startx[2307]: font_cache: Done
    Aug 11 12:00:06 aarons-macbook-air org.x.startx[2307]: giving up.
    Aug 11 12:00:06 aarons-macbook-air org.x.startx[2307]: /usr/X11/bin/xinit: Connection refused (errno 61): unable to connect to X server
    Aug 11 12:00:06 aarons-macbook-air org.x.startx[2307]: /usr/X11/bin/xinit: No such process (errno 3): Server error.
    Aug 11 12:00:06 aarons-macbook-air com.apple.launchd[156] (org.x.startx): Throttling respawn: Will start in 8 seconds
    Aug 11 12:00:06 aarons-macbook-air org.x.privileged_startx[227]: font_cache: Done
    Any work around?
    -Aaron

    aaron08544 wrote:
    Turns out the 10.5.8 update is missing a very important file which is
    /usr/X11/lib/X11/fonts/misc/fonts.alias
    After I copied one from my Centos 5.2 box, things are finally back to normal.
    -Aaron
    I have that file on my system and x11 was updated using 10.5.8 combo update. it works just fine.

  • I just purchased a new SSD for my mac and I wanted to do a fresh/clean install on the SSD, like if my Macbook just came out of the box. How do I do that?

    I just purchased a new SSD for my mac and I wanted to do a fresh/clean install on the SSD, like if my Macbook just came out of the box. How do I do that?

    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet
                if possible because it is three times faster than wireless.
    This will install the version of OS X that originally came with your model if you have a model that supports Internet Recovery - 2010 models and later: Computers that can be upgraded to use OS X Internet Recovery.

  • Code 43 on my HID Support collection

    Windows has turned off my HID Support Collection drives & I have recieved a code 43 on my HP Pavilion 360 laptop, what does that mean, & how do I fix this?
    This question was solved.
    View Solution.

    I thank you SO MUCH for trying though!!! My computer apparently has A LOT more issues with it than just 1 drive. You did what you could & for that I am very thankful. Keep up the good work. MAY GOD BLESS YOU FOR ALL THAT YOU DO!!! THANK YOU SO MUCH FOR TRYING TO HELP ME, my computer is just beyond any repair that I personally know how to do.

  • I am trying to install windows 7 on my macbook pro 13", when i run bootcamp it tells me that there is not a windows support software available for my computer. Where can i get the windows support software for my macbook?

    I am trying to install windows 7 on my macbook pro 13", when i run bootcamp it tells me that there is not a windows support software available for my computer. Where can i get the windows support software for my macbook?

    Apple only supports Windows on certain hardware.
    http://www.apple.com/support/bootcamp/
    Apple provides their framework for Windows to run on a Mac, a piece of software called a Hybrid MBR that bridges the gap between how Windows reads the drive partition table (MBR) and EFI/GUID partition table that Mac's use.
    It doesn't mean Windows can't run on your Mac, a third party solution called rEFIt will also bridge the gap and allow booting of more that just Windows, Linux as well for a triple booting computer.
    Your hardware has to meet the other requirements the second and third operating system needs as as being able to install drivers that will work for your hardware, especially the fans or they will run loud and fast by default.
    http://refit.sourceforge.net/
    This above is a advanced procedure which requires knowledge how computers and various operating systems, drive formats and so forth work.
    I even admit I don't know everything myself, but I experiment on a separate piece of Mac hardware (out of warranty/AppleCare) designed for this purpose so in case something screws up I'm not taking down my only machine and can use the other to get online and find solutions.
    There is a very high potential for losing your data if your using advanced/non-Apple methods to install Windows on your only Mac where Apple doesn't support it. Also one shouldn't be doing this on Mac hardware that is under AppleCare or warranty as it might be voided. Proceed at your own risk and education.

  • X11 fullscreen mode broken in Leopard - fix available / planned?

    Hello,
    in Leopard, X11 fullscreen mode doesn´t work.
    Is there already a fix available?
    if not is a fix of this problem planned?
    As we can see here: http://aaroniba.net/articles/x11-leopard.html it is possible to install Tigers X11, but I´d prefer a fix of the version, which comes with Leopard.
    Martin

    There is a fake way.
    To fake fullscreen support with Xephyr:
    $ Xephyr -ac -fullscreen :9 &
    $ DISPLAY=:9 twm&
    $ DISPLAY=:9 xterm &
    It works ok on mine.
    Good source http://homepage.mac.com/sao1/X11/index.html

  • Broken screen of MacBook Pro (Retina, 15-inch, Late 2013). Where I can find the part?

    I have a broken screen for MacBook Pro (Retina, 15-inch, Late 2013) and I cannot find a replacement. Where I can find the screen? I will install myself. Thanks

    Apple does not sell replacement parts, any you find will be third-party knockoffs.  Take your Retina to an Apple store genius bar and have the techs tell you what  needs to be done.  New Retina screens are not cheap, they normally replace the entire lid as a unit.

  • I boot my macbook air usinf comand   R to make a fresh os instalation so i erase my hd. when i finish ereasing i try to reinstal it but i have error in verifiation

    i boot my macbook air usinf comand + R to make a fresh os instalation so i erase my hd. when i finish ereasing i try to reinstal it but i have error in verifiation

    Post the exact error message please

  • [SOLVED] X11 + radeon hd 4650 = artifacts

    Fresh arch install on a laptop with radeon hd 4650.
    Decided to try radeon hd driver first (haven't really read into which is best for which chipsets), installed it, ran 'Xorg -configure' and X starts just fine, but crashes (and flashes colours) when I try to quit it and all tty's are blank black screens.
    Next try is with xf86-video-ati, no problems with getting out of X but there are some artifacts including:
    - icons in Tint2's systray aren't displayed properly, not displayed at all or mismatched
    - lxappearance is almost unreadable
    - graphical text editors colour all lines black on startup, they remain this way until you do something, click on it, input text, scroll etc.
    I'm using openbox, here is my xorg.conf
    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 "dri2"
    Load "record"
    Load "glx"
    Load "dri"
    Load "dbe"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "AudioStreamSilence" # [<str>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "LowPowerModeEngineClock" # <i>
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "M96 [Mobility Radeon HD 4650]"
    BusID "PCI:1:0:0"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "DRI" "on"
    Option "DynamicPM" "on"
    Option "ClockGating" "on"
    Option "RenderAccel" "on"
    Option "ScalerWidth" "2048"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I also tried hwd but it only generates xorg.conf with the vesa driver (with which the artifacts don't occur by the way).
    Last edited by Netsu (2010-04-10 09:40:57)

    flamelab wrote:Delete your xorg.conf, and try again (make sure you hal running and xorg-input-drivers installed).
    Tried that several times, also using hwd.
    dcc24 wrote:
    Netsu wrote:- graphical text editors colour all lines black on startup, they remain this way until you do something, click on it, input text, scroll etc.
    I suffered from this exact problem with my HD 4330. I've tried everything, finally I've given up, downgraded X.org to 1.6 and installed the catalyst driver. Doing fine ever since.
    I know catalyst sucks in general, but in my case this is the only working option.
    Good to know I'm not alone, and that there's a working solution, even if I have to downgrade.

  • Approach for fresh OSX install to new SSD drive with restore from TimeMachine

    I have an early 2010 MacBook Pro with running Mavericks with FileVault 2 encryption.  The drive seems to be failing.  I am not able to boot it up.  I get a "Prohibitory" sign with freezing.  I have attempted various recovery steps:  booting with Command-R, running Disk Utility, attempting to do a full restore from TimeMachine, turning off encryption via terminal/command line with no success.  I am not able to mount the disk volume.  DiskWarrior doesn't seem to support bootable Maverick volumes.  I don't the the existing drive deserves additional time.
    I've purchased a new SSD drive and I plan to do a fresh OS install on that drive, followed by a restore of my most recentTimeMachine backup to that drive.  My backups are not encrypted.  Because the current HDD seems to be toast and is running FileVault 2, installing from scratch and then restoring apps and data seems to be the most realistic approach.
    Can somebody please tell me what the preferred sequence of steps would be to do this?  Particularly the initial OS X install?  Since the new drive will not have a recovery partition, I assume that I cannot do Command-R at boot-time to start the install.  My system has a DVD drive, but I don't have a Mavericks install disk.
    Comments appreciated...

    Restart the computer. At the chime press and hold down the OPTION key until the boot manager appears. There should be a disk icon for your Time Machine backup drive. Select it and click on the arrow button below it. This will start you into a hidden Recovery HD on your Time Machine backup drive. Select the Disk Utility option and click on the Continue button.
    1. After DU loads select your SSD (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    2. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Apply button and wait until the process has completed.
    3. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    4. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    5. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    6. Quit Disk Utility and return to the main menu. Select the Install OS X option and click on the Continue button.
    7. Be sure to select your SSD as the installation target.

  • How much RAM should I get my new MacBook installed with?

    How much RAM should I get my new MacBook installed with? I'm planning on getting a new Macbook sometime this fall. I'll probably be a light user, mostly internet, email, and your occasional Letter/Envelope.
    Are their any other options that I'll want to make sure that I get?
    Oh, and this will also be my very first Mac.
    Thanks,
    Jeff

    In the link Alvin Ray posted it shows the different configurations that can be used in RAM. Officially Apple states that the MacBook supports 2 GB Ram. It can hold 4 GB but only uses 3 GB. The 4 GB would only benefit the matched pair use for optimum graphics. Unless you do a lot of very graphic intensive work 3 GB should be fine.

  • Error message when opening adobe premier 10 saved film file , this file is not supported or required codec not installed

    Hi
    Can any one help, keep getting error message,error message when opening adobe premier 10 film file , this file is not supported or required codec not installed,
    Thanks
    Colin65

    Steve,
    Not to sure what type AVI files they are, the storage devise is at present offshore on a job.
    Can you clarify, if you edit/import video footage with adobe premiere 10 and then create a file, the file or the original raw footage is not stored on computer for re-use, if it is stored, is it stored in the original format.
    Also please find details of storage devise,
    Dogcam Portable Media Center PMC-500r
    Quick DetailsModel Number:PMC-500R
    SpecificationsPMC-500R20G/40G Portable Multimedia PlayerPMC-500R 20G/40G Portable Multimedia Player, Supports
    PMC-500R20G/40G Portable Multimedia PlayerPMC-500R 20G/40G Portable Multimedia Player, Supports MPEG-4 File FormatsKey Specifications/Special Features:Video recorder: supports digital video recoding in MPEG4 from Line-in Video playback: supports MPEG4 (AVI), MPEG1 (.MPG), DVD (MPEG2,.VOB) Supports MPEG4 with 720 x 480 at 30 Frames/s MPEG4 movie playing with Fast Forward, Fast Reverse, Time search function Music playback: supports MP3, WMA, WAV Music playing with play list function MP3 ID3 information and sorting, LRC Music playing with repeat, shuffle playing function Photos view: supports JPEG and slide show, rotate, nail view Easy backup of photos in digital camera -USB OTG technology Audio recording: continues recording for over 40 hours High resolution output for HDTV (Y, U, V output; 704 x 480 (N) or 704 x 576 (P), at 25/30 frames/s) Super dlim size: 126 x 79 x 22.5 mm Games E-book with bookmark, auto turning page, page search function File browser function with Copy, Delete, HDD capacity information With 3.5" LCD QVGA TFT panel (960 x 240) Long time battery running (over 5 hours for video, and 9 hours for audio) 1.8" 20G/40G storage capacity High fidelity sound with good earphoneCompass Electronics Co.,

  • I need to setup 7800 Series IP Phones in the CUCM 8.6.2 which by default are not support but will work after install the software. Anyone have document from Cisco as I remember I seen once before.

    I need to setup 7800 Series IP Phones in the CUCM 8.6.2 which by default are not support but will work after install the software. Anyone have document from Cisco as I remember I seen once before.

    Hi Ali,
    I'll just add this reference to the good tips from my friend Manish (+5)
    Support for the 7800 series in CUCM 8.6.2 was first added with this
    Device Pack;
    Cisco Unified Communications Manager
    Device Package 8.6(2)(24104-1)Release Notes
    Cisco Unified Communications Manager Device Package Release 8.6(2)
    adds support for the Cisco IP Phones
    7821, 7841, and 7861 running SIP firmware release 10.1(1).
    The steps are in this doc
    http://www.cisco.com/web/software/282074299/107528/cmterm-devicepack-8.6.2.24104-1_Readme.pdf
    You might as well install the latest 8.6.2 Device pack
    cmterm-devicepack8.6.2.24112-1.cop.sgn
    Cheers!
    Rob
    "Seek it out and ye shall find  " 
    - OneRepublic

Maybe you are looking for