Hi,

I am using kernel 4.2.3, Xorg 1.16.4, Mesa 11.0.4 and the current 
xf86-video-intel GIT tip
(commit be3748802398a741208715233d36935378ceff58) on an
OpenEmbedded / Yocto derived distro.

This machine I have to configure and develop for is a POS machine with this 
Intel chip:

# lspci -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation Atom Processor 
D4xx/D5xx/N4xx/N5xx
Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])

Without a configuration file, I get clone mode with the two screens.
But I would like to setup two separate screens with :0.0 and :0.1
without Xinerama or unified framebuffer, in order to make fullscreen
X apps cover only one of the screens.

Below is the xorg.conf I am trying to use with the touchscreen configuration 
omitted.

-------------------------------------------------------------------------
Section "Monitor"
        Identifier "Monitor-LVDS1"
EndSection

Section "Monitor"
        Identifier "Monitor-VGA1"
        #Option "RightOf"  "Monitor-LVDS1"
EndSection

Section "Device"
        Identifier "Intel0"
        Driver     "intel"
        BusID      "PCI:0:2:0"
        Screen     0
        Option      "AccelMethod"  "sna"
        Option     "Monitor-LVDS1" "LVDS1"
        Option     "TearFree" "on"
EndSection

Section "Device"
        Identifier "Intel1"
        Driver     "intel"
        BusID      "PCI:0:2:0"
        Screen     1
        Option      "AccelMethod"  "sna"
        Option     "Monitor-VGA1" "VGA1"
        Option     "TearFree" "on"
EndSection

Section "Screen"
        Identifier      "SCREEN0"
        Option          "AutoServerLayout" "on"
        Device          "Intel0"
        Monitor         "Monitor-LVDS1"
        SubSection "Display"
                Viewport 0 0
                Modes "1024x768"
                Depth 24
        EndSubSection
EndSection

Section "Screen"
        Identifier      "SCREEN1"
        Option          "AutoServerLayout" "on"
        Device          "Intel1"
        Monitor         "Monitor-VGA1"
        SubSection "Display"
                Viewport 0 0
                Depth 24
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "LAYOUT"
        Option          "AutoServerLayout" "on"
        Screen 0 "SCREEN0"
        Screen 1 "SCREEN1"
EndSection
-------------------------------------------------------------------------

However, Screen 0 gets VGA1 and Screen 1 gets LVDS1+VGA1 according to xrandr:

# DISPLAY=:0.0 xrandr
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 510mm x 
287mm
   1024x768       75.1*+   70.1     60.0 
   1920x1080      60.0 +
   1280x1024      75.0     60.0 
   1280x960       60.0 
   1280x800       59.8 
   1152x864       75.0 
   1280x720       60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   640x480        75.0     72.8     66.7     60.0 
   720x400        70.1 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

# DISPLAY=:0.1 xrandr
Screen 1: minimum 8 x 8, current 2944 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1024x768       60.0 +
   800x600        60.3     56.2 
   640x480        59.9 
   512x384        60.0 
VGA1 connected 1920x1080+1024+0 (normal left inverted right x axis y axis) 
510mm x 287mm
   1920x1080      60.0*+
   1280x1024      75.0     60.0 
   1280x960       60.0 
   1280x800       59.8 
   1152x864       75.0 
   1280x720       60.0 
   1024x768       75.1     70.1     60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   640x480        75.0     72.8     66.7     60.0 
   720x400        70.1 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Attached is Xorg.0.log which says that the configuration should be correct:

[3110459.395] (==) ServerLayout "LAYOUT"
[3110459.395] (**) |-->Screen "SCREEN0" (0)
[3110459.395] (**) |   |-->Monitor "Monitor-LVDS1"
[3110459.396] (**) |   |-->Device "Intel0"
[3110459.396] (**) |-->Screen "SCREEN1" (1)
[3110459.396] (**) |   |-->Monitor "Monitor-VGA1"
[3110459.396] (**) |   |-->Device "Intel1"
[3110459.396] (**) |-->Input Device "TOUCHSCREEN"

What am I doing wrong? Do I need a newer 1.17.x Xorg server to get this right?

Thanks in advance,
Zoltán Böszörményi

[3110459.393] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[3110459.393] X Protocol Version 11, Revision 0
[3110459.393] Build Operating System: Linux 3.10.0-229.4.2.el7.x86_64 x86_64 
[3110459.393] Current Operating System: Linux localhost 4.2.3 #1 SMP Mon Oct 19 06:55:09 EDT 2015 x86_64
[3110459.394] Kernel command line: BOOT_IMAGE=/bzImage root=UUID=b2cccbac-2717-4fcb-ae65-15189e087778 ro quiet LANG=en.US.UTF-8
[3110459.394] Build Date: 26 October 2015  09:25:42AM
[3110459.394]  
[3110459.394] Current version of pixman: 0.32.6
[3110459.394] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[3110459.394] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[3110459.394] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 30 11:37:50 2015
[3110459.394] (==) Using config directory: "/etc/X11/xorg.conf.d"
[3110459.395] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[3110459.395] (==) ServerLayout "LAYOUT"
[3110459.395] (**) |-->Screen "SCREEN0" (0)
[3110459.395] (**) |   |-->Monitor "Monitor-LVDS1"
[3110459.396] (**) |   |-->Device "Intel0"
[3110459.396] (**) |-->Screen "SCREEN1" (1)
[3110459.396] (**) |   |-->Monitor "Monitor-VGA1"
[3110459.396] (**) |   |-->Device "Intel1"
[3110459.396] (**) |-->Input Device "TOUCHSCREEN"
[3110459.396] (==) Automatically adding devices
[3110459.396] (==) Automatically enabling devices
[3110459.396] (==) Automatically adding GPU devices
[3110459.396] (WW) The directory "/usr/share/fonts/X11/misc/" does not exist.
[3110459.397] 	Entry deleted from font path.
[3110459.397] (WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
[3110459.397] 	Entry deleted from font path.
[3110459.397] (WW) The directory "/usr/share/fonts/X11/OTF/" does not exist.
[3110459.397] 	Entry deleted from font path.
[3110459.397] (WW) The directory "/usr/share/fonts/X11/Type1/" does not exist.
[3110459.397] 	Entry deleted from font path.
[3110459.397] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[3110459.397] 	Entry deleted from font path.
[3110459.397] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[3110459.397] 	Entry deleted from font path.
[3110459.397] (==) FontPath set to:
	
[3110459.397] (==) ModulePath set to "/usr/lib/xorg/modules"
[3110459.397] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[3110459.397] (II) Loader magic: 0x60a020
[3110459.397] (II) Module ABI versions:
[3110459.397] 	X.Org ANSI C Emulation: 0.4
[3110459.397] 	X.Org Video Driver: 18.0
[3110459.397] 	X.Org XInput driver : 21.0
[3110459.397] 	X.Org Server Extension : 8.0
[3110459.400] (EE) systemd-logind: failed to get session: PID 13402 does not belong to any known session
[3110459.401] (II) xfree86: Adding drm device (/dev/dri/card0)
[3110459.405] (--) PCI:*(0:0:2:0) 8086:a001:8086:a001 rev 2, Mem @ 0xfe980000/524288, 0xd0000000/268435456, 0xfea00000/1048576, I/O @ 0x0000dc00/8
[3110459.405] (--) PCI: (0:0:2:1) 8086:a002:8086:a001 rev 2, Mem @ 0xfeb00000/524288
[3110459.405] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[3110459.405] (II) LoadModule: "glx"
[3110459.406] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[3110459.417] (II) Module glx: vendor="X.Org Foundation"
[3110459.417] 	compiled for 1.16.4, module version = 1.0.0
[3110459.417] 	ABI class: X.Org Server Extension, version 8.0
[3110459.417] (==) AIGLX enabled
[3110459.417] (II) LoadModule: "intel"
[3110459.417] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[3110459.418] (II) Module intel: vendor="X.Org Foundation"
[3110459.418] 	compiled for 1.16.4, module version = 2.99.917
[3110459.418] 	Module class: X.Org Video Driver
[3110459.418] 	ABI class: X.Org Video Driver, version 18.0
[3110459.418] (II) LoadModule: "eetiegalax"
[3110459.419] (II) Loading /usr/lib/xorg/modules/input/eetiegalax_drv.so
[3110459.419] (II) Module eetiegalax: vendor="X.Org Foundation"
[3110459.419] 	compiled for 1.16.4, module version = 0.3.0
[3110459.419] 	Module class: X.Org XInput Driver
[3110459.419] 	ABI class: X.Org XInput driver, version 21.0
[3110459.419] (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
[3110459.420] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[3110459.420] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[3110459.420] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[3110459.420] (++) using VT number 1

[3110459.423] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[3110459.424] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[3110459.425] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview G
[3110459.425] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 2 threads
[3110459.425] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[3110459.425] (==) intel(0): RGB weight 888
[3110459.425] (==) intel(0): Default visual is TrueColor
[3110459.425] (**) intel(0): Option "AccelMethod" "sna"
[3110459.425] (**) intel(0): Option "TearFree" "on"
[3110459.426] (II) intel(0): Output VGA1 using monitor section Monitor-LVDS1
[3110459.426] (II) intel(0): Enabled output VGA1
[3110459.426] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[3110459.427] (II) intel(0): Output VIRTUAL1 has no monitor section
[3110459.427] (II) intel(0): Enabled output VIRTUAL1
[3110459.464] (II) intel(0): EDID for output VGA1
[3110459.464] (II) intel(0): Manufacturer: ACR  Model: 2dc  Serial#: 810606661
[3110459.464] (II) intel(0): Year: 2013  Week: 5
[3110459.464] (II) intel(0): EDID Version: 1.3
[3110459.464] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[3110459.464] (II) intel(0): Sync:  Separate
[3110459.464] (II) intel(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[3110459.464] (II) intel(0): Gamma: 2.20
[3110459.464] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[3110459.464] (II) intel(0): Default color space is primary color space
[3110459.464] (II) intel(0): First detailed timing is preferred mode
[3110459.464] (II) intel(0): redX: 0.636 redY: 0.333   greenX: 0.303 greenY: 0.626
[3110459.464] (II) intel(0): blueX: 0.153 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[3110459.464] (II) intel(0): Supported established timings:
[3110459.464] (II) intel(0): 720x400@70Hz
[3110459.464] (II) intel(0): 640x480@60Hz
[3110459.464] (II) intel(0): 640x480@67Hz
[3110459.464] (II) intel(0): 640x480@72Hz
[3110459.464] (II) intel(0): 640x480@75Hz
[3110459.464] (II) intel(0): 800x600@56Hz
[3110459.464] (II) intel(0): 800x600@60Hz
[3110459.464] (II) intel(0): 800x600@72Hz
[3110459.465] (II) intel(0): 800x600@75Hz
[3110459.465] (II) intel(0): 832x624@75Hz
[3110459.465] (II) intel(0): 1024x768@60Hz
[3110459.465] (II) intel(0): 1024x768@70Hz
[3110459.465] (II) intel(0): 1024x768@75Hz
[3110459.465] (II) intel(0): 1280x1024@75Hz
[3110459.465] (II) intel(0): 1152x864@75Hz
[3110459.465] (II) intel(0): Manufacturer's mask: 0
[3110459.465] (II) intel(0): Supported standard timings:
[3110459.465] (II) intel(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[3110459.465] (II) intel(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[3110459.465] (II) intel(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[3110459.465] (II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[3110459.465] (II) intel(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[3110459.465] (II) intel(0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[3110459.465] (II) intel(0): Supported detailed timing:
[3110459.465] (II) intel(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[3110459.465] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[3110459.465] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[3110459.465] (II) intel(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 165 MHz
[3110459.465] (II) intel(0): Serial No: LV4EE0124204
[3110459.465] (II) intel(0): Monitor name: Acer V235HL
[3110459.465] (II) intel(0): EDID (in hex):
[3110459.465] (II) intel(0): 	00ffffffffffff000472dc0245e05030
[3110459.465] (II) intel(0): 	0517010368331d782ed945a2554da027
[3110459.465] (II) intel(0): 	125054bfef8081c08140714f81808100
[3110459.465] (II) intel(0): 	d1c001010101023a801871382d40582c
[3110459.465] (II) intel(0): 	4500fe1f1100001e000000fd00374b1e
[3110459.466] (II) intel(0): 	5010000a202020202020000000ff004c
[3110459.466] (II) intel(0): 	56344545303132343230340a000000fc
[3110459.466] (II) intel(0): 	00416365722056323335484c0a2000d8
[3110459.466] (II) intel(0): EDID vendor "ACR", prod id 732
[3110459.466] (II) intel(0): Using EDID range info for horizontal sync
[3110459.466] (II) intel(0): Using EDID range info for vertical refresh
[3110459.466] (II) intel(0): Printing DDC gathered Modelines:
[3110459.466] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[3110459.466] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[3110459.466] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[3110459.466] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[3110459.466] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[3110459.466] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[3110459.466] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[3110459.466] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[3110459.466] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[3110459.466] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[3110459.466] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[3110459.466] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[3110459.466] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[3110459.466] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[3110459.466] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[3110459.466] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[3110459.467] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[3110459.467] (II) intel(0): Printing probed modes for output VGA1
[3110459.467] (II) intel(0): Modeline "1024x768"x75.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz UeP)
[3110459.467] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[3110459.467] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[3110459.467] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[3110459.467] (II) intel(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[3110459.467] (II) intel(0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[3110459.467] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[3110459.467] (II) intel(0): Modeline "832x624"x75.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[3110459.467] (II) intel(0): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[3110459.467] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[3110459.467] (II) intel(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[3110459.467] (II) intel(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[3110459.467] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[3110459.467] (II) intel(0): Modeline "640x480"x73.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[3110459.468] (II) intel(0): Modeline "640x480"x67.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[3110459.468] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[3110459.468] (II) intel(0): Modeline "720x400"x70.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[3110459.468] (II) intel(0): EDID for output VIRTUAL1
[3110459.468] (II) intel(0): Output VGA1 connected
[3110459.468] (II) intel(0): Output VIRTUAL1 disconnected
[3110459.468] (II) intel(0): Using user preference for initial modes
[3110459.468] (II) intel(0): Output VGA1 using initial mode 1024x768 +0+0
[3110459.468] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[3110459.468] (**) intel(0): TearFree enabled
[3110459.468] (**) intel(0): Display dimensions: (510, 290) mm
[3110459.468] (**) intel(0): DPI set to (50, 67)
[3110459.468] (II) Loading sub module "dri2"
[3110459.468] (II) LoadModule: "dri2"
[3110459.468] (II) Module "dri2" already built-in
[3110459.468] (II) Loading sub module "present"
[3110459.468] (II) LoadModule: "present"
[3110459.468] (II) Module "present" already built-in
[3110459.469] (--) intel(1): Integrated Graphics Chipset: Intel(R) Pineview G
[3110459.469] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 2 threads
[3110459.469] (==) intel(1): Depth 24, (--) framebuffer bpp 32
[3110459.469] (==) intel(1): RGB weight 888
[3110459.469] (==) intel(1): Default visual is TrueColor
[3110459.469] (**) intel(1): Option "AccelMethod" "sna"
[3110459.469] (**) intel(1): Option "TearFree" "on"
[3110459.470] (II) intel(1): Output LVDS1 using monitor section Monitor-VGA1
[3110459.475] (--) intel(1): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[3110459.475] (II) intel(1): Enabled output LVDS1
[3110459.475] (II) intel(1): Output VGA1 has no monitor section
[3110459.475] (II) intel(1): Enabled output VGA1
[3110459.475] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
[3110459.475] (II) intel(1): Output VIRTUAL1 has no monitor section
[3110459.475] (II) intel(1): Enabled output VIRTUAL1
[3110459.475] (--) intel(1): Output LVDS1 using initial mode 1024x768 on pipe 1
[3110459.475] (II) intel(1): EDID for output LVDS1
[3110459.476] (II) intel(1): Not using default mode "320x240" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "400x300" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "400x300" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "512x384" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "640x480" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "640x512" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "800x600" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "896x672" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "928x696" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "960x720" (doublescan mode not supported)
[3110459.476] (II) intel(1): Not using default mode "700x525" (doublescan mode not supported)
[3110459.476] (II) intel(1): Printing probed modes for output LVDS1
[3110459.476] (II) intel(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz P)
[3110459.476] (II) intel(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[3110459.476] (II) intel(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[3110459.476] (II) intel(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[3110459.476] (II) intel(1): Modeline "512x384"x60.0   14.90  512 520 568 624  384 385 388 398 -hsync +vsync (23.9 kHz)
[3110459.515] (II) intel(1): EDID for output VGA1
[3110459.515] (II) intel(1): Manufacturer: ACR  Model: 2dc  Serial#: 810606661
[3110459.515] (II) intel(1): Year: 2013  Week: 5
[3110459.515] (II) intel(1): EDID Version: 1.3
[3110459.515] (II) intel(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[3110459.515] (II) intel(1): Sync:  Separate
[3110459.515] (II) intel(1): Max Image Size [cm]: horiz.: 51  vert.: 29
[3110459.515] (II) intel(1): Gamma: 2.20
[3110459.515] (II) intel(1): DPMS capabilities: Off; RGB/Color Display
[3110459.515] (II) intel(1): Default color space is primary color space
[3110459.515] (II) intel(1): First detailed timing is preferred mode
[3110459.515] (II) intel(1): redX: 0.636 redY: 0.333   greenX: 0.303 greenY: 0.626
[3110459.515] (II) intel(1): blueX: 0.153 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[3110459.515] (II) intel(1): Supported established timings:
[3110459.515] (II) intel(1): 720x400@70Hz
[3110459.515] (II) intel(1): 640x480@60Hz
[3110459.515] (II) intel(1): 640x480@67Hz
[3110459.515] (II) intel(1): 640x480@72Hz
[3110459.515] (II) intel(1): 640x480@75Hz
[3110459.515] (II) intel(1): 800x600@56Hz
[3110459.515] (II) intel(1): 800x600@60Hz
[3110459.515] (II) intel(1): 800x600@72Hz
[3110459.515] (II) intel(1): 800x600@75Hz
[3110459.515] (II) intel(1): 832x624@75Hz
[3110459.515] (II) intel(1): 1024x768@60Hz
[3110459.516] (II) intel(1): 1024x768@70Hz
[3110459.516] (II) intel(1): 1024x768@75Hz
[3110459.516] (II) intel(1): 1280x1024@75Hz
[3110459.516] (II) intel(1): 1152x864@75Hz
[3110459.516] (II) intel(1): Manufacturer's mask: 0
[3110459.516] (II) intel(1): Supported standard timings:
[3110459.516] (II) intel(1): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[3110459.516] (II) intel(1): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[3110459.516] (II) intel(1): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[3110459.516] (II) intel(1): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[3110459.516] (II) intel(1): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[3110459.516] (II) intel(1): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[3110459.516] (II) intel(1): Supported detailed timing:
[3110459.516] (II) intel(1): clock: 148.5 MHz   Image Size:  510 x 287 mm
[3110459.516] (II) intel(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[3110459.516] (II) intel(1): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[3110459.516] (II) intel(1): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 165 MHz
[3110459.516] (II) intel(1): Serial No: LV4EE0124204
[3110459.516] (II) intel(1): Monitor name: Acer V235HL
[3110459.516] (II) intel(1): EDID (in hex):
[3110459.516] (II) intel(1): 	00ffffffffffff000472dc0245e05030
[3110459.516] (II) intel(1): 	0517010368331d782ed945a2554da027
[3110459.516] (II) intel(1): 	125054bfef8081c08140714f81808100
[3110459.516] (II) intel(1): 	d1c001010101023a801871382d40582c
[3110459.516] (II) intel(1): 	4500fe1f1100001e000000fd00374b1e
[3110459.516] (II) intel(1): 	5010000a202020202020000000ff004c
[3110459.516] (II) intel(1): 	56344545303132343230340a000000fc
[3110459.516] (II) intel(1): 	00416365722056323335484c0a2000d8
[3110459.517] (II) intel(1): Printing probed modes for output VGA1
[3110459.517] (II) intel(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[3110459.517] (II) intel(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[3110459.517] (II) intel(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[3110459.517] (II) intel(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[3110459.517] (II) intel(1): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[3110459.517] (II) intel(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[3110459.517] (II) intel(1): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[3110459.517] (II) intel(1): Modeline "1024x768"x75.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[3110459.517] (II) intel(1): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[3110459.517] (II) intel(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[3110459.517] (II) intel(1): Modeline "832x624"x75.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[3110459.517] (II) intel(1): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[3110459.517] (II) intel(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[3110459.517] (II) intel(1): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[3110459.517] (II) intel(1): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[3110459.517] (II) intel(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[3110459.517] (II) intel(1): Modeline "640x480"x73.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[3110459.517] (II) intel(1): Modeline "640x480"x67.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[3110459.517] (II) intel(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[3110459.517] (II) intel(1): Modeline "720x400"x70.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[3110459.517] (II) intel(1): EDID for output VIRTUAL1
[3110459.517] (II) intel(1): Output LVDS1 connected
[3110459.517] (II) intel(1): Output VGA1 connected
[3110459.518] (II) intel(1): Output VIRTUAL1 disconnected
[3110459.518] (II) intel(1): Using spanning desktop for initial modes
[3110459.518] (II) intel(1): Output LVDS1 using initial mode 1024x768 +0+0
[3110459.518] (II) intel(1): Output VGA1 using initial mode 1920x1080 +1024+0
[3110459.518] (II) intel(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[3110459.518] (**) intel(1): TearFree enabled
[3110459.518] (==) intel(1): DPI set to (96, 96)
[3110459.518] (II) Loading sub module "dri2"
[3110459.518] (II) LoadModule: "dri2"
[3110459.518] (II) Module "dri2" already built-in
[3110459.518] (II) Loading sub module "present"
[3110459.518] (II) LoadModule: "present"
[3110459.518] (II) Module "present" already built-in
[3110459.518] (==) Depth 24 pixmap format is 32 bpp
[3110459.518] (II) intel(0): SNA initialized with Alviso (gen3) backend
[3110459.518] (==) intel(0): Backing store enabled
[3110459.518] (==) intel(0): Silken mouse enabled
[3110459.518] (II) intel(0): HW Cursor enabled
[3110459.518] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[3110459.519] (==) intel(0): DPMS enabled
[3110459.519] (==) intel(0): Display hotplug detection enabled
[3110459.519] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[3110459.519] (II) intel(0): [DRI2] Setup complete
[3110459.519] (II) intel(0): [DRI2]   DRI driver: i915
[3110459.520] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[3110459.520] (II) intel(0): direct rendering: DRI2 enabled
[3110459.520] (II) intel(0): hardware support for Present enabled
[3110459.520] (WW) intel(0): Option "Monitor-LVDS1" is not used
[3110459.520] (WW) intel(0): Option "AutoServerLayout" is not used
[3110459.520] (--) RandR disabled
[3110459.520] (II) intel(1): SNA initialized with Alviso (gen3) backend
[3110459.520] (==) intel(1): Backing store enabled
[3110459.520] (==) intel(1): Silken mouse enabled
[3110459.520] (II) intel(1): HW Cursor enabled
[3110459.520] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[3110459.520] (==) intel(1): DPMS enabled
[3110459.521] (==) intel(1): Display hotplug detection enabled
[3110459.521] (II) intel(1): [XvMC] i915_xvmc driver initialized.
[3110459.521] (II) intel(1): [DRI2] Setup complete
[3110459.521] (II) intel(1): [DRI2]   DRI driver: i915
[3110459.521] (II) intel(1): [DRI2]   VDPAU driver: va_gl
[3110459.521] (II) intel(1): direct rendering: DRI2 enabled
[3110459.521] (II) intel(1): hardware support for Present enabled
[3110459.521] (WW) intel(1): Option "AutoServerLayout" is not used
[3110459.521] (--) RandR disabled
[3110459.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[3110459.551] (II) AIGLX: enabled GLX_ARB_create_context
[3110459.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
[3110459.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[3110459.551] (II) AIGLX: enabled GLX_INTEL_swap_event
[3110459.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[3110459.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[3110459.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[3110459.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[3110459.552] (II) AIGLX: Loaded and initialized i915
[3110459.552] (II) GLX: Initialized DRI2 GL provider for screen 0
[3110459.553] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[3110459.553] (II) AIGLX: enabled GLX_ARB_create_context
[3110459.553] (II) AIGLX: enabled GLX_ARB_create_context_profile
[3110459.553] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[3110459.553] (II) AIGLX: enabled GLX_INTEL_swap_event
[3110459.553] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[3110459.553] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[3110459.553] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[3110459.553] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[3110459.553] (II) AIGLX: Loaded and initialized i915
[3110459.553] (II) GLX: Initialized DRI2 GL provider for screen 1
[3110459.564] (II) intel(0): switch to mode 1024x768@75.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[3110459.564] (II) intel(0): Setting screen physical size to 270 x 203
[3110459.591] (II) intel(1): switch to mode 1920x1080@60.0 on VGA1 using pipe 1, position (1024, 0), rotation normal, reflection none
[3110459.591] (II) intel(1): Setting screen physical size to 778 x 285
[3110459.676] (II) Using input driver 'eetiegalax' for 'TOUCHSCREEN'
[3110459.676] (**) TOUCHSCREEN: always reports core events
[3110459.676] (**) Option "Device" "/dev/ttyS3"
[3110459.687] (II) TOUCHSCREEN: EETI eGalax serial device detected
[3110459.710] (II) TOUCHSCREEN: EETI eGalax firmware version: 1.13.3.HM-EX
[3110459.730] (II) TOUCHSCREEN: EETI eGalax controller type: C8051F320
[3110459.730] (**) Option "SwapXY" "true"
[3110459.730] (**) Option "InvertX" "true"
[3110459.730] (**) Option "InvertY" "false"
[3110459.730] (**) Option "MinX" "1670"
[3110459.730] (**) Option "MaxX" "14151"
[3110459.730] (**) Option "MinY" "2176"
[3110459.730] (**) Option "MaxY" "14368"
[3110459.731] (II) XINPUT: Adding extended input device "TOUCHSCREEN" (type: EETIeGalax, id 6)
[3110459.731] (**) TOUCHSCREEN: (accel) keeping acceleration scheme 1
[3110459.731] (**) TOUCHSCREEN: (accel) acceleration profile 0
[3110459.731] (**) TOUCHSCREEN: (accel) acceleration factor: 2.000
[3110459.731] (**) TOUCHSCREEN: (accel) acceleration threshold: 4
[3110459.737] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[3110459.737] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[3110459.737] (II) LoadModule: "evdev"
[3110459.738] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[3110459.738] (II) Module evdev: vendor="X.Org Foundation"
[3110459.738] 	compiled for 1.16.4, module version = 2.8.2
[3110459.738] 	Module class: X.Org XInput Driver
[3110459.738] 	ABI class: X.Org XInput driver, version 21.0
[3110459.738] (II) Using input driver 'evdev' for 'Power Button'
[3110459.738] (**) Power Button: always reports core events
[3110459.739] (**) evdev: Power Button: Device: "/dev/input/event1"
[3110459.739] (--) evdev: Power Button: Vendor 0 Product 0x1
[3110459.739] (--) evdev: Power Button: Found keys
[3110459.739] (II) evdev: Power Button: Configuring as keyboard
[3110459.739] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[3110459.739] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[3110459.739] (**) Option "xkb_rules" "evdev"
[3110459.739] (**) Option "xkb_model" "pc104"
[3110459.739] (**) Option "xkb_layout" "us"
[3110459.818] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[3110459.818] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[3110459.818] (II) Using input driver 'evdev' for 'Power Button'
[3110459.819] (**) Power Button: always reports core events
[3110459.819] (**) evdev: Power Button: Device: "/dev/input/event0"
[3110459.819] (--) evdev: Power Button: Vendor 0 Product 0x1
[3110459.819] (--) evdev: Power Button: Found keys
[3110459.819] (II) evdev: Power Button: Configuring as keyboard
[3110459.819] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[3110459.819] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[3110459.819] (**) Option "xkb_rules" "evdev"
[3110459.819] (**) Option "xkb_model" "pc104"
[3110459.819] (**) Option "xkb_layout" "us"
[3110459.821] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[3110459.821] (II) No input driver specified, ignoring this device.
[3110459.821] (II) This device may have been added with another device file.
[3110459.822] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
[3110459.823] (II) No input driver specified, ignoring this device.
[3110459.823] (II) This device may have been added with another device file.
[3110459.823] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event8)
[3110459.823] (II) No input driver specified, ignoring this device.
[3110459.823] (II) This device may have been added with another device file.
[3110459.825] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event9)
[3110459.825] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[3110459.825] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[3110459.825] (**) Logitech USB Optical Mouse: always reports core events
[3110459.825] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event9"
[3110459.876] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a
[3110459.876] (--) evdev: Logitech USB Optical Mouse: Found 3 mouse buttons
[3110459.876] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[3110459.876] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[3110459.876] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[3110459.876] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[3110459.876] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[3110459.876] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[3110459.876] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[3110459.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:046D:C05A.0003/input/input9/event9"
[3110459.876] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[3110459.876] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[3110459.877] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[3110459.877] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[3110459.877] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[3110459.877] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[3110459.878] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[3110459.878] (II) No input driver specified, ignoring this device.
[3110459.878] (II) This device may have been added with another device file.
[3110459.880] (II) config/udev: Adding input device HID 04f3:0103 (/dev/input/event3)
[3110459.880] (**) HID 04f3:0103: Applying InputClass "evdev keyboard catchall"
[3110459.880] (II) Using input driver 'evdev' for 'HID 04f3:0103'
[3110459.880] (**) HID 04f3:0103: always reports core events
[3110459.880] (**) evdev: HID 04f3:0103: Device: "/dev/input/event3"
[3110459.880] (--) evdev: HID 04f3:0103: Vendor 0x4f3 Product 0x103
[3110459.880] (--) evdev: HID 04f3:0103: Found keys
[3110459.880] (II) evdev: HID 04f3:0103: Configuring as keyboard
[3110459.880] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:04F3:0103.0001/input/input3/event3"
[3110459.880] (II) XINPUT: Adding extended input device "HID 04f3:0103" (type: KEYBOARD, id 10)
[3110459.880] (**) Option "xkb_rules" "evdev"
[3110459.880] (**) Option "xkb_model" "pc104"
[3110459.880] (**) Option "xkb_layout" "us"
[3110459.882] (II) config/udev: Adding input device HID 04f3:0103 (/dev/input/event4)
[3110459.882] (**) HID 04f3:0103: Applying InputClass "evdev keyboard catchall"
[3110459.882] (II) Using input driver 'evdev' for 'HID 04f3:0103'
[3110459.882] (**) HID 04f3:0103: always reports core events
[3110459.882] (**) evdev: HID 04f3:0103: Device: "/dev/input/event4"
[3110459.882] (--) evdev: HID 04f3:0103: Vendor 0x4f3 Product 0x103
[3110459.882] (--) evdev: HID 04f3:0103: Found 1 mouse buttons
[3110459.883] (--) evdev: HID 04f3:0103: Found scroll wheel(s)
[3110459.883] (--) evdev: HID 04f3:0103: Found relative axes
[3110459.883] (II) evdev: HID 04f3:0103: Forcing relative x/y axes to exist.
[3110459.883] (--) evdev: HID 04f3:0103: Found absolute axes
[3110459.883] (II) evdev: HID 04f3:0103: Forcing absolute x/y axes to exist.
[3110459.883] (--) evdev: HID 04f3:0103: Found keys
[3110459.883] (II) evdev: HID 04f3:0103: Configuring as mouse
[3110459.883] (II) evdev: HID 04f3:0103: Configuring as keyboard
[3110459.883] (II) evdev: HID 04f3:0103: Adding scrollwheel support
[3110459.883] (**) evdev: HID 04f3:0103: YAxisMapping: buttons 4 and 5
[3110459.883] (**) evdev: HID 04f3:0103: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[3110459.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/0003:04F3:0103.0002/input/input4/event4"
[3110459.883] (II) XINPUT: Adding extended input device "HID 04f3:0103" (type: KEYBOARD, id 11)
[3110459.883] (**) Option "xkb_rules" "evdev"
[3110459.883] (**) Option "xkb_model" "pc104"
[3110459.883] (**) Option "xkb_layout" "us"
[3110459.884] (II) evdev: HID 04f3:0103: initialized for relative axes.
[3110459.884] (WW) evdev: HID 04f3:0103: ignoring absolute axes.
[3110459.884] (**) HID 04f3:0103: (accel) keeping acceleration scheme 1
[3110459.884] (**) HID 04f3:0103: (accel) acceleration profile 0
[3110459.885] (**) HID 04f3:0103: (accel) acceleration factor: 2.000
[3110459.885] (**) HID 04f3:0103: (accel) acceleration threshold: 4
[3110459.886] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[3110459.886] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[3110459.886] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[3110459.886] (**) AT Translated Set 2 keyboard: always reports core events
[3110459.886] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[3110459.886] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[3110459.886] (--) evdev: AT Translated Set 2 keyboard: Found keys
[3110459.886] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[3110459.886] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[3110459.886] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[3110459.886] (**) Option "xkb_rules" "evdev"
[3110459.886] (**) Option "xkb_model" "pc104"
[3110459.886] (**) Option "xkb_layout" "us"
[3110459.888] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[3110459.888] (II) No input driver specified, ignoring this device.
[3110459.888] (II) This device may have been added with another device file.
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to