You are not logged in.

#1 2013-07-17 11:31:55

Beregond
Member
Registered: 2013-07-17
Posts: 11

Intel / ATI Hybrid Graphics

Dear Users,

this problem is literally driving me insane. I've been working on it a lot, but still I couldn't figure out how to make use of my discrete graphics.

My laptop is a Dell Inspiron 15R SE, featuring an Intel i7 ( with integrated graphics ) and a discrete ATI HD7730M. Basically, although the system is aware of the graphic card, a call to xrandr --listproviders only lists the Intel card.

root@hostname / # lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M]
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 07)
08:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
root@hostname / # dmesg | grep radeon
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz root=/dev/sdb2 rootfstype=ext4 ro quiet snd_hda_intel.power_save=10 radeon.modeset=1 resume=/dev/sdb3
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/sdb2 rootfstype=ext4 ro quiet snd_hda_intel.power_save=10 radeon.modeset=1 resume=/dev/sdb3
[    5.572869] [drm] radeon kernel modesetting enabled.
[    5.572910] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    6.521195] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    6.521200] radeon 0000:01:00.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[    6.521497] [drm] radeon: 2048M of VRAM memory ready
[    6.521499] [drm] radeon: 512M of GTT memory ready.
[    6.523704] radeon 0000:01:00.0: ffff880253ac1800 unpin not necessary
[    6.608761] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90032eeca18
[    6.936777] radeon 0000:01:00.0: WB enabled
[    6.936780] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88025373fc00
[    6.936781] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff88025373fc04
[    6.936783] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff88025373fc08
[    6.936784] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88025373fc0c
[    6.936785] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff88025373fc10
[    6.938118] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000178a18 and cpu addr 0xffffc90033735a18
[    6.938133] radeon 0000:01:00.0: irq 46 for MSI/MSI-X
[    6.938141] radeon 0000:01:00.0: radeon: using MSI.
[    6.938164] [drm] radeon: irq initialized.
[    7.300833] [drm] radeon: power management initialized
[    7.300990] radeon 0000:01:00.0: No connectors reported connected with modes
[    7.302482] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[    7.302494] [drm] Initialized radeon 2.33.0 20080528 for 0000:01:00.0 on minor 1
root@hostname / # cat /var/log/Xorg.0.log
[   344.669] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[   344.669] X Protocol Version 11, Revision 0
[   344.669] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[   344.669] Current Operating System: Linux the_shire 3.10.0-rc7 #1 SMP PREEMPT Wed Jun 26 11:45:33 CEST 2013 x86_64
[   344.669] Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/sdb2 rootfstype=ext4 ro quiet snd_hda_intel.power_save=10 radeon.modeset=1 resume=/dev/sdb3
[   344.669] Build Date: 01 July 2013  10:48:42AM
[   344.669]  
[   344.669] Current version of pixman: 0.30.0
[   344.669] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   344.669] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   344.669] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 17 13:07:10 2013
[   344.669] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   344.669] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   344.670] (==) ServerLayout "X.org Configured"
[   344.670] (**) |-->Screen "Screen0" (0)
[   344.670] (**) |   |-->Monitor "Monitor0"
[   344.670] (**) |   |-->Device "Device0"
[   344.670] (**) Option "StandbyTime" "7"
[   344.670] (**) Option "SuspendTime" "7"
[   344.670] (**) Option "OffTime" "10"
[   344.670] (**) Option "Xinerama" "0"
[   344.670] (==) Automatically adding devices
[   344.670] (==) Automatically enabling devices
[   344.670] (==) Automatically adding GPU devices
[   344.670] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   344.670] 	Entry deleted from font path.
[   344.670] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   344.670] (==) ModulePath set to "/usr/lib/xorg/modules"
[   344.670] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   344.670] (II) Loader magic: 0x7fdc20
[   344.670] (II) Module ABI versions:
[   344.670] 	X.Org ANSI C Emulation: 0.4
[   344.670] 	X.Org Video Driver: 14.1
[   344.670] 	X.Org XInput driver : 19.1
[   344.670] 	X.Org Server Extension : 7.0
[   344.670] (II) xfree86: Adding drm device (/dev/dri/card1)
[   344.671] (II) xfree86: Adding drm device (/dev/dri/card0)
[   344.672] (--) PCI:*(0:0:2:0) 8086:0166:1028:0572 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[   344.672] (--) PCI: (0:1:0:0) 1002:682f:1028:0572 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   344.673] Initializing built-in extension Generic Event Extension
[   344.673] Initializing built-in extension SHAPE
[   344.673] Initializing built-in extension MIT-SHM
[   344.673] Initializing built-in extension XInputExtension
[   344.673] Initializing built-in extension XTEST
[   344.673] Initializing built-in extension BIG-REQUESTS
[   344.673] Initializing built-in extension SYNC
[   344.673] Initializing built-in extension XKEYBOARD
[   344.673] Initializing built-in extension XC-MISC
[   344.673] Initializing built-in extension SECURITY
[   344.673] Initializing built-in extension XINERAMA
[   344.673] Initializing built-in extension XFIXES
[   344.673] Initializing built-in extension RENDER
[   344.673] Initializing built-in extension RANDR
[   344.673] Initializing built-in extension COMPOSITE
[   344.673] Initializing built-in extension DAMAGE
[   344.673] Initializing built-in extension MIT-SCREEN-SAVER
[   344.673] Initializing built-in extension DOUBLE-BUFFER
[   344.673] Initializing built-in extension RECORD
[   344.673] Initializing built-in extension DPMS
[   344.673] Initializing built-in extension X-Resource
[   344.673] Initializing built-in extension XVideo
[   344.673] Initializing built-in extension XVideo-MotionCompensation
[   344.673] Initializing built-in extension XFree86-VidModeExtension
[   344.673] Initializing built-in extension XFree86-DGA
[   344.673] Initializing built-in extension XFree86-DRI
[   344.673] Initializing built-in extension DRI2
[   344.673] (II) "glx" will be loaded by default.
[   344.673] (II) LoadModule: "dri2"
[   344.673] (II) Module "dri2" already built-in
[   344.673] (II) LoadModule: "glamoregl"
[   344.673] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   344.675] (II) Module glamoregl: vendor="X.Org Foundation"
[   344.675] 	compiled for 1.14.0, module version = 0.5.0
[   344.675] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   344.675] (II) LoadModule: "glx"
[   344.675] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   344.675] (II) Module glx: vendor="X.Org Foundation"
[   344.675] 	compiled for 1.14.2, module version = 1.0.0
[   344.675] 	ABI class: X.Org Server Extension, version 7.0
[   344.675] (==) AIGLX enabled
[   344.675] Loading extension GLX
[   344.675] (II) LoadModule: "intel"
[   344.676] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   344.676] (II) Module intel: vendor="X.Org Foundation"
[   344.676] 	compiled for 1.14.2, module version = 2.21.11
[   344.676] 	Module class: X.Org Video Driver
[   344.676] 	ABI class: X.Org Video Driver, version 14.1
[   344.676] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
	Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
	Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
	Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
	HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
	HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
	Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
	Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
	HD Graphics 4600, Iris(TM) Pro Graphics 5200,
	Haswell CRW Server (GT1), Haswell CRW Server (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, ValleyView PO board
[   344.676] (++) using VT number 7

[   344.686] (**) intel(0): Depth 16, (--) framebuffer bpp 16
[   344.686] (==) intel(0): RGB weight 565
[   344.686] (==) intel(0): Default visual is TrueColor
[   344.686] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[   344.686] (**) intel(0): Relaxed fencing enabled
[   344.686] (**) intel(0): Wait on SwapBuffers? enabled
[   344.686] (**) intel(0): Triple buffering? enabled
[   344.686] (**) intel(0): Framebuffer tiled
[   344.686] (**) intel(0): Pixmaps tiled
[   344.686] (**) intel(0): 3D buffers tiled
[   344.686] (**) intel(0): SwapBuffers wait enabled
[   344.686] (==) intel(0): video overlay key set to 0x83e
[   344.687] (II) intel(0): Output LVDS1 using monitor section Monitor0
[   344.687] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[   344.688] (II) intel(0): Output VGA1 has no monitor section
[   344.688] (II) intel(0): Output HDMI1 has no monitor section
[   344.688] (II) intel(0): Output DP1 has no monitor section
[   344.688] (II) intel(0): EDID for output LVDS1
[   344.688] (II) intel(0): Manufacturer: AUO  Model: 21ed  Serial#: 0
[   344.688] (II) intel(0): Year: 2011  Week: 4
[   344.688] (II) intel(0): EDID Version: 1.4
[   344.688] (II) intel(0): Digital Display Input
[   344.688] (II) intel(0): 6 bits per channel
[   344.688] (II) intel(0): Digital interface is undefined
[   344.688] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   344.688] (II) intel(0): Gamma: 2.20
[   344.688] (II) intel(0): No DPMS capabilities specified
[   344.688] (II) intel(0): Supported color encodings: RGB 4:4:4 
[   344.688] (II) intel(0): First detailed timing is preferred mode
[   344.688] (II) intel(0): Preferred mode is native pixel format and refresh rate
[   344.688] (II) intel(0): redX: 0.620 redY: 0.350   greenX: 0.320 greenY: 0.600
[   344.688] (II) intel(0): blueX: 0.150 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[   344.688] (II) intel(0): Manufacturer's mask: 0
[   344.688] (II) intel(0): Supported detailed timing:
[   344.688] (II) intel(0): clock: 148.0 MHz   Image Size:  344 x 194 mm
[   344.688] (II) intel(0): h_active: 1920  h_sync: 2020  h_sync_end 2040 h_blank_end 2186 h_border: 0
[   344.688] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1128 v_border: 0
[   344.688] (II) intel(0): Supported detailed timing:
[   344.688] (II) intel(0): clock: 98.7 MHz   Image Size:  344 x 194 mm
[   344.688] (II) intel(0): h_active: 1920  h_sync: 2020  h_sync_end 2040 h_blank_end 2186 h_border: 0
[   344.688] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1128 v_border: 0
[   344.688] (II) intel(0):  35K06B156HW2
[   344.688] (II) intel(0): Unknown vendor-specific block 0
[   344.688] (II) intel(0): EDID (in hex):
[   344.689] (II) intel(0): 	00ffffffffffff0006afed2100000000
[   344.689] (II) intel(0): 	041501049022137802e2b59e59529926
[   344.689] (II) intel(0): 	1e505400000001010101010101010101
[   344.689] (II) intel(0): 	010101010101d039800a713830406414
[   344.689] (II) intel(0): 	aa0058c21000001a8b26800a71383040
[   344.689] (II) intel(0): 	6414aa0058c21000001a000000fe0033
[   344.689] (II) intel(0): 	354b3036804231353648573200000000
[   344.689] (II) intel(0): 	000041219e0000000002010a20200016
[   344.689] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   344.689] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   344.689] (II) intel(0): Printing probed modes for output LVDS1
[   344.689] (II) intel(0): Modeline "1920x1080"x60.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   344.689] (II) intel(0): Modeline "1920x1080"x40.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   344.689] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   344.689] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   344.689] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   344.689] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   344.689] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   344.689] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   344.689] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   344.690] (II) intel(0): EDID for output VGA1
[   344.690] (II) intel(0): EDID for output HDMI1
[   344.690] (II) intel(0): EDID for output DP1
[   344.690] (II) intel(0): Output LVDS1 connected
[   344.690] (II) intel(0): Output VGA1 disconnected
[   344.690] (II) intel(0): Output HDMI1 disconnected
[   344.690] (II) intel(0): Output DP1 disconnected
[   344.691] (II) intel(0): Using exact sizes for initial modes
[   344.691] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[   344.691] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   344.691] (II) intel(0): Kernel page flipping support detected, enabling
[   344.691] (==) intel(0): DPI set to (96, 96)
[   344.691] (II) Loading sub module "fb"
[   344.691] (II) LoadModule: "fb"
[   344.691] (II) Loading /usr/lib/xorg/modules/libfb.so
[   344.691] (II) Module fb: vendor="X.Org Foundation"
[   344.691] 	compiled for 1.14.2, module version = 1.0.0
[   344.691] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   344.691] (II) Loading sub module "dri2"
[   344.691] (II) LoadModule: "dri2"
[   344.691] (II) Module "dri2" already built-in
[   344.691] (II) intel(0): [DRI2] Setup complete
[   344.691] (II) intel(0): [DRI2]   DRI driver: i965
[   344.691] (II) intel(0): Allocated new frame buffer 1920x1080 stride 4096, tiled
[   344.693] (II) UXA(0): Driver registered support for the following operations:
[   344.693] (II)         solid
[   344.693] (II)         copy
[   344.693] (II)         composite (RENDER acceleration)
[   344.693] (II)         put_image
[   344.693] (II)         get_image
[   344.693] (==) intel(0): Backing store disabled
[   344.693] (==) intel(0): Silken mouse enabled
[   344.693] (II) intel(0): Initializing HW Cursor
[   344.693] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   344.693] (==) intel(0): DPMS enabled
[   344.693] (==) intel(0): Intel XvMC decoder enabled
[   344.693] (II) intel(0): Set up textured video
[   344.693] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   344.694] (II) intel(0): direct rendering: DRI2 Enabled
[   344.694] (==) intel(0): hotplug detection: "enabled"
[   345.377] (--) RandR disabled
[   345.387] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   345.387] (II) AIGLX: enabled GLX_INTEL_swap_event
[   345.387] (II) AIGLX: enabled GLX_ARB_create_context
[   345.387] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   345.387] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   345.387] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   345.387] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   345.387] (II) AIGLX: Loaded and initialized i965
[   345.387] (II) GLX: Initialized DRI2 GL provider for screen 0
[   345.387] (II) intel(0): Setting screen physical size to 508 x 285
[   345.452] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   345.452] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   345.452] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   345.452] (II) LoadModule: "evdev"
[   345.452] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   345.452] (II) Module evdev: vendor="X.Org Foundation"
[   345.452] 	compiled for 1.14.2, module version = 2.8.1
[   345.452] 	Module class: X.Org XInput Driver
[   345.452] 	ABI class: X.Org XInput driver, version 19.1
[   345.452] (II) Using input driver 'evdev' for 'Power Button'
[   345.452] (**) Power Button: always reports core events
[   345.452] (**) evdev: Power Button: Device: "/dev/input/event2"
[   345.452] (--) evdev: Power Button: Vendor 0 Product 0x1
[   345.452] (--) evdev: Power Button: Found keys
[   345.452] (II) evdev: Power Button: Configuring as keyboard
[   345.452] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   345.452] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   345.452] (**) Option "xkb_rules" "evdev"
[   345.452] (**) Option "xkb_model" "pc104"
[   345.452] (**) Option "xkb_layout" "it"
[   345.478] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   345.478] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   345.478] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   345.478] (II) Using input driver 'evdev' for 'Video Bus'
[   345.478] (**) Video Bus: always reports core events
[   345.478] (**) evdev: Video Bus: Device: "/dev/input/event4"
[   345.478] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   345.478] (--) evdev: Video Bus: Found keys
[   345.478] (II) evdev: Video Bus: Configuring as keyboard
[   345.478] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input4/event4"
[   345.478] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   345.478] (**) Option "xkb_rules" "evdev"
[   345.478] (**) Option "xkb_model" "pc104"
[   345.478] (**) Option "xkb_layout" "it"
[   345.479] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   345.479] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   345.479] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   345.479] (II) Using input driver 'evdev' for 'Power Button'
[   345.479] (**) Power Button: always reports core events
[   345.479] (**) evdev: Power Button: Device: "/dev/input/event0"
[   345.479] (--) evdev: Power Button: Vendor 0 Product 0x1
[   345.479] (--) evdev: Power Button: Found keys
[   345.479] (II) evdev: Power Button: Configuring as keyboard
[   345.479] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input0/event0"
[   345.479] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   345.479] (**) Option "xkb_rules" "evdev"
[   345.479] (**) Option "xkb_model" "pc104"
[   345.479] (**) Option "xkb_layout" "it"
[   345.480] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   345.480] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   345.480] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   345.480] (II) Using input driver 'evdev' for 'Video Bus'
[   345.480] (**) Video Bus: always reports core events
[   345.480] (**) evdev: Video Bus: Device: "/dev/input/event3"
[   345.480] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   345.480] (--) evdev: Video Bus: Found keys
[   345.480] (II) evdev: Video Bus: Configuring as keyboard
[   345.480] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input3/event3"
[   345.480] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[   345.480] (**) Option "xkb_rules" "evdev"
[   345.480] (**) Option "xkb_model" "pc104"
[   345.480] (**) Option "xkb_layout" "it"
[   345.481] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   345.481] (II) No input driver specified, ignoring this device.
[   345.481] (II) This device may have been added with another device file.
[   345.481] (II) config/udev: Adding drm device (/dev/dri/card1)
[   345.481] (II) config/udev: Adding drm device (/dev/dri/card0)
[   345.481] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event6)
[   345.481] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev pointer catchall"
[   345.482] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[   345.482] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[   345.482] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[   345.482] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[   345.482] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event6"
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Found 9 mouse buttons
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Found scroll wheel(s)
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Found relative axes
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Found x and y relative axes
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Found absolute axes
[   345.482] (II) evdev: ROCCAT ROCCAT Kova[+]: Forcing absolute x/y axes to exist.
[   345.482] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[   345.482] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as mouse
[   345.482] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[   345.482] (II) evdev: ROCCAT ROCCAT Kova[+]: Adding scrollwheel support
[   345.482] (**) evdev: ROCCAT ROCCAT Kova[+]: YAxisMapping: buttons 4 and 5
[   345.482] (**) evdev: ROCCAT ROCCAT Kova[+]: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   345.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input6/event6"
[   345.482] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 10)
[   345.482] (**) Option "xkb_rules" "evdev"
[   345.482] (**) Option "xkb_model" "pc104"
[   345.482] (**) Option "xkb_layout" "it"
[   345.482] (II) evdev: ROCCAT ROCCAT Kova[+]: initialized for relative axes.
[   345.482] (WW) evdev: ROCCAT ROCCAT Kova[+]: ignoring absolute axes.
[   345.482] (**) ROCCAT ROCCAT Kova[+]: (accel) keeping acceleration scheme 1
[   345.482] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration profile 0
[   345.482] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration factor: 2.000
[   345.482] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration threshold: 4
[   345.483] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/mouse0)
[   345.483] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[   345.483] (II) No input driver specified, ignoring this device.
[   345.483] (II) This device may have been added with another device file.
[   345.483] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event7)
[   345.483] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[   345.483] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[   345.483] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[   345.483] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[   345.483] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event7"
[   345.483] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[   345.483] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[   345.483] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[   345.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input7/event7"
[   345.483] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 11)
[   345.483] (**) Option "xkb_rules" "evdev"
[   345.483] (**) Option "xkb_model" "pc104"
[   345.483] (**) Option "xkb_layout" "it"
[   345.484] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[   345.484] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   345.484] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[   345.484] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   345.484] (**) AT Translated Set 2 keyboard: always reports core events
[   345.484] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[   345.484] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   345.484] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   345.484] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   345.484] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[   345.484] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   345.484] (**) Option "xkb_rules" "evdev"
[   345.484] (**) Option "xkb_model" "pc104"
[   345.484] (**) Option "xkb_layout" "it"
[   345.485] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
[   345.485] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   345.485] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   345.485] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[   345.485] (II) LoadModule: "synaptics"
[   345.485] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   345.485] (II) Module synaptics: vendor="X.Org Foundation"
[   345.485] 	compiled for 1.14.1, module version = 1.7.1
[   345.485] 	Module class: X.Org XInput Driver
[   345.485] 	ABI class: X.Org XInput driver, version 19.1
[   345.485] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   345.485] (**) ETPS/2 Elantech Touchpad: always reports core events
[   345.485] (**) Option "Device" "/dev/input/event8"
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   345.512] (**) Option "VertScrollDelta" "-65"
[   345.512] (**) Option "TapButton1" "1"
[   345.512] (**) Option "TapButton2" "3"
[   345.512] (**) Option "TapButton3" "2"
[   345.512] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   345.512] (**) ETPS/2 Elantech Touchpad: always reports core events
[   345.522] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event8"
[   345.522] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[   345.522] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   345.522] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   345.522] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[   345.522] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   345.522] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   345.522] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   345.522] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   345.522] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   345.523] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   345.523] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   353.189] (II) intel(0): EDID vendor "AUO", prod id 8685
[   353.190] (II) intel(0): Printing DDC gathered Modelines:
[   353.190] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   353.190] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   353.192] (II) intel(0): EDID vendor "AUO", prod id 8685
[   353.192] (II) intel(0): Printing DDC gathered Modelines:
[   353.192] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   353.192] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   760.604] (II) intel(0): EDID vendor "AUO", prod id 8685
[   760.604] (II) intel(0): Printing DDC gathered Modelines:
[   760.604] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   760.604] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   760.606] (II) intel(0): EDID vendor "AUO", prod id 8685
[   760.606] (II) intel(0): Printing DDC gathered Modelines:
[   760.606] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   760.606] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)

