unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Albin <albin@fripost.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: MacBook2,1 keyboard and touchpad issues on GuixSD
Date: Tue, 26 Jan 2016 20:52:57 +0100	[thread overview]
Message-ID: <56A7CE99.6030507@fripost.org> (raw)
In-Reply-To: <87bn88s9lc.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 7512 bytes --]

Saluton!

Den 2016-01-26 kl. 15:23, skrev Ludovic Courtès:
> Hello!
> 
> Albin <albin@fripost.org> skribis:
> 
>> 1. The manual doesn't explain how to (in the installer)
>>      (a) list the available keymaps
>>      (b) load a keymap
>>      (c) enable the selected keymap in the system that is to be installed.
> 
> Right.  Currently the installer is rough on the edges as you’ve seen,
> but it would be good to a least give pointers to ‘loadkeys’ and similar
> commands.
> 
> Would you like to propose a patch?  The manual lives in doc/guix.texi in
> the repository.

Unfortunately I don't know the answer to a) and c) so it would be hard
to for me to write the patch.

>> 2. After having figured out the names of the keymaps (by looking at a
>> different GNU distro) I had another minor problem.  I wanted to use
>> `se-fi-ir209` but it didn't work to load it directly.  Instead I had to
>> first run `loadkeys se-ir209` and then `se-fi-ir209`.  An example of
>> what happened when I tried to load `se-fi-ir209` directly was that the
>> buttons SHIFT+9 and SHIFT+0 printed `(` and `)` respectively instead of
>> `)` and `=` which are the correct ones.
> 
> I’m afraid I don’t fully understand what’s supposed to happen and what
> doesn’t work here.

What is supposed to happen I think is that the `se-fi-ir209` keymap
loads correctly the first time so that one doesn't need to load the
wrong keymap first and then the right one.  I should add that I had
this same issue in the Parabola installer as well.

>> 3. After installing the system with full disk encryption I first
>> couldn't boot the OS properly because the keyboard wasn't recognized in
>> time---before I was asked to enter the LUKS password.  The solution was
>> to add the following kernel modules to the initial RAM disk:
>> `hid-generic`, `hid` and `hid-apple`.

I've now reconfigured the OS with just `hid-apple` added and can
confirm that only this module was necessary to get the built-in keyboard
to work.  However, using an external USB keyboard to type in the
password doesn't work with this configuration.  Having reconfigured a
second time with the modules `hid-generic` and `hid-apple` added (but
not ´hid´) I can now type in the LUKS password with both keyboards.

> Great.  This issue is being discussed at <http://bugs.gnu.org/20433> and
> we were waiting for confirmation of exactly which modules need to be
> added to the initrd.
> 
> The initrd already contains ‘usbhid’ by default.  From what I can see,
> all that’s missing is ‘hid-generic’ and ‘hid-apple’:
> 
> --8<---------------cut here---------------start------------->8---
> $ gunzip -c < /run/current-system/initrd | cpio -tv | grep hid
> -r--r--r--   1 root     root       207688 Jan  1  1970 ./gnu/store/z0xxbhn83bfiiwwlmxdp7r623p3swnzk-linux-modules/hid.ko
> -r--r--r--   1 root     root        90880 Jan  1  1970 ./gnu/store/z0xxbhn83bfiiwwlmxdp7r623p3swnzk-linux-modules/usbhid.ko
> --8<---------------cut here---------------end--------------->8---
> 
> Is there a risk of conflict if we load all these drivers?  If not, let’s
> just add them.
> 
>> 4. The media keys that control e.g. LCD brightness and sound level don't
>> work out of the box.  I haven't found a solution to this yet but maybe
>> `pommed` (not yet packaged in GuixSD) could take care of this.
> 
> OK.  Someone™ should package it, then.

I'm completely new to GuixSD but would be happy to learn how to add
packages like this one.

>> 5. After entering Xfce I discovered that the touchpad behaved strangely.
>>  The cursor could only move in a vertical line for example.  When
>> opening "Session and upstart" I discovered a service named `AT-SPI D-Bus
>> Bus`.  I enabled it and restarted Xfce after which the touchpad had a
>> better but not ideal behaviour: I could now move the cursor normally but
>> apart from that only left click was working (using the physical mouse
>> button).  This touchpad should be able to recognize tapping so that one
>> can also have "right click", "middle click", two finger scrolling and
>> other gestures.  I believe there is a problem with the synaptics driver.
>>  Maybe it's in conflict with another driver.
> 
> No idea about that one.  Could it be that our Xorg is not loading the
> right input driver(s)?  Could you compare /var/log/Xorg.0.log with what
> you get on a “working” distro?

Yes, I think so. I've attached one /var/log/Xorg.0.log file for the
Parabola MATE live USB where the touchpad is working perfectly and two
from GuixSD+Xfce where the first one has only basic functionality and
the second one that "strange" behaviour I explained in my last email.
(Sometimes when I boot GuixSD I get the first touchpad behaviour and
sometimes the other.) As can be seen in the Xorg logs, Parabola MATE
uses the synaptics driver whereas the Guix system uses evdev.

(At the moment I can use the computer with an external mouse but it
stops working if I resume from sleep.)

>> As you can see I managed to fix some of the issues but a few remain.
>> I'd really appreciate any help with the media keys and touchpad.
> 
> Thanks for sharing your problems and solution—that’s how we
> incrementally manage to improve things.
> 
> So you have a fully-encrypted system, with an unencrypted /boot, right?

No, it's fully encrypted including /boot.

> Does the grub.cfg generated by ‘guix system’ work for you?

