← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: bumblebee v1.0 has been released... updated script and new name...

 

$ ps aux |grep X

root 4718 6.6 1.3 297172 38876 tty9 Ss+ 08:42 7:55 /usr/bin/X :1 -br -verbose -auth /var/run/gdm/auth-for-gdm-ZmhXqe/database -nolisten tcp

gaspo 8315 0.0 0.0 4160 848 pts/2 S+ 10:42 0:00 grep --color=auto X

and

after changing
LD_LIBRARY_PATH=/usr/lib/nvidia-current/ DISPLAY=:1 glxgears\

I ran:
$ sudo /etc/init.d/xdm-optimus stop
 * Stopping X display manager xdm-optimus

$ sudo /etc/init.d/xdm-optimus start
* Starting X display manager xdm-optimus
           Xlib:  extension "NV-GLX" missing on display ":1".
Xlib:  extension "NV-GLX" missing on display ":1".
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
343 frames in 5.0 seconds = 68.067 FPS

But the window with gears refreshes only 2-3 times per second.

running "optirun glxgears" is with no change.


On 10/05/11 10:34, Martin Juhl wrote:
and also send me a:

ps aux |grep X

and your

/var/log/Xorg.1.log



------------------------------------------------------------------------
*Fra: *"Gaspo" <martin@xxxxxxxx>
*Til: *"Martin Juhl" <mj@xxxxxxxxxxxx>
*Cc: *hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
*Sendt: *tirsdag, 10. maj 2011 09:55:48
*Emne: *Re: [Hybrid-graphics-linux] bumblebee v1.0 has been released...
updated script and new name...

Hi,

Im sorry, I forgot..

I've done these changes before, and the test I did was actualy with them
applied.

Any other ideas?

Gaspo

On 10/05/11 09:29, Martin Juhl wrote:
 > Hi..
 >
 > Thanks for the info..
 >
 > Try to change the following to things:
 >
 > /etc/init.d/xdm-optimus line 64:
 >
 > change:
 >
 > LD_LIBRARY_PATH=/usr/lib64/nvidia-current start-stop-daemon --start
 > --quiet $SSD_START_ARGS -- -config /etc/X11/xdm-optimus/xdm-config\ to
 >
 > LD_LIBRARY_PATH=/usr/lib/nvidia-current start-stop-daemon --start
 > --quiet $SSD_START_ARGS -- -config /etc/X11/xdm-optimus/xdm-config\
 >
 >
 > and
 >
 > /usr/local/bin/optimusXserver line 2:
 >
 > LD_LIBRARY_PATH=/usr/lib64/nvidia-current /usr/bin/X $@
 >
 > to
 >
 > LD_LIBRARY_PATH=/usr/lib/nvidia-current /usr/bin/X $@
 >
 > I think that should do it... let me know how it goes...
 >
 > /Martin
 >
 >
 >
 > ------------------------------------------------------------------------
 > *Fra: *"Gaspo" <martin@xxxxxxxx>
 > *Til: *hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
 > *Sendt: *tirsdag, 10. maj 2011 09:22:30
 > *Emne: *Re: [Hybrid-graphics-linux] bumblebee v1.0 has been released...
 > updated script and new name...
 >
 > Hi Martin,
 >
 > Im trying to make it work on my 32bit ubuntu. I have customized your
 > install script. There were only few changes:
 >
 > dpkg -i install-files/VirtualGL_i386.deb
 > instead of 64bit version.
 >
 > and
 >
 > echo "VGL_DISPLAY=:1
 > export VGL_DISPLAY
 > VGL_COMPRESS=$IMAGETRANSPORT
 > export VGL_COMPRESS
 > VGL_READBACK=fbo
 > export VGL_READBACK
 >
 > alias optirun='vglrun -ld /usr/lib/nvidia-current'" >> /etc/bash.bashrc
 >
 > instead of
 >
 > alias optirun32='vglrun -ld /usr/lib32/nvidia-current'
 > alias optirun64='vglrun -ld /usr/lib64/nvidia-current'" >>
/etc/bash.bashrc
 >
 >
 > but when I run
 > $ optirun glxgears
 >
 > I get a black window and low fps with this output:
 >
 > Xlib: extension "NV-GLX" missing on display ":1".
 > Xlib: extension "NV-GLX" missing on display ":1".
 > [VGL] WARNING: The OpenGL rendering context obtained on X display
 > [VGL] :1 is indirect, which may cause performance to suffer.
 > [VGL] If :1 is a local X display, then the framebuffer device
 > [VGL] permissions may be set incorrectly.
 > 195 frames in 5.0 seconds = 38.994 FPS
 > 174 frames in 5.0 seconds = 34.514 FPS
 > 196 frames in 5.0 seconds = 39.157 FPS
 > 182 frames in 5.0 seconds = 36.312 FPS
 >
 > Could you please direct me, where sould I look to solve this?
 >
 > Gaspo
 >
 > On 10/05/11 00:02, Martin Juhl wrote:
 > > The script should take care of any pci setup...
 > >
 > >
 > > Please provide the logs:
 > > /var/log/Xorg.1.log and /var/log/xdm-optimus.log...
 > >
 > >
 > >
 > >
 > >