As you can see, no trace of any "radeon" here ( except for the PCI address ). An attempt I made was to modify my monitor xorg configuration file as follows:

root@hostname / # cat /etc/X11/xorg.conf.d/10-monitor-intel.conf
Section "Monitor"
	Identifier	"Monitor0"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"intel"
	BusID		"PCI:0:2:0"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"Monitor0"

	DefaultDepth	16
	SubSection	"Display"
		Depth	16
		Modes	"1024x768_75.00"
	EndSubSection
EndSection
	
Section "Device"
        Identifier      "Device1"
        Driver          "radeon"
        BusID           "PCI:01:00:0"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Device1"
	Monitor		"Monitor1"

	DefaultDepth	16
	SubSection	"Display"
		Depth	16
		Modes	"1024x768_75.00"
	EndSubSection
EndSection

Still, nothing.

root@hostname / # cat /sys/kernel/debug/vgaswitcheroo/switch
0:IGD:+:Pwr:0000:00:02.0
1:DIS: :Pwr:0000:01:00.0
root@hostname / # xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x46 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel

I'm really desperate, I don't want to switch to Windows any time I need to use fancy super-graphics program! Any suggestions?

EDIT: Replaced the quote tags with the code tags as suggested tongue

Last edited by Beregond (2013-07-17 12:15:11)

Offline

#2 2013-07-17 11:58:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Intel / ATI Hybrid Graphics

Beregond, please edit your post.
When pasting code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and - in case of longer listings - more convenient to scroll through.

Offline

#3 2013-07-17 12:15:38

Beregond
Member
Registered: 2013-07-17
Posts: 11

Re: Intel / ATI Hybrid Graphics

karol wrote:

Beregond, please edit your post.
When pasting code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and - in case of longer listings - more convenient to scroll through.

Done, thank you smile

Offline

#4 2013-07-17 13:20:45

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Intel / ATI Hybrid Graphics

To clarify :
you are using the open source radeon driver ati-dri , not catalyst and both ati-dri and intel-dri are installed ?

please start X without your 10-monitor.conf and post the xorg.log output of that start.
This will show us what X autodetection thinks you have.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2013-07-17 13:24:02

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: Intel / ATI Hybrid Graphics

You might want to try the proprietary driver or tinker with PRIME (there are libdrm-prime-git and xrandr-prime-git packages in the AUR)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#6 2013-07-17 15:08:08

Beregond
Member
Registered: 2013-07-17
Posts: 11

Re: Intel / ATI Hybrid Graphics

Thank you both. Lone_Wolf's suggestion kinda fixed my problems indeed:

[   584.472] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[   584.472] X Protocol Version 11, Revision 0
[   584.472] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[   584.472] Current Operating System: Linux the_shire 3.10.0-rc7 #1 SMP PREEMPT Wed Jun 26 11:45:33 CEST 2013 x86_64
[   584.472] Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/sdb2 rootfstype=ext4 ro quiet snd_hda_intel.power_save=10 radeon.modeset=1 resume=/dev/sdb3 single
[   584.472] Build Date: 01 July 2013  10:48:42AM
[   584.472]  
[   584.472] Current version of pixman: 0.30.0
[   584.472] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   584.472] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   584.472] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 17 17:03:59 2013
[   584.472] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   584.472] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   584.472] (==) No Layout section.  Using the first Screen section.
[   584.472] (==) No screen section available. Using defaults.
[   584.472] (**) |-->Screen "Default Screen Section" (0)
[   584.472] (**) |   |-->Monitor "<default monitor>"
[   584.472] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   584.472] (==) Automatically adding devices
[   584.472] (==) Automatically enabling devices
[   584.472] (==) Automatically adding GPU devices
[   584.472] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   584.472] 	Entry deleted from font path.
[   584.472] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   584.472] (==) ModulePath set to "/usr/lib/xorg/modules"
[   584.472] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   584.472] (II) Loader magic: 0x7fdc20
[   584.472] (II) Module ABI versions:
[   584.472] 	X.Org ANSI C Emulation: 0.4
[   584.472] 	X.Org Video Driver: 14.1
[   584.472] 	X.Org XInput driver : 19.1
[   584.472] 	X.Org Server Extension : 7.0
[   584.472] (II) xfree86: Adding drm device (/dev/dri/card1)
[   584.472] (II) xfree86: Adding drm device (/dev/dri/card0)
[   584.473] (--) PCI:*(0:0:2:0) 8086:0166:1028:0572 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[   584.473] (--) PCI: (0:1:0:0) 1002:682f:1028:0572 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   584.473] Initializing built-in extension Generic Event Extension
[   584.473] Initializing built-in extension SHAPE
[   584.473] Initializing built-in extension MIT-SHM
[   584.473] Initializing built-in extension XInputExtension
[   584.473] Initializing built-in extension XTEST
[   584.473] Initializing built-in extension BIG-REQUESTS
[   584.473] Initializing built-in extension SYNC
[   584.473] Initializing built-in extension XKEYBOARD
[   584.473] Initializing built-in extension XC-MISC
[   584.473] Initializing built-in extension SECURITY
[   584.473] Initializing built-in extension XINERAMA
[   584.473] Initializing built-in extension XFIXES
[   584.473] Initializing built-in extension RENDER
[   584.473] Initializing built-in extension RANDR
[   584.473] Initializing built-in extension COMPOSITE
[   584.473] Initializing built-in extension DAMAGE
[   584.473] Initializing built-in extension MIT-SCREEN-SAVER
[   584.473] Initializing built-in extension DOUBLE-BUFFER
[   584.473] Initializing built-in extension RECORD
[   584.473] Initializing built-in extension DPMS
[   584.473] Initializing built-in extension X-Resource
[   584.473] Initializing built-in extension XVideo
[   584.473] Initializing built-in extension XVideo-MotionCompensation
[   584.473] Initializing built-in extension XFree86-VidModeExtension
[   584.473] Initializing built-in extension XFree86-DGA
[   584.473] Initializing built-in extension XFree86-DRI
[   584.473] Initializing built-in extension DRI2
[   584.473] (II) "glx" will be loaded by default.
[   584.473] (II) LoadModule: "dri2"
[   584.474] (II) Module "dri2" already built-in
[   584.474] (II) LoadModule: "glamoregl"
[   584.474] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   584.475] (II) Module glamoregl: vendor="X.Org Foundation"
[   584.475] 	compiled for 1.14.0, module version = 0.5.0
[   584.475] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   584.475] (II) LoadModule: "glx"
[   584.475] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   584.475] (II) Module glx: vendor="X.Org Foundation"
[   584.475] 	compiled for 1.14.2, module version = 1.0.0
[   584.475] 	ABI class: X.Org Server Extension, version 7.0
[   584.475] (==) AIGLX enabled
[   584.475] Loading extension GLX
[   584.475] (==) Matched intel as autoconfigured driver 0
[   584.475] (==) Matched ati as autoconfigured driver 1
[   584.475] (==) Matched intel as autoconfigured driver 2
[   584.475] (==) Matched vesa as autoconfigured driver 3
[   584.475] (==) Matched modesetting as autoconfigured driver 4
[   584.475] (==) Matched fbdev as autoconfigured driver 5
[   584.475] (==) Assigned the driver to the xf86ConfigLayout
[   584.475] (II) LoadModule: "intel"
[   584.475] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   584.475] (II) Module intel: vendor="X.Org Foundation"
[   584.475] 	compiled for 1.14.2, module version = 2.21.11
[   584.475] 	Module class: X.Org Video Driver
[   584.475] 	ABI class: X.Org Video Driver, version 14.1
[   584.475] (II) LoadModule: "ati"
[   584.475] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[   584.475] (II) Module ati: vendor="X.Org Foundation"
[   584.475] 	compiled for 1.14.0, module version = 7.1.0
[   584.475] 	Module class: X.Org Video Driver
[   584.475] 	ABI class: X.Org Video Driver, version 14.1
[   584.475] (II) LoadModule: "radeon"
[   584.475] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   584.475] (II) Module radeon: vendor="X.Org Foundation"
[   584.475] 	compiled for 1.14.0, module version = 7.1.0
[   584.475] 	Module class: X.Org Video Driver
[   584.475] 	ABI class: X.Org Video Driver, version 14.1
[   584.475] (II) LoadModule: "vesa"
[   584.475] (WW) Warning, couldn't open module vesa
[   584.475] (II) UnloadModule: "vesa"
[   584.475] (II) Unloading vesa
[   584.475] (EE) Failed to load module "vesa" (module does not exist, 0)
[   584.475] (II) LoadModule: "modesetting"
[   584.475] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   584.475] (II) Module modesetting: vendor="X.Org Foundation"
[   584.475] 	compiled for 1.14.1, module version = 0.8.0
[   584.475] 	Module class: X.Org Video Driver
[   584.475] 	ABI class: X.Org Video Driver, version 14.1
[   584.476] (II) LoadModule: "fbdev"
[   584.476] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   584.476] (II) Module fbdev: vendor="X.Org Foundation"
[   584.476] 	compiled for 1.14.0, module version = 0.4.3
[   584.476] 	Module class: X.Org Video Driver
[   584.476] 	ABI class: X.Org Video Driver, version 14.1
[   584.476] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
	Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
	Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
	Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
	HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
	HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
	Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
	Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
	HD Graphics 4600, Iris(TM) Pro Graphics 5200,
	Haswell CRW Server (GT1), Haswell CRW Server (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, ValleyView PO board
[   584.476] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
[   584.477] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   584.477] (II) FBDEV: driver for framebuffer: fbdev
[   584.477] (++) using VT number 7