Yes, I can access it from the Libreboot GRUB command line by entering
`configfile (crypto0)/boot/grub.cfg (after having unlocked
the device (see below).

> Did you have
> to run the ‘insmod’ and ‘cryptomount’ commands in GRUB as reported at
> <http://bugs.gnu.org/21843>?

I run `cryptomount -a` from GRUB in libreboot and type in the LUKS
password there. Then I need to type it in a second time during the
initial boot process. For Trisquel and Parabola there are instructions
how to include the LUKS password as a key file inside the initial RAM
disk. (See "Using a key file to unlock /boot/" on
https://libreboot.org/docs/gnulinux/encrypted_parabola.html)
I'd like to do this in GuixSD but don't know how.

There is ongoing work, initiated by Petter, on a guide for installing
GuixSD with full-disk encryption including /boot. Hopefully we can have
this ready very soon. How to include the password in the initial RAM
disk is one thing I'd like to have in there. More important though is
finding a solution to this error:

> making '/gnu/store/bla bla bla-system' the current system...
> Path `/boot/grub/` is not readable by GRUB on boot. Installation is
> impossible. Aborting
> guix system: error: failed to install GRUB on device '/dev/sda'

The message above is printed at the end of every installation or
reconfiguration process. The installation doesn't really fail but it
isn't complete. Running the garbage collector can mess up the system for
example.

As mark_weaver explained:

> [I]n order to avoid garbage-collecting the resources needed by
> grub.cfg, there needed to be a GC "root" installed in
> /var/guix/gcroots and that's the last step of "guix system init"
> and "guix system reconfigure", done after grub is installed,
> but because the grub install failed that last step was never done
...so the GC root was not installed to protect the grub.cfg resources.

> 
> Thanks,
> Ludo’.
> 

Cheers!

Albin

[-- Attachment #2: Xorg.0.log-guixsd-xfce --]
[-- Type: text/plain, Size: 36153 bytes --]

[    21.517] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[    21.524] X Protocol Version 11, Revision 0
[    21.540] Build Operating System: Linux 3.16.0-4-amd64 x86_64 
[    21.560] Current Operating System: Linux mb21 4.4.0-gnu #1 SMP Thu Jan 21 03:09:09 UTC 2016 x86_64
[    21.561] Kernel command line: BOOT_IMAGE=/gnu/store/qia6shgjyxshj7jrqmyvrkd5b4x084fg-linux-libre-4.4/bzImage --root=/dev/mapper/guixsd --system=/gnu/store/42s2bid7fmjhhzsx9qng2xf9j1mhf62r-system --load=/gnu/store/42s2bid7fmjhhzsx9qng2xf9j1mhf62r-system/boot
[    21.569] Build Date: 23 December 2015  02:32:48PM
[    21.571]  
[    21.581] Current version of pixman: 0.32.8
[    21.584] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.584] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.600] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 26 17:12:55 2016
[    21.605] (++) Using config file: "/gnu/store/l7xvrhgqzch4qngin3637vra0drgv53h-xserver.conf"
[    21.607] (==) Using system config directory "/gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/share/X11/xorg.conf.d"
[    21.614] (==) No Layout section.  Using the first Screen section.
[    21.618] (==) No screen section available. Using defaults.
[    21.620] (**) |-->Screen "Default Screen Section" (0)
[    21.622] (**) |   |-->Monitor "<default monitor>"
[    21.644] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.644] (**) Option "AllowMouseOpenFail" "on"
[    21.646] (==) Automatically adding devices
[    21.648] (==) Automatically enabling devices
[    21.653] (==) Automatically adding GPU devices
[    21.707] (**) FontPath set to:
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/75dpi,
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/100dpi,
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/misc,
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/cyrillic,
	/gnu/store/m3bba1rd3djdj42b7dc052y7y2vdsxsz-font-adobe75dpi-1.0.3/share/fonts/X11/75dpi,
	${prefix}/share/fonts/X11/misc/,
	${prefix}/share/fonts/X11/TTF/,
	${prefix}/share/fonts/X11/OTF/,
	${prefix}/share/fonts/X11/Type1/,
	${prefix}/share/fonts/X11/100dpi/,
	${prefix}/share/fonts/X11/75dpi/
[    21.746] (**) ModulePath set to "/gnu/store/mprcc74fj5vzircprywnc6s3an4b2jxd-xf86-video-vesa-2.3.3/lib/xorg/modules/drivers,/gnu/store/q8ff6i8dvcxrsrqmm8sfbna946hkhfdz-xf86-video-fbdev-0.4.4/lib/xorg/modules/drivers,/gnu/store/fjpacfpkm8pwm25phf8z8cdib8xz7w55-xf86-video-modesetting-0.9.0/lib/xorg/modules/drivers,/gnu/store/vkpm70m5c5w2c533v1saasgz3wxp6xb9-xf86-video-cirrus-1.5.2/lib/xorg/modules/drivers,/gnu/store/7wh7w20x065g8pak0nb9hfqv9m3l7cwl-xf86-video-intel-2.21.15/lib/xorg/modules/drivers,/gnu/store/agcf29wg9z6xr0wcnqizwxhdj565fqh1-xf86-video-mach64-6.9.4/lib/xorg/modules/drivers,/gnu/store/nyihy6as2rmzf2mwikr77ma6r2nk2by9-xf86-video-nouveau-1.0.11/lib/xorg/modules/drivers,/gnu/store/d5r9dp2n22i9gnl0217ckqdhq1hv0210-xf86-video-nv-2.1.20/lib/xorg/modules/drivers,/gnu/store/w25s3lhxyifczfbfczlmk68v9sa4x1jv-xf86-video-sis-0.10.7/lib/xorg/modules/drivers,/gnu/store/wv9ss3lc1wl4pii3p6rmnlb3ag9skn5s-xf86-input-libinput-0.8.0/lib/xorg/modules/input,/gnu/store/r2lpnq5jq0nnq6lgi5rh9f7m6ddp44iq-xf86-input-evdev-2.8.4/l
[    21.758] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.758] (II) Loader magic: 0x80c080
[    21.758] (II) Module ABI versions:
[    21.758] 	X.Org ANSI C Emulation: 0.4
[    21.758] 	X.Org Video Driver: 18.0
[    21.770] 	X.Org XInput driver : 21.0
[    21.770] 	X.Org Server Extension : 8.0
[    22.144] (EE) systemd-logind: failed to get session: PID 321 does not belong to any known session
[    22.147] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.158] (--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 rev 3, Mem @ 0xe0300000/524288, 0xd0000000/268435456, 0xe0400000/262144, I/O @ 0x000020a0/8
[    22.160] (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 rev 3, Mem @ 0xe0380000/524288
[    22.168] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.172] (II) LoadModule: "glx"
[    22.269] (II) Loading /gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/lib/xorg/modules/extensions/libglx.so
[    22.377] (II) Module glx: vendor="X.Org Foundation"
[    22.377] 	compiled for 1.16.4, module version = 1.0.0
[    22.379] 	ABI class: X.Org Server Extension, version 8.0
[    22.381] (==) AIGLX enabled
[    22.383] (==) Matched intel as autoconfigured driver 0
[    22.385] (==) Matched intel as autoconfigured driver 1
[    22.388] (==) Matched modesetting as autoconfigured driver 2
[    22.390] (==) Matched fbdev as autoconfigured driver 3
[    22.392] (==) Matched vesa as autoconfigured driver 4
[    22.394] (==) Assigned the driver to the xf86ConfigLayout
[    22.394] (II) LoadModule: "intel"
[    22.398] (II) Loading /gnu/store/7wh7w20x065g8pak0nb9hfqv9m3l7cwl-xf86-video-intel-2.21.15/lib/xorg/modules/drivers/intel_drv.so
[    22.426] (II) Module intel: vendor="X.Org Foundation"
[    22.426] 	compiled for 1.16.4, module version = 2.21.15
[    22.429] 	Module class: X.Org Video Driver
[    22.429] 	ABI class: X.Org Video Driver, version 18.0
[    22.429] (II) LoadModule: "modesetting"
[    22.441] (II) Loading /gnu/store/fjpacfpkm8pwm25phf8z8cdib8xz7w55-xf86-video-modesetting-0.9.0/lib/xorg/modules/drivers/modesetting_drv.so
[    22.460] (II) Module modesetting: vendor="X.Org Foundation"
[    22.460] 	compiled for 1.16.4, module version = 0.9.0
[    22.466] 	Module class: X.Org Video Driver
[    22.466] 	ABI class: X.Org Video Driver, version 18.0
[    22.466] (II) LoadModule: "fbdev"
[    22.476] (II) Loading /gnu/store/q8ff6i8dvcxrsrqmm8sfbna946hkhfdz-xf86-video-fbdev-0.4.4/lib/xorg/modules/drivers/fbdev_drv.so
[    22.485] (II) Module fbdev: vendor="X.Org Foundation"
[    22.485] 	compiled for 1.16.4, module version = 0.4.4
[    22.491] 	Module class: X.Org Video Driver
[    22.491] 	ABI class: X.Org Video Driver, version 18.0
[    22.491] (II) LoadModule: "vesa"
[    22.496] (II) Loading /gnu/store/mprcc74fj5vzircprywnc6s3an4b2jxd-xf86-video-vesa-2.3.3/lib/xorg/modules/drivers/vesa_drv.so
[    22.501] (II) Module vesa: vendor="X.Org Foundation"
[    22.501] 	compiled for 1.16.4, module version = 2.3.3
[    22.505] 	Module class: X.Org Video Driver
[    22.505] 	ABI class: X.Org Video Driver, version 18.0
[    22.513] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    22.546] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    22.552] (II) FBDEV: driver for framebuffer: fbdev
[    22.553] (II) VESA: driver for VESA chipsets: vesa
[    22.562] (++) using VT number 7

[    22.570] (WW) Falling back to old probe method for modesetting
[    22.570] (WW) Falling back to old probe method for fbdev
[    22.570] (II) Loading sub module "fbdevhw"
[    22.570] (II) LoadModule: "fbdevhw"
[    22.571] (II) Loading /gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/lib/xorg/modules/libfbdevhw.so
[    22.573] (II) Module fbdevhw: vendor="X.Org Foundation"
[    22.573] 	compiled for 1.16.4, module version = 0.0.2
[    22.573] 	ABI class: X.Org Video Driver, version 18.0
[    22.573] (WW) Falling back to old probe method for vesa
[    22.573] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    22.573] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    22.573] (==) intel(0): RGB weight 888
[    22.573] (==) intel(0): Default visual is TrueColor
[    22.573] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[    22.573] (**) intel(0): Relaxed fencing disabled
[    22.573] (**) intel(0): Wait on SwapBuffers? enabled
[    22.573] (**) intel(0): Triple buffering? enabled
[    22.573] (**) intel(0): Framebuffer tiled
[    22.573] (**) intel(0): Pixmaps tiled
[    22.573] (**) intel(0): 3D buffers tiled
[    22.573] (**) intel(0): SwapBuffers wait enabled
[    22.573] (==) intel(0): video overlay key set to 0x101fe
[    22.573] (II) intel(0): Output LVDS1 has no monitor section
[    22.574] (--) intel(0): found backlight control interface /sys/class/backlight/intel_backlight
[    22.592] (II) intel(0): Output VGA1 has no monitor section
[    22.596] (II) intel(0): Output DVI1 has no monitor section
[    22.853] (II) intel(0): Output TV1 has no monitor section
[    22.853] (II) intel(0): EDID for output LVDS1
[    22.853] (II) intel(0): Manufacturer: APP  Model: 9c5f  Serial#: 0
[    22.853] (II) intel(0): Year: 2006  Week: 8
[    22.853] (II) intel(0): EDID Version: 1.3
[    22.853] (II) intel(0): Digital Display Input
[    22.853] (II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
[    22.853] (II) intel(0): Gamma: 2.20
[    22.853] (II) intel(0): No DPMS capabilities specified
[    22.853] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    22.853] (II) intel(0): First detailed timing is preferred mode
[    22.853] (II) intel(0): redX: 0.590 redY: 0.346   greenX: 0.327 greenY: 0.546
[    22.853] (II) intel(0): blueX: 0.160 blueY: 0.147   whiteX: 0.312 whiteY: 0.328
[    22.853] (II) intel(0): Manufacturer's mask: 0
[    22.853] (II) intel(0): Supported detailed timing:
[    22.853] (II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
[    22.853] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
[    22.853] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
[    22.853] (II) intel(0): Unknown vendor-specific block 1
[    22.853] (II) intel(0):  LP133WX1-TLA1
[    22.853] (II) intel(0):  Color LCD
[    22.853] (II) intel(0): EDID (in hex):
[    22.853] (II) intel(0): 	00ffffffffffff0006105f9c00000000
[    22.853] (II) intel(0): 	08100103801d12780a2f309758538b29
[    22.853] (II) intel(0): 	25505400000001010101010101010101
[    22.853] (II) intel(0): 	010101010101bc1b00a0502017303020
[    22.853] (II) intel(0): 	36001eb3100000180000000100061020
[    22.853] (II) intel(0): 	00000000000000000a20000000fe004c
[    22.853] (II) intel(0): 	503133335758312d544c4131000000fe
[    22.853] (II) intel(0): 	00436f6c6f72204c43440a20202000c2
[    22.854] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    22.854] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    22.854] (II) intel(0): Printing probed modes for output LVDS1
[    22.854] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    22.854] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    22.854] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    22.854] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    22.854] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    22.872] (II) intel(0): EDID for output VGA1
[    22.876] (II) intel(0): EDID for output DVI1
[    23.121] (II) intel(0): EDID for output TV1
[    23.121] (II) intel(0): Output LVDS1 connected
[    23.121] (II) intel(0): Output VGA1 disconnected
[    23.121] (II) intel(0): Output DVI1 disconnected
[    23.121] (II) intel(0): Output TV1 disconnected
[    23.121] (II) intel(0): Using exact sizes for initial modes
[    23.121] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    23.121] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    23.121] (II) intel(0): Kernel page flipping support detected, enabling
[    23.121] (==) intel(0): DPI set to (96, 96)
[    23.121] (II) Loading sub module "fb"
[    23.121] (II) LoadModule: "fb"
[    23.121] (II) Loading /gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/lib/xorg/modules/libfb.so
[    23.127] (II) Module fb: vendor="X.Org Foundation"
[    23.127] 	compiled for 1.16.4, module version = 1.0.0
[    23.128] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.128] (II) Loading sub module "dri2"
[    23.128] (II) LoadModule: "dri2"
[    23.128] (II) Module "dri2" already built-in
[    23.128] (II) UnloadModule: "modesetting"
[    23.128] (II) Unloading modesetting
[    23.128] (II) UnloadModule: "fbdev"
[    23.128] (II) Unloading fbdev
[    23.128] (II) UnloadSubModule: "fbdevhw"
[    23.128] (II) Unloading fbdevhw
[    23.128] (II) UnloadModule: "vesa"
[    23.128] (II) Unloading vesa
[    23.128] (==) Depth 24 pixmap format is 32 bpp
[    23.131] (II) intel(0): [DRI2] Setup complete
[    23.131] (II) intel(0): [DRI2]   DRI driver: i915
[    23.131] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
[    23.140] (II) UXA(0): Driver registered support for the following operations:
[    23.140] (II)         solid
[    23.140] (II)         copy
[    23.140] (II)         composite (RENDER acceleration)
[    23.140] (II)         put_image
[    23.140] (II)         get_image
[    23.140] (==) intel(0): Backing store enabled
[    23.140] (==) intel(0): Silken mouse enabled
[    23.143] (II) intel(0): Initializing HW Cursor
[    23.143] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    23.145] (==) intel(0): DPMS enabled
[    23.145] (II) intel(0): Set up textured video
[    23.145] (II) intel(0): Set up overlay video
[    23.145] (II) intel(0): direct rendering: DRI2 Enabled
[    23.145] (==) intel(0): hotplug detection: "enabled"
[    23.174] (--) RandR disabled
[    23.269] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    23.269] (II) AIGLX: enabled GLX_ARB_create_context
[    23.269] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    23.269] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    23.269] (II) AIGLX: enabled GLX_INTEL_swap_event
[    23.269] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    23.269] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    23.269] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    23.269] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    23.269] (II) AIGLX: Loaded and initialized i915
[    23.269] (II) GLX: Initialized DRI2 GL provider for screen 0
[    23.270] (II) intel(0): Setting screen physical size to 338 x 211
[    23.357] (II) XKB: Reusing cached keymap
[    23.360] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    23.360] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    23.360] (II) LoadModule: "evdev"
[    23.361] (II) Loading /gnu/store/r2lpnq5jq0nnq6lgi5rh9f7m6ddp44iq-xf86-input-evdev-2.8.4/lib/xorg/modules/input/evdev_drv.so
[    23.363] (II) Module evdev: vendor="X.Org Foundation"
[    23.363] 	compiled for 1.16.4, module version = 2.8.4
[    23.363] 	Module class: X.Org XInput Driver
[    23.363] 	ABI class: X.Org XInput driver, version 21.0
[    23.363] (II) Using input driver 'evdev' for 'Power Button'
[    23.363] (**) Power Button: always reports core events
[    23.363] (**) evdev: Power Button: Device: "/dev/input/event1"
[    23.363] (--) evdev: Power Button: Vendor 0 Product 0x1
[    23.363] (--) evdev: Power Button: Found keys
[    23.363] (II) evdev: Power Button: Configuring as keyboard
[    23.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    23.363] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.363] (**) Option "xkb_rules" "evdev"
[    23.363] (**) Option "xkb_model" "pc104"
[    23.363] (**) Option "xkb_layout" "us"
[    23.390] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    23.390] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    23.390] (II) Using input driver 'evdev' for 'Video Bus'
[    23.390] (**) Video Bus: always reports core events
[    23.390] (**) evdev: Video Bus: Device: "/dev/input/event9"
[    23.390] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    23.390] (--) evdev: Video Bus: Found keys
[    23.391] (II) evdev: Video Bus: Configuring as keyboard
[    23.391] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[    23.391] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    23.391] (**) Option "xkb_rules" "evdev"
[    23.391] (**) Option "xkb_model" "pc104"
[    23.391] (**) Option "xkb_layout" "us"
[    23.391] (II) XKB: Reusing cached keymap
[    23.391] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    23.391] (II) No input driver specified, ignoring this device.
[    23.391] (II) This device may have been added with another device file.
[    23.392] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event14)
[    23.392] (II) No input driver specified, ignoring this device.
[    23.392] (II) This device may have been added with another device file.
[    23.392] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event15)
[    23.392] (II) No input driver specified, ignoring this device.
[    23.392] (II) This device may have been added with another device file.
[    23.392] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event16)
[    23.392] (II) No input driver specified, ignoring this device.
[    23.392] (II) This device may have been added with another device file.
[    23.393] (II) config/udev: Adding input device HDA Intel SPDIF In (/dev/input/event17)
[    23.393] (II) No input driver specified, ignoring this device.
[    23.393] (II) This device may have been added with another device file.
[    23.393] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event5)
[    23.393] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    23.393] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    23.393] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    23.393] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event5"
[    23.393] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    23.393] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[    23.393] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    23.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:05AC:021B.0001/input/input5/event5"
[    23.393] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 8)
[    23.393] (**) Option "xkb_rules" "evdev"
[    23.393] (**) Option "xkb_model" "pc104"
[    23.394] (**) Option "xkb_layout" "us"
[    23.394] (II) XKB: Reusing cached keymap
[    23.394] (II) config/udev: Adding input device appletouch (/dev/input/event10)
[    23.394] (**) appletouch: Applying InputClass "evdev touchpad catchall"
[    23.394] (II) Using input driver 'evdev' for 'appletouch'
[    23.394] (**) appletouch: always reports core events
[    23.394] (**) evdev: appletouch: Device: "/dev/input/event10"
[    23.394] (--) evdev: appletouch: Vendor 0x5ac Product 0x21b
[    23.394] (--) evdev: appletouch: Found 1 mouse buttons
[    23.394] (--) evdev: appletouch: Found absolute axes
[    23.394] (--) evdev: appletouch: Found x and y absolute axes
[    23.394] (--) evdev: appletouch: Found absolute touchpad.
[    23.394] (II) evdev: appletouch: Configuring as touchpad
[    23.394] (**) evdev: appletouch: YAxisMapping: buttons 4 and 5
[    23.394] (**) evdev: appletouch: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.394] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input10/event10"
[    23.394] (II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD, id 9)
[    23.395] (II) evdev: appletouch: initialized for absolute axes.
[    23.395] (**) appletouch: (accel) keeping acceleration scheme 1
[    23.395] (**) appletouch: (accel) acceleration profile 0
[    23.395] (**) appletouch: (accel) acceleration factor: 2.000
[    23.395] (**) appletouch: (accel) acceleration threshold: 4
[    23.395] (II) config/udev: Adding input device appletouch (/dev/input/mouse2)
[    23.395] (II) No input driver specified, ignoring this device.
[    23.395] (II) This device may have been added with another device file.
[    23.395] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event6)
[    23.396] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    23.396] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    23.396] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    23.396] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event6"
[    23.396] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    23.396] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[    23.396] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    23.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/0003:05AC:021B.0002/input/input6/event6"
[    23.396] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[    23.396] (**) Option "xkb_rules" "evdev"
[    23.396] (**) Option "xkb_model" "pc104"
[    23.396] (**) Option "xkb_layout" "us"
[    23.396] (II) XKB: Reusing cached keymap
[    23.396] (II) config/udev: Adding input device Razer Razer BlackWidow (/dev/input/event2)
[    23.396] (**) Razer Razer BlackWidow: Applying InputClass "evdev keyboard catchall"
[    23.396] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow'
[    23.396] (**) Razer Razer BlackWidow: always reports core events
[    23.396] (**) evdev: Razer Razer BlackWidow: Device: "/dev/input/event2"
[    23.397] (--) evdev: Razer Razer BlackWidow: Vendor 0x1532 Product 0x10e
[    23.397] (--) evdev: Razer Razer BlackWidow: Found keys
[    23.397] (II) evdev: Razer Razer BlackWidow: Configuring as keyboard
[    23.397] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:1532:010E.0003/input/input2/event2"
[    23.397] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow" (type: KEYBOARD, id 11)
[    23.397] (**) Option "xkb_rules" "evdev"
[    23.397] (**) Option "xkb_model" "pc104"
[    23.397] (**) Option "xkb_layout" "us"
[    23.397] (II) XKB: Reusing cached keymap
[    23.397] (II) config/udev: Adding input device Razer Razer BlackWidow (/dev/input/event3)
[    23.397] (**) Razer Razer BlackWidow: Applying InputClass "evdev keyboard catchall"
[    23.397] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow'
[    23.397] (**) Razer Razer BlackWidow: always reports core events
[    23.397] (**) evdev: Razer Razer BlackWidow: Device: "/dev/input/event3"
[    23.397] (--) evdev: Razer Razer BlackWidow: Vendor 0x1532 Product 0x10e
[    23.397] (--) evdev: Razer Razer BlackWidow: Found 1 mouse buttons
[    23.397] (--) evdev: Razer Razer BlackWidow: Found scroll wheel(s)
[    23.397] (--) evdev: Razer Razer BlackWidow: Found relative axes
[    23.397] (II) evdev: Razer Razer BlackWidow: Forcing relative x/y axes to exist.
[    23.397] (--) evdev: Razer Razer BlackWidow: Found absolute axes
[    23.398] (II) evdev: Razer Razer BlackWidow: Forcing absolute x/y axes to exist.
[    23.398] (--) evdev: Razer Razer BlackWidow: Found keys
[    23.398] (II) evdev: Razer Razer BlackWidow: Configuring as mouse
[    23.398] (II) evdev: Razer Razer BlackWidow: Configuring as keyboard
[    23.398] (II) evdev: Razer Razer BlackWidow: Adding scrollwheel support
[    23.398] (**) evdev: Razer Razer BlackWidow: YAxisMapping: buttons 4 and 5
[    23.398] (**) evdev: Razer Razer BlackWidow: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.398] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/0003:1532:010E.0004/input/input3/event3"
[    23.398] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow" (type: KEYBOARD, id 12)
[    23.398] (**) Option "xkb_rules" "evdev"
[    23.398] (**) Option "xkb_model" "pc104"
[    23.398] (**) Option "xkb_layout" "us"
[    23.398] (II) XKB: Reusing cached keymap
[    23.398] (II) evdev: Razer Razer BlackWidow: initialized for relative axes.
[    23.398] (WW) evdev: Razer Razer BlackWidow: ignoring absolute axes.
[    23.398] (**) Razer Razer BlackWidow: (accel) keeping acceleration scheme 1
[    23.398] (**) Razer Razer BlackWidow: (accel) acceleration profile 0
[    23.398] (**) Razer Razer BlackWidow: (accel) acceleration factor: 2.000
[    23.398] (**) Razer Razer BlackWidow: (accel) acceleration threshold: 4
[    23.399] (II) config/udev: Adding input device Razer Razer BlackWidow (/dev/input/event4)
[    23.399] (**) Razer Razer BlackWidow: Applying InputClass "evdev pointer catchall"
[    23.399] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow'
[    23.399] (**) Razer Razer BlackWidow: always reports core events
[    23.399] (**) evdev: Razer Razer BlackWidow: Device: "/dev/input/event4"
[    23.452] (--) evdev: Razer Razer BlackWidow: Vendor 0x1532 Product 0x10e
[    23.452] (--) evdev: Razer Razer BlackWidow: Found 3 mouse buttons
[    23.452] (--) evdev: Razer Razer BlackWidow: Found scroll wheel(s)
[    23.452] (--) evdev: Razer Razer BlackWidow: Found relative axes
[    23.452] (--) evdev: Razer Razer BlackWidow: Found x and y relative axes
[    23.452] (II) evdev: Razer Razer BlackWidow: Configuring as mouse
[    23.452] (II) evdev: Razer Razer BlackWidow: Adding scrollwheel support
[    23.452] (**) evdev: Razer Razer BlackWidow: YAxisMapping: buttons 4 and 5
[    23.452] (**) evdev: Razer Razer BlackWidow: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.452] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.2/0003:1532:010E.0005/input/input4/event4"
[    23.452] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow" (type: MOUSE, id 13)
[    23.452] (II) evdev: Razer Razer BlackWidow: initialized for relative axes.
[    23.452] (**) Razer Razer BlackWidow: (accel) keeping acceleration scheme 1
[    23.452] (**) Razer Razer BlackWidow: (accel) acceleration profile 0
[    23.452] (**) Razer Razer BlackWidow: (accel) acceleration factor: 2.000
[    23.452] (**) Razer Razer BlackWidow: (accel) acceleration threshold: 4
[    23.452] (II) config/udev: Adding input device Razer Razer BlackWidow (/dev/input/mouse0)
[    23.452] (II) No input driver specified, ignoring this device.
[    23.453] (II) This device may have been added with another device file.
[    23.453] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event11)
[    23.453] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "evdev keyboard catchall"
[    23.453] (II) Using input driver 'evdev' for 'Apple Computer, Inc. IR Receiver'
[    23.453] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    23.453] (**) evdev: Apple Computer, Inc. IR Receiver: Device: "/dev/input/event11"
[    23.453] (--) evdev: Apple Computer, Inc. IR Receiver: Vendor 0x5ac Product 0x8240
[    23.453] (--) evdev: Apple Computer, Inc. IR Receiver: Found keys
[    23.453] (II) evdev: Apple Computer, Inc. IR Receiver: Configuring as keyboard
[    23.453] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:05AC:8240.0006/input/input11/event11"
[    23.453] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 14)
[    23.453] (**) Option "xkb_rules" "evdev"
[    23.453] (**) Option "xkb_model" "pc104"
[    23.453] (**) Option "xkb_layout" "us"
[    23.453] (II) XKB: Reusing cached keymap
[    23.454] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event7)
[    23.454] (**) HID 05ac:1000: Applying InputClass "evdev keyboard catchall"
[    23.454] (II) Using input driver 'evdev' for 'HID 05ac:1000'
[    23.454] (**) HID 05ac:1000: always reports core events
[    23.454] (**) evdev: HID 05ac:1000: Device: "/dev/input/event7"
[    23.454] (--) evdev: HID 05ac:1000: Vendor 0x5ac Product 0x1000
[    23.454] (--) evdev: HID 05ac:1000: Found keys
[    23.454] (II) evdev: HID 05ac:1000: Configuring as keyboard
[    23.454] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/0003:05AC:1000.0007/input/input7/event7"
[    23.454] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 15)
[    23.454] (**) Option "xkb_rules" "evdev"
[    23.454] (**) Option "xkb_model" "pc104"
[    23.454] (**) Option "xkb_layout" "us"
[    23.454] (II) XKB: Reusing cached keymap
[    23.455] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event8)
[    23.455] (**) HID 05ac:1000: Applying InputClass "evdev pointer catchall"
[    23.455] (II) Using input driver 'evdev' for 'HID 05ac:1000'
[    23.455] (**) HID 05ac:1000: always reports core events
[    23.455] (**) evdev: HID 05ac:1000: Device: "/dev/input/event8"
[    23.508] (--) evdev: HID 05ac:1000: Vendor 0x5ac Product 0x1000
[    23.508] (--) evdev: HID 05ac:1000: Found 9 mouse buttons
[    23.508] (--) evdev: HID 05ac:1000: Found relative axes
[    23.508] (--) evdev: HID 05ac:1000: Found x and y relative axes
[    23.508] (II) evdev: HID 05ac:1000: Configuring as mouse
[    23.508] (**) evdev: HID 05ac:1000: YAxisMapping: buttons 4 and 5
[    23.508] (**) evdev: HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.508] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:05AC:1000.0008/input/input8/event8"
[    23.508] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 16)
[    23.508] (II) evdev: HID 05ac:1000: initialized for relative axes.
[    23.508] (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
[    23.508] (**) HID 05ac:1000: (accel) acceleration profile 0
[    23.508] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[    23.508] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[    23.508] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/mouse1)
[    23.508] (II) No input driver specified, ignoring this device.
[    23.508] (II) This device may have been added with another device file.
[    23.509] (II) config/udev: Adding input device applesmc (/dev/input/event13)
[    23.509] (II) No input driver specified, ignoring this device.
[    23.509] (II) This device may have been added with another device file.
[    23.509] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[    23.509] (II) No input driver specified, ignoring this device.
[    23.509] (II) This device may have been added with another device file.
[    23.509] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    23.509] (II) No input driver specified, ignoring this device.
[    23.509] (II) This device may have been added with another device file.
[    28.249] (II) intel(0): EDID vendor "APP", prod id 40031
[    28.249] (II) intel(0): Printing DDC gathered Modelines:
[    28.249] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    30.301] (II) intel(0): EDID vendor "APP", prod id 40031
[    30.301] (II) intel(0): Printing DDC gathered Modelines:
[    30.301] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    30.926] (II) intel(0): EDID vendor "APP", prod id 40031
[    30.926] (II) intel(0): Printing DDC gathered Modelines:
[    30.926] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    53.532] (II) intel(0): EDID vendor "APP", prod id 40031
[    53.532] (II) intel(0): Printing DDC gathered Modelines:
[    53.532] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    53.841] (II) intel(0): EDID vendor "APP", prod id 40031
[    53.841] (II) intel(0): Printing DDC gathered Modelines:
[    53.841] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[   181.969] (II) config/udev: removing device Razer Razer BlackWidow
[   181.984] (II) evdev: Razer Razer BlackWidow: Close
[   181.984] (II) UnloadModule: "evdev"
[   182.016] (II) config/udev: removing device Razer Razer BlackWidow
[   182.036] (II) evdev: Razer Razer BlackWidow: Close
[   182.036] (II) UnloadModule: "evdev"
[   182.048] (II) config/udev: removing device Razer Razer BlackWidow
[   182.060] (II) evdev: Razer Razer BlackWidow: Close
[   182.060] (II) UnloadModule: "evdev"
[   196.244] (II) intel(0): EDID vendor "APP", prod id 40031
[   196.244] (II) intel(0): Printing DDC gathered Modelines:
[   196.244] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[   196.518] (II) intel(0): EDID vendor "APP", prod id 40031
[   196.519] (II) intel(0): Printing DDC gathered Modelines:
[   196.519] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[  1300.629] (II) intel(0): EDID vendor "APP", prod id 40031
[  1300.629] (II) intel(0): Printing DDC gathered Modelines:
[  1300.630] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[  1300.949] (II) intel(0): EDID vendor "APP", prod id 40031
[  1300.949] (II) intel(0): Printing DDC gathered Modelines:
[  1300.949] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)



[-- Attachment #3: Xorg.0.log-guixsd-xfce-2 --]
[-- Type: text/plain, Size: 31359 bytes --]



[    26.130] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[    26.134] X Protocol Version 11, Revision 0
[    26.135] Build Operating System: Linux 3.16.0-4-amd64 x86_64 
[    26.139] Current Operating System: Linux mb21 4.4.0-gnu #1 SMP Thu Jan 21 03:09:09 UTC 2016 x86_64
[    26.139] Kernel command line: BOOT_IMAGE=/gnu/store/qia6shgjyxshj7jrqmyvrkd5b4x084fg-linux-libre-4.4/bzImage --root=/dev/mapper/guixsd --system=/gnu/store/42s2bid7fmjhhzsx9qng2xf9j1mhf62r-system --load=/gnu/store/42s2bid7fmjhhzsx9qng2xf9j1mhf62r-system/boot
[    26.145] Build Date: 23 December 2015  02:32:48PM
[    26.147]  
[    26.150] Current version of pixman: 0.32.8
[    26.166] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    26.166] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.195] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 26 19:24:42 2016
[    26.219] (++) Using config file: "/gnu/store/l7xvrhgqzch4qngin3637vra0drgv53h-xserver.conf"
[    26.221] (==) Using system config directory "/gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/share/X11/xorg.conf.d"
[    26.244] (==) No Layout section.  Using the first Screen section.
[    26.246] (==) No screen section available. Using defaults.
[    26.248] (**) |-->Screen "Default Screen Section" (0)
[    26.250] (**) |   |-->Monitor "<default monitor>"
[    26.264] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    26.264] (**) Option "AllowMouseOpenFail" "on"
[    26.270] (==) Automatically adding devices
[    26.284] (==) Automatically enabling devices
[    26.286] (==) Automatically adding GPU devices
[    26.332] (**) FontPath set to:
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/75dpi,
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/100dpi,
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/misc,
	/gnu/store/nr06xkfx8d8z8mfgddv5s8hs6aiqzvzw-font-alias-1.0.3/share/fonts/X11/cyrillic,
	/gnu/store/m3bba1rd3djdj42b7dc052y7y2vdsxsz-font-adobe75dpi-1.0.3/share/fonts/X11/75dpi,
	${prefix}/share/fonts/X11/misc/,
	${prefix}/share/fonts/X11/TTF/,
	${prefix}/share/fonts/X11/OTF/,
	${prefix}/share/fonts/X11/Type1/,
	${prefix}/share/fonts/X11/100dpi/,
	${prefix}/share/fonts/X11/75dpi/
[    26.343] (**) ModulePath set to "/gnu/store/mprcc74fj5vzircprywnc6s3an4b2jxd-xf86-video-vesa-2.3.3/lib/xorg/modules/drivers,/gnu/store/q8ff6i8dvcxrsrqmm8sfbna946hkhfdz-xf86-video-fbdev-0.4.4/lib/xorg/modules/drivers,/gnu/store/fjpacfpkm8pwm25phf8z8cdib8xz7w55-xf86-video-modesetting-0.9.0/lib/xorg/modules/drivers,/gnu/store/vkpm70m5c5w2c533v1saasgz3wxp6xb9-xf86-video-cirrus-1.5.2/lib/xorg/modules/drivers,/gnu/store/7wh7w20x065g8pak0nb9hfqv9m3l7cwl-xf86-video-intel-2.21.15/lib/xorg/modules/drivers,/gnu/store/agcf29wg9z6xr0wcnqizwxhdj565fqh1-xf86-video-mach64-6.9.4/lib/xorg/modules/drivers,/gnu/store/nyihy6as2rmzf2mwikr77ma6r2nk2by9-xf86-video-nouveau-1.0.11/lib/xorg/modules/drivers,/gnu/store/d5r9dp2n22i9gnl0217ckqdhq1hv0210-xf86-video-nv-2.1.20/lib/xorg/modules/drivers,/gnu/store/w25s3lhxyifczfbfczlmk68v9sa4x1jv-xf86-video-sis-0.10.7/lib/xorg/modules/drivers,/gnu/store/wv9ss3lc1wl4pii3p6rmnlb3ag9skn5s-xf86-input-libinput-0.8.0/lib/xorg/modules/input,/gnu/store/r2lpnq5jq0nnq6lgi5rh9f7m6ddp44iq-xf86-input-evdev-2.8.4/l
[    26.347] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.347] (II) Loader magic: 0x80c080
[    26.347] (II) Module ABI versions:
[    26.347] 	X.Org ANSI C Emulation: 0.4
[    26.347] 	X.Org Video Driver: 18.0
[    26.347] 	X.Org XInput driver : 21.0
[    26.347] 	X.Org Server Extension : 8.0
[    26.761] (EE) systemd-logind: failed to get session: PID 327 does not belong to any known session
[    26.763] (II) xfree86: Adding drm device (/dev/dri/card0)
[    26.765] (--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 rev 3, Mem @ 0xe0300000/524288, 0xd0000000/268435456, 0xe0400000/262144, I/O @ 0x000020a0/8
[    26.767] (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 rev 3, Mem @ 0xe0380000/524288
[    26.778] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    26.780] (II) LoadModule: "glx"
[    26.904] (II) Loading /gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/lib/xorg/modules/extensions/libglx.so
[    27.023] (II) Module glx: vendor="X.Org Foundation"
[    27.023] 	compiled for 1.16.4, module version = 1.0.0
[    27.025] 	ABI class: X.Org Server Extension, version 8.0
[    27.026] (==) AIGLX enabled
[    27.036] (==) Matched intel as autoconfigured driver 0
[    27.042] (==) Matched intel as autoconfigured driver 1
[    27.047] (==) Matched modesetting as autoconfigured driver 2
[    27.049] (==) Matched fbdev as autoconfigured driver 3
[    27.061] (==) Matched vesa as autoconfigured driver 4
[    27.063] (==) Assigned the driver to the xf86ConfigLayout
[    27.063] (II) LoadModule: "intel"
[    27.076] (II) Loading /gnu/store/7wh7w20x065g8pak0nb9hfqv9m3l7cwl-xf86-video-intel-2.21.15/lib/xorg/modules/drivers/intel_drv.so
[    27.110] (II) Module intel: vendor="X.Org Foundation"
[    27.110] 	compiled for 1.16.4, module version = 2.21.15
[    27.112] 	Module class: X.Org Video Driver
[    27.112] 	ABI class: X.Org Video Driver, version 18.0
[    27.112] (II) LoadModule: "modesetting"
[    27.113] (II) Loading /gnu/store/fjpacfpkm8pwm25phf8z8cdib8xz7w55-xf86-video-modesetting-0.9.0/lib/xorg/modules/drivers/modesetting_drv.so
[    27.118] (II) Module modesetting: vendor="X.Org Foundation"
[    27.118] 	compiled for 1.16.4, module version = 0.9.0
[    27.124] 	Module class: X.Org Video Driver
[    27.124] 	ABI class: X.Org Video Driver, version 18.0
[    27.124] (II) LoadModule: "fbdev"
[    27.126] (II) Loading /gnu/store/q8ff6i8dvcxrsrqmm8sfbna946hkhfdz-xf86-video-fbdev-0.4.4/lib/xorg/modules/drivers/fbdev_drv.so
[    27.132] (II) Module fbdev: vendor="X.Org Foundation"
[    27.132] 	compiled for 1.16.4, module version = 0.4.4
[    27.133] 	Module class: X.Org Video Driver
[    27.133] 	ABI class: X.Org Video Driver, version 18.0
[    27.134] (II) LoadModule: "vesa"
[    27.135] (II) Loading /gnu/store/mprcc74fj5vzircprywnc6s3an4b2jxd-xf86-video-vesa-2.3.3/lib/xorg/modules/drivers/vesa_drv.so
[    27.144] (II) Module vesa: vendor="X.Org Foundation"
[    27.144] 	compiled for 1.16.4, module version = 2.3.3
[    27.146] 	Module class: X.Org Video Driver
[    27.146] 	ABI class: X.Org Video Driver, version 18.0
[    27.149] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    27.175] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    27.177] (II) FBDEV: driver for framebuffer: fbdev
[    27.179] (II) VESA: driver for VESA chipsets: vesa
[    27.185] (++) using VT number 7

[    27.197] (WW) Falling back to old probe method for modesetting
[    27.197] (WW) Falling back to old probe method for fbdev
[    27.197] (II) Loading sub module "fbdevhw"
[    27.197] (II) LoadModule: "fbdevhw"
[    27.197] (II) Loading /gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/lib/xorg/modules/libfbdevhw.so
[    27.206] (II) Module fbdevhw: vendor="X.Org Foundation"
[    27.206] 	compiled for 1.16.4, module version = 0.0.2
[    27.206] 	ABI class: X.Org Video Driver, version 18.0
[    27.206] (WW) Falling back to old probe method for vesa
[    27.207] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    27.207] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    27.207] (==) intel(0): RGB weight 888
[    27.207] (==) intel(0): Default visual is TrueColor
[    27.207] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[    27.207] (**) intel(0): Relaxed fencing disabled
[    27.207] (**) intel(0): Wait on SwapBuffers? enabled
[    27.207] (**) intel(0): Triple buffering? enabled
[    27.207] (**) intel(0): Framebuffer tiled
[    27.207] (**) intel(0): Pixmaps tiled
[    27.207] (**) intel(0): 3D buffers tiled
[    27.207] (**) intel(0): SwapBuffers wait enabled
[    27.207] (==) intel(0): video overlay key set to 0x101fe
[    27.207] (II) intel(0): Output LVDS1 has no monitor section
[    27.207] (--) intel(0): found backlight control interface /sys/class/backlight/intel_backlight
[    27.224] (II) intel(0): Output VGA1 has no monitor section
[    27.228] (II) intel(0): Output DVI1 has no monitor section
[    27.473] (II) intel(0): Output TV1 has no monitor section
[    27.473] (II) intel(0): EDID for output LVDS1
[    27.473] (II) intel(0): Manufacturer: APP  Model: 9c5f  Serial#: 0
[    27.473] (II) intel(0): Year: 2006  Week: 8
[    27.473] (II) intel(0): EDID Version: 1.3
[    27.473] (II) intel(0): Digital Display Input
[    27.473] (II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
[    27.473] (II) intel(0): Gamma: 2.20
[    27.473] (II) intel(0): No DPMS capabilities specified
[    27.473] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    27.473] (II) intel(0): First detailed timing is preferred mode
[    27.473] (II) intel(0): redX: 0.590 redY: 0.346   greenX: 0.327 greenY: 0.546
[    27.473] (II) intel(0): blueX: 0.160 blueY: 0.147   whiteX: 0.312 whiteY: 0.328
[    27.473] (II) intel(0): Manufacturer's mask: 0
[    27.473] (II) intel(0): Supported detailed timing:
[    27.473] (II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
[    27.473] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
[    27.473] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
[    27.473] (II) intel(0): Unknown vendor-specific block 1
[    27.473] (II) intel(0):  LP133WX1-TLA1
[    27.473] (II) intel(0):  Color LCD
[    27.473] (II) intel(0): EDID (in hex):
[    27.473] (II) intel(0): 	00ffffffffffff0006105f9c00000000
[    27.473] (II) intel(0): 	08100103801d12780a2f309758538b29
[    27.473] (II) intel(0): 	25505400000001010101010101010101
[    27.473] (II) intel(0): 	010101010101bc1b00a0502017303020
[    27.473] (II) intel(0): 	36001eb3100000180000000100061020
[    27.473] (II) intel(0): 	00000000000000000a20000000fe004c
[    27.473] (II) intel(0): 	503133335758312d544c4131000000fe
[    27.473] (II) intel(0): 	00436f6c6f72204c43440a20202000c2
[    27.473] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    27.474] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    27.474] (II) intel(0): Printing probed modes for output LVDS1
[    27.474] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    27.474] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    27.474] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    27.474] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    27.474] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    27.492] (II) intel(0): EDID for output VGA1
[    27.496] (II) intel(0): EDID for output DVI1
[    27.737] (II) intel(0): EDID for output TV1
[    27.737] (II) intel(0): Output LVDS1 connected
[    27.737] (II) intel(0): Output VGA1 disconnected
[    27.737] (II) intel(0): Output DVI1 disconnected
[    27.737] (II) intel(0): Output TV1 disconnected
[    27.737] (II) intel(0): Using exact sizes for initial modes
[    27.737] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    27.737] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    27.737] (II) intel(0): Kernel page flipping support detected, enabling
[    27.737] (==) intel(0): DPI set to (96, 96)
[    27.737] (II) Loading sub module "fb"
[    27.737] (II) LoadModule: "fb"
[    27.737] (II) Loading /gnu/store/chhrv57w1h1fhfz7pfi4sq3smbmnqwm9-xorg-server-1.16.4/lib/xorg/modules/libfb.so
[    27.746] (II) Module fb: vendor="X.Org Foundation"
[    27.746] 	compiled for 1.16.4, module version = 1.0.0
[    27.746] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.746] (II) Loading sub module "dri2"
[    27.746] (II) LoadModule: "dri2"
[    27.746] (II) Module "dri2" already built-in
[    27.746] (II) UnloadModule: "modesetting"
[    27.746] (II) Unloading modesetting
[    27.746] (II) UnloadModule: "fbdev"
[    27.746] (II) Unloading fbdev
[    27.746] (II) UnloadSubModule: "fbdevhw"
[    27.746] (II) Unloading fbdevhw
[    27.746] (II) UnloadModule: "vesa"
[    27.746] (II) Unloading vesa
[    27.746] (==) Depth 24 pixmap format is 32 bpp
[    27.750] (II) intel(0): [DRI2] Setup complete
[    27.750] (II) intel(0): [DRI2]   DRI driver: i915
[    27.750] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
[    27.758] (II) UXA(0): Driver registered support for the following operations:
[    27.758] (II)         solid
[    27.758] (II)         copy
[    27.758] (II)         composite (RENDER acceleration)
[    27.758] (II)         put_image
[    27.758] (II)         get_image
[    27.758] (==) intel(0): Backing store enabled
[    27.758] (==) intel(0): Silken mouse enabled
[    27.762] (II) intel(0): Initializing HW Cursor
[    27.762] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.764] (==) intel(0): DPMS enabled
[    27.764] (II) intel(0): Set up textured video
[    27.764] (II) intel(0): Set up overlay video
[    27.764] (II) intel(0): direct rendering: DRI2 Enabled
[    27.764] (==) intel(0): hotplug detection: "enabled"
[    27.789] (--) RandR disabled
[    27.882] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.882] (II) AIGLX: enabled GLX_ARB_create_context
[    27.882] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.882] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    27.882] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.882] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    27.882] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    27.882] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    27.882] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.882] (II) AIGLX: Loaded and initialized i915
[    27.882] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.883] (II) intel(0): Setting screen physical size to 338 x 211
[    27.971] (II) XKB: Reusing cached keymap
[    27.974] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    27.974] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.974] (II) LoadModule: "evdev"
[    27.974] (II) Loading /gnu/store/r2lpnq5jq0nnq6lgi5rh9f7m6ddp44iq-xf86-input-evdev-2.8.4/lib/xorg/modules/input/evdev_drv.so
[    27.977] (II) Module evdev: vendor="X.Org Foundation"
[    27.977] 	compiled for 1.16.4, module version = 2.8.4
[    27.977] 	Module class: X.Org XInput Driver
[    27.977] 	ABI class: X.Org XInput driver, version 21.0
[    27.977] (II) Using input driver 'evdev' for 'Power Button'
[    27.977] (**) Power Button: always reports core events
[    27.977] (**) evdev: Power Button: Device: "/dev/input/event1"
[    27.977] (--) evdev: Power Button: Vendor 0 Product 0x1
[    27.977] (--) evdev: Power Button: Found keys
[    27.977] (II) evdev: Power Button: Configuring as keyboard
[    27.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    27.977] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.977] (**) Option "xkb_rules" "evdev"
[    27.977] (**) Option "xkb_model" "pc104"
[    27.977] (**) Option "xkb_layout" "us"
[    28.003] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    28.003] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    28.003] (II) Using input driver 'evdev' for 'Video Bus'
[    28.003] (**) Video Bus: always reports core events
[    28.003] (**) evdev: Video Bus: Device: "/dev/input/event7"
[    28.003] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    28.003] (--) evdev: Video Bus: Found keys
[    28.003] (II) evdev: Video Bus: Configuring as keyboard
[    28.003] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    28.003] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    28.003] (**) Option "xkb_rules" "evdev"
[    28.003] (**) Option "xkb_model" "pc104"
[    28.003] (**) Option "xkb_layout" "us"
[    28.003] (II) XKB: Reusing cached keymap
[    28.004] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    28.004] (II) No input driver specified, ignoring this device.
[    28.004] (II) This device may have been added with another device file.
[    28.004] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[    28.004] (II) No input driver specified, ignoring this device.
[    28.004] (II) This device may have been added with another device file.
[    28.005] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event12)
[    28.005] (II) No input driver specified, ignoring this device.
[    28.005] (II) This device may have been added with another device file.
[    28.005] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event13)
[    28.005] (II) No input driver specified, ignoring this device.
[    28.005] (II) This device may have been added with another device file.
[    28.005] (II) config/udev: Adding input device HDA Intel SPDIF In (/dev/input/event14)
[    28.005] (II) No input driver specified, ignoring this device.
[    28.005] (II) This device may have been added with another device file.
[    28.006] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event2)
[    28.006] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    28.006] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[    28.006] (**) USB Optical Mouse: always reports core events
[    28.006] (**) evdev: USB Optical Mouse: Device: "/dev/input/event2"
[    28.060] (--) evdev: USB Optical Mouse: Vendor 0x15ca Product 0xc3
[    28.060] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[    28.060] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[    28.060] (--) evdev: USB Optical Mouse: Found relative axes
[    28.060] (--) evdev: USB Optical Mouse: Found x and y relative axes
[    28.060] (II) evdev: USB Optical Mouse: Configuring as mouse
[    28.060] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[    28.060] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    28.060] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    28.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:15CA:00C3.0001/input/input2/event2"
[    28.060] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 8)
[    28.060] (II) evdev: USB Optical Mouse: initialized for relative axes.
[    28.060] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[    28.060] (**) USB Optical Mouse: (accel) acceleration profile 0
[    28.060] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    28.060] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    28.060] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    28.061] (II) No input driver specified, ignoring this device.
[    28.061] (II) This device may have been added with another device file.
[    28.061] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event3)
[    28.061] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    28.061] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    28.061] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    28.061] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
[    28.061] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    28.061] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[    28.061] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    28.061] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:05AC:021B.0002/input/input3/event3"
[    28.061] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 9)
[    28.061] (**) Option "xkb_rules" "evdev"
[    28.061] (**) Option "xkb_model" "pc104"
[    28.061] (**) Option "xkb_layout" "us"
[    28.061] (II) XKB: Reusing cached keymap
[    28.062] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event8)
[    28.062] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev pointer catchall"
[    28.062] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    28.062] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    28.062] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event8"
[    28.062] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    28.062] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found 9 mouse buttons
[    28.062] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found scroll wheel(s)
[    28.062] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found relative axes
[    28.062] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found x and y relative axes
[    28.062] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as mouse
[    28.062] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Adding scrollwheel support
[    28.062] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: YAxisMapping: buttons 4 and 5
[    28.062] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    28.062] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input8/event8"
[    28.062] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: MOUSE, id 10)
[    28.062] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: initialized for relative axes.
[    28.062] (**) Apple Computer Apple Internal Keyboard / Trackpad: (accel) keeping acceleration scheme 1
[    28.062] (**) Apple Computer Apple Internal Keyboard / Trackpad: (accel) acceleration profile 0
[    28.062] (**) Apple Computer Apple Internal Keyboard / Trackpad: (accel) acceleration factor: 2.000
[    28.063] (**) Apple Computer Apple Internal Keyboard / Trackpad: (accel) acceleration threshold: 4
[    28.063] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/mouse2)
[    28.063] (II) No input driver specified, ignoring this device.
[    28.063] (II) This device may have been added with another device file.
[    28.063] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event4)
[    28.063] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    28.063] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    28.063] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    28.063] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event4"
[    28.063] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    28.063] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[    28.063] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    28.063] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/0003:05AC:021B.0003/input/input4/event4"
[    28.063] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 11)
[    28.063] (**) Option "xkb_rules" "evdev"
[    28.063] (**) Option "xkb_model" "pc104"
[    28.064] (**) Option "xkb_layout" "us"
[    28.064] (II) XKB: Reusing cached keymap
[    28.064] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event9)
[    28.064] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "evdev keyboard catchall"
[    28.064] (II) Using input driver 'evdev' for 'Apple Computer, Inc. IR Receiver'
[    28.064] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    28.064] (**) evdev: Apple Computer, Inc. IR Receiver: Device: "/dev/input/event9"
[    28.064] (--) evdev: Apple Computer, Inc. IR Receiver: Vendor 0x5ac Product 0x8240
[    28.064] (--) evdev: Apple Computer, Inc. IR Receiver: Found keys
[    28.064] (II) evdev: Apple Computer, Inc. IR Receiver: Configuring as keyboard
[    28.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:05AC:8240.0004/input/input9/event9"
[    28.064] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 12)
[    28.064] (**) Option "xkb_rules" "evdev"
[    28.064] (**) Option "xkb_model" "pc104"
[    28.064] (**) Option "xkb_layout" "us"
[    28.064] (II) XKB: Reusing cached keymap
[    28.065] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event5)
[    28.065] (**) HID 05ac:1000: Applying InputClass "evdev keyboard catchall"
[    28.065] (II) Using input driver 'evdev' for 'HID 05ac:1000'
[    28.065] (**) HID 05ac:1000: always reports core events
[    28.065] (**) evdev: HID 05ac:1000: Device: "/dev/input/event5"
[    28.065] (--) evdev: HID 05ac:1000: Vendor 0x5ac Product 0x1000
[    28.065] (--) evdev: HID 05ac:1000: Found keys
[    28.065] (II) evdev: HID 05ac:1000: Configuring as keyboard
[    28.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/0003:05AC:1000.0005/input/input5/event5"
[    28.065] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 13)
[    28.065] (**) Option "xkb_rules" "evdev"
[    28.065] (**) Option "xkb_model" "pc104"
[    28.065] (**) Option "xkb_layout" "us"
[    28.065] (II) XKB: Reusing cached keymap
[    28.066] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event6)
[    28.066] (**) HID 05ac:1000: Applying InputClass "evdev pointer catchall"
[    28.066] (II) Using input driver 'evdev' for 'HID 05ac:1000'
[    28.066] (**) HID 05ac:1000: always reports core events
[    28.066] (**) evdev: HID 05ac:1000: Device: "/dev/input/event6"
[    28.120] (--) evdev: HID 05ac:1000: Vendor 0x5ac Product 0x1000
[    28.120] (--) evdev: HID 05ac:1000: Found 9 mouse buttons
[    28.120] (--) evdev: HID 05ac:1000: Found relative axes
[    28.120] (--) evdev: HID 05ac:1000: Found x and y relative axes
[    28.120] (II) evdev: HID 05ac:1000: Configuring as mouse
[    28.120] (**) evdev: HID 05ac:1000: YAxisMapping: buttons 4 and 5
[    28.120] (**) evdev: HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    28.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:05AC:1000.0006/input/input6/event6"
[    28.120] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 14)
[    28.120] (II) evdev: HID 05ac:1000: initialized for relative axes.
[    28.120] (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
[    28.120] (**) HID 05ac:1000: (accel) acceleration profile 0
[    28.120] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[    28.120] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[    28.120] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/mouse1)
[    28.120] (II) No input driver specified, ignoring this device.
[    28.120] (II) This device may have been added with another device file.
[    28.121] (II) config/udev: Adding input device applesmc (/dev/input/event15)
[    28.121] (II) No input driver specified, ignoring this device.
[    28.121] (II) This device may have been added with another device file.
[    28.121] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[    28.121] (II) No input driver specified, ignoring this device.
[    28.121] (II) This device may have been added with another device file.
[    28.121] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    28.121] (II) No input driver specified, ignoring this device.
[    28.121] (II) This device may have been added with another device file.
[    34.437] (II) intel(0): EDID vendor "APP", prod id 40031
[    34.437] (II) intel(0): Printing DDC gathered Modelines:
[    34.437] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    35.096] (II) intel(0): EDID vendor "APP", prod id 40031
[    35.096] (II) intel(0): Printing DDC gathered Modelines:
[    35.096] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)



[-- Attachment #4: Xorg.0.log-parabola-mate --]
[-- Type: text/plain, Size: 25305 bytes --]

[    25.704] 
X.Org X Server 1.18.0
Release Date: 2015-11-09
[    25.704] X Protocol Version 11, Revision 0
[    25.704] Build Operating System: Linux 4.2.3-1-ARCH x86_64 
[    25.704] Current Operating System: Linux parabolaiso 4.3.3-gnu-2 #1 SMP PREEMPT Sat Dec 26 01:22:21 UYT 2015 x86_64
[    25.704] Kernel command line: BOOT_IMAGE=///parabola////boot/x86_64/vmlinuz parabolaisobasedir=parabola parabolaisolabel=PARA_201601
[    25.705] Build Date: 18 November 2015  08:07:09AM
[    25.705]  
[    25.705] Current version of pixman: 0.32.8
[    25.705] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.705] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.705] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 26 17:58:57 2016
[    25.711] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.717] (==) No Layout section.  Using the first Screen section.
[    25.717] (==) No screen section available. Using defaults.
[    25.717] (**) |-->Screen "Default Screen Section" (0)
[    25.717] (**) |   |-->Monitor "<default monitor>"
[    25.725] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.725] (==) Automatically adding devices
[    25.725] (==) Automatically enabling devices
[    25.725] (==) Automatically adding GPU devices
[    25.725] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.734] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    25.734] 	Entry deleted from font path.
[    25.734] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    25.734] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    25.734] 	Entry deleted from font path.
[    25.734] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    25.734] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[    25.734] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.734] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.734] (II) Loader magic: 0x819d40
[    25.734] (II) Module ABI versions:
[    25.734] 	X.Org ANSI C Emulation: 0.4
[    25.734] 	X.Org Video Driver: 20.0
[    25.734] 	X.Org XInput driver : 22.1
[    25.734] 	X.Org Server Extension : 9.0
[    25.735] (++) using VT number 1

[    25.735] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    25.737] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    25.738] (II) xfree86: Adding drm device (/dev/dri/card0)
[    25.739] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    25.741] (--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 rev 3, Mem @ 0xe0300000/524288, 0xd0000000/268435456, 0xe0400000/262144, I/O @ 0x000020a0/8
[    25.741] (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 rev 3, Mem @ 0xe0380000/524288
[    25.741] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.741] (II) LoadModule: "glx"
[    25.742] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.765] (II) Module glx: vendor="X.Org Foundation"
[    25.772] 	compiled for 1.18.0, module version = 1.0.0
[    25.772] 	ABI class: X.Org Server Extension, version 9.0
[    25.772] (==) AIGLX enabled
[    25.772] (==) Matched intel as autoconfigured driver 0
[    25.772] (==) Matched intel as autoconfigured driver 1
[    25.772] (==) Matched modesetting as autoconfigured driver 2
[    25.772] (==) Matched fbdev as autoconfigured driver 3
[    25.772] (==) Matched vesa as autoconfigured driver 4
[    25.772] (==) Assigned the driver to the xf86ConfigLayout
[    25.772] (II) LoadModule: "intel"
[    25.773] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    25.822] (II) Module intel: vendor="X.Org Foundation"
[    25.822] 	compiled for 1.18.0, module version = 2.99.917
[    25.822] 	Module class: X.Org Video Driver
[    25.822] 	ABI class: X.Org Video Driver, version 20.0
[    25.822] (II) LoadModule: "modesetting"
[    25.823] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    25.830] (II) Module modesetting: vendor="X.Org Foundation"
[    25.830] 	compiled for 1.18.0, module version = 1.18.0
[    25.830] 	Module class: X.Org Video Driver
[    25.830] 	ABI class: X.Org Video Driver, version 20.0
[    25.830] (II) LoadModule: "fbdev"
[    25.830] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    25.835] (II) Module fbdev: vendor="X.Org Foundation"
[    25.835] 	compiled for 1.18.0, module version = 0.4.4
[    25.835] 	Module class: X.Org Video Driver
[    25.835] 	ABI class: X.Org Video Driver, version 20.0
[    25.835] (II) LoadModule: "vesa"
[    25.836] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    25.843] (II) Module vesa: vendor="X.Org Foundation"
[    25.843] 	compiled for 1.18.0, module version = 2.3.4
[    25.843] 	Module class: X.Org Video Driver
[    25.843] 	ABI class: X.Org Video Driver, version 20.0
[    25.843] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    25.843] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    25.843] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    25.843] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    25.843] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.843] (II) FBDEV: driver for framebuffer: fbdev
[    25.843] (II) VESA: driver for VESA chipsets: vesa
[    25.852] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150731
[    25.852] (II) intel(0): SNA compiled from 2.99.917-519-g8229390
[    25.861] (WW) Falling back to old probe method for modesetting
[    25.861] (WW) Falling back to old probe method for fbdev
[    25.861] (II) Loading sub module "fbdevhw"
[    25.861] (II) LoadModule: "fbdevhw"
[    25.861] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    25.871] (II) Module fbdevhw: vendor="X.Org Foundation"
[    25.871] 	compiled for 1.18.0, module version = 0.0.2
[    25.871] 	ABI class: X.Org Video Driver, version 20.0
[    25.871] (WW) Falling back to old probe method for vesa
[    25.872] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[    25.872] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 2 threads
[    25.872] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    25.872] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    25.872] (==) intel(0): RGB weight 888
[    25.872] (==) intel(0): Default visual is TrueColor
[    25.872] (II) intel(0): Output LVDS1 has no monitor section
[    25.890] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[    25.890] (II) intel(0): Enabled output LVDS1
[    25.890] (II) intel(0): Output VGA1 has no monitor section
[    25.890] (II) intel(0): Enabled output VGA1
[    25.890] (II) intel(0): Output DVI1 has no monitor section
[    25.890] (II) intel(0): Enabled output DVI1
[    25.890] (II) intel(0): Output TV1 has no monitor section
[    25.890] (II) intel(0): Enabled output TV1
[    25.890] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    25.890] (II) intel(0): Output VIRTUAL1 has no monitor section
[    25.890] (II) intel(0): Enabled output VIRTUAL1
[    25.890] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
[    25.890] (==) intel(0): TearFree disabled
[    25.890] (==) intel(0): DPI set to (96, 96)
[    25.890] (II) Loading sub module "dri2"
[    25.890] (II) LoadModule: "dri2"
[    25.890] (II) Module "dri2" already built-in
[    25.890] (II) Loading sub module "present"
[    25.890] (II) LoadModule: "present"
[    25.890] (II) Module "present" already built-in
[    25.890] (II) UnloadModule: "modesetting"
[    25.890] (II) Unloading modesetting
[    25.890] (II) UnloadModule: "fbdev"
[    25.890] (II) Unloading fbdev
[    25.890] (II) UnloadSubModule: "fbdevhw"
[    25.890] (II) Unloading fbdevhw
[    25.890] (II) UnloadModule: "vesa"
[    25.890] (II) Unloading vesa
[    25.890] (==) Depth 24 pixmap format is 32 bpp
[    25.922] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    25.922] (==) intel(0): Backing store enabled
[    25.922] (==) intel(0): Silken mouse enabled
[    25.923] (II) intel(0): HW Cursor enabled
[    25.923] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    25.923] (==) intel(0): DPMS enabled
[    25.923] (==) intel(0): Display hotplug detection enabled
[    25.941] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    25.941] (II) intel(0): [DRI2] Setup complete
[    25.941] (II) intel(0): [DRI2]   DRI driver: i915
[    25.941] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    25.941] (II) intel(0): direct rendering: DRI2 enabled
[    25.941] (II) intel(0): hardware support for Present enabled
[    25.941] (--) RandR disabled
[    26.166] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    26.166] (II) AIGLX: enabled GLX_ARB_create_context
[    26.166] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    26.166] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    26.166] (II) AIGLX: enabled GLX_INTEL_swap_event
[    26.166] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    26.166] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    26.166] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    26.166] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    26.166] (II) AIGLX: Loaded and initialized i915
[    26.166] (II) GLX: Initialized DRI2 GL provider for screen 0
[    26.175] (II) intel(0): switch to mode 1280x800@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[    26.175] (II) intel(0): Setting screen physical size to 338 x 211
[    26.456] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    26.456] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    26.456] (II) LoadModule: "evdev"
[    26.456] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    26.457] (II) Module evdev: vendor="X.Org Foundation"
[    26.457] 	compiled for 1.18.0, module version = 2.10.1
[    26.457] 	Module class: X.Org XInput Driver
[    26.457] 	ABI class: X.Org XInput driver, version 22.1
[    26.458] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 15 paused 0
[    26.458] (II) Using input driver 'evdev' for 'Power Button'
[    26.458] (**) Power Button: always reports core events
[    26.458] (**) evdev: Power Button: Device: "/dev/input/event1"
[    26.458] (--) evdev: Power Button: Vendor 0 Product 0x1
[    26.458] (--) evdev: Power Button: Found keys
[    26.458] (II) evdev: Power Button: Configuring as keyboard
[    26.458] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    26.458] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    26.458] (**) Option "xkb_rules" "evdev"
[    26.459] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    26.459] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    26.459] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
[    26.459] (II) Using input driver 'evdev' for 'Video Bus'
[    26.459] (**) Video Bus: always reports core events
[    26.459] (**) evdev: Video Bus: Device: "/dev/input/event2"
[    26.459] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    26.459] (--) evdev: Video Bus: Found keys
[    26.459] (II) evdev: Video Bus: Configuring as keyboard
[    26.460] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[    26.460] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    26.460] (**) Option "xkb_rules" "evdev"
[    26.461] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    26.461] (II) No input driver specified, ignoring this device.
[    26.461] (II) This device may have been added with another device file.
[    26.462] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[    26.462] (II) No input driver specified, ignoring this device.
[    26.462] (II) This device may have been added with another device file.
[    26.462] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event11)
[    26.462] (II) No input driver specified, ignoring this device.
[    26.462] (II) This device may have been added with another device file.
[    26.462] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[    26.462] (II) No input driver specified, ignoring this device.
[    26.462] (II) This device may have been added with another device file.
[    26.463] (II) config/udev: Adding input device HDA Intel SPDIF In (/dev/input/event13)
[    26.463] (II) No input driver specified, ignoring this device.
[    26.463] (II) This device may have been added with another device file.
[    26.464] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event3)
[    26.464] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    26.464] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
[    26.465] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    26.465] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    26.465] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
[    26.465] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    26.465] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[    26.465] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    26.465] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:05AC:021B.0001/input/input3/event3"
[    26.465] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 8)
[    26.465] (**) Option "xkb_rules" "evdev"
[    26.466] (II) config/udev: Adding input device appletouch (/dev/input/event8)
[    26.466] (**) appletouch: Applying InputClass "evdev touchpad catchall"
[    26.466] (**) appletouch: Applying InputClass "touchpad catchall"
[    26.466] (**) appletouch: Applying InputClass "Default clickpad buttons"
[    26.466] (II) LoadModule: "synaptics"
[    26.466] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    26.466] (II) Module synaptics: vendor="X.Org Foundation"
[    26.466] 	compiled for 1.18.0, module version = 1.8.3
[    26.466] 	Module class: X.Org XInput Driver
[    26.466] 	ABI class: X.Org XInput driver, version 22.1
[    26.467] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 18 paused 0
[    26.467] (II) Using input driver 'synaptics' for 'appletouch'
[    26.467] (**) appletouch: always reports core events
[    26.467] (**) Option "Device" "/dev/input/event8"
[    26.493] (--) synaptics: appletouch: x-axis range 256 - 1471 (res 12)
[    26.493] (--) synaptics: appletouch: y-axis range 256 - 831 (res 12)
[    26.493] (--) synaptics: appletouch: pressure range 0 - 300
[    26.493] (II) synaptics: appletouch: device does not report finger width.
[    26.493] (--) synaptics: appletouch: buttons: left double triple
[    26.493] (--) synaptics: appletouch: Vendor 0x5ac Product 0x21b
[    26.493] (--) synaptics: appletouch: invalid finger width range.  defaulting to 0 - 15
[    26.493] (**) Option "TapButton1" "1"
[    26.493] (**) Option "TapButton2" "2"
[    26.493] (**) Option "TapButton3" "3"
[    26.493] (--) synaptics: appletouch: touchpad found
[    26.493] (**) appletouch: always reports core events
[    26.493] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input8/event8"
[    26.493] (II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD, id 9)
[    26.493] (**) synaptics: appletouch: (accel) MinSpeed is now constant deceleration 2.5
[    26.493] (**) synaptics: appletouch: (accel) MaxSpeed is now 1.75
[    26.493] (**) synaptics: appletouch: (accel) AccelFactor is now 0.149
[    26.494] (**) appletouch: (accel) keeping acceleration scheme 1
[    26.494] (**) appletouch: (accel) acceleration profile 1
[    26.494] (**) appletouch: (accel) acceleration factor: 2.000
[    26.494] (**) appletouch: (accel) acceleration threshold: 4
[    26.494] (--) synaptics: appletouch: touchpad found
[    26.494] (II) config/udev: Adding input device appletouch (/dev/input/mouse1)
[    26.494] (**) appletouch: Ignoring device from InputClass "touchpad ignore duplicates"
[    26.495] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event4)
[    26.495] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[    26.496] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 19 paused 0
[    26.496] (II) Using input driver 'evdev' for 'Apple Computer Apple Internal Keyboard / Trackpad'
[    26.496] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[    26.496] (**) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event4"
[    26.496] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x21b
[    26.496] (--) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[    26.496] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[    26.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/0003:05AC:021B.0002/input/input4/event4"
[    26.496] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[    26.496] (**) Option "xkb_rules" "evdev"
[    26.497] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event5)
[    26.497] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "evdev keyboard catchall"
[    26.498] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 20 paused 0
[    26.498] (II) Using input driver 'evdev' for 'Apple Computer, Inc. IR Receiver'
[    26.498] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    26.498] (**) evdev: Apple Computer, Inc. IR Receiver: Device: "/dev/input/event5"
[    26.498] (--) evdev: Apple Computer, Inc. IR Receiver: Vendor 0x5ac Product 0x8240
[    26.498] (--) evdev: Apple Computer, Inc. IR Receiver: Found keys
[    26.498] (II) evdev: Apple Computer, Inc. IR Receiver: Configuring as keyboard
[    26.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:05AC:8240.0003/input/input5/event5"
[    26.498] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 11)
[    26.498] (**) Option "xkb_rules" "evdev"
[    26.499] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event6)
[    26.499] (**) HID 05ac:1000: Applying InputClass "evdev keyboard catchall"
[    26.500] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[    26.500] (II) Using input driver 'evdev' for 'HID 05ac:1000'
[    26.500] (**) HID 05ac:1000: always reports core events
[    26.500] (**) evdev: HID 05ac:1000: Device: "/dev/input/event6"
[    26.500] (--) evdev: HID 05ac:1000: Vendor 0x5ac Product 0x1000
[    26.500] (--) evdev: HID 05ac:1000: Found keys
[    26.500] (II) evdev: HID 05ac:1000: Configuring as keyboard
[    26.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/0003:05AC:1000.0004/input/input6/event6"
[    26.500] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD, id 12)
[    26.500] (**) Option "xkb_rules" "evdev"
[    26.501] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/event7)
[    26.501] (**) HID 05ac:1000: Applying InputClass "evdev pointer catchall"
[    26.553] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 22 paused 0
[    26.553] (II) Using input driver 'evdev' for 'HID 05ac:1000'
[    26.553] (**) HID 05ac:1000: always reports core events
[    26.553] (**) evdev: HID 05ac:1000: Device: "/dev/input/event7"
[    26.553] (--) evdev: HID 05ac:1000: Vendor 0x5ac Product 0x1000
[    26.553] (--) evdev: HID 05ac:1000: Found 9 mouse buttons
[    26.553] (--) evdev: HID 05ac:1000: Found relative axes
[    26.553] (--) evdev: HID 05ac:1000: Found x and y relative axes
[    26.553] (II) evdev: HID 05ac:1000: Configuring as mouse
[    26.553] (**) evdev: HID 05ac:1000: YAxisMapping: buttons 4 and 5
[    26.553] (**) evdev: HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    26.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:05AC:1000.0005/input/input7/event7"
[    26.553] (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE, id 13)
[    26.553] (II) evdev: HID 05ac:1000: initialized for relative axes.
[    26.554] (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
[    26.554] (**) HID 05ac:1000: (accel) acceleration profile 0
[    26.554] (**) HID 05ac:1000: (accel) acceleration factor: 2.000
[    26.554] (**) HID 05ac:1000: (accel) acceleration threshold: 4
[    26.554] (II) config/udev: Adding input device HID 05ac:1000 (/dev/input/mouse0)
[    26.554] (II) No input driver specified, ignoring this device.
[    26.554] (II) This device may have been added with another device file.
[    26.555] (II) config/udev: Adding input device applesmc (/dev/input/event14)
[    26.555] (II) No input driver specified, ignoring this device.
[    26.555] (II) This device may have been added with another device file.
[    26.555] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[    26.555] (II) No input driver specified, ignoring this device.
[    26.555] (II) This device may have been added with another device file.
[    26.556] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    26.556] (II) No input driver specified, ignoring this device.
[    26.556] (II) This device may have been added with another device file.
[    27.552] (II) intel(0): EDID vendor "APP", prod id 40031
[    27.552] (II) intel(0): Printing DDC gathered Modelines:
[    27.552] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz eP)
[    51.403] (II) evdev: HID 05ac:1000: Close
[    51.418] (II) UnloadModule: "evdev"
[    51.418] (II) systemd-logind: releasing fd for 13:71
[    51.429] (EE) systemd-logind: failed to release device: Device not taken
[    51.453] (II) evdev: HID 05ac:1000: Close
[    51.453] (II) UnloadModule: "evdev"
[    51.453] (II) systemd-logind: releasing fd for 13:70
[    51.453] (EE) systemd-logind: failed to release device: Device not taken
[    51.483] (II) evdev: Apple Computer, Inc. IR Receiver: Close
[    51.483] (II) UnloadModule: "evdev"
[    51.483] (II) systemd-logind: releasing fd for 13:69
[    51.483] (EE) systemd-logind: failed to release device: Device not taken
[    51.503] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Close
[    51.503] (II) UnloadModule: "evdev"
[    51.503] (II) systemd-logind: releasing fd for 13:68
[    51.503] (EE) systemd-logind: failed to release device: Device not taken
[    51.530] (II) UnloadModule: "synaptics"
[    51.530] (II) systemd-logind: releasing fd for 13:72
[    51.530] (EE) systemd-logind: failed to release device: Device not taken
[    51.566] (II) evdev: Apple Computer Apple Internal Keyboard / Trackpad: Close
[    51.566] (II) UnloadModule: "evdev"
[    51.566] (II) systemd-logind: releasing fd for 13:67
[    51.567] (EE) systemd-logind: failed to release device: Device not taken
[    51.593] (II) evdev: Video Bus: Close
[    51.593] (II) UnloadModule: "evdev"
[    51.593] (II) systemd-logind: releasing fd for 13:66
[    51.593] (EE) systemd-logind: failed to release device: Device not taken
[    51.610] (II) evdev: Power Button: Close
[    51.610] (II) UnloadModule: "evdev"
[    51.610] (II) systemd-logind: releasing fd for 13:65
[    51.610] (EE) systemd-logind: failed to release device: Device not taken
[    51.711] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[    51.711] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[    51.711] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[    51.736] (II) Server terminated successfully (0). Closing log file.



  reply	other threads:[~2016-01-26 19:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25  0:50 MacBook2,1 keyboard and touchpad issues on GuixSD Albin
2016-01-26 14:23 ` Ludovic Courtès
2016-01-26 19:52   ` Albin [this message]
2016-01-28 14:33     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A7CE99.6030507@fripost.org \
    --to=albin@fripost.org \
    --cc=help-guix@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).