------------------------------------------------------------------------
 > > *Fra: *"Eric Bechet" <bechet@xxxxxxxxxx>
 > > *Til: *hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
 > > *Sendt: *mandag, 9. maj 2011 19:19:41
 > > *Emne: *Re: [Hybrid-graphics-linux] bumblebee v1.0 has been released...
 > > updated script and new name...
 > >
 > > Hi,
 > >
 > > Nice job.
 > >
 > > I've tested this on an asus eeepc1215N running ubuntu 10.04 (LTS)
 > >
 > > First, there seem to be at least two variants of the same laptop, one
 > > with nvidia card at PCI 4:0:0 (at least one member of the list reported
 > > this port number) and another at 5:0:0 (mine)
 > >
 > > For now it is not working on my configuration. Installation is without
 > > trouble, but when using optirun64 (with glxgears for instance), nothing
 > > displays and a message says that it cannot open the display.
 > >
 > > running glxgears from command line is ok (uses the intel graphic card)
 > >
 > > What can I do to help ?
 > >
 > > Eric
 > >
 > > Le 08/05/2011 23:19, Martin Juhl a écrit :
 > > > Hi all
 > > >
 > > > The prime-ng project has, for several reasons, been renamed to
 > > bumblebee..
 > > >
 > > > The script has now also been updated... thanks to all for your great
 > > > feedback.. keep it comming...
 > > >
 > > > bumblebee is Optimus support for Linux, with real offloading, and not
 > > > switchable graphics.. More important.. it works on Optimus Laptops
 > > without a
 > > > graphical multiplexer..
 > > >
 > > > Version 1.0 of the bumblebee project has been release!!! (version
 > > number has
 > > > been reset from the prime-ng project)
 > > >
 > > > The Installation should now be completely automatic...
 > > >
 > > >
 > > > Now 3D is enabled on both the Intel and the nVidia at the same time..
 > > >
 > > >
 > > >
 > > > Status available here: http://www.martin-juhl.dk
 > > >
 > > > Code @GitHub: https://github.com/MrMEEE/bumblebee
 > > >
 > > > Twitter here: http://twitter.com/martinjuhl
 > > >
 > > >
 > > > Martin Juhl/MrMEEE
 > > >
 > > >
 > > >
 > > > _______________________________________________
 > > > Mailing list: https://launchpad.net/~hybrid-graphics-linux
 > > > Post to : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
 > > > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
 > > > More help : https://help.launchpad.net/ListHelp
 > >
 > >
 > > _______________________________________________
 > > Mailing list: https://launchpad.net/~hybrid-graphics-linux
 > > Post to : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
 > > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
 > > More help : https://help.launchpad.net/ListHelp
 > >
 > >
 > >
 > > _______________________________________________
 > > Mailing list: https://launchpad.net/~hybrid-graphics-linux
 > > Post to : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
 > > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
 > > More help : https://help.launchpad.net/ListHelp
 >
 > _______________________________________________
 > Mailing list: https://launchpad.net/~hybrid-graphics-linux
 > Post to : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
 > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
 > More help : https://help.launchpad.net/ListHelp