[   584.481] (II) [KMS] Kernel modesetting enabled.
[   584.481] (WW) Falling back to old probe method for modesetting
[   584.481] (WW) Falling back to old probe method for fbdev
[   584.481] (II) Loading sub module "fbdevhw"
[   584.481] (II) LoadModule: "fbdevhw"
[   584.481] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   584.481] (II) Module fbdevhw: vendor="X.Org Foundation"
[   584.481] 	compiled for 1.14.2, module version = 0.0.2
[   584.481] 	ABI class: X.Org Video Driver, version 14.1
[   584.481] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   584.481] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   584.481] (==) intel(0): RGB weight 888
[   584.481] (==) intel(0): Default visual is TrueColor
[   584.481] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[   584.481] (**) intel(0): Relaxed fencing enabled
[   584.481] (**) intel(0): Wait on SwapBuffers? enabled
[   584.481] (**) intel(0): Triple buffering? enabled
[   584.481] (**) intel(0): Framebuffer tiled
[   584.481] (**) intel(0): Pixmaps tiled
[   584.481] (**) intel(0): 3D buffers tiled
[   584.481] (**) intel(0): SwapBuffers wait enabled
[   584.481] (==) intel(0): video overlay key set to 0x101fe
[   584.482] (II) intel(0): Output LVDS1 has no monitor section
[   584.482] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[   584.483] (II) intel(0): Output VGA1 has no monitor section
[   584.483] (II) intel(0): Output HDMI1 has no monitor section
[   584.483] (II) intel(0): Output DP1 has no monitor section
[   584.483] (II) intel(0): EDID for output LVDS1
[   584.483] (II) intel(0): Manufacturer: AUO  Model: 21ed  Serial#: 0
[   584.483] (II) intel(0): Year: 2011  Week: 4
[   584.483] (II) intel(0): EDID Version: 1.4
[   584.483] (II) intel(0): Digital Display Input
[   584.483] (II) intel(0): 6 bits per channel
[   584.483] (II) intel(0): Digital interface is undefined
[   584.483] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   584.483] (II) intel(0): Gamma: 2.20
[   584.483] (II) intel(0): No DPMS capabilities specified
[   584.483] (II) intel(0): Supported color encodings: RGB 4:4:4 
[   584.483] (II) intel(0): First detailed timing is preferred mode
[   584.483] (II) intel(0): Preferred mode is native pixel format and refresh rate
[   584.483] (II) intel(0): redX: 0.620 redY: 0.350   greenX: 0.320 greenY: 0.600
[   584.483] (II) intel(0): blueX: 0.150 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[   584.483] (II) intel(0): Manufacturer's mask: 0
[   584.483] (II) intel(0): Supported detailed timing:
[   584.483] (II) intel(0): clock: 148.0 MHz   Image Size:  344 x 194 mm
[   584.483] (II) intel(0): h_active: 1920  h_sync: 2020  h_sync_end 2040 h_blank_end 2186 h_border: 0
[   584.483] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1128 v_border: 0
[   584.483] (II) intel(0): Supported detailed timing:
[   584.483] (II) intel(0): clock: 98.7 MHz   Image Size:  344 x 194 mm
[   584.483] (II) intel(0): h_active: 1920  h_sync: 2020  h_sync_end 2040 h_blank_end 2186 h_border: 0
[   584.483] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1128 v_border: 0
[   584.483] (II) intel(0):  35K06€B156HW2
[   584.483] (II) intel(0): Unknown vendor-specific block 0
[   584.483] (II) intel(0): EDID (in hex):
[   584.483] (II) intel(0): 	00ffffffffffff0006afed2100000000
[   584.483] (II) intel(0): 	041501049022137802e2b59e59529926
[   584.483] (II) intel(0): 	1e505400000001010101010101010101
[   584.483] (II) intel(0): 	010101010101d039800a713830406414
[   584.483] (II) intel(0): 	aa0058c21000001a8b26800a71383040
[   584.483] (II) intel(0): 	6414aa0058c21000001a000000fe0033
[   584.483] (II) intel(0): 	354b3036804231353648573200000000
[   584.483] (II) intel(0): 	000041219e0000000002010a20200016
[   584.483] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   584.483] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   584.483] (II) intel(0): Printing probed modes for output LVDS1
[   584.483] (II) intel(0): Modeline "1920x1080"x60.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   584.483] (II) intel(0): Modeline "1920x1080"x40.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   584.483] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   584.483] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   584.483] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   584.483] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   584.483] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   584.483] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   584.483] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   584.484] (II) intel(0): EDID for output VGA1
[   584.485] (II) intel(0): EDID for output HDMI1
[   584.485] (II) intel(0): EDID for output DP1
[   584.485] (II) intel(0): Output LVDS1 connected
[   584.485] (II) intel(0): Output VGA1 disconnected
[   584.485] (II) intel(0): Output HDMI1 disconnected
[   584.485] (II) intel(0): Output DP1 disconnected
[   584.485] (II) intel(0): Using exact sizes for initial modes
[   584.485] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[   584.485] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   584.485] (II) intel(0): Kernel page flipping support detected, enabling
[   584.485] (==) intel(0): DPI set to (96, 96)
[   584.485] (II) Loading sub module "fb"
[   584.485] (II) LoadModule: "fb"
[   584.485] (II) Loading /usr/lib/xorg/modules/libfb.so
[   584.485] (II) Module fb: vendor="X.Org Foundation"
[   584.485] 	compiled for 1.14.2, module version = 1.0.0
[   584.485] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   584.485] (II) Loading sub module "dri2"
[   584.485] (II) LoadModule: "dri2"
[   584.485] (II) Module "dri2" already built-in
[   584.485] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[   584.485] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   584.485] (==) RADEON(G0): Default visual is TrueColor
[   584.485] (==) RADEON(G0): RGB weight 888
[   584.485] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[   584.485] (--) RADEON(G0): Chipset: "VERDE" (ChipID = 0x682f)
[   584.485] (II) Loading sub module "dri2"
[   584.485] (II) LoadModule: "dri2"
[   584.485] (II) Module "dri2" already built-in
[   584.485] (II) Loading sub module "shadow"
[   584.485] (II) LoadModule: "shadow"
[   584.485] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   584.485] (II) Module shadow: vendor="X.Org Foundation"
[   584.485] 	compiled for 1.14.2, module version = 1.1.0
[   584.485] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   584.485] (II) RADEON(G0): KMS Color Tiling: disabled
[   584.485] (II) RADEON(G0): KMS Color Tiling 2D: disabled
[   584.485] (II) RADEON(G0): KMS Pageflipping: enabled
[   584.485] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[   584.485] (WW) RADEON(G0): No outputs definitely connected, trying again...
[   584.485] (WW) RADEON(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[   584.485] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   584.485] (II) RADEON(G0): mem size init: gart size :1fbde000 vram size: s:80000000 visible:7fcc0000
[   584.485] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
[   584.485] (==) RADEON(G0): DPI set to (96, 96)
[   584.485] (II) Loading sub module "fb"
[   584.485] (II) LoadModule: "fb"
[   584.486] (II) Loading /usr/lib/xorg/modules/libfb.so
[   584.486] (II) Module fb: vendor="X.Org Foundation"
[   584.486] 	compiled for 1.14.2, module version = 1.0.0
[   584.486] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   584.486] (II) Loading sub module "ramdac"
[   584.486] (II) LoadModule: "ramdac"
[   584.486] (II) Module "ramdac" already built-in
[   584.486] (II) UnloadModule: "modesetting"
[   584.486] (II) Unloading modesetting
[   584.486] (II) UnloadModule: "fbdev"
[   584.486] (II) Unloading fbdev
[   584.486] (II) UnloadSubModule: "fbdevhw"
[   584.486] (II) Unloading fbdevhw
[   584.486] (==) Depth 24 pixmap format is 32 bpp
[   584.486] (II) RADEON(G0): Front buffer size: 8100K
[   584.486] (II) RADEON(G0): VRAM usage limit set to 1877065K
[   584.486] (==) RADEON(G0): Backing store disabled
[   584.486] (WW) RADEON(G0): Direct rendering disabled
[   584.486] (II) RADEON(G0): Acceleration disabled
[   584.486] (==) RADEON(G0): DPMS enabled
[   584.486] (==) RADEON(G0): Silken mouse enabled
[   584.486] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   584.486] (II) intel(0): [DRI2] Setup complete
[   584.486] (II) intel(0): [DRI2]   DRI driver: i965
[   584.486] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[   584.487] (II) UXA(0): Driver registered support for the following operations:
[   584.487] (II)         solid
[   584.487] (II)         copy
[   584.487] (II)         composite (RENDER acceleration)
[   584.487] (II)         put_image
[   584.487] (II)         get_image
[   584.487] (==) intel(0): Backing store disabled
[   584.487] (==) intel(0): Silken mouse enabled
[   584.487] (II) intel(0): Initializing HW Cursor
[   584.487] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   584.487] (==) intel(0): DPMS enabled
[   584.487] (==) intel(0): Intel XvMC decoder enabled
[   584.487] (II) intel(0): Set up textured video
[   584.487] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   584.487] (II) intel(0): direct rendering: DRI2 Enabled
[   584.487] (==) intel(0): hotplug detection: "enabled"
[   584.502] (--) RandR disabled
[   584.509] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   584.509] (II) AIGLX: enabled GLX_INTEL_swap_event
[   584.509] (II) AIGLX: enabled GLX_ARB_create_context
[   584.509] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   584.509] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   584.509] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   584.509] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   584.509] (II) AIGLX: Loaded and initialized i965
[   584.509] (II) GLX: Initialized DRI2 GL provider for screen 0
[   584.509] (II) intel(0): Setting screen physical size to 508 x 285
[   584.564] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   584.564] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   584.564] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   584.564] (II) LoadModule: "evdev"
[   584.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   584.564] (II) Module evdev: vendor="X.Org Foundation"
[   584.564] 	compiled for 1.14.2, module version = 2.8.1
[   584.564] 	Module class: X.Org XInput Driver
[   584.564] 	ABI class: X.Org XInput driver, version 19.1
[   584.564] (II) Using input driver 'evdev' for 'Power Button'
[   584.564] (**) Power Button: always reports core events
[   584.564] (**) evdev: Power Button: Device: "/dev/input/event2"
[   584.564] (--) evdev: Power Button: Vendor 0 Product 0x1
[   584.564] (--) evdev: Power Button: Found keys
[   584.564] (II) evdev: Power Button: Configuring as keyboard
[   584.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   584.564] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   584.564] (**) Option "xkb_rules" "evdev"
[   584.564] (**) Option "xkb_model" "pc104"
[   584.564] (**) Option "xkb_layout" "it"
[   584.579] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   584.579] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   584.579] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   584.579] (II) Using input driver 'evdev' for 'Video Bus'
[   584.579] (**) Video Bus: always reports core events
[   584.579] (**) evdev: Video Bus: Device: "/dev/input/event4"
[   584.579] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   584.579] (--) evdev: Video Bus: Found keys
[   584.579] (II) evdev: Video Bus: Configuring as keyboard
[   584.579] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input4/event4"
[   584.579] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   584.579] (**) Option "xkb_rules" "evdev"
[   584.579] (**) Option "xkb_model" "pc104"
[   584.579] (**) Option "xkb_layout" "it"
[   584.579] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   584.579] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   584.579] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   584.579] (II) Using input driver 'evdev' for 'Power Button'
[   584.579] (**) Power Button: always reports core events
[   584.579] (**) evdev: Power Button: Device: "/dev/input/event0"
[   584.579] (--) evdev: Power Button: Vendor 0 Product 0x1
[   584.579] (--) evdev: Power Button: Found keys
[   584.579] (II) evdev: Power Button: Configuring as keyboard
[   584.579] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input0/event0"
[   584.579] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   584.579] (**) Option "xkb_rules" "evdev"
[   584.579] (**) Option "xkb_model" "pc104"
[   584.579] (**) Option "xkb_layout" "it"
[   584.579] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   584.579] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   584.579] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   584.579] (II) Using input driver 'evdev' for 'Video Bus'
[   584.579] (**) Video Bus: always reports core events
[   584.579] (**) evdev: Video Bus: Device: "/dev/input/event3"
[   584.579] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   584.579] (--) evdev: Video Bus: Found keys
[   584.579] (II) evdev: Video Bus: Configuring as keyboard
[   584.579] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input3/event3"
[   584.579] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[   584.579] (**) Option "xkb_rules" "evdev"
[   584.579] (**) Option "xkb_model" "pc104"
[   584.579] (**) Option "xkb_layout" "it"
[   584.580] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   584.580] (II) No input driver specified, ignoring this device.
[   584.580] (II) This device may have been added with another device file.
[   584.580] (II) config/udev: Adding drm device (/dev/dri/card1)
[   584.580] (II) config/udev: Adding drm device (/dev/dri/card0)
[   584.580] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event6)
[   584.580] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev pointer catchall"
[   584.580] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[   584.580] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[   584.580] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[   584.580] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[   584.580] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event6"
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Found 9 mouse buttons
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Found scroll wheel(s)
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Found relative axes
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Found x and y relative axes
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Found absolute axes
[   584.580] (II) evdev: ROCCAT ROCCAT Kova[+]: Forcing absolute x/y axes to exist.
[   584.580] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[   584.580] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as mouse
[   584.580] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[   584.580] (II) evdev: ROCCAT ROCCAT Kova[+]: Adding scrollwheel support
[   584.580] (**) evdev: ROCCAT ROCCAT Kova[+]: YAxisMapping: buttons 4 and 5
[   584.580] (**) evdev: ROCCAT ROCCAT Kova[+]: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   584.580] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input6/event6"
[   584.580] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 10)
[   584.580] (**) Option "xkb_rules" "evdev"
[   584.580] (**) Option "xkb_model" "pc104"
[   584.580] (**) Option "xkb_layout" "it"
[   584.580] (II) evdev: ROCCAT ROCCAT Kova[+]: initialized for relative axes.
[   584.580] (WW) evdev: ROCCAT ROCCAT Kova[+]: ignoring absolute axes.
[   584.580] (**) ROCCAT ROCCAT Kova[+]: (accel) keeping acceleration scheme 1
[   584.580] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration profile 0
[   584.580] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration factor: 2.000
[   584.580] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration threshold: 4
[   584.581] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/mouse0)
[   584.581] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[   584.581] (II) No input driver specified, ignoring this device.
[   584.581] (II) This device may have been added with another device file.
[   584.581] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event7)
[   584.581] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[   584.581] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[   584.581] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[   584.581] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[   584.581] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event7"
[   584.581] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[   584.581] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[   584.581] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[   584.581] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input7/event7"
[   584.581] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 11)
[   584.581] (**) Option "xkb_rules" "evdev"
[   584.581] (**) Option "xkb_model" "pc104"
[   584.581] (**) Option "xkb_layout" "it"
[   584.581] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[   584.581] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   584.581] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[   584.581] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   584.581] (**) AT Translated Set 2 keyboard: always reports core events
[   584.581] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[   584.581] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   584.581] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   584.581] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   584.581] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[   584.581] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   584.581] (**) Option "xkb_rules" "evdev"
[   584.581] (**) Option "xkb_model" "pc104"
[   584.581] (**) Option "xkb_layout" "it"
[   584.581] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
[   584.581] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   584.581] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   584.581] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[   584.581] (II) LoadModule: "synaptics"
[   584.581] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   584.582] (II) Module synaptics: vendor="X.Org Foundation"
[   584.582] 	compiled for 1.14.1, module version = 1.7.1
[   584.582] 	Module class: X.Org XInput Driver
[   584.582] 	ABI class: X.Org XInput driver, version 19.1
[   584.582] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   584.582] (**) ETPS/2 Elantech Touchpad: always reports core events
[   584.582] (**) Option "Device" "/dev/input/event8"
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   584.605] (**) Option "VertScrollDelta" "-65"
[   584.605] (**) Option "TapButton1" "1"
[   584.605] (**) Option "TapButton2" "3"
[   584.605] (**) Option "TapButton3" "2"
[   584.605] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   584.605] (**) ETPS/2 Elantech Touchpad: always reports core events
[   584.615] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event8"
[   584.615] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[   584.615] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   584.615] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   584.615] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[   584.615] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   584.615] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   584.615] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   584.615] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   584.615] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   584.615] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   584.615] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   596.196] (II) intel(0): EDID vendor "AUO", prod id 8685
[   596.196] (II) intel(0): Printing DDC gathered Modelines:
[   596.196] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   596.196] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   596.198] (II) intel(0): EDID vendor "AUO", prod id 8685
[   596.198] (II) intel(0): Printing DDC gathered Modelines:
[   596.198] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   596.198] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   635.594] (II) intel(0): EDID vendor "AUO", prod id 8685
[   635.594] (II) intel(0): Printing DDC gathered Modelines:
[   635.594] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   635.594] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   635.596] (II) intel(0): EDID vendor "AUO", prod id 8685
[   635.596] (II) intel(0): Printing DDC gathered Modelines:
[   635.596] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   635.596] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   637.625] (II) intel(0): EDID vendor "AUO", prod id 8685
[   637.625] (II) intel(0): Printing DDC gathered Modelines:
[   637.625] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   637.625] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[   637.627] (II) intel(0): EDID vendor "AUO", prod id 8685
[   637.627] (II) intel(0): Printing DDC gathered Modelines:
[   637.627] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[   637.627] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
root@hostname ~ % xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x6c cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel
Provider 1: id: 0x45 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 6 outputs: 0 associated providers: 0 name:radeon

So I guess that there must've been a problem with my configuration! Now I just have to play a little with xrandr and prime and figure out how to exploit this. Thank you so much!

Offline

#7 2013-07-17 15:49:16

Beregond
Member
Registered: 2013-07-17
Posts: 11

Re: Intel / ATI Hybrid Graphics

The problem, as of now, is that I cannot set the AccelMethod to the radeon card, as I currently removed its configuration file. How should I then write the 10-monitors.conf file?

EDIT: I found a way to make it work.

xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen         0  "Screen0" 0 0
    Screen         1 "Screen1" LeftOf "Screen0"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
EndSection

Section "Device"
    Identifier     "Radeon"
    Driver         "radeon"
    VendorName     "Advanced Micro Devices, Inc. [AMD/ATI]"
    BoardName      "Chelsea LP [Radeon HD 7730M]"
    BusId          "PCI:1:0:0"
    Screen         1

	Option			"AccelMethod"	"glamor"
EndSection

Section "Device"
	Identifier		"Intel"
	Driver			"intel"
	BusId			"PCI:0:2:0"
	Screen			0

#	Option			"AccelMethod"	"sna"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Intel"
    Monitor        "Monitor0"
    DefaultDepth    24
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Radeon"
    Monitor        "Monitor0"
    DefaultDepth    24
EndSection

With this X loads and recognizes both the cards.

[  4544.284] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[  4544.284] X Protocol Version 11, Revision 0
[  4544.284] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[  4544.284] Current Operating System: Linux the_shire 3.10.0-rc7 #1 SMP PREEMPT Wed Jun 26 11:45:33 CEST 2013 x86_64
[  4544.284] Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/sdb2 rootfstype=ext4 ro quiet snd_hda_intel.power_save=10 radeon.modeset=1 resume=/dev/sdb3 single
[  4544.284] Build Date: 01 July 2013  10:48:42AM
[  4544.284]  
[  4544.284] Current version of pixman: 0.30.0
[  4544.284] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4544.284] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4544.284] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 17 18:09:59 2013
[  4544.284] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4544.284] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4544.285] (==) ServerLayout "Layout0"
[  4544.285] (**) |-->Screen "Screen0" (0)
[  4544.285] (**) |   |-->Monitor "Monitor0"
[  4544.285] (**) |   |-->Device "Intel"
[  4544.285] (**) |-->Screen "Screen1" (1)
[  4544.285] (**) |   |-->Monitor "Monitor0"
[  4544.285] (**) |   |-->Device "Radeon"
[  4544.285] (**) Option "Xinerama" "1"
[  4544.285] (==) Automatically adding devices
[  4544.285] (==) Automatically enabling devices
[  4544.285] (==) Automatically adding GPU devices
[  4544.285] (**) Xinerama: enabled
[  4544.285] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  4544.285] 	Entry deleted from font path.
[  4544.285] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  4544.285] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4544.285] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4544.285] (II) Loader magic: 0x7fdc20
[  4544.285] (II) Module ABI versions:
[  4544.285] 	X.Org ANSI C Emulation: 0.4
[  4544.285] 	X.Org Video Driver: 14.1
[  4544.285] 	X.Org XInput driver : 19.1
[  4544.285] 	X.Org Server Extension : 7.0
[  4544.285] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4544.286] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4544.287] (--) PCI:*(0:0:2:0) 8086:0166:1028:0572 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[  4544.287] (--) PCI: (0:1:0:0) 1002:682f:1028:0572 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[  4544.287] Initializing built-in extension Generic Event Extension
[  4544.288] Initializing built-in extension SHAPE
[  4544.288] Initializing built-in extension MIT-SHM
[  4544.288] Initializing built-in extension XInputExtension
[  4544.288] Initializing built-in extension XTEST
[  4544.288] Initializing built-in extension BIG-REQUESTS
[  4544.288] Initializing built-in extension SYNC
[  4544.288] Initializing built-in extension XKEYBOARD
[  4544.288] Initializing built-in extension XC-MISC
[  4544.288] Initializing built-in extension SECURITY
[  4544.288] Initializing built-in extension XINERAMA
[  4544.288] Initializing built-in extension XFIXES
[  4544.288] Initializing built-in extension RENDER
[  4544.288] Initializing built-in extension RANDR
[  4544.288] Initializing built-in extension COMPOSITE
[  4544.288] Initializing built-in extension DAMAGE
[  4544.288] Initializing built-in extension MIT-SCREEN-SAVER
[  4544.288] Initializing built-in extension DOUBLE-BUFFER
[  4544.288] Initializing built-in extension RECORD
[  4544.288] Initializing built-in extension DPMS
[  4544.288] Initializing built-in extension X-Resource
[  4544.288] Initializing built-in extension XVideo
[  4544.288] Initializing built-in extension XVideo-MotionCompensation
[  4544.288] Initializing built-in extension XFree86-VidModeExtension
[  4544.288] Initializing built-in extension XFree86-DGA
[  4544.288] Initializing built-in extension XFree86-DRI
[  4544.288] Initializing built-in extension DRI2
[  4544.288] (II) "glx" will be loaded by default.
[  4544.288] (II) LoadModule: "dri2"
[  4544.288] (II) Module "dri2" already built-in
[  4544.288] (II) LoadModule: "glamoregl"
[  4544.288] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4544.290] (II) Module glamoregl: vendor="X.Org Foundation"
[  4544.290] 	compiled for 1.14.0, module version = 0.5.0
[  4544.290] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4544.290] (II) LoadModule: "glx"
[  4544.290] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4544.290] (II) Module glx: vendor="X.Org Foundation"
[  4544.290] 	compiled for 1.14.2, module version = 1.0.0
[  4544.290] 	ABI class: X.Org Server Extension, version 7.0
[  4544.290] (==) AIGLX enabled
[  4544.290] Loading extension GLX
[  4544.290] (II) LoadModule: "intel"
[  4544.290] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  4544.291] (II) Module intel: vendor="X.Org Foundation"
[  4544.291] 	compiled for 1.14.2, module version = 2.21.11
[  4544.291] 	Module class: X.Org Video Driver
[  4544.291] 	ABI class: X.Org Video Driver, version 14.1
[  4544.291] (II) LoadModule: "radeon"
[  4544.291] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  4544.291] (II) Module radeon: vendor="X.Org Foundation"
[  4544.291] 	compiled for 1.14.0, module version = 7.1.0
[  4544.291] 	Module class: X.Org Video Driver
[  4544.291] 	ABI class: X.Org Video Driver, version 14.1
[  4544.291] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
	Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
	Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
	Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
	HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
	HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
	Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
	Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
	Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
	HD Graphics 4600, Iris(TM) Pro Graphics 5200,
	Haswell CRW Server (GT1), Haswell CRW Server (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
	Iris(TM) Pro Graphics 5200, ValleyView PO board
[  4544.292] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
[  4544.293] (++) using VT number 7

[  4544.298] (II) [KMS] Kernel modesetting enabled.
[  4544.298] (II) [KMS] Kernel modesetting enabled.
[  4544.298] (EE) Screen 1 deleted because of no matching config section.
[  4544.298] (II) UnloadModule: "radeon"
[  4544.298] (II) intel(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
[  4544.298] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[  4544.298] (==) intel(0): RGB weight 888
[  4544.298] (==) intel(0): Default visual is TrueColor
[  4544.298] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[  4544.298] (**) intel(0): Relaxed fencing enabled
[  4544.298] (**) intel(0): Wait on SwapBuffers? enabled
[  4544.298] (**) intel(0): Triple buffering? enabled
[  4544.298] (**) intel(0): Framebuffer tiled
[  4544.298] (**) intel(0): Pixmaps tiled
[  4544.298] (**) intel(0): 3D buffers tiled
[  4544.298] (**) intel(0): SwapBuffers wait enabled
[  4544.298] (==) intel(0): video overlay key set to 0x101fe
[  4544.299] (II) intel(0): Output LVDS1 using monitor section Monitor0
[  4544.299] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[  4544.300] (II) intel(0): Output VGA1 has no monitor section
[  4544.300] (II) intel(0): Output HDMI1 has no monitor section
[  4544.300] (II) intel(0): Output DP1 has no monitor section
[  4544.300] (II) intel(0): EDID for output LVDS1
[  4544.300] (II) intel(0): Manufacturer: AUO  Model: 21ed  Serial#: 0
[  4544.300] (II) intel(0): Year: 2011  Week: 4
[  4544.300] (II) intel(0): EDID Version: 1.4
[  4544.300] (II) intel(0): Digital Display Input
[  4544.300] (II) intel(0): 6 bits per channel
[  4544.300] (II) intel(0): Digital interface is undefined
[  4544.300] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  4544.300] (II) intel(0): Gamma: 2.20
[  4544.300] (II) intel(0): No DPMS capabilities specified
[  4544.300] (II) intel(0): Supported color encodings: RGB 4:4:4 
[  4544.300] (II) intel(0): First detailed timing is preferred mode
[  4544.300] (II) intel(0): Preferred mode is native pixel format and refresh rate
[  4544.300] (II) intel(0): redX: 0.620 redY: 0.350   greenX: 0.320 greenY: 0.600
[  4544.300] (II) intel(0): blueX: 0.150 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[  4544.300] (II) intel(0): Manufacturer's mask: 0
[  4544.300] (II) intel(0): Supported detailed timing:
[  4544.300] (II) intel(0): clock: 148.0 MHz   Image Size:  344 x 194 mm
[  4544.300] (II) intel(0): h_active: 1920  h_sync: 2020  h_sync_end 2040 h_blank_end 2186 h_border: 0
[  4544.300] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1128 v_border: 0
[  4544.300] (II) intel(0): Supported detailed timing:
[  4544.300] (II) intel(0): clock: 98.7 MHz   Image Size:  344 x 194 mm
[  4544.300] (II) intel(0): h_active: 1920  h_sync: 2020  h_sync_end 2040 h_blank_end 2186 h_border: 0
[  4544.300] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1128 v_border: 0
[  4544.300] (II) intel(0):  35K06€B156HW2
[  4544.300] (II) intel(0): Unknown vendor-specific block 0
[  4544.300] (II) intel(0): EDID (in hex):
[  4544.300] (II) intel(0): 	00ffffffffffff0006afed2100000000
[  4544.300] (II) intel(0): 	041501049022137802e2b59e59529926
[  4544.300] (II) intel(0): 	1e505400000001010101010101010101
[  4544.300] (II) intel(0): 	010101010101d039800a713830406414
[  4544.300] (II) intel(0): 	aa0058c21000001a8b26800a71383040
[  4544.300] (II) intel(0): 	6414aa0058c21000001a000000fe0033
[  4544.300] (II) intel(0): 	354b3036804231353648573200000000
[  4544.301] (II) intel(0): 	000041219e0000000002010a20200016
[  4544.301] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  4544.301] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  4544.301] (II) intel(0): Printing probed modes for output LVDS1
[  4544.301] (II) intel(0): Modeline "1920x1080"x60.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[  4544.301] (II) intel(0): Modeline "1920x1080"x40.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)
[  4544.301] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  4544.301] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  4544.301] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  4544.301] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  4544.301] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  4544.301] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  4544.301] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  4544.302] (II) intel(0): EDID for output VGA1
[  4544.302] (II) intel(0): EDID for output HDMI1
[  4544.302] (II) intel(0): EDID for output DP1
[  4544.302] (II) intel(0): Output LVDS1 connected
[  4544.302] (II) intel(0): Output VGA1 disconnected
[  4544.303] (II) intel(0): Output HDMI1 disconnected
[  4544.303] (II) intel(0): Output DP1 disconnected
[  4544.303] (II) intel(0): Using exact sizes for initial modes
[  4544.303] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[  4544.303] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  4544.303] (II) intel(0): Kernel page flipping support detected, enabling
[  4544.303] (==) intel(0): DPI set to (96, 96)
[  4544.303] (II) Loading sub module "fb"
[  4544.303] (II) LoadModule: "fb"
[  4544.303] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4544.303] (II) Module fb: vendor="X.Org Foundation"
[  4544.303] 	compiled for 1.14.2, module version = 1.0.0
[  4544.303] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4544.303] (II) Loading sub module "dri2"
[  4544.303] (II) LoadModule: "dri2"
[  4544.303] (II) Module "dri2" already built-in
[  4544.303] (**) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[  4544.303] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  4544.303] (==) RADEON(G0): Default visual is TrueColor
[  4544.303] (**) RADEON(G0): Option "AccelMethod" "glamor"
[  4544.303] (==) RADEON(G0): RGB weight 888
[  4544.303] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[  4544.303] (--) RADEON(G0): Chipset: "VERDE" (ChipID = 0x682f)
[  4544.303] (II) Loading sub module "dri2"
[  4544.303] (II) LoadModule: "dri2"
[  4544.303] (II) Module "dri2" already built-in
[  4544.303] (II) Loading sub module "glamoregl"
[  4544.303] (II) LoadModule: "glamoregl"
[  4544.304] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4544.304] (II) Module glamoregl: vendor="X.Org Foundation"
[  4544.304] 	compiled for 1.14.0, module version = 0.5.0
[  4544.304] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4544.304] (II) glamor: OpenGL accelerated X.org driver based.
[  4544.329] (II) glamor: EGL version 1.4 (DRI2):
[  4544.336] (II) RADEON(G0): glamor detected, initialising EGL layer.
[  4544.336] (II) RADEON(G0): KMS Color Tiling: disabled
[  4544.336] (II) RADEON(G0): KMS Color Tiling 2D: disabled
[  4544.336] (II) RADEON(G0): KMS Pageflipping: enabled
[  4544.336] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[  4544.336] (WW) RADEON(G0): No outputs definitely connected, trying again...
[  4544.336] (WW) RADEON(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[  4544.336] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  4544.336] (II) RADEON(G0): mem size init: gart size :1fbde000 vram size: s:80000000 visible:7fcc0000
[  4544.336] (==) RADEON(G0): DPI set to (96, 96)
[  4544.336] (II) Loading sub module "fb"
[  4544.336] (II) LoadModule: "fb"
[  4544.336] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4544.336] (II) Module fb: vendor="X.Org Foundation"
[  4544.336] 	compiled for 1.14.2, module version = 1.0.0
[  4544.336] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4544.336] (II) Loading sub module "ramdac"
[  4544.336] (II) LoadModule: "ramdac"
[  4544.336] (II) Module "ramdac" already built-in
[  4544.336] (==) Depth 24 pixmap format is 32 bpp
[  4544.336] (II) RADEON(G0): [DRI2] Setup complete
[  4544.336] (II) RADEON(G0): [DRI2]   DRI driver: radeonsi
[  4544.336] (II) RADEON(G0): [DRI2]   VDPAU driver: radeonsi
[  4544.336] (II) RADEON(G0): Front buffer size: 8100K
[  4544.336] (II) RADEON(G0): VRAM usage limit set to 1877137K
[  4544.336] (==) RADEON(G0): Backing store disabled
[  4544.336] (II) RADEON(G0): Direct rendering enabled
[  4544.464] (II) RADEON(G0): Use GLAMOR acceleration.
[  4544.464] (II) RADEON(G0): Acceleration enabled
[  4544.464] (==) RADEON(G0): DPMS enabled
[  4544.464] (==) RADEON(G0): Silken mouse enabled
[  4544.464] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  4544.464] (II) intel(0): [DRI2] Setup complete
[  4544.464] (II) intel(0): [DRI2]   DRI driver: i965
[  4544.464] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[  4544.465] (II) UXA(0): Driver registered support for the following operations:
[  4544.465] (II)         solid
[  4544.465] (II)         copy
[  4544.465] (II)         composite (RENDER acceleration)
[  4544.465] (II)         put_image
[  4544.465] (II)         get_image
[  4544.465] (==) intel(0): Backing store disabled
[  4544.465] (==) intel(0): Silken mouse enabled
[  4544.465] (II) intel(0): Initializing HW Cursor
[  4544.465] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  4544.465] (==) intel(0): DPMS enabled
[  4544.465] (==) intel(0): Intel XvMC decoder enabled
[  4544.465] (II) intel(0): Set up textured video
[  4544.465] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  4544.465] (II) intel(0): direct rendering: DRI2 Enabled
[  4544.465] (==) intel(0): hotplug detection: "enabled"
[  4544.481] (--) RandR disabled
[  4544.494] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  4544.494] (II) AIGLX: enabled GLX_INTEL_swap_event
[  4544.494] (II) AIGLX: enabled GLX_ARB_create_context
[  4544.494] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  4544.494] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  4544.494] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  4544.494] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  4544.494] (II) AIGLX: Loaded and initialized i965
[  4544.494] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4544.494] (II) intel(0): Setting screen physical size to 508 x 285
[  4544.561] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  4544.561] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4544.561] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  4544.561] (II) LoadModule: "evdev"
[  4544.562] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  4544.562] (II) Module evdev: vendor="X.Org Foundation"
[  4544.562] 	compiled for 1.14.2, module version = 2.8.1
[  4544.562] 	Module class: X.Org XInput Driver
[  4544.562] 	ABI class: X.Org XInput driver, version 19.1
[  4544.562] (II) Using input driver 'evdev' for 'Power Button'
[  4544.562] (**) Power Button: always reports core events
[  4544.562] (**) evdev: Power Button: Device: "/dev/input/event2"
[  4544.562] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4544.562] (--) evdev: Power Button: Found keys
[  4544.562] (II) evdev: Power Button: Configuring as keyboard
[  4544.562] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  4544.562] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4544.562] (**) Option "xkb_rules" "evdev"
[  4544.562] (**) Option "xkb_model" "pc104"
[  4544.562] (**) Option "xkb_layout" "it"
[  4544.595] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  4544.595] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  4544.595] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[  4544.595] (II) Using input driver 'evdev' for 'Video Bus'
[  4544.595] (**) Video Bus: always reports core events
[  4544.595] (**) evdev: Video Bus: Device: "/dev/input/event4"
[  4544.595] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  4544.595] (--) evdev: Video Bus: Found keys
[  4544.595] (II) evdev: Video Bus: Configuring as keyboard
[  4544.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input4/event4"
[  4544.595] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4544.595] (**) Option "xkb_rules" "evdev"
[  4544.595] (**) Option "xkb_model" "pc104"
[  4544.595] (**) Option "xkb_layout" "it"
[  4544.596] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  4544.596] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4544.596] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  4544.596] (II) Using input driver 'evdev' for 'Power Button'
[  4544.596] (**) Power Button: always reports core events
[  4544.596] (**) evdev: Power Button: Device: "/dev/input/event0"
[  4544.596] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4544.596] (--) evdev: Power Button: Found keys
[  4544.596] (II) evdev: Power Button: Configuring as keyboard
[  4544.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input0/event0"
[  4544.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4544.596] (**) Option "xkb_rules" "evdev"
[  4544.596] (**) Option "xkb_model" "pc104"
[  4544.596] (**) Option "xkb_layout" "it"
[  4544.597] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  4544.597] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  4544.597] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[  4544.597] (II) Using input driver 'evdev' for 'Video Bus'
[  4544.597] (**) Video Bus: always reports core events
[  4544.597] (**) evdev: Video Bus: Device: "/dev/input/event3"
[  4544.597] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  4544.597] (--) evdev: Video Bus: Found keys
[  4544.597] (II) evdev: Video Bus: Configuring as keyboard
[  4544.597] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input3/event3"
[  4544.597] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[  4544.597] (**) Option "xkb_rules" "evdev"
[  4544.597] (**) Option "xkb_model" "pc104"
[  4544.597] (**) Option "xkb_layout" "it"
[  4544.597] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  4544.597] (II) No input driver specified, ignoring this device.
[  4544.597] (II) This device may have been added with another device file.
[  4544.598] (II) config/udev: Adding drm device (/dev/dri/card1)
[  4544.598] (II) config/udev: Adding drm device (/dev/dri/card0)
[  4544.598] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event6)
[  4544.598] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev pointer catchall"
[  4544.598] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[  4544.598] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[  4544.598] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[  4544.598] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[  4544.598] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event6"
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Found 9 mouse buttons
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Found scroll wheel(s)
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Found relative axes
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Found x and y relative axes
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Found absolute axes
[  4544.598] (II) evdev: ROCCAT ROCCAT Kova[+]: Forcing absolute x/y axes to exist.
[  4544.598] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[  4544.598] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as mouse
[  4544.598] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[  4544.598] (II) evdev: ROCCAT ROCCAT Kova[+]: Adding scrollwheel support
[  4544.599] (**) evdev: ROCCAT ROCCAT Kova[+]: YAxisMapping: buttons 4 and 5
[  4544.599] (**) evdev: ROCCAT ROCCAT Kova[+]: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4544.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input6/event6"
[  4544.599] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 10)
[  4544.599] (**) Option "xkb_rules" "evdev"
[  4544.599] (**) Option "xkb_model" "pc104"
[  4544.599] (**) Option "xkb_layout" "it"
[  4544.599] (II) evdev: ROCCAT ROCCAT Kova[+]: initialized for relative axes.
[  4544.599] (WW) evdev: ROCCAT ROCCAT Kova[+]: ignoring absolute axes.
[  4544.599] (**) ROCCAT ROCCAT Kova[+]: (accel) keeping acceleration scheme 1
[  4544.599] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration profile 0
[  4544.599] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration factor: 2.000
[  4544.599] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration threshold: 4
[  4544.600] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/mouse0)
[  4544.600] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[  4544.600] (II) No input driver specified, ignoring this device.
[  4544.600] (II) This device may have been added with another device file.
[  4544.600] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event7)
[  4544.600] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[  4544.600] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "Keyboard Defaults"
[  4544.600] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[  4544.600] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[  4544.600] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event7"
[  4544.600] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[  4544.600] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[  4544.600] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[  4544.600] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input7/event7"
[  4544.600] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 11)
[  4544.600] (**) Option "xkb_rules" "evdev"
[  4544.600] (**) Option "xkb_model" "pc104"
[  4544.600] (**) Option "xkb_layout" "it"
[  4544.601] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[  4544.601] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  4544.601] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[  4544.601] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  4544.601] (**) AT Translated Set 2 keyboard: always reports core events
[  4544.601] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[  4544.601] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  4544.601] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  4544.601] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  4544.601] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[  4544.601] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  4544.601] (**) Option "xkb_rules" "evdev"
[  4544.601] (**) Option "xkb_model" "pc104"
[  4544.601] (**) Option "xkb_layout" "it"
[  4544.602] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
[  4544.602] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[  4544.602] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[  4544.602] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[  4544.602] (II) LoadModule: "synaptics"
[  4544.602] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  4544.602] (II) Module synaptics: vendor="X.Org Foundation"
[  4544.602] 	compiled for 1.14.1, module version = 1.7.1
[  4544.602] 	Module class: X.Org XInput Driver
[  4544.602] 	ABI class: X.Org XInput driver, version 19.1
[  4544.602] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[  4544.602] (**) ETPS/2 Elantech Touchpad: always reports core events
[  4544.602] (**) Option "Device" "/dev/input/event8"
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[  4544.624] (**) Option "VertScrollDelta" "-65"
[  4544.624] (**) Option "TapButton1" "1"
[  4544.624] (**) Option "TapButton2" "3"
[  4544.624] (**) Option "TapButton3" "2"
[  4544.624] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  4544.624] (**) ETPS/2 Elantech Touchpad: always reports core events
[  4544.634] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event8"
[  4544.634] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[  4544.634] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[  4544.634] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[  4544.634] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[  4544.634] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[  4544.634] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[  4544.634] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[  4544.634] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[  4544.634] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  4544.635] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[  4544.635] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"

Aaaand.... the magic happens:

user@hostname ~ % xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x67 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel
Provider 1: id: 0x40 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 1 outputs: 0 associated providers: 0 name:radeon
user@hostname ~ % xrandr --setprovideroffloadsink 0x40 0x67
user@hostname ~ % xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x67 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 1 name:Intel
Provider 1: id: 0x40 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 1 outputs: 0 associated providers: 1 name:radeon

Furthermore:

user@hostname ~ % DRI_PRIME=0 glxinfo | grep renderer
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
user@hostname ~ % DRI_PRIME=1 glxinfo | grep renderer
OpenGL renderer string: Gallium 0.4 on AMD CAPE VERDE

Wuderbar! The only problem is that, while I have no problem with regular

user@hostname ~ % DRI_PRIME=0 glxgears

if I dare to try it with DRI_PRIME=1, X quits in segfault. However, if I kill xcompmgr and try, I simply have a black box ( no gears at all ), although it doesn't crash.

What may be causing this weird behavior?

Last edited by Beregond (2013-07-17 16:22:45)

Offline

#8 2013-07-19 10:18:02

Beregond
Member
Registered: 2013-07-17
Posts: 11

Re: Intel / ATI Hybrid Graphics

Still, I don't know why it the new offload sink doesn't work with windows. However, I found out that, when in fullscreen mode, it doesn't complain at all! In short:

Without xcompmgr:
DRI_PRIME=0 glxgears -> Works like a cham
DRI_PRIME=1 glxgears -> Black box, but no errors

With xcompmgr:
DRI_PRIME=0 glxgears -> Works like a cham
DRI_PRIME=1 glxgears -> X crashes.

In fullscreen mode, without xcompmgr, the DRI_PRIME=1 programs execute and get displayed properly. I wanted to test the performance via glmark2, and I got these fairly unsatisfying results:

user@hostname ~ % DRI_PRIME=0 glmark2 --fullscreen
=======================================================
    glmark2 2012.12
=======================================================
    OpenGL Information
    GL_VENDOR:     Intel Open Source Technology Center
    GL_RENDERER:   Mesa DRI Intel(R) Ivybridge Mobile 
    GL_VERSION:    3.0 Mesa 9.1.4
=======================================================
[build] use-vbo=false: FPS: 496 FrameTime: 2.016 ms
[build] use-vbo=true: FPS: 501 FrameTime: 1.996 ms
[texture] texture-filter=nearest: FPS: 489 FrameTime: 2.045 ms
[texture] texture-filter=linear: FPS: 487 FrameTime: 2.053 ms
[texture] texture-filter=mipmap: FPS: 487 FrameTime: 2.053 ms
[shading] shading=gouraud: FPS: 452 FrameTime: 2.212 ms
[shading] shading=blinn-phong-inf: FPS: 453 FrameTime: 2.208 ms
[shading] shading=phong: FPS: 452 FrameTime: 2.212 ms
[bump] bump-render=high-poly: FPS: 356 FrameTime: 2.809 ms
[bump] bump-render=normals: FPS: 499 FrameTime: 2.004 ms
[bump] bump-render=height: FPS: 484 FrameTime: 2.066 ms
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 275 FrameTime: 3.636 ms
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 163 FrameTime: 6.135 ms
[pulsar] light=false:quads=5:texture=false: FPS: 412 FrameTime: 2.427 ms
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 114 FrameTime: 8.772 ms
[desktop] effect=shadow:windows=4: FPS: 211 FrameTime: 4.739 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 377 FrameTime: 2.653 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 400 FrameTime: 2.500 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 380 FrameTime: 2.632 ms
[ideas] speed=duration: FPS: 410 FrameTime: 2.439 ms
[jellyfish] <default>: FPS: 259 FrameTime: 3.861 ms
[terrain] <default>: FPS: 45 FrameTime: 22.222 ms
[shadow] <default>: FPS: 199 FrameTime: 5.025 ms
[refract] <default>: FPS: 84 FrameTime: 11.905 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 445 FrameTime: 2.247 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 455 FrameTime: 2.198 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 445 FrameTime: 2.247 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 448 FrameTime: 2.232 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 463 FrameTime: 2.160 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 448 FrameTime: 2.232 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 448 FrameTime: 2.232 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 457 FrameTime: 2.188 ms
=======================================================
                                  glmark2 Score: 377 
=======================================================
DRI_PRIME=0 glmark2 --fullscreen  37.20s user 11.34s system 14% cpu 5:23.76 total
user@hostname ~ % DRI_PRIME=1 glmark2 --fullscreen
=======================================================
    glmark2 2012.12
=======================================================
    OpenGL Information
    GL_VENDOR:     X.Org
    GL_RENDERER:   Gallium 0.4 on AMD CAPE VERDE
    GL_VERSION:    2.1 Mesa 9.1.4
=======================================================
[build] use-vbo=false: FPS: 154 FrameTime: 6.494 ms
[build] use-vbo=true: FPS: 153 FrameTime: 6.536 ms
[texture] texture-filter=nearest: FPS: 140 FrameTime: 7.143 ms
[texture] texture-filter=linear: FPS: 140 FrameTime: 7.143 ms
[texture] texture-filter=mipmap: FPS: 140 FrameTime: 7.143 ms
[shading] shading=gouraud: FPS: 140 FrameTime: 7.143 ms
[shading] shading=blinn-phong-inf: FPS: 140 FrameTime: 7.143 ms
[shading] shading=phong: FPS: 140 FrameTime: 7.143 ms
[bump] bump-render=high-poly: FPS: 140 FrameTime: 7.143 ms
[bump] bump-render=normals: FPS: 151 FrameTime: 6.623 ms
[bump] bump-render=height: FPS: 150 FrameTime: 6.667 ms
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 103 FrameTime: 9.709 ms
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 84 FrameTime: 11.905 ms
[pulsar] light=false:quads=5:texture=false: FPS: 101 FrameTime: 9.901 ms
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 68 FrameTime: 14.706 ms
[desktop] effect=shadow:windows=4: FPS: 83 FrameTime: 12.048 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 119 FrameTime: 8.403 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 118 FrameTime: 8.475 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 119 FrameTime: 8.403 ms
[ideas] speed=duration: FPS: 101 FrameTime: 9.901 ms
[jellyfish] <default>: FPS: 89 FrameTime: 11.236 ms
[terrain] <default>: FPS: 23 FrameTime: 43.478 ms
[shadow] <default>: FPS: 74 FrameTime: 13.514 ms
[refract] <default>: FPS: 36 FrameTime: 27.778 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 132 FrameTime: 7.576 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 132 FrameTime: 7.576 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 132 FrameTime: 7.576 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 132 FrameTime: 7.576 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 132 FrameTime: 7.576 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 132 FrameTime: 7.576 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 132 FrameTime: 7.576 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 132 FrameTime: 7.576 ms
=======================================================
                                  glmark2 Score: 117 
=======================================================
DRI_PRIME=1 glmark2 --fullscreen  23.77s user 4.21s system 8% cpu 5:24.80 total

Although the lower score, I must admit that the quality is way better with DRI_PRIME=1, and with no artifacts.

I will try with some other composition manager

Offline

#9 2013-08-30 07:06:54

Paszczak
Member
Registered: 2013-08-30
Posts: 2

Re: Intel / ATI Hybrid Graphics

I have the same problem. My laptop is Dell Vostro 3650 i7 ( with integrated graphics ) and a discrete ATI HD7670M.

xrandr does not see the Radeon HD7670M card:

# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames XT [Radeon HD 7670M]

Xrandr output:

# xrandr --listproviders 
Providers: number : 1
Provider 0: id: 0x7c cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel
# dmesg | grep radeon
[    2.386080] [drm] radeon kernel modesetting enabled.
[    2.386146] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    6.372181] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    6.372185] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[    6.372336] [drm] radeon: 1024M of VRAM memory ready
[    6.372338] [drm] radeon: 512M of GTT memory ready.
[    6.376182] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    6.379731] radeon 0000:01:00.0: WB enabled
[    6.379736] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880251b57c00
[    6.379739] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880251b57c0c
[    6.380506] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90014232118
[    6.380534] radeon 0000:01:00.0: irq 47 for MSI/MSI-X
[    6.380546] radeon 0000:01:00.0: radeon: using MSI.
[    6.380582] [drm] radeon: irq initialized.
[    6.752321] [drm] radeon: power management initialized
[    6.752427] radeon 0000:01:00.0: No connectors reported connected with modes
[    6.753928] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[    6.753930] radeon 0000:01:00.0: registered panic notifier
[    6.753939] [drm] Initialized radeon 2.33.0 20080528 for 0000:01:00.0 on minor 0
[ 1242.046332] radeon: switched on
[ 1242.062654] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[ 1242.065279] radeon 0000:01:00.0: WB enabled
[ 1242.065281] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880251b57c00
[ 1242.065283] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880251b57c0c
[ 1242.066049] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90014232118
# cat /var/log/Xorg.0.log
[     2.730] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[     2.730] X Protocol Version 11, Revision 0
[     2.730] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[     2.730] Current Operating System: Linux localhost 3.10.9-1-ARCH #1 SMP PREEMPT Wed Aug 21 13:49:35 CEST 2013 x86_64
[     2.730] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a43e884a-08d0-43e2-b2f9-6fad3836e9cf rw "acpi_osi=!Windows 2012" quiet
[     2.730] Build Date: 01 July 2013  10:48:42AM
[     2.730]  
[     2.730] Current version of pixman: 0.30.2
[     2.730]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     2.730] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.731] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 30 08:07:53 2013
[     2.735] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.735] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.739] (==) No Layout section.  Using the first Screen section.
[     2.739] (==) No screen section available. Using defaults.
[     2.739] (**) |-->Screen "Default Screen Section" (0)
[     2.739] (**) |   |-->Monitor "<default monitor>"
[     2.741] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     2.741] (==) Automatically adding devices
[     2.741] (==) Automatically enabling devices
[     2.741] (==) Automatically adding GPU devices
[     2.749] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     2.749]    Entry deleted from font path.
[     2.754] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     2.754]    Entry deleted from font path.
[     2.754]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     2.754] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     2.754]    Entry deleted from font path.
[     2.754]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     2.754] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/
[     2.754] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.754] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.755] (II) Loader magic: 0x7fdc20
[     2.755] (II) Module ABI versions:
[     2.755]    X.Org ANSI C Emulation: 0.4
[     2.755]    X.Org Video Driver: 14.1
[     2.755]    X.Org XInput driver : 19.1
[     2.755]    X.Org Server Extension : 7.0
[     2.755] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.468] (--) PCI:*(0:0:2:0) 8086:0166:1028:056e rev 9, Mem @ 0xc3000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64
[     7.468] (--) PCI: (0:1:0:0) 1002:6840:1028:056e rev 0, Mem @ 0xa0000000/268435456, 0xc2000000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
[     7.468] Initializing built-in extension Generic Event Extension
[     7.468] Initializing built-in extension SHAPE
[     7.468] Initializing built-in extension MIT-SHM
[     7.468] Initializing built-in extension XInputExtension
[     7.468] Initializing built-in extension XTEST
[     7.468] Initializing built-in extension BIG-REQUESTS
[     7.468] Initializing built-in extension SYNC
[     7.468] Initializing built-in extension XKEYBOARD
[     7.468] Initializing built-in extension XC-MISC
[     7.468] Initializing built-in extension SECURITY
[     7.468] Initializing built-in extension XINERAMA
[     7.468] Initializing built-in extension XFIXES
[     7.468] Initializing built-in extension RENDER
[     7.468] Initializing built-in extension RANDR
[     7.468] Initializing built-in extension COMPOSITE
[     7.468] Initializing built-in extension DAMAGE
[     7.468] Initializing built-in extension MIT-SCREEN-SAVER
[     7.468] Initializing built-in extension DOUBLE-BUFFER
[     7.468] Initializing built-in extension RECORD
[     7.469] Initializing built-in extension DPMS
[     7.469] Initializing built-in extension X-Resource
[     7.469] Initializing built-in extension XVideo
[     7.469] Initializing built-in extension XVideo-MotionCompensation
[     7.469] Initializing built-in extension XFree86-VidModeExtension
[     7.469] Initializing built-in extension XFree86-DGA
[     7.469] Initializing built-in extension XFree86-DRI
[     7.469] Initializing built-in extension DRI2
[     7.469] (II) "glx" will be loaded by default.
[     7.469] (II) LoadModule: "dri2"
[     7.469] (II) Module "dri2" already built-in
[     7.469] (II) LoadModule: "glamoregl"
[     7.469] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.481] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.481]    compiled for 1.14.2, module version = 0.5.1
[     7.481]    ABI class: X.Org ANSI C Emulation, version 0.4
[     7.481] (II) LoadModule: "glx"
[     7.482] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.484] (II) Module glx: vendor="X.Org Foundation"
[     7.484]    compiled for 1.14.2, module version = 1.0.0
[     7.484]    ABI class: X.Org Server Extension, version 7.0
[     7.484] (==) AIGLX enabled
[     7.484] Loading extension GLX
[     7.484] (==) Matched ati as autoconfigured driver 0
[     7.484] (==) Matched intel as autoconfigured driver 1
[     7.484] (==) Matched vesa as autoconfigured driver 2
[     7.484] (==) Matched modesetting as autoconfigured driver 3
[     7.484] (==) Matched fbdev as autoconfigured driver 4
[     7.484] (==) Assigned the driver to the xf86ConfigLayout
[     7.484] (II) LoadModule: "ati"
[     7.484] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     7.484] (II) Module ati: vendor="X.Org Foundation"
[     7.484]    compiled for 1.14.2, module version = 7.2.0
[     7.484]    Module class: X.Org Video Driver
[     7.484]    ABI class: X.Org Video Driver, version 14.1
[     7.484] (II) LoadModule: "radeon"
[     7.485] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     7.487] (II) Module radeon: vendor="X.Org Foundation"
[     7.487]    compiled for 1.14.2, module version = 7.2.0
[     7.487]    Module class: X.Org Video Driver
[     7.488]    ABI class: X.Org Video Driver, version 14.1
[     7.488] (II) LoadModule: "intel"
[     7.488] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     7.491] (II) Module intel: vendor="X.Org Foundation"
[     7.491]    compiled for 1.14.2, module version = 2.21.15
[     7.491]    Module class: X.Org Video Driver
[     7.491]    ABI class: X.Org Video Driver, version 14.1
[     7.491] (II) LoadModule: "vesa"
[     7.492] (WW) Warning, couldn't open module vesa
[     7.492] (II) UnloadModule: "vesa"
[     7.492] (II) Unloading vesa
[     7.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[     7.492] (II) LoadModule: "modesetting"
[     7.492] (WW) Warning, couldn't open module modesetting
[     7.492] (II) UnloadModule: "modesetting"
[     7.492] (II) Unloading modesetting
[     7.492] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     7.492] (II) LoadModule: "fbdev"
[     7.492] (WW) Warning, couldn't open module fbdev
[     7.492] (II) UnloadModule: "fbdev"
[     7.492] (II) Unloading fbdev
[     7.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.492] (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
        ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
        ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
        ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
        ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
        ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
        ATI Radeon Mobility X300 (M22) 5460 (PCIE),
        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
        ATI FireGL unknown (R423) UR (PCIE),
        ATI FireGL unknown (R423) UT (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility Radeon X700 XL (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835,
        ATI Radeon XPRESS 200 5954 (PCIE),
        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
        ATI Radeon XPRESS 200M 5975 (PCIE),
        ATI Radeon XPRESS 200 5A41 (PCIE),
        ATI Radeon XPRESS 200M 5A42 (PCIE),
        ATI Radeon XPRESS 200 5A61 (PCIE),
        ATI Radeon XPRESS 200M 5A62 (PCIE),
        ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI Radeon X550 (RV370) 5B63 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
        ATI Mobility Radeon X800 XT (M28) (PCIE),
        ATI Mobility FireGL V5100 (M28) (PCIE),
        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
        ATI Radeon X850 XT PE (R480) (PCIE),
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
        ATI Radeon X850 XT (R480) (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE),
        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
        ATI Radeon X700 PRO (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
        ATI Mobility Radeon X1700, ATI Radeon X2300HD,
        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
        ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
        ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
        ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
        AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
        ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
        ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
        ATI Mobility Radeon HD 4670, ATI FirePro M5750,
        ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
        ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
        ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
        ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI RV670,
        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
        ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
        ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
        ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
        ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
        ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
        ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
        SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
        ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
        AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Mobility Radeon HD 5800 Series,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
        ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
        ATI Mobility Radeon Graphics, CEDAR,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
        ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
        CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
        BARTS, BARTS, Mobility Radeon HD 6000 Series,
        Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
        AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
        OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
        HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
        BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI
[     7.495] (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
[     7.495] (++) using VT number 7

[     7.500] (II) [KMS] Kernel modesetting enabled.
[     7.503] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     7.503] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     7.503] (==) intel(0): RGB weight 888
[     7.503] (==) intel(0): Default visual is TrueColor
[     7.503] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[     7.503] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
[     7.503] (**) intel(0): Framebuffer tiled
[     7.503] (**) intel(0): Pixmaps tiled
[     7.503] (**) intel(0): "Tear free" disabled
[     7.503] (**) intel(0): Forcing per-crtc-pixmaps? no
[     7.503] (II) intel(0): Output LVDS1 has no monitor section
[     7.504] (--) intel(0): found backlight control interface acpi_video1 (type 'firmware')
[     7.504] (II) intel(0): Output VGA1 has no monitor section
[     7.504] (II) intel(0): Output HDMI1 has no monitor section
[     7.504] (II) intel(0): Output DP1 has no monitor section
[     7.504] (--) intel(0): Output LVDS1 using initial mode 1920x1080 on pipe 0
[     7.504] (==) intel(0): DPI set to (96, 96)
[     7.504] (II) Loading sub module "dri2"
[     7.504] (II) LoadModule: "dri2"
[     7.504] (II) Module "dri2" already built-in
[     7.504] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[     7.504] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     7.504] (==) RADEON(G0): Default visual is TrueColor
[     7.504] (==) RADEON(G0): RGB weight 888
[     7.504] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[     7.504] (--) RADEON(G0): Chipset: "TURKS" (ChipID = 0x6840)
[     7.504] (II) Loading sub module "dri2"
[     7.504] (II) LoadModule: "dri2"
[     7.504] (II) Module "dri2" already built-in
[     7.504] (II) Loading sub module "exa"
[     7.504] (II) LoadModule: "exa"
[     7.504] (II) Loading /usr/lib/xorg/modules/libexa.so
[     7.505] (II) Module exa: vendor="X.Org Foundation"
[     7.505]    compiled for 1.14.2, module version = 2.6.0
[     7.505]    ABI class: X.Org Video Driver, version 14.1
[     7.505] (II) RADEON(G0): KMS Color Tiling: enabled
[     7.505] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[     7.505] (II) RADEON(G0): KMS Pageflipping: enabled
[     7.505] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[     7.505] (WW) RADEON(G0): No outputs definitely connected, trying again...
[     7.505] (WW) RADEON(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[     7.505] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     7.505] (II) RADEON(G0): mem size init: gart size :1fdee000 vram size: s:40000000 visible:3fcc0000
[     7.505] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
[     7.505] (==) RADEON(G0): DPI set to (96, 96)
[     7.505] (II) Loading sub module "fb"
[     7.505] (II) LoadModule: "fb"
[     7.505] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.506] (II) Module fb: vendor="X.Org Foundation"
[     7.506]    compiled for 1.14.2, module version = 1.0.0
[     7.506]    ABI class: X.Org ANSI C Emulation, version 0.4
[     7.506] (II) Loading sub module "ramdac"
[     7.506] (II) LoadModule: "ramdac"
[     7.506] (II) Module "ramdac" already built-in
[     7.506] (==) Depth 24 pixmap format is 32 bpp
[     7.507] (II) RADEON(G0): [DRI2] Setup complete
[     7.507] (II) RADEON(G0): [DRI2]   DRI driver: r600
[     7.507] (II) RADEON(G0): [DRI2]   VDPAU driver: r600
[     7.507] (II) RADEON(G0): Front buffer size: 8160K
[     7.507] (II) RADEON(G0): VRAM usage limit set to 933292K
[     7.508] (==) RADEON(G0): Backing store disabled
[     7.509] (II) RADEON(G0): Direct rendering enabled
[     7.509] (II) EXA(256): Driver allocated offscreen pixmaps
[     7.509] (II) EXA(256): Driver registered support for the following operations:
[     7.509] (II)         Solid
[     7.509] (II)         Copy
[     7.509] (II)         Composite (RENDER acceleration)
[     7.509] (II)         UploadToScreen
[     7.509] (II)         DownloadFromScreen
[     7.509] (II) RADEON(G0): Acceleration enabled
[     7.509] (==) RADEON(G0): DPMS enabled
[     7.509] (==) RADEON(G0): Silken mouse enabled
[     7.509] (II) RADEON(G0): Set up textured video
[     7.509] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
[     7.509] (II) RADEON(G0): [XvMC] Extension initialized.
[     7.509] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.511] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[     7.511] (==) intel(0): Backing store disabled
[     7.511] (==) intel(0): Silken mouse enabled
[     7.511] (II) intel(0): HW Cursor enabled
[     7.511] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.511] (==) intel(0): DPMS enabled
[     7.511] (II) intel(0): [DRI2] Setup complete
[     7.511] (II) intel(0): [DRI2]   DRI driver: i965
[     7.511] (II) intel(0): direct rendering: DRI2 Enabled
[     7.511] (==) intel(0): hotplug detection: "enabled"
[     7.511] (--) RandR disabled
[     7.534] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     7.534] (II) AIGLX: enabled GLX_INTEL_swap_event
[     7.534] (II) AIGLX: enabled GLX_ARB_create_context
[     7.534] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     7.534] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     7.534] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     7.534] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     7.534] (II) AIGLX: Loaded and initialized i965
[     7.534] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.537] (II) intel(0): switch to mode 1920x1080@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal
[     7.556] (II) intel(0): Setting screen physical size to 508 x 285
[     7.605] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     7.605] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.605] (II) LoadModule: "evdev"
[     7.605] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     7.606] (II) Module evdev: vendor="X.Org Foundation"
[     7.606]    compiled for 1.14.2, module version = 2.8.1
[     7.606]    Module class: X.Org XInput Driver
[     7.606]    ABI class: X.Org XInput driver, version 19.1
[     7.606] (II) Using input driver 'evdev' for 'Power Button'
[     7.606] (**) Power Button: always reports core events
[     7.606] (**) evdev: Power Button: Device: "/dev/input/event5"
[     7.606] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.606] (--) evdev: Power Button: Found keys
[     7.606] (II) evdev: Power Button: Configuring as keyboard
[     7.606] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[     7.606] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.606] (**) Option "xkb_rules" "evdev"
[     7.606] (**) Option "xkb_model" "pc104"
[     7.606] (**) Option "xkb_layout" "us"
[     7.628] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[     7.628] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.628] (II) Using input driver 'evdev' for 'Video Bus'
[     7.628] (**) Video Bus: always reports core events
[     7.628] (**) evdev: Video Bus: Device: "/dev/input/event15"
[     7.628] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.628] (--) evdev: Video Bus: Found keys
[     7.628] (II) evdev: Video Bus: Configuring as keyboard
[     7.628] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input15/event15"
[     7.628] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.628] (**) Option "xkb_rules" "evdev"
[     7.628] (**) Option "xkb_model" "pc104"
[     7.628] (**) Option "xkb_layout" "us"
[     7.628] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.628] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.628] (II) Using input driver 'evdev' for 'Power Button'
[     7.628] (**) Power Button: always reports core events
[     7.628] (**) evdev: Power Button: Device: "/dev/input/event3"
[     7.629] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.629] (--) evdev: Power Button: Found keys
[     7.629] (II) evdev: Power Button: Configuring as keyboard
[     7.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event3"
[     7.629] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.629] (**) Option "xkb_rules" "evdev"
[     7.629] (**) Option "xkb_model" "pc104"
[     7.629] (**) Option "xkb_layout" "us"
[     7.629] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     7.629] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.629] (II) Using input driver 'evdev' for 'Video Bus'
[     7.629] (**) Video Bus: always reports core events
[     7.629] (**) evdev: Video Bus: Device: "/dev/input/event14"
[     7.629] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.629] (--) evdev: Video Bus: Found keys
[     7.629] (II) evdev: Video Bus: Configuring as keyboard
[     7.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:30/LNXVIDEO:00/input/input14/event14"
[     7.629] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     7.629] (**) Option "xkb_rules" "evdev"
[     7.629] (**) Option "xkb_model" "pc104"
[     7.629] (**) Option "xkb_layout" "us"
[     7.629] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[     7.629] (II) No input driver specified, ignoring this device.
[     7.629] (II) This device may have been added with another device file.
[     7.630] (II) config/udev: Adding drm device (/dev/dri/card0)
[     7.630] (II) config/udev: Adding drm device (/dev/dri/card1)
[     7.630] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.630] setversion 1.4 failed
[     7.630] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[     7.630] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     7.630] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     7.630] (**) Logitech USB Receiver: always reports core events
[     7.630] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
[     7.630] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     7.630] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     7.630] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     7.630] (--) evdev: Logitech USB Receiver: Found relative axes
[     7.630] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     7.630] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     7.630] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     7.630] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     7.630] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input1/event1"
[     7.630] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[     7.630] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     7.630] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     7.630] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     7.630] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     7.630] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     7.631] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     7.631] (II) No input driver specified, ignoring this device.
[     7.631] (II) This device may have been added with another device file.
[     7.631] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     7.631] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     7.631] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     7.631] (**) Logitech USB Receiver: always reports core events
[     7.631] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     7.631] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     7.631] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     7.631] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     7.631] (--) evdev: Logitech USB Receiver: Found relative axes
[     7.631] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     7.631] (--) evdev: Logitech USB Receiver: Found absolute axes
[     7.631] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     7.631] (--) evdev: Logitech USB Receiver: Found keys
[     7.631] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     7.631] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     7.631] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     7.631] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     7.631] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.631] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/input/input2/event2"
[     7.631] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[     7.631] (**) Option "xkb_rules" "evdev"
[     7.631] (**) Option "xkb_model" "pc104"
[     7.631] (**) Option "xkb_layout" "us"
[     7.631] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     7.631] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     7.631] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     7.631] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     7.631] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     7.631] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     7.632] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event11)
[     7.632] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[     7.632] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[     7.632] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[     7.632] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event11"
[     7.632] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x643f
[     7.632] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[     7.632] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[     7.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input11/event11"
[     7.632] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 12)
[     7.632] (**) Option "xkb_rules" "evdev"
[     7.632] (**) Option "xkb_model" "pc104"
[     7.632] (**) Option "xkb_layout" "us"
[     7.632] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[     7.632] (II) No input driver specified, ignoring this device.
[     7.632] (II) This device may have been added with another device file.
[     7.632] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     7.632] (II) No input driver specified, ignoring this device.
[     7.632] (II) This device may have been added with another device file.
[     7.632] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[     7.632] (II) No input driver specified, ignoring this device.
[     7.632] (II) This device may have been added with another device file.
[     7.633] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     7.633] (II) No input driver specified, ignoring this device.
[     7.633] (II) This device may have been added with another device file.
[     7.633] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     7.633] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.633] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     7.633] (**) AT Translated Set 2 keyboard: always reports core events
[     7.633] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     7.633] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     7.633] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     7.633] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     7.633] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.633] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     7.633] (**) Option "xkb_rules" "evdev"
[     7.633] (**) Option "xkb_model" "pc104"
[     7.633] (**) Option "xkb_layout" "us"
[     7.633] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event12)
[     7.633] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.633] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[     7.633] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[     7.633] (II) LoadModule: "synaptics"
[     7.633] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.634] (II) Module synaptics: vendor="X.Org Foundation"
[     7.634]    compiled for 1.14.1, module version = 1.7.1
[     7.634]    Module class: X.Org XInput Driver
[     7.634]    ABI class: X.Org XInput driver, version 19.1
[     7.634] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[     7.634] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.634] (**) Option "Device" "/dev/input/event12"
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[     7.743] (**) Option "TapButton1" "1"
[     7.743] (**) Option "TapButton2" "2"
[     7.743] (**) Option "TapButton3" "3"
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     7.743] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.783] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[     7.783] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[     7.783] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.783] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[     7.783] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     7.784] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     7.784] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.784] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.785] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     7.785] (II) No input driver specified, ignoring this device.
[     7.785] (II) This device may have been added with another device file.
[     7.785] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[     7.785] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.785] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[     7.785] (**) Dell WMI hotkeys: always reports core events
[     7.786] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event13"
[     7.786] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[     7.786] (--) evdev: Dell WMI hotkeys: Found keys
[     7.786] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[     7.786] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[     7.786] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[     7.786] (**) Option "xkb_rules" "evdev"
[     7.786] (**) Option "xkb_model" "pc104"
[     7.786] (**) Option "xkb_layout" "us"
[     7.791] (II) config/udev: removing device Logitech USB Receiver
[     7.850] (II) evdev: Logitech USB Receiver: Close
[     7.850] (II) UnloadModule: "evdev"
[     7.851] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     7.851] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     7.851] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     7.851] (**) Logitech USB Receiver: always reports core events
[     7.851] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     7.851] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     7.851] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     7.851] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     7.851] (--) evdev: Logitech USB Receiver: Found relative axes
[     7.851] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     7.851] (--) evdev: Logitech USB Receiver: Found absolute axes
[     7.851] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     7.851] (--) evdev: Logitech USB Receiver: Found keys
[     7.851] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     7.851] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     7.851] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     7.851] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     7.851] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/input/input2/event2"
[     7.851] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[     7.851] (**) Option "xkb_rules" "evdev"
[     7.851] (**) Option "xkb_model" "pc104"
[     7.851] (**) Option "xkb_layout" "us"
[     7.851] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     7.851] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     7.852] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     7.852] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     7.852] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     7.852] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     7.852] (II) config/udev: removing device Power Button
[     7.892] (II) evdev: Power Button: Close
[     7.892] (II) UnloadModule: "evdev"
[     7.892] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.892] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.892] (II) Using input driver 'evdev' for 'Power Button'
[     7.892] (**) Power Button: always reports core events
[     7.892] (**) evdev: Power Button: Device: "/dev/input/event3"
[     7.892] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.892] (--) evdev: Power Button: Found keys
[     7.892] (II) evdev: Power Button: Configuring as keyboard
[     7.892] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event3"
[     7.892] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.892] (**) Option "xkb_rules" "evdev"
[     7.892] (**) Option "xkb_model" "pc104"
[     7.892] (**) Option "xkb_layout" "us"
[     7.893] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[     7.893] (II) No input driver specified, ignoring this device.
[     7.893] (II) This device may have been added with another device file.
[     7.893] (II) config/udev: removing device Power Button
[     7.930] (II) evdev: Power Button: Close
[     7.930] (II) UnloadModule: "evdev"
[     7.930] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     7.930] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.930] (II) Using input driver 'evdev' for 'Power Button'
[     7.930] (**) Power Button: always reports core events
[     7.930] (**) evdev: Power Button: Device: "/dev/input/event5"
[     7.930] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.930] (--) evdev: Power Button: Found keys
[     7.930] (II) evdev: Power Button: Configuring as keyboard
[     7.930] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[     7.930] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.930] (**) Option "xkb_rules" "evdev"
[     7.930] (**) Option "xkb_model" "pc104"
[     7.930] (**) Option "xkb_layout" "us"
[     7.931] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: removing device Laptop_Integrated_Webcam_E4HD
[     7.976] (II) evdev: Laptop_Integrated_Webcam_E4HD: Close
[     7.976] (II) UnloadModule: "evdev"
[     7.977] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event11)
[     7.977] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[     7.977] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[     7.977] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[     7.977] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event11"
[     7.977] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x643f
[     7.977] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[     7.977] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[     7.977] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input11/event11"
[     7.977] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 12)
[     7.977] (**) Option "xkb_rules" "evdev"
[     7.977] (**) Option "xkb_model" "pc104"
[     7.977] (**) Option "xkb_layout" "us"
[     7.977] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.977] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.977] (II) config/udev: removing device ETPS/2 Elantech Touchpad
[     8.076] (II) UnloadModule: "synaptics"
[     8.077] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event12)
[     8.077] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[     8.077] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[     8.077] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[     8.077] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[     8.077] (**) ETPS/2 Elantech Touchpad: always reports core events
[     8.077] (**) Option "Device" "/dev/input/event12"
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[     8.153] (**) Option "TapButton1" "1"
[     8.153] (**) Option "TapButton2" "2"
[     8.153] (**) Option "TapButton3" "3"
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     8.153] (**) ETPS/2 Elantech Touchpad: always reports core events
[     8.207] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[     8.208] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[     8.208] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     8.208] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[     8.208] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     8.208] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     8.208] (II) config/udev: removing device Dell WMI hotkeys
[     8.260] (II) evdev: Dell WMI hotkeys: Close
[     8.260] (II) UnloadModule: "evdev"
[     8.260] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[     8.260] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     8.260] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[     8.260] (**) Dell WMI hotkeys: always reports core events
[     8.260] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event13"
[     8.260] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[     8.260] (--) evdev: Dell WMI hotkeys: Found keys
[     8.260] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[     8.260] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[     8.260] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[     8.260] (**) Option "xkb_rules" "evdev"
[     8.260] (**) Option "xkb_model" "pc104"
[     8.260] (**) Option "xkb_layout" "us"
[     8.261] removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     8.261] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     8.261] (II) UnloadModule: "radeon"
[     8.261] (II) UnloadSubModule: "fb"
[     8.261] (II) Unloading fb
[     8.261] (II) UnloadSubModule: "exa"
[     8.261] (II) Unloading exa
[     8.261] (II) config/udev: Adding drm device (/dev/dri/card0)
[     8.261] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.261] (II) LoadModule: "modesetting"
[     8.262] (WW) Warning, couldn't open module modesetting
[     8.262] (II) UnloadModule: "modesetting"
[     8.262] (II) Unloading modesetting
[     8.262] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     8.262] xf86: found device 0
[     8.262] (II) config/udev: removing device Video Bus
[     8.290] (II) evdev: Video Bus: Close
[     8.290] (II) UnloadModule: "evdev"
[     8.290] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     8.290] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     8.290] (II) Using input driver 'evdev' for 'Video Bus'
[     8.290] (**) Video Bus: always reports core events
[     8.290] (**) evdev: Video Bus: Device: "/dev/input/event14"
[     8.290] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     8.290] (--) evdev: Video Bus: Found keys
[     8.290] (II) evdev: Video Bus: Configuring as keyboard
[     8.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:30/LNXVIDEO:00/input/input14/event14"
[     8.290] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     8.290] (**) Option "xkb_rules" "evdev"
[     8.290] (**) Option "xkb_model" "pc104"
[     8.290] (**) Option "xkb_layout" "us"
[     8.291] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1 /dev/dri/card1
[     8.291] (II) config/udev: Adding drm device (/dev/dri/card1)
[     8.291] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.291] setversion 1.4 failed
[     8.291] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1 (null)
[     8.291] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-VGA-1 (null)
[     8.291] (II) config/udev: removing device Video Bus
[     8.329] (II) evdev: Video Bus: Close
[     8.329] (II) UnloadModule: "evdev"
[     8.329] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[     8.329] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     8.329] (II) Using input driver 'evdev' for 'Video Bus'
[     8.329] (**) Video Bus: always reports core events
[     8.329] (**) evdev: Video Bus: Device: "/dev/input/event15"
[     8.329] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     8.329] (--) evdev: Video Bus: Found keys
[     8.329] (II) evdev: Video Bus: Configuring as keyboard
[     8.329] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input15/event15"
[     8.329] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     8.329] (**) Option "xkb_rules" "evdev"
[     8.329] (**) Option "xkb_model" "pc104"
[     8.329] (**) Option "xkb_layout" "us"
[     8.330] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1 (null)
[     8.330] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1 (null)
[     9.005] (II) intel(0): EDID vendor "AUO", prod id 8685
[     9.005] (II) intel(0): Printing DDC gathered Modelines:
[     9.005] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[     9.005] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)

I don't have 10-monitor.conf file. I'm using fs86-video-intel and xf86-video-ati, and and both ati-dri and intel-dri are installed. vgaswitcheroo work OK.

# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS: :Pwr:0000:01:00.0
1:IGD:+:Pwr:0000:00:02.0

No xorg.conf file in /etc/X11.

Can you help?

Offline

#10 2013-08-30 07:07:38

Paszczak
Member
Registered: 2013-08-30
Posts: 2

Re: Intel / ATI Hybrid Graphics

I have the same problem. My laptop is Dell Vostro 3650 i7 ( with integrated graphics ) and a discrete ATI HD7670M.

xrandr does not see the Radeon HD7670M card:

# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames XT [Radeon HD 7670M]

Xrandr output:

# xrandr --listproviders 
Providers: number : 1
Provider 0: id: 0x7c cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel
# dmesg | grep radeon
[    2.386080] [drm] radeon kernel modesetting enabled.
[    2.386146] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    6.372181] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    6.372185] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[    6.372336] [drm] radeon: 1024M of VRAM memory ready
[    6.372338] [drm] radeon: 512M of GTT memory ready.
[    6.376182] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    6.379731] radeon 0000:01:00.0: WB enabled
[    6.379736] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880251b57c00
[    6.379739] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880251b57c0c
[    6.380506] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90014232118
[    6.380534] radeon 0000:01:00.0: irq 47 for MSI/MSI-X
[    6.380546] radeon 0000:01:00.0: radeon: using MSI.
[    6.380582] [drm] radeon: irq initialized.
[    6.752321] [drm] radeon: power management initialized
[    6.752427] radeon 0000:01:00.0: No connectors reported connected with modes
[    6.753928] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[    6.753930] radeon 0000:01:00.0: registered panic notifier
[    6.753939] [drm] Initialized radeon 2.33.0 20080528 for 0000:01:00.0 on minor 0
[ 1242.046332] radeon: switched on
[ 1242.062654] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[ 1242.065279] radeon 0000:01:00.0: WB enabled
[ 1242.065281] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880251b57c00
[ 1242.065283] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880251b57c0c
[ 1242.066049] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90014232118
# cat /var/log/Xorg.0.log
[     2.730] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[     2.730] X Protocol Version 11, Revision 0
[     2.730] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[     2.730] Current Operating System: Linux localhost 3.10.9-1-ARCH #1 SMP PREEMPT Wed Aug 21 13:49:35 CEST 2013 x86_64
[     2.730] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a43e884a-08d0-43e2-b2f9-6fad3836e9cf rw "acpi_osi=!Windows 2012" quiet
[     2.730] Build Date: 01 July 2013  10:48:42AM
[     2.730]  
[     2.730] Current version of pixman: 0.30.2
[     2.730]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     2.730] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.731] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 30 08:07:53 2013
[     2.735] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.735] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.739] (==) No Layout section.  Using the first Screen section.
[     2.739] (==) No screen section available. Using defaults.
[     2.739] (**) |-->Screen "Default Screen Section" (0)
[     2.739] (**) |   |-->Monitor "<default monitor>"
[     2.741] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     2.741] (==) Automatically adding devices
[     2.741] (==) Automatically enabling devices
[     2.741] (==) Automatically adding GPU devices
[     2.749] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     2.749]    Entry deleted from font path.
[     2.754] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     2.754]    Entry deleted from font path.
[     2.754]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     2.754] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     2.754]    Entry deleted from font path.
[     2.754]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     2.754] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/
[     2.754] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.754] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.755] (II) Loader magic: 0x7fdc20
[     2.755] (II) Module ABI versions:
[     2.755]    X.Org ANSI C Emulation: 0.4
[     2.755]    X.Org Video Driver: 14.1
[     2.755]    X.Org XInput driver : 19.1
[     2.755]    X.Org Server Extension : 7.0
[     2.755] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.468] (--) PCI:*(0:0:2:0) 8086:0166:1028:056e rev 9, Mem @ 0xc3000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64
[     7.468] (--) PCI: (0:1:0:0) 1002:6840:1028:056e rev 0, Mem @ 0xa0000000/268435456, 0xc2000000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
[     7.468] Initializing built-in extension Generic Event Extension
[     7.468] Initializing built-in extension SHAPE
[     7.468] Initializing built-in extension MIT-SHM
[     7.468] Initializing built-in extension XInputExtension
[     7.468] Initializing built-in extension XTEST
[     7.468] Initializing built-in extension BIG-REQUESTS
[     7.468] Initializing built-in extension SYNC
[     7.468] Initializing built-in extension XKEYBOARD
[     7.468] Initializing built-in extension XC-MISC
[     7.468] Initializing built-in extension SECURITY
[     7.468] Initializing built-in extension XINERAMA
[     7.468] Initializing built-in extension XFIXES
[     7.468] Initializing built-in extension RENDER
[     7.468] Initializing built-in extension RANDR
[     7.468] Initializing built-in extension COMPOSITE
[     7.468] Initializing built-in extension DAMAGE
[     7.468] Initializing built-in extension MIT-SCREEN-SAVER
[     7.468] Initializing built-in extension DOUBLE-BUFFER
[     7.468] Initializing built-in extension RECORD
[     7.469] Initializing built-in extension DPMS
[     7.469] Initializing built-in extension X-Resource
[     7.469] Initializing built-in extension XVideo
[     7.469] Initializing built-in extension XVideo-MotionCompensation
[     7.469] Initializing built-in extension XFree86-VidModeExtension
[     7.469] Initializing built-in extension XFree86-DGA
[     7.469] Initializing built-in extension XFree86-DRI
[     7.469] Initializing built-in extension DRI2
[     7.469] (II) "glx" will be loaded by default.
[     7.469] (II) LoadModule: "dri2"
[     7.469] (II) Module "dri2" already built-in
[     7.469] (II) LoadModule: "glamoregl"
[     7.469] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.481] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.481]    compiled for 1.14.2, module version = 0.5.1
[     7.481]    ABI class: X.Org ANSI C Emulation, version 0.4
[     7.481] (II) LoadModule: "glx"
[     7.482] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.484] (II) Module glx: vendor="X.Org Foundation"
[     7.484]    compiled for 1.14.2, module version = 1.0.0
[     7.484]    ABI class: X.Org Server Extension, version 7.0
[     7.484] (==) AIGLX enabled
[     7.484] Loading extension GLX
[     7.484] (==) Matched ati as autoconfigured driver 0
[     7.484] (==) Matched intel as autoconfigured driver 1
[     7.484] (==) Matched vesa as autoconfigured driver 2
[     7.484] (==) Matched modesetting as autoconfigured driver 3
[     7.484] (==) Matched fbdev as autoconfigured driver 4
[     7.484] (==) Assigned the driver to the xf86ConfigLayout
[     7.484] (II) LoadModule: "ati"
[     7.484] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     7.484] (II) Module ati: vendor="X.Org Foundation"
[     7.484]    compiled for 1.14.2, module version = 7.2.0
[     7.484]    Module class: X.Org Video Driver
[     7.484]    ABI class: X.Org Video Driver, version 14.1
[     7.484] (II) LoadModule: "radeon"
[     7.485] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     7.487] (II) Module radeon: vendor="X.Org Foundation"
[     7.487]    compiled for 1.14.2, module version = 7.2.0
[     7.487]    Module class: X.Org Video Driver
[     7.488]    ABI class: X.Org Video Driver, version 14.1
[     7.488] (II) LoadModule: "intel"
[     7.488] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     7.491] (II) Module intel: vendor="X.Org Foundation"
[     7.491]    compiled for 1.14.2, module version = 2.21.15
[     7.491]    Module class: X.Org Video Driver
[     7.491]    ABI class: X.Org Video Driver, version 14.1
[     7.491] (II) LoadModule: "vesa"
[     7.492] (WW) Warning, couldn't open module vesa
[     7.492] (II) UnloadModule: "vesa"
[     7.492] (II) Unloading vesa
[     7.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[     7.492] (II) LoadModule: "modesetting"
[     7.492] (WW) Warning, couldn't open module modesetting
[     7.492] (II) UnloadModule: "modesetting"
[     7.492] (II) Unloading modesetting
[     7.492] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     7.492] (II) LoadModule: "fbdev"
[     7.492] (WW) Warning, couldn't open module fbdev
[     7.492] (II) UnloadModule: "fbdev"
[     7.492] (II) Unloading fbdev
[     7.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.492] (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
        ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
        ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
        ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
        ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
        ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
        ATI Radeon Mobility X300 (M22) 5460 (PCIE),
        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
        ATI FireGL unknown (R423) UR (PCIE),
        ATI FireGL unknown (R423) UT (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility Radeon X700 XL (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835,
        ATI Radeon XPRESS 200 5954 (PCIE),
        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
        ATI Radeon XPRESS 200M 5975 (PCIE),
        ATI Radeon XPRESS 200 5A41 (PCIE),
        ATI Radeon XPRESS 200M 5A42 (PCIE),
        ATI Radeon XPRESS 200 5A61 (PCIE),
        ATI Radeon XPRESS 200M 5A62 (PCIE),
        ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI Radeon X550 (RV370) 5B63 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
        ATI Mobility Radeon X800 XT (M28) (PCIE),
        ATI Mobility FireGL V5100 (M28) (PCIE),
        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
        ATI Radeon X850 XT PE (R480) (PCIE),
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
        ATI Radeon X850 XT (R480) (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE),
        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
        ATI Radeon X700 PRO (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
        ATI Mobility Radeon X1700, ATI Radeon X2300HD,
        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
        ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
        ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
        ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
        AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
        ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
        ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
        ATI Mobility Radeon HD 4670, ATI FirePro M5750,
        ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
        ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
        ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
        ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI RV670,
        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
        ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
        ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
        ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
        ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
        ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
        ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
        SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
        ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
        AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Mobility Radeon HD 5800 Series,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
        ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
        ATI Mobility Radeon Graphics, CEDAR,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
        ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
        CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
        BARTS, BARTS, Mobility Radeon HD 6000 Series,
        Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
        AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
        OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
        HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
        BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI
[     7.495] (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
[     7.495] (++) using VT number 7

[     7.500] (II) [KMS] Kernel modesetting enabled.
[     7.503] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     7.503] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     7.503] (==) intel(0): RGB weight 888
[     7.503] (==) intel(0): Default visual is TrueColor
[     7.503] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[     7.503] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
[     7.503] (**) intel(0): Framebuffer tiled
[     7.503] (**) intel(0): Pixmaps tiled
[     7.503] (**) intel(0): "Tear free" disabled
[     7.503] (**) intel(0): Forcing per-crtc-pixmaps? no
[     7.503] (II) intel(0): Output LVDS1 has no monitor section
[     7.504] (--) intel(0): found backlight control interface acpi_video1 (type 'firmware')
[     7.504] (II) intel(0): Output VGA1 has no monitor section
[     7.504] (II) intel(0): Output HDMI1 has no monitor section
[     7.504] (II) intel(0): Output DP1 has no monitor section
[     7.504] (--) intel(0): Output LVDS1 using initial mode 1920x1080 on pipe 0
[     7.504] (==) intel(0): DPI set to (96, 96)
[     7.504] (II) Loading sub module "dri2"
[     7.504] (II) LoadModule: "dri2"
[     7.504] (II) Module "dri2" already built-in
[     7.504] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[     7.504] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     7.504] (==) RADEON(G0): Default visual is TrueColor
[     7.504] (==) RADEON(G0): RGB weight 888
[     7.504] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[     7.504] (--) RADEON(G0): Chipset: "TURKS" (ChipID = 0x6840)
[     7.504] (II) Loading sub module "dri2"
[     7.504] (II) LoadModule: "dri2"
[     7.504] (II) Module "dri2" already built-in
[     7.504] (II) Loading sub module "exa"
[     7.504] (II) LoadModule: "exa"
[     7.504] (II) Loading /usr/lib/xorg/modules/libexa.so
[     7.505] (II) Module exa: vendor="X.Org Foundation"
[     7.505]    compiled for 1.14.2, module version = 2.6.0
[     7.505]    ABI class: X.Org Video Driver, version 14.1
[     7.505] (II) RADEON(G0): KMS Color Tiling: enabled
[     7.505] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[     7.505] (II) RADEON(G0): KMS Pageflipping: enabled
[     7.505] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[     7.505] (WW) RADEON(G0): No outputs definitely connected, trying again...
[     7.505] (WW) RADEON(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[     7.505] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     7.505] (II) RADEON(G0): mem size init: gart size :1fdee000 vram size: s:40000000 visible:3fcc0000
[     7.505] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
[     7.505] (==) RADEON(G0): DPI set to (96, 96)
[     7.505] (II) Loading sub module "fb"
[     7.505] (II) LoadModule: "fb"
[     7.505] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.506] (II) Module fb: vendor="X.Org Foundation"
[     7.506]    compiled for 1.14.2, module version = 1.0.0
[     7.506]    ABI class: X.Org ANSI C Emulation, version 0.4
[     7.506] (II) Loading sub module "ramdac"
[     7.506] (II) LoadModule: "ramdac"
[     7.506] (II) Module "ramdac" already built-in
[     7.506] (==) Depth 24 pixmap format is 32 bpp
[     7.507] (II) RADEON(G0): [DRI2] Setup complete
[     7.507] (II) RADEON(G0): [DRI2]   DRI driver: r600
[     7.507] (II) RADEON(G0): [DRI2]   VDPAU driver: r600
[     7.507] (II) RADEON(G0): Front buffer size: 8160K
[     7.507] (II) RADEON(G0): VRAM usage limit set to 933292K
[     7.508] (==) RADEON(G0): Backing store disabled
[     7.509] (II) RADEON(G0): Direct rendering enabled
[     7.509] (II) EXA(256): Driver allocated offscreen pixmaps
[     7.509] (II) EXA(256): Driver registered support for the following operations:
[     7.509] (II)         Solid
[     7.509] (II)         Copy
[     7.509] (II)         Composite (RENDER acceleration)
[     7.509] (II)         UploadToScreen
[     7.509] (II)         DownloadFromScreen
[     7.509] (II) RADEON(G0): Acceleration enabled
[     7.509] (==) RADEON(G0): DPMS enabled
[     7.509] (==) RADEON(G0): Silken mouse enabled
[     7.509] (II) RADEON(G0): Set up textured video
[     7.509] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
[     7.509] (II) RADEON(G0): [XvMC] Extension initialized.
[     7.509] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.511] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[     7.511] (==) intel(0): Backing store disabled
[     7.511] (==) intel(0): Silken mouse enabled
[     7.511] (II) intel(0): HW Cursor enabled
[     7.511] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.511] (==) intel(0): DPMS enabled
[     7.511] (II) intel(0): [DRI2] Setup complete
[     7.511] (II) intel(0): [DRI2]   DRI driver: i965
[     7.511] (II) intel(0): direct rendering: DRI2 Enabled
[     7.511] (==) intel(0): hotplug detection: "enabled"
[     7.511] (--) RandR disabled
[     7.534] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     7.534] (II) AIGLX: enabled GLX_INTEL_swap_event
[     7.534] (II) AIGLX: enabled GLX_ARB_create_context
[     7.534] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     7.534] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     7.534] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     7.534] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     7.534] (II) AIGLX: Loaded and initialized i965
[     7.534] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.537] (II) intel(0): switch to mode 1920x1080@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal
[     7.556] (II) intel(0): Setting screen physical size to 508 x 285
[     7.605] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     7.605] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.605] (II) LoadModule: "evdev"
[     7.605] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     7.606] (II) Module evdev: vendor="X.Org Foundation"
[     7.606]    compiled for 1.14.2, module version = 2.8.1
[     7.606]    Module class: X.Org XInput Driver
[     7.606]    ABI class: X.Org XInput driver, version 19.1
[     7.606] (II) Using input driver 'evdev' for 'Power Button'
[     7.606] (**) Power Button: always reports core events
[     7.606] (**) evdev: Power Button: Device: "/dev/input/event5"
[     7.606] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.606] (--) evdev: Power Button: Found keys
[     7.606] (II) evdev: Power Button: Configuring as keyboard
[     7.606] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[     7.606] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.606] (**) Option "xkb_rules" "evdev"
[     7.606] (**) Option "xkb_model" "pc104"
[     7.606] (**) Option "xkb_layout" "us"
[     7.628] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[     7.628] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.628] (II) Using input driver 'evdev' for 'Video Bus'
[     7.628] (**) Video Bus: always reports core events
[     7.628] (**) evdev: Video Bus: Device: "/dev/input/event15"
[     7.628] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.628] (--) evdev: Video Bus: Found keys
[     7.628] (II) evdev: Video Bus: Configuring as keyboard
[     7.628] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input15/event15"
[     7.628] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.628] (**) Option "xkb_rules" "evdev"
[     7.628] (**) Option "xkb_model" "pc104"
[     7.628] (**) Option "xkb_layout" "us"
[     7.628] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.628] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.628] (II) Using input driver 'evdev' for 'Power Button'
[     7.628] (**) Power Button: always reports core events
[     7.628] (**) evdev: Power Button: Device: "/dev/input/event3"
[     7.629] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.629] (--) evdev: Power Button: Found keys
[     7.629] (II) evdev: Power Button: Configuring as keyboard
[     7.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event3"
[     7.629] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.629] (**) Option "xkb_rules" "evdev"
[     7.629] (**) Option "xkb_model" "pc104"
[     7.629] (**) Option "xkb_layout" "us"
[     7.629] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     7.629] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.629] (II) Using input driver 'evdev' for 'Video Bus'
[     7.629] (**) Video Bus: always reports core events
[     7.629] (**) evdev: Video Bus: Device: "/dev/input/event14"
[     7.629] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.629] (--) evdev: Video Bus: Found keys
[     7.629] (II) evdev: Video Bus: Configuring as keyboard
[     7.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:30/LNXVIDEO:00/input/input14/event14"
[     7.629] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     7.629] (**) Option "xkb_rules" "evdev"
[     7.629] (**) Option "xkb_model" "pc104"
[     7.629] (**) Option "xkb_layout" "us"
[     7.629] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[     7.629] (II) No input driver specified, ignoring this device.
[     7.629] (II) This device may have been added with another device file.
[     7.630] (II) config/udev: Adding drm device (/dev/dri/card0)
[     7.630] (II) config/udev: Adding drm device (/dev/dri/card1)
[     7.630] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.630] setversion 1.4 failed
[     7.630] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[     7.630] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     7.630] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     7.630] (**) Logitech USB Receiver: always reports core events
[     7.630] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
[     7.630] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     7.630] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     7.630] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     7.630] (--) evdev: Logitech USB Receiver: Found relative axes
[     7.630] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     7.630] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     7.630] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     7.630] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     7.630] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input1/event1"
[     7.630] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[     7.630] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     7.630] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     7.630] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     7.630] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     7.630] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     7.631] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     7.631] (II) No input driver specified, ignoring this device.
[     7.631] (II) This device may have been added with another device file.
[     7.631] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     7.631] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     7.631] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     7.631] (**) Logitech USB Receiver: always reports core events
[     7.631] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     7.631] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     7.631] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     7.631] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     7.631] (--) evdev: Logitech USB Receiver: Found relative axes
[     7.631] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     7.631] (--) evdev: Logitech USB Receiver: Found absolute axes
[     7.631] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     7.631] (--) evdev: Logitech USB Receiver: Found keys
[     7.631] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     7.631] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     7.631] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     7.631] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     7.631] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.631] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/input/input2/event2"
[     7.631] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[     7.631] (**) Option "xkb_rules" "evdev"
[     7.631] (**) Option "xkb_model" "pc104"
[     7.631] (**) Option "xkb_layout" "us"
[     7.631] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     7.631] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     7.631] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     7.631] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     7.631] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     7.631] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     7.632] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event11)
[     7.632] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[     7.632] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[     7.632] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[     7.632] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event11"
[     7.632] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x643f
[     7.632] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[     7.632] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[     7.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input11/event11"
[     7.632] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 12)
[     7.632] (**) Option "xkb_rules" "evdev"
[     7.632] (**) Option "xkb_model" "pc104"
[     7.632] (**) Option "xkb_layout" "us"
[     7.632] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[     7.632] (II) No input driver specified, ignoring this device.
[     7.632] (II) This device may have been added with another device file.
[     7.632] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     7.632] (II) No input driver specified, ignoring this device.
[     7.632] (II) This device may have been added with another device file.
[     7.632] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[     7.632] (II) No input driver specified, ignoring this device.
[     7.632] (II) This device may have been added with another device file.
[     7.633] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     7.633] (II) No input driver specified, ignoring this device.
[     7.633] (II) This device may have been added with another device file.
[     7.633] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     7.633] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.633] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     7.633] (**) AT Translated Set 2 keyboard: always reports core events
[     7.633] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     7.633] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     7.633] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     7.633] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     7.633] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.633] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     7.633] (**) Option "xkb_rules" "evdev"
[     7.633] (**) Option "xkb_model" "pc104"
[     7.633] (**) Option "xkb_layout" "us"
[     7.633] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event12)
[     7.633] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.633] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[     7.633] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[     7.633] (II) LoadModule: "synaptics"
[     7.633] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.634] (II) Module synaptics: vendor="X.Org Foundation"
[     7.634]    compiled for 1.14.1, module version = 1.7.1
[     7.634]    Module class: X.Org XInput Driver
[     7.634]    ABI class: X.Org XInput driver, version 19.1
[     7.634] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[     7.634] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.634] (**) Option "Device" "/dev/input/event12"
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[     7.743] (**) Option "TapButton1" "1"
[     7.743] (**) Option "TapButton2" "2"
[     7.743] (**) Option "TapButton3" "3"
[     7.743] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     7.743] (**) ETPS/2 Elantech Touchpad: always reports core events
[     7.783] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[     7.783] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[     7.783] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     7.783] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[     7.783] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     7.784] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     7.784] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     7.784] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.784] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.785] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     7.785] (II) No input driver specified, ignoring this device.
[     7.785] (II) This device may have been added with another device file.
[     7.785] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[     7.785] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.785] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[     7.785] (**) Dell WMI hotkeys: always reports core events
[     7.786] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event13"
[     7.786] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[     7.786] (--) evdev: Dell WMI hotkeys: Found keys
[     7.786] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[     7.786] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[     7.786] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[     7.786] (**) Option "xkb_rules" "evdev"
[     7.786] (**) Option "xkb_model" "pc104"
[     7.786] (**) Option "xkb_layout" "us"
[     7.791] (II) config/udev: removing device Logitech USB Receiver
[     7.850] (II) evdev: Logitech USB Receiver: Close
[     7.850] (II) UnloadModule: "evdev"
[     7.851] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     7.851] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     7.851] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     7.851] (**) Logitech USB Receiver: always reports core events
[     7.851] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     7.851] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     7.851] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     7.851] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     7.851] (--) evdev: Logitech USB Receiver: Found relative axes
[     7.851] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     7.851] (--) evdev: Logitech USB Receiver: Found absolute axes
[     7.851] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     7.851] (--) evdev: Logitech USB Receiver: Found keys
[     7.851] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     7.851] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     7.851] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     7.851] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     7.851] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/input/input2/event2"
[     7.851] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[     7.851] (**) Option "xkb_rules" "evdev"
[     7.851] (**) Option "xkb_model" "pc104"
[     7.851] (**) Option "xkb_layout" "us"
[     7.851] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     7.851] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     7.852] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     7.852] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     7.852] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     7.852] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     7.852] (II) config/udev: removing device Power Button
[     7.892] (II) evdev: Power Button: Close
[     7.892] (II) UnloadModule: "evdev"
[     7.892] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.892] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.892] (II) Using input driver 'evdev' for 'Power Button'
[     7.892] (**) Power Button: always reports core events
[     7.892] (**) evdev: Power Button: Device: "/dev/input/event3"
[     7.892] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.892] (--) evdev: Power Button: Found keys
[     7.892] (II) evdev: Power Button: Configuring as keyboard
[     7.892] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event3"
[     7.892] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.892] (**) Option "xkb_rules" "evdev"
[     7.892] (**) Option "xkb_model" "pc104"
[     7.892] (**) Option "xkb_layout" "us"
[     7.893] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[     7.893] (II) No input driver specified, ignoring this device.
[     7.893] (II) This device may have been added with another device file.
[     7.893] (II) config/udev: removing device Power Button
[     7.930] (II) evdev: Power Button: Close
[     7.930] (II) UnloadModule: "evdev"
[     7.930] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     7.930] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.930] (II) Using input driver 'evdev' for 'Power Button'
[     7.930] (**) Power Button: always reports core events
[     7.930] (**) evdev: Power Button: Device: "/dev/input/event5"
[     7.930] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.930] (--) evdev: Power Button: Found keys
[     7.930] (II) evdev: Power Button: Configuring as keyboard
[     7.930] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[     7.930] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.930] (**) Option "xkb_rules" "evdev"
[     7.930] (**) Option "xkb_model" "pc104"
[     7.930] (**) Option "xkb_layout" "us"
[     7.931] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     7.931] (II) No input driver specified, ignoring this device.
[     7.931] (II) This device may have been added with another device file.
[     7.931] (II) config/udev: removing device Laptop_Integrated_Webcam_E4HD
[     7.976] (II) evdev: Laptop_Integrated_Webcam_E4HD: Close
[     7.976] (II) UnloadModule: "evdev"
[     7.977] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event11)
[     7.977] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[     7.977] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[     7.977] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[     7.977] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event11"
[     7.977] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x643f
[     7.977] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[     7.977] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[     7.977] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input11/event11"
[     7.977] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 12)
[     7.977] (**) Option "xkb_rules" "evdev"
[     7.977] (**) Option "xkb_model" "pc104"
[     7.977] (**) Option "xkb_layout" "us"
[     7.977] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     7.977] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.977] (II) config/udev: removing device ETPS/2 Elantech Touchpad
[     8.076] (II) UnloadModule: "synaptics"
[     8.077] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event12)
[     8.077] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[     8.077] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[     8.077] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[     8.077] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[     8.077] (**) ETPS/2 Elantech Touchpad: always reports core events
[     8.077] (**) Option "Device" "/dev/input/event12"
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[     8.153] (**) Option "TapButton1" "1"
[     8.153] (**) Option "TapButton2" "2"
[     8.153] (**) Option "TapButton3" "3"
[     8.153] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     8.153] (**) ETPS/2 Elantech Touchpad: always reports core events
[     8.207] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[     8.208] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[     8.208] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     8.208] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[     8.208] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     8.208] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     8.208] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[     8.208] (II) config/udev: removing device Dell WMI hotkeys
[     8.260] (II) evdev: Dell WMI hotkeys: Close
[     8.260] (II) UnloadModule: "evdev"
[     8.260] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[     8.260] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     8.260] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[     8.260] (**) Dell WMI hotkeys: always reports core events
[     8.260] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event13"
[     8.260] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[     8.260] (--) evdev: Dell WMI hotkeys: Found keys
[     8.260] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[     8.260] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[     8.260] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[     8.260] (**) Option "xkb_rules" "evdev"
[     8.260] (**) Option "xkb_model" "pc104"
[     8.260] (**) Option "xkb_layout" "us"
[     8.261] removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     8.261] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     8.261] (II) UnloadModule: "radeon"
[     8.261] (II) UnloadSubModule: "fb"
[     8.261] (II) Unloading fb
[     8.261] (II) UnloadSubModule: "exa"
[     8.261] (II) Unloading exa
[     8.261] (II) config/udev: Adding drm device (/dev/dri/card0)
[     8.261] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.261] (II) LoadModule: "modesetting"
[     8.262] (WW) Warning, couldn't open module modesetting
[     8.262] (II) UnloadModule: "modesetting"
[     8.262] (II) Unloading modesetting
[     8.262] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     8.262] xf86: found device 0
[     8.262] (II) config/udev: removing device Video Bus
[     8.290] (II) evdev: Video Bus: Close
[     8.290] (II) UnloadModule: "evdev"
[     8.290] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     8.290] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     8.290] (II) Using input driver 'evdev' for 'Video Bus'
[     8.290] (**) Video Bus: always reports core events
[     8.290] (**) evdev: Video Bus: Device: "/dev/input/event14"
[     8.290] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     8.290] (--) evdev: Video Bus: Found keys
[     8.290] (II) evdev: Video Bus: Configuring as keyboard
[     8.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:30/LNXVIDEO:00/input/input14/event14"
[     8.290] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     8.290] (**) Option "xkb_rules" "evdev"
[     8.290] (**) Option "xkb_model" "pc104"
[     8.290] (**) Option "xkb_layout" "us"
[     8.291] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1 /dev/dri/card1
[     8.291] (II) config/udev: Adding drm device (/dev/dri/card1)
[     8.291] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.291] setversion 1.4 failed
[     8.291] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-1 (null)
[     8.291] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-VGA-1 (null)
[     8.291] (II) config/udev: removing device Video Bus
[     8.329] (II) evdev: Video Bus: Close
[     8.329] (II) UnloadModule: "evdev"
[     8.329] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[     8.329] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     8.329] (II) Using input driver 'evdev' for 'Video Bus'
[     8.329] (**) Video Bus: always reports core events
[     8.329] (**) evdev: Video Bus: Device: "/dev/input/event15"
[     8.329] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     8.329] (--) evdev: Video Bus: Found keys
[     8.329] (II) evdev: Video Bus: Configuring as keyboard
[     8.329] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input15/event15"
[     8.329] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     8.329] (**) Option "xkb_rules" "evdev"
[     8.329] (**) Option "xkb_model" "pc104"
[     8.329] (**) Option "xkb_layout" "us"
[     8.330] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1 (null)
[     8.330] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1 (null)
[     9.005] (II) intel(0): EDID vendor "AUO", prod id 8685
[     9.005] (II) intel(0): Printing DDC gathered Modelines:
[     9.005] (II) intel(0): Modeline "1920x1080"x0.0  148.00  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (67.7 kHz eP)
[     9.005] (II) intel(0): Modeline "1920x1080"x0.0   98.67  1920 2020 2040 2186  1080 1090 1100 1128 +hsync -vsync (45.1 kHz e)

I don't have 10-monitor.conf file. I'm using fs86-video-intel and xf86-video-ati, and and both ati-dri and intel-dri are installed. vgaswitcheroo work OK.

# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS: :Pwr:0000:01:00.0
1:IGD:+:Pwr:0000:00:02.0

No xorg.conf file in /etc/X11.

Can you help?

Offline

#11 2013-10-29 07:46:36

gturtle
Member
Registered: 2012-04-12
Posts: 23

Re: Intel / ATI Hybrid Graphics

Paszczak wrote:

I have the same problem. My laptop is Dell Vostro 3650 i7 ( with integrated graphics ) and a discrete ATI HD7670M.

xrandr does not see the Radeon HD7670M card:

...

Can you help?

I have HP Envy 3070nr with intel hd300 + ati 7670m (the same configuration) and also have only one provider. I have installed all required libs and have no extra monitor.conf files. Need help/

Offline

#12 2013-11-16 22:47:55

jkrause
Member
Registered: 2013-04-29
Posts: 2

Re: Intel / ATI Hybrid Graphics

I am using an Acer Aspire TimelineX 5820TG with an discreet ATI Mobility Radeon HD 5650 graphic card and an integrated Intel graphic chip.

# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]

I followed the instructions in this blog to enable the switching of the graphic cards.

Unfortunalty xrandr only showed me one provider:

# xrandr --listproviders 
Providers: number : 1
Provider 0: id: 0x84 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 2 outputs: 2 associated providers: 0 name:Intel

This is what helped for me: I deleted my /etc/X11/xorg.conf.d/20-intel.conf and /etc/X11/xorg.conf.d/20-radeon.conf files.

After rebooting I get this:

xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x84 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 2 outputs: 2 associated providers: 0 name:Intel
Provider 1: id: 0x58 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 3 associated providers: 0 name:radeon

Goal!

Offline

Board footer

Powered by FluxBB