[  1901.371] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[  1901.371] X Protocol Version 11, Revision 0
[  1901.371] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[  1901.371] Current Operating System: Linux gaspo 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686
[  1901.371] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=a99413b1-7461-43bd-a658-096cd2df44d5 ro quiet splash vt.handoff=7
[  1901.371] Build Date: 19 April 2011  03:33:17PM
[  1901.371] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support) 
[  1901.371] Current version of pixman: 0.20.2
[  1901.371] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1901.371] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1901.371] (==) Log file: "/var/log/Xorg.1.log", Time: Tue May 10 08:42:39 2011
[  1901.371] (==) Using config file: "/etc/X11/xorg.conf"
[  1901.371] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1901.381] (==) ServerLayout "Layout0"
[  1901.381] (**) |-->Screen "Screen0" (0)
[  1901.381] (**) |   |-->Monitor "Monitor0"
[  1901.381] (**) |   |-->Device "Device0"
[  1901.381] (**) |-->Input Device "Keyboard0"
[  1901.381] (**) |-->Input Device "Mouse0"
[  1901.381] (==) Automatically adding devices
[  1901.381] (==) Automatically enabling devices
[  1901.382] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1901.382] 	Entry deleted from font path.
[  1901.382] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  1901.382] 	Entry deleted from font path.
[  1901.382] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1901.382] 	Entry deleted from font path.
[  1901.382] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  1901.382] 	Entry deleted from font path.
[  1901.382] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1901.382] 	Entry deleted from font path.
[  1901.382] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[  1901.382] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  1901.382] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1901.382] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1901.382] (WW) Disabling Keyboard0
[  1901.382] (WW) Disabling Mouse0
[  1901.382] (II) Loader magic: 0x81ffde0
[  1901.382] (II) Module ABI versions:
[  1901.382] 	X.Org ANSI C Emulation: 0.4
[  1901.383] 	X.Org Video Driver: 10.0
[  1901.383] 	X.Org XInput driver : 12.3
[  1901.383] 	X.Org Server Extension : 5.0
[  1901.384] (--) PCI:*(0:0:2:0) 8086:0046:1043:1252 rev 18, Mem @ 0xe3400000/4194304, 0xc0000000/268435456, I/O @ 0x0000e080/8
[  1901.384] (--) PCI: (0:1:0:0) 10de:0a35:1043:1252 rev 162, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  1901.384] (II) Open ACPI successful (/var/run/acpid.socket)
[  1901.384] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  1901.384] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  1901.384] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1901.384] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  1901.384] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  1901.384] (II) "dri2" will be loaded by default.
[  1901.384] (II) LoadModule: "dbe"
[  1901.385] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1901.385] (II) Module dbe: vendor="X.Org Foundation"
[  1901.385] 	compiled for 1.10.1, module version = 1.0.0
[  1901.385] 	Module class: X.Org Server Extension
[  1901.385] 	ABI class: X.Org Server Extension, version 5.0
[  1901.385] (II) Loading extension DOUBLE-BUFFER
[  1901.385] (II) LoadModule: "dri"
[  1901.386] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1901.386] (II) Module dri: vendor="X.Org Foundation"
[  1901.386] 	compiled for 1.10.1, module version = 1.0.0
[  1901.386] 	ABI class: X.Org Server Extension, version 5.0
[  1901.386] (II) Loading extension XFree86-DRI
[  1901.386] (II) LoadModule: "extmod"
[  1901.386] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1901.386] (II) Module extmod: vendor="X.Org Foundation"
[  1901.386] 	compiled for 1.10.1, module version = 1.0.0
[  1901.386] 	Module class: X.Org Server Extension
[  1901.386] 	ABI class: X.Org Server Extension, version 5.0
[  1901.386] (II) Loading extension MIT-SCREEN-SAVER
[  1901.386] (II) Loading extension XFree86-VidModeExtension
[  1901.387] (II) Loading extension XFree86-DGA
[  1901.387] (II) Loading extension DPMS
[  1901.387] (II) Loading extension XVideo
[  1901.387] (II) Loading extension XVideo-MotionCompensation
[  1901.387] (II) Loading extension X-Resource
[  1901.387] (II) LoadModule: "glx"
[  1901.387] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1901.387] (II) Module glx: vendor="X.Org Foundation"
[  1901.387] 	compiled for 1.10.1, module version = 1.0.0
[  1901.387] 	ABI class: X.Org Server Extension, version 5.0
[  1901.387] (==) AIGLX enabled
[  1901.387] (II) Loading extension GLX
[  1901.387] (II) LoadModule: "record"
[  1901.397] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1901.397] (II) Module record: vendor="X.Org Foundation"
[  1901.397] 	compiled for 1.10.1, module version = 1.13.0
[  1901.397] 	Module class: X.Org Server Extension
[  1901.397] 	ABI class: X.Org Server Extension, version 5.0
[  1901.397] (II) Loading extension RECORD
[  1901.397] (II) LoadModule: "xtrap"
[  1901.398] (WW) Warning, couldn't open module xtrap
[  1901.398] (II) UnloadModule: "xtrap"
[  1901.398] (II) Unloading xtrap
[  1901.398] (EE) Failed to load module "xtrap" (module does not exist, 0)
[  1901.398] (II) LoadModule: "dri2"
[  1901.399] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1901.399] (II) Module dri2: vendor="X.Org Foundation"
[  1901.399] 	compiled for 1.10.1, module version = 1.2.0
[  1901.399] 	ABI class: X.Org Server Extension, version 5.0
[  1901.399] (II) Loading extension DRI2
[  1901.399] (II) LoadModule: "intel"
[  1901.399] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1901.399] (II) Module intel: vendor="X.Org Foundation"
[  1901.399] 	compiled for 1.10.1, module version = 2.14.0
[  1901.399] 	Module class: X.Org Video Driver
[  1901.399] 	ABI class: X.Org Video Driver, version 10.0
[  1901.399] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[  1901.400] (--) using VT number 9

[  1901.410] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1901.411] drmOpenDevice: node name is /dev/dri/card0
[  1901.412] drmOpenDevice: open result is 9, (OK)
[  1901.412] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1901.412] drmOpenDevice: node name is /dev/dri/card0
[  1901.412] drmOpenDevice: open result is 9, (OK)
[  1901.412] drmOpenByBusid: drmOpenMinor returns 9
[  1901.412] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1901.412] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[  1901.412] (==) intel(0): RGB weight 888
[  1901.412] (==) intel(0): Default visual is TrueColor
[  1901.412] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[  1901.412] (--) intel(0): Chipset: "Arrandale"
[  1901.413] (**) intel(0): Relaxed fencing enabled
[  1901.413] (**) intel(0): Tiling enabled
[  1901.413] (**) intel(0): SwapBuffers wait enabled
[  1901.413] (==) intel(0): video overlay key set to 0x101fe
[  1901.413] (II) intel(0): Output LVDS1 using monitor section Monitor0
[  1901.413] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[  1901.473] (II) intel(0): Output VGA1 has no monitor section
[  1901.478] (II) intel(0): Output HDMI1 has no monitor section
[  1901.479] (II) intel(0): Output DP1 has no monitor section
[  1901.479] (II) intel(0): EDID for output LVDS1
[  1901.479] (II) intel(0): Manufacturer: CMO  Model: 1593  Serial#: 0
[  1901.479] (II) intel(0): Year: 2010  Week: 8
[  1901.479] (II) intel(0): EDID Version: 1.3
[  1901.479] (II) intel(0): Digital Display Input
[  1901.479] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1901.479] (II) intel(0): Gamma: 2.20
[  1901.479] (II) intel(0): No DPMS capabilities specified
[  1901.479] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1901.479] (II) intel(0): First detailed timing is preferred mode
[  1901.479] (II) intel(0): redX: 0.577 redY: 0.364   greenX: 0.348 greenY: 0.563
[  1901.479] (II) intel(0): blueX: 0.151 blueY: 0.116   whiteX: 0.313 whiteY: 0.329
[  1901.479] (II) intel(0): Manufacturer's mask: 0
[  1901.479] (II) intel(0): Supported detailed timing:
[  1901.479] (II) intel(0): clock: 69.3 MHz   Image Size:  344 x 193 mm
[  1901.479] (II) intel(0): h_active: 1366  h_sync: 1382  h_sync_end 1416 h_blank_end 1466 h_border: 0
[  1901.479] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 776 v_blanking: 788 v_border: 0
[  1901.479] (II) intel(0):  N156B3-L0B
[  1901.479] (II) intel(0):  CMO
[  1901.479] (II) intel(0):  N156B3-L0B
[  1901.479] (II) intel(0): EDID (in hex):
[  1901.479] (II) intel(0): 	00ffffffffffff000daf931500000000
[  1901.479] (II) intel(0): 	08140103802213780ad1f5935d599026
[  1901.479] (II) intel(0): 	1d505400000001010101010101010101
[  1901.479] (II) intel(0): 	010101010101121b5664500014301022
[  1901.480] (II) intel(0): 	260058c110000018000000fe004e3135
[  1901.480] (II) intel(0): 	3642332d4c30420a2020000000fe0043
[  1901.480] (II) intel(0): 	4d4f0a202020202020202020000000fe
[  1901.480] (II) intel(0): 	004e31353642332d4c30420a20200076
[  1901.480] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1901.480] (II) intel(0): Printing DDC gathered Modelines:
[  1901.480] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1901.480] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[  1901.480] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  1901.480] (II) intel(0): Printing probed modes for output LVDS1
[  1901.480] (II) intel(0): Modeline "1366x768"x60.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1901.480] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[  1901.480] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[  1901.480] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1901.480] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1901.480] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1901.480] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1901.541] (II) intel(0): EDID for output VGA1
[  1901.541] (II) intel(0): Manufacturer: BNQ  Model: 7820  Serial#: 21573
[  1901.541] (II) intel(0): Year: 2010  Week: 12
[  1901.541] (II) intel(0): EDID Version: 1.3
[  1901.541] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[  1901.541] (II) intel(0): Sync:  Separate  Composite  SyncOnGreen
[  1901.541] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[  1901.541] (II) intel(0): Gamma: 2.20
[  1901.541] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[  1901.541] (II) intel(0): Default color space is primary color space
[  1901.541] (II) intel(0): First detailed timing is preferred mode
[  1901.541] (II) intel(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
[  1901.541] (II) intel(0): blueX: 0.143 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[  1901.541] (II) intel(0): Supported established timings:
[  1901.541] (II) intel(0): 720x400@70Hz
[  1901.541] (II) intel(0): 640x480@60Hz
[  1901.541] (II) intel(0): 640x480@75Hz
[  1901.541] (II) intel(0): 800x600@60Hz
[  1901.541] (II) intel(0): 800x600@75Hz
[  1901.541] (II) intel(0): 832x624@75Hz
[  1901.541] (II) intel(0): 1024x768@60Hz
[  1901.541] (II) intel(0): 1024x768@75Hz
[  1901.541] (II) intel(0): 1280x1024@75Hz
[  1901.541] (II) intel(0): 1152x864@75Hz
[  1901.541] (II) intel(0): Manufacturer's mask: 0
[  1901.541] (II) intel(0): Supported standard timings:
[  1901.541] (II) intel(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
[  1901.541] (II) intel(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  1901.541] (II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1901.541] (II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1901.541] (II) intel(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  1901.541] (II) intel(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1901.541] (II) intel(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  1901.541] (II) intel(0): Supported detailed timing:
[  1901.541] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[  1901.541] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1901.541] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1901.541] (II) intel(0): Serial No: 93A00790SL0
[  1901.541] (II) intel(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[  1901.541] (II) intel(0): Monitor name: BenQ G2220HD
[  1901.541] (II) intel(0): EDID (in hex):
[  1901.541] (II) intel(0): 	00ffffffffffff0009d1207845540000
[  1901.541] (II) intel(0): 	0c1401030e301b782e3581a656489a24
[  1901.541] (II) intel(0): 	125054a56b80710081c081408180a9c0
[  1901.541] (II) intel(0): 	b300d1c00101023a801871382d40582c
[  1901.541] (II) intel(0): 	4500dd0c1100001e000000ff00393341
[  1901.541] (II) intel(0): 	3030373930534c300a0a000000fd0032
[  1901.541] (II) intel(0): 	4c185311000a202020202020000000fc
[  1901.542] (II) intel(0): 	0042656e5120473232323048440a0077
[  1901.542] (II) intel(0): Printing probed modes for output VGA1
[  1901.542] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[  1901.542] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  1901.542] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[  1901.542] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1901.542] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1901.542] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1901.542] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1901.542] (II) intel(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[  1901.542] (II) intel(0): Modeline "1152x720"x60.0   67.28  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.7 kHz)
[  1901.542] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[  1901.542] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1901.542] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1901.542] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1901.542] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1901.542] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1901.542] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1901.542] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1901.558] (II) intel(0): EDID for output HDMI1
[  1901.559] (II) intel(0): EDID for output DP1
[  1901.559] (II) intel(0): Output LVDS1 connected
[  1901.559] (II) intel(0): Output VGA1 connected
[  1901.559] (II) intel(0): Output HDMI1 disconnected
[  1901.559] (II) intel(0): Output DP1 disconnected
[  1901.559] (II) intel(0): Using fuzzy aspect match for initial modes
[  1901.559] (II) intel(0): Output LVDS1 using initial mode 1024x768
[  1901.559] (II) intel(0): Output VGA1 using initial mode 1024x768
[  1901.559] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1901.559] (II) intel(0): Kernel page flipping support detected, enabling
[  1901.559] (**) intel(0): Display dimensions: (340, 190) mm
[  1901.559] (**) intel(0): DPI set to (76, 102)
[  1901.559] (II) Loading sub module "fb"
[  1901.559] (II) LoadModule: "fb"
[  1901.559] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1901.560] (II) Module fb: vendor="X.Org Foundation"
[  1901.560] 	compiled for 1.10.1, module version = 1.0.0
[  1901.560] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1901.560] (==) Depth 24 pixmap format is 32 bpp
[  1901.560] (==) intel(0): VideoRam: 262144 KB
[  1901.560] (II) intel(0): [DRI2] Setup complete
[  1901.560] (II) intel(0): [DRI2]   DRI driver: i965
[  1901.560] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[  1901.569] (II) UXA(0): Driver registered support for the following operations:
[  1901.569] (II)         solid
[  1901.569] (II)         copy
[  1901.569] (II)         composite (RENDER acceleration)
[  1901.569] (II)         put_image
[  1901.569] (II)         get_image
[  1901.569] (==) intel(0): Backing store disabled
[  1901.569] (==) intel(0): Silken mouse enabled
[  1901.570] (II) intel(0): Initializing HW Cursor
[  1901.963] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1901.965] (**) intel(0): DPMS enabled
[  1901.965] (==) intel(0): Intel XvMC decoder enabled
[  1901.965] (II) intel(0): Set up textured video
[  1901.965] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  1901.965] (II) intel(0): direct rendering: DRI2 Enabled
[  1901.965] (==) intel(0): hotplug detection: "enabled"
[  1901.965] (--) RandR disabled
[  1901.965] (II) Initializing built-in extension Generic Event Extension
[  1901.966] (II) Initializing built-in extension SHAPE
[  1901.966] (II) Initializing built-in extension MIT-SHM
[  1901.966] (II) Initializing built-in extension XInputExtension
[  1901.966] (II) Initializing built-in extension XTEST
[  1901.966] (II) Initializing built-in extension BIG-REQUESTS
[  1901.966] (II) Initializing built-in extension SYNC
[  1901.966] (II) Initializing built-in extension XKEYBOARD
[  1901.966] (II) Initializing built-in extension XC-MISC
[  1901.966] (II) Initializing built-in extension SECURITY
[  1901.966] (II) Initializing built-in extension XINERAMA
[  1901.966] (II) Initializing built-in extension XFIXES
[  1901.966] (II) Initializing built-in extension RENDER
[  1901.966] (II) Initializing built-in extension RANDR
[  1901.966] (II) Initializing built-in extension COMPOSITE
[  1901.966] (II) Initializing built-in extension DAMAGE
[  1901.966] (II) Initializing built-in extension GESTURE
[  1901.982] (II) AIGLX: Trying DRI driver /usr/lib/dri/i965_dri.so
[  1901.985] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1901.985] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1901.985] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1901.985] (II) AIGLX: enabled GLX_SGI_make_current_read
[  1901.985] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1901.986] (II) AIGLX: Loaded and initialized i965
[  1901.986] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1901.986] (II) intel(0): Setting screen physical size to 270 x 203
[  1901.995] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[  1902.006] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1902.006] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1902.006] (II) LoadModule: "evdev"
[  1902.006] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.007] (II) Module evdev: vendor="X.Org Foundation"
[  1902.007] 	compiled for 1.10.0.902, module version = 2.6.0
[  1902.007] 	Module class: X.Org XInput Driver
[  1902.007] 	ABI class: X.Org XInput driver, version 12.3
[  1902.007] (II) Using input driver 'evdev' for 'Power Button'
[  1902.007] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.007] (**) Power Button: always reports core events
[  1902.007] (**) Power Button: Device: "/dev/input/event3"
[  1902.048] (--) Power Button: Found keys
[  1902.048] (II) Power Button: Configuring as keyboard
[  1902.048] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1902.048] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1902.048] (**) Option "xkb_rules" "evdev"
[  1902.048] (**) Option "xkb_model" "pc105"
[  1902.048] (**) Option "xkb_layout" "us"
[  1902.049] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[  1902.050] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1902.050] (II) Using input driver 'evdev' for 'Video Bus'
[  1902.050] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.050] (**) Video Bus: always reports core events
[  1902.050] (**) Video Bus: Device: "/dev/input/event16"
[  1902.068] (--) Video Bus: Found keys
[  1902.068] (II) Video Bus: Configuring as keyboard
[  1902.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input16/event16"
[  1902.068] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  1902.068] (**) Option "xkb_rules" "evdev"
[  1902.068] (**) Option "xkb_model" "pc105"
[  1902.068] (**) Option "xkb_layout" "us"
[  1902.071] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[  1902.071] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1902.071] (II) Using input driver 'evdev' for 'Video Bus'
[  1902.071] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.071] (**) Video Bus: always reports core events
[  1902.071] (**) Video Bus: Device: "/dev/input/event15"
[  1902.071] (--) Video Bus: Found keys
[  1902.071] (II) Video Bus: Configuring as keyboard
[  1902.071] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input15/event15"
[  1902.071] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  1902.072] (**) Option "xkb_rules" "evdev"
[  1902.072] (**) Option "xkb_model" "pc105"
[  1902.072] (**) Option "xkb_layout" "us"
[  1902.077] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1902.077] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1902.077] (II) Using input driver 'evdev' for 'Power Button'
[  1902.077] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.077] (**) Power Button: always reports core events
[  1902.077] (**) Power Button: Device: "/dev/input/event2"
[  1902.078] (--) Power Button: Found keys
[  1902.078] (II) Power Button: Configuring as keyboard
[  1902.078] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[  1902.078] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1902.078] (**) Option "xkb_rules" "evdev"
[  1902.078] (**) Option "xkb_model" "pc105"
[  1902.078] (**) Option "xkb_layout" "us"
[  1902.079] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1902.079] (II) No input driver/identifier specified (ignoring)
[  1902.079] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1902.079] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1902.080] (II) Using input driver 'evdev' for 'Sleep Button'
[  1902.080] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.080] (**) Sleep Button: always reports core events
[  1902.080] (**) Sleep Button: Device: "/dev/input/event1"
[  1902.080] (--) Sleep Button: Found keys
[  1902.080] (II) Sleep Button: Configuring as keyboard
[  1902.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[  1902.080] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[  1902.080] (**) Option "xkb_rules" "evdev"
[  1902.080] (**) Option "xkb_model" "pc105"
[  1902.080] (**) Option "xkb_layout" "us"
[  1902.085] (II) config/udev: Adding input device USB2.0 UVC 2M WebCam (/dev/input/event13)
[  1902.086] (**) USB2.0 UVC 2M WebCam: Applying InputClass "evdev keyboard catchall"
[  1902.086] (II) Using input driver 'evdev' for 'USB2.0 UVC 2M WebCam'
[  1902.086] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.086] (**) USB2.0 UVC 2M WebCam: always reports core events
[  1902.086] (**) USB2.0 UVC 2M WebCam: Device: "/dev/input/event13"
[  1902.086] (--) USB2.0 UVC 2M WebCam: Found keys
[  1902.086] (II) USB2.0 UVC 2M WebCam: Configuring as keyboard
[  1902.086] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input13/event13"
[  1902.086] (II) XINPUT: Adding extended input device "USB2.0 UVC 2M WebCam" (type: KEYBOARD)
[  1902.086] (**) Option "xkb_rules" "evdev"
[  1902.086] (**) Option "xkb_model" "pc105"
[  1902.086] (**) Option "xkb_layout" "us"
[  1902.089] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event17)
[  1902.089] (II) No input driver/identifier specified (ignoring)
[  1902.090] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event18)
[  1902.090] (II) No input driver/identifier specified (ignoring)
[  1902.094] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/event8)
[  1902.094] (**) A4Tech PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[  1902.094] (II) Using input driver 'evdev' for 'A4Tech PS/2+USB Mouse'
[  1902.094] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.095] (**) A4Tech PS/2+USB Mouse: always reports core events
[  1902.095] (**) A4Tech PS/2+USB Mouse: Device: "/dev/input/event8"
[  1902.095] (--) A4Tech PS/2+USB Mouse: Found 12 mouse buttons
[  1902.095] (--) A4Tech PS/2+USB Mouse: Found scroll wheel(s)
[  1902.095] (--) A4Tech PS/2+USB Mouse: Found relative axes
[  1902.095] (--) A4Tech PS/2+USB Mouse: Found x and y relative axes
[  1902.095] (II) A4Tech PS/2+USB Mouse: Configuring as mouse
[  1902.095] (II) A4Tech PS/2+USB Mouse: Adding scrollwheel support
[  1902.095] (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[  1902.095] (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1902.095] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/input/input8/event8"
[  1902.095] (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE)
[  1902.095] (II) A4Tech PS/2+USB Mouse: initialized for relative axes.
[  1902.095] (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[  1902.095] (**) A4Tech PS/2+USB Mouse: (accel) acceleration profile 0
[  1902.095] (**) A4Tech PS/2+USB Mouse: (accel) acceleration factor: 2.000
[  1902.096] (**) A4Tech PS/2+USB Mouse: (accel) acceleration threshold: 4
[  1902.096] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/mouse1)
[  1902.096] (II) No input driver/identifier specified (ignoring)
[  1902.099] (II) config/udev: Adding input device Logitech Logitech USB Headset (/dev/input/event9)
[  1902.099] (**) Logitech Logitech USB Headset: Applying InputClass "evdev keyboard catchall"
[  1902.099] (II) Using input driver 'evdev' for 'Logitech Logitech USB Headset'
[  1902.099] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.099] (**) Logitech Logitech USB Headset: always reports core events
[  1902.099] (**) Logitech Logitech USB Headset: Device: "/dev/input/event9"
[  1902.099] (--) Logitech Logitech USB Headset: Found keys
[  1902.099] (II) Logitech Logitech USB Headset: Configuring as keyboard
[  1902.099] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.3/input/input9/event9"
[  1902.099] (II) XINPUT: Adding extended input device "Logitech Logitech USB Headset" (type: KEYBOARD)
[  1902.099] (**) Option "xkb_rules" "evdev"
[  1902.099] (**) Option "xkb_model" "pc105"
[  1902.099] (**) Option "xkb_layout" "us"
[  1902.101] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event10)
[  1902.101] (**) CHICONY USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1902.101] (II) Using input driver 'evdev' for 'CHICONY USB Keyboard'
[  1902.101] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.101] (**) CHICONY USB Keyboard: always reports core events
[  1902.101] (**) CHICONY USB Keyboard: Device: "/dev/input/event10"
[  1902.101] (--) CHICONY USB Keyboard: Found keys
[  1902.101] (II) CHICONY USB Keyboard: Configuring as keyboard
[  1902.101] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.4/2-1.1.4:1.0/input/input10/event10"
[  1902.101] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD)
[  1902.101] (**) Option "xkb_rules" "evdev"
[  1902.102] (**) Option "xkb_model" "pc105"
[  1902.102] (**) Option "xkb_layout" "us"
[  1902.103] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event11)
[  1902.104] (**) CHICONY USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1902.104] (II) Using input driver 'evdev' for 'CHICONY USB Keyboard'
[  1902.104] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.104] (**) CHICONY USB Keyboard: always reports core events
[  1902.104] (**) CHICONY USB Keyboard: Device: "/dev/input/event11"
[  1902.108] (--) CHICONY USB Keyboard: Found keys
[  1902.108] (II) CHICONY USB Keyboard: Configuring as keyboard
[  1902.108] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.4/2-1.1.4:1.1/input/input11/event11"
[  1902.108] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD)
[  1902.108] (**) Option "xkb_rules" "evdev"
[  1902.108] (**) Option "xkb_model" "pc105"
[  1902.108] (**) Option "xkb_layout" "us"
[  1902.109] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event5)
[  1902.109] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[  1902.109] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[  1902.109] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.109] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[  1902.109] (**) Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event5"
[  1902.112] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[  1902.112] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[  1902.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input5/event5"
[  1902.112] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD)
[  1902.112] (**) Option "xkb_rules" "evdev"
[  1902.112] (**) Option "xkb_model" "pc105"
[  1902.112] (**) Option "xkb_layout" "us"
[  1902.113] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event6)
[  1902.113] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev pointer catchall"
[  1902.113] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[  1902.113] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[  1902.113] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.113] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[  1902.113] (**) Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event6"
[  1902.113] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found 9 mouse buttons
[  1902.113] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found scroll wheel(s)
[  1902.113] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found relative axes
[  1902.113] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found x and y relative axes
[  1902.113] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found absolute axes
[  1902.113] (II) evdev-grail: failed to open grail, no gesture support
[  1902.113] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[  1902.113] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as mouse
[  1902.113] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[  1902.113] (II) Microsoft Microsoft® Nano Transceiver v2.0: Adding scrollwheel support
[  1902.113] (**) Microsoft Microsoft® Nano Transceiver v2.0: YAxisMapping: buttons 4 and 5
[  1902.114] (**) Microsoft Microsoft® Nano Transceiver v2.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1902.114] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/input/input6/event6"
[  1902.114] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD)
[  1902.114] (**) Option "xkb_rules" "evdev"
[  1902.114] (**) Option "xkb_model" "pc105"
[  1902.114] (**) Option "xkb_layout" "us"
[  1902.114] (II) Microsoft Microsoft® Nano Transceiver v2.0: initialized for relative axes.
[  1902.114] (WW) Microsoft Microsoft® Nano Transceiver v2.0: ignoring absolute axes.
[  1902.114] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) keeping acceleration scheme 1
[  1902.114] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration profile 0
[  1902.114] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[  1902.115] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[  1902.115] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/mouse0)
[  1902.115] (II) No input driver/identifier specified (ignoring)
[  1902.116] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event7)
[  1902.116] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[  1902.117] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[  1902.117] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.117] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[  1902.117] (**) Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event7"
[  1902.117] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found 1 mouse buttons
[  1902.117] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found scroll wheel(s)
[  1902.117] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found relative axes
[  1902.117] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found absolute axes
[  1902.118] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found x and y absolute axes
[  1902.118] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[  1902.118] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as mouse
[  1902.118] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[  1902.118] (II) Microsoft Microsoft® Nano Transceiver v2.0: Adding scrollwheel support
[  1902.118] (**) Microsoft Microsoft® Nano Transceiver v2.0: YAxisMapping: buttons 4 and 5
[  1902.118] (**) Microsoft Microsoft® Nano Transceiver v2.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1902.118] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/input/input7/event7"
[  1902.119] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD)
[  1902.119] (**) Option "xkb_rules" "evdev"
[  1902.119] (**) Option "xkb_model" "pc105"
[  1902.119] (**) Option "xkb_layout" "us"
[  1902.119] (EE) Microsoft Microsoft® Nano Transceiver v2.0: failed to initialize for relative axes.
[  1902.123] (WW) Touch X valuator does not match pointer X valuator, pointer emulation may be incorrect
[  1902.123] (WW) Touch Y valuator does not match pointer Y valuator, pointer emulation may be incorrect
[  1902.123] (II) Microsoft Microsoft® Nano Transceiver v2.0: initialized for absolute axes.
[  1902.124] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) keeping acceleration scheme 1
[  1902.124] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration profile 0
[  1902.124] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[  1902.124] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[  1902.125] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/js0)
[  1902.125] (II) No input driver/identifier specified (ignoring)
[  1902.133] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event12)
[  1902.133] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[  1902.133] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
[  1902.133] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.133] (**) Asus Laptop extra buttons: always reports core events
[  1902.133] (**) Asus Laptop extra buttons: Device: "/dev/input/event12"
[  1902.133] (--) Asus Laptop extra buttons: Found keys
[  1902.133] (II) Asus Laptop extra buttons: Configuring as keyboard
[  1902.133] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input12/event12"
[  1902.133] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
[  1902.133] (**) Option "xkb_rules" "evdev"
[  1902.133] (**) Option "xkb_model" "pc105"
[  1902.133] (**) Option "xkb_layout" "us"
[  1902.135] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  1902.135] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1902.135] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1902.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1902.135] (**) AT Translated Set 2 keyboard: always reports core events
[  1902.135] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[  1902.135] (--) AT Translated Set 2 keyboard: Found keys
[  1902.135] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  1902.135] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  1902.135] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  1902.135] (**) Option "xkb_rules" "evdev"
[  1902.135] (**) Option "xkb_model" "pc105"
[  1902.135] (**) Option "xkb_layout" "us"
[  1902.136] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[  1902.136] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[  1902.136] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[  1902.136] (II) LoadModule: "synaptics"
[  1902.136] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1902.136] (II) Module synaptics: vendor="X.Org Foundation"
[  1902.136] 	compiled for 1.10.0.902, module version = 1.3.99
[  1902.136] 	Module class: X.Org XInput Driver
[  1902.136] 	ABI class: X.Org XInput driver, version 12.3
[  1902.136] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[  1902.136] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1902.136] (**) ETPS/2 Elantech Touchpad: always reports core events
[  1902.136] (**) Option "Device" "/dev/input/event14"
[  1902.142] (--) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
[  1902.142] (--) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
[  1902.142] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
[  1902.142] (--) ETPS/2 Elantech Touchpad: buttons: left right double triple
[  1902.142] (--) ETPS/2 Elantech Touchpad: invalid pressure range.  defaulting to 0 - 256
[  1902.142] (--) ETPS/2 Elantech Touchpad: invalid finger width range.  defaulting to 0 - 16
[  1902.142] (--) ETPS/2 Elantech Touchpad: touchpad found
[  1902.142] (**) ETPS/2 Elantech Touchpad: always reports core events
[  1902.142] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event14"
[  1902.142] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
[  1902.142] (**) ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[  1902.142] (**) ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
[  1902.142] (**) ETPS/2 Elantech Touchpad: AccelFactor is now 0.147
[  1902.142] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[  1902.142] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[  1902.142] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[  1902.142] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[  1902.143] (II) ETPS/2 Elantech Touchpad: failed to open grail, no gesture support
[  1902.143] (--) ETPS/2 Elantech Touchpad: touchpad found
[  1902.143] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse2)
[  1902.143] (II) No input driver/identifier specified (ignoring)
[  1902.823] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1902.823] (II) intel(0): Printing DDC gathered Modelines:
[  1902.823] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1902.892] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1902.892] (II) intel(0): Printing DDC gathered Modelines:
[  1902.892] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1902.962] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1902.962] (II) intel(0): Printing DDC gathered Modelines:
[  1902.962] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1903.032] (II) intel(0): Allocated new frame buffer 3328x1080 stride 13312, tiled
[  1903.573] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1903.573] (II) intel(0): Printing DDC gathered Modelines:
[  1903.574] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1912.343] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1912.343] (II) intel(0): Printing DDC gathered Modelines:
[  1912.343] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)
[  1912.417] (II) intel(0): EDID vendor "CMO", prod id 5523
[  1912.417] (II) intel(0): Printing DDC gathered Modelines:
[  1912.417] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1382 1416 1466  768 770 776 788 -hsync -vsync (47.3 kHz)

Follow ups

References