hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #01098
Re: bumblebee v1.0 has been released... updated script and new name...
Also I noticed this:
$ sudo /etc/init.d/xdm-optimus start
* Starting X display manager xdm-optimus
Starting /usr/bin/xdm-optimus...
start-stop-daemon: unable to start /usr/bin/xdm-optimus (Exec format error)
the line 64 in this file is:
LD_LIBRARY_PATH=/usr/lib/nvidia-current start-stop-daemon --start -v
$SSD_START_ARGS -- -config /etc/X11/xdm-optimus/xdm-config\
and the command executed looks like this:
LD_LIBRARY_PATH=/usr/lib/nvidia-current start-stop-daemon --start -v
--pidfile /var/run/xdm-optimus.pid --name xdm-optimus --startas
/usr/bin/xdm-optimus -- -config /etc/X11/xdm-optimus/xdm-config
Gaspo
On 10/05/11 11:50, Martin Juhl wrote:
Ok..
Please send me your Xorg.1.log now
/Martin
------------------------------------------------------------------------
*Fra: *"Gaspo" <martin@xxxxxxxx>
*Til: *hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
*Sendt: *tirsdag, 10. maj 2011 11:26:21
*Emne: *Re: [Hybrid-graphics-linux] bumblebee v1.0 has been released...
updated script and new name...
OK, Im sorry, after I restarted my notebook, things has changed a bit..
$ ps aux | grep X
root 1150 8.9 0.8 283508 24316 tty7 Ss+ 11:16 0:23
/usr/bin/X :0 -nr -verbose -auth
/var/run/gdm/auth-for-gdm-wTPORz/database -nolisten tcp vt7
X server is back on vt7, I dont know how it got to 9. But now I get this
error:
[VGL] ERROR: Could not open display :1
I will search more, but no luck so far. Please let me know if you have
any idea.
Gaspo
On 10/05/11 10:52, Gaspo wrote:
> $ 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
>
>
> _______________________________________________
> 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
[ 11073.257]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 11073.257] X Protocol Version 11, Revision 0
[ 11073.257] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 11073.257] Current Operating System: Linux gaspo 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686
[ 11073.257] 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
[ 11073.257] Build Date: 19 April 2011 03:33:17PM
[ 11073.257] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 11073.257] Current version of pixman: 0.20.2
[ 11073.257] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11073.257] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11073.257] (==) Log file: "/var/log/Xorg.1.log", Time: Tue May 10 11:15:31 2011
[ 11073.258] (==) Using config file: "/etc/X11/xorg.conf"
[ 11073.258] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11073.258] (==) ServerLayout "Layout0"
[ 11073.258] (**) |-->Screen "Screen0" (0)
[ 11073.259] (**) | |-->Monitor "Monitor0"
[ 11073.259] (**) | |-->Device "Device0"
[ 11073.259] (**) |-->Input Device "Keyboard0"
[ 11073.259] (**) |-->Input Device "Mouse0"
[ 11073.259] (==) Automatically adding devices
[ 11073.259] (==) Automatically enabling devices
[ 11073.260] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 11073.260] Entry deleted from font path.
[ 11073.260] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 11073.260] Entry deleted from font path.
[ 11073.260] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 11073.260] Entry deleted from font path.
[ 11073.260] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 11073.260] Entry deleted from font path.
[ 11073.260] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 11073.260] Entry deleted from font path.
[ 11073.260] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 11073.260] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 11073.260] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11073.260] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 11073.260] (WW) Disabling Keyboard0
[ 11073.260] (WW) Disabling Mouse0
[ 11073.260] (II) Loader magic: 0x81ffde0
[ 11073.260] (II) Module ABI versions:
[ 11073.260] X.Org ANSI C Emulation: 0.4
[ 11073.260] X.Org Video Driver: 10.0
[ 11073.260] X.Org XInput driver : 12.3
[ 11073.261] X.Org Server Extension : 5.0
[ 11073.262] (--) PCI:*(0:0:2:0) 8086:0046:1043:1252 rev 18, Mem @ 0xe3400000/4194304, 0xc0000000/268435456, I/O @ 0x0000e080/8
[ 11073.262] (--) 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
[ 11073.263] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11073.263] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 11073.263] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 11073.263] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 11073.263] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 11073.263] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 11073.263] (II) "dri2" will be loaded by default.
[ 11073.263] (II) LoadModule: "dbe"
[ 11073.264] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 11073.264] (II) Module dbe: vendor="X.Org Foundation"
[ 11073.264] compiled for 1.10.1, module version = 1.0.0
[ 11073.264] Module class: X.Org Server Extension
[ 11073.264] ABI class: X.Org Server Extension, version 5.0
[ 11073.264] (II) Loading extension DOUBLE-BUFFER
[ 11073.264] (II) LoadModule: "dri"
[ 11073.265] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 11073.265] (II) Module dri: vendor="X.Org Foundation"
[ 11073.265] compiled for 1.10.1, module version = 1.0.0
[ 11073.265] ABI class: X.Org Server Extension, version 5.0
[ 11073.265] (II) Loading extension XFree86-DRI
[ 11073.265] (II) LoadModule: "extmod"
[ 11073.266] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 11073.266] (II) Module extmod: vendor="X.Org Foundation"
[ 11073.266] compiled for 1.10.1, module version = 1.0.0
[ 11073.266] Module class: X.Org Server Extension
[ 11073.266] ABI class: X.Org Server Extension, version 5.0
[ 11073.266] (II) Loading extension MIT-SCREEN-SAVER
[ 11073.266] (II) Loading extension XFree86-VidModeExtension
[ 11073.266] (II) Loading extension XFree86-DGA
[ 11073.266] (II) Loading extension DPMS
[ 11073.266] (II) Loading extension XVideo
[ 11073.266] (II) Loading extension XVideo-MotionCompensation
[ 11073.266] (II) Loading extension X-Resource
[ 11073.266] (II) LoadModule: "glx"
[ 11073.267] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11073.267] (II) Module glx: vendor="X.Org Foundation"
[ 11073.267] compiled for 1.10.1, module version = 1.0.0
[ 11073.267] ABI class: X.Org Server Extension, version 5.0
[ 11073.267] (==) AIGLX enabled
[ 11073.267] (II) Loading extension GLX
[ 11073.267] (II) LoadModule: "record"
[ 11073.267] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 11073.268] (II) Module record: vendor="X.Org Foundation"
[ 11073.268] compiled for 1.10.1, module version = 1.13.0
[ 11073.268] Module class: X.Org Server Extension
[ 11073.268] ABI class: X.Org Server Extension, version 5.0
[ 11073.268] (II) Loading extension RECORD
[ 11073.268] (II) LoadModule: "xtrap"
[ 11073.268] (WW) Warning, couldn't open module xtrap
[ 11073.268] (II) UnloadModule: "xtrap"
[ 11073.268] (II) Unloading xtrap
[ 11073.268] (EE) Failed to load module "xtrap" (module does not exist, 0)
[ 11073.268] (II) LoadModule: "dri2"
[ 11073.269] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 11073.269] (II) Module dri2: vendor="X.Org Foundation"
[ 11073.269] compiled for 1.10.1, module version = 1.2.0
[ 11073.269] ABI class: X.Org Server Extension, version 5.0
[ 11073.269] (II) Loading extension DRI2
[ 11073.269] (II) LoadModule: "intel"
[ 11073.269] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 11073.269] (II) Module intel: vendor="X.Org Foundation"
[ 11073.269] compiled for 1.10.1, module version = 2.14.0
[ 11073.269] Module class: X.Org Video Driver
[ 11073.269] ABI class: X.Org Video Driver, version 10.0
[ 11073.269] (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
[ 11073.270] (--) using VT number 8
[ 11073.276] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 11073.277] drmOpenDevice: node name is /dev/dri/card0
[ 11073.277] drmOpenDevice: open result is 9, (OK)
[ 11073.277] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 11073.277] drmOpenDevice: node name is /dev/dri/card0
[ 11073.277] drmOpenDevice: open result is 9, (OK)
[ 11073.277] drmOpenByBusid: drmOpenMinor returns 9
[ 11073.277] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 11073.277] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 11073.277] (==) intel(0): RGB weight 888
[ 11073.277] (==) intel(0): Default visual is TrueColor
[ 11073.277] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[ 11073.277] (--) intel(0): Chipset: "Arrandale"
[ 11073.277] (**) intel(0): Relaxed fencing enabled
[ 11073.277] (**) intel(0): Tiling enabled
[ 11073.277] (**) intel(0): SwapBuffers wait enabled
[ 11073.277] (==) intel(0): video overlay key set to 0x101fe
[ 11073.277] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 11073.278] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 11073.338] (II) intel(0): Output VGA1 has no monitor section
[ 11073.343] (II) intel(0): Output HDMI1 has no monitor section
[ 11073.344] (II) intel(0): Output DP1 has no monitor section
[ 11073.344] (II) intel(0): EDID for output LVDS1
[ 11073.344] (II) intel(0): Manufacturer: CMO Model: 1593 Serial#: 0
[ 11073.344] (II) intel(0): Year: 2010 Week: 8
[ 11073.344] (II) intel(0): EDID Version: 1.3
[ 11073.344] (II) intel(0): Digital Display Input
[ 11073.344] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 11073.344] (II) intel(0): Gamma: 2.20
[ 11073.344] (II) intel(0): No DPMS capabilities specified
[ 11073.344] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 11073.344] (II) intel(0): First detailed timing is preferred mode
[ 11073.344] (II) intel(0): redX: 0.577 redY: 0.364 greenX: 0.348 greenY: 0.563
[ 11073.344] (II) intel(0): blueX: 0.151 blueY: 0.116 whiteX: 0.313 whiteY: 0.329
[ 11073.344] (II) intel(0): Manufacturer's mask: 0
[ 11073.344] (II) intel(0): Supported detailed timing:
[ 11073.344] (II) intel(0): clock: 69.3 MHz Image Size: 344 x 193 mm
[ 11073.344] (II) intel(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
[ 11073.344] (II) intel(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
[ 11073.344] (II) intel(0): N156B3-L0B
[ 11073.344] (II) intel(0): CMO
[ 11073.344] (II) intel(0): N156B3-L0B
[ 11073.344] (II) intel(0): EDID (in hex):
[ 11073.344] (II) intel(0): 00ffffffffffff000daf931500000000
[ 11073.344] (II) intel(0): 08140103802213780ad1f5935d599026
[ 11073.344] (II) intel(0): 1d505400000001010101010101010101
[ 11073.344] (II) intel(0): 010101010101121b5664500014301022
[ 11073.344] (II) intel(0): 260058c110000018000000fe004e3135
[ 11073.344] (II) intel(0): 3642332d4c30420a2020000000fe0043
[ 11073.344] (II) intel(0): 4d4f0a202020202020202020000000fe
[ 11073.344] (II) intel(0): 004e31353642332d4c30420a20200076
[ 11073.344] (II) intel(0): EDID vendor "CMO", prod id 5523
[ 11073.344] (II) intel(0): Printing DDC gathered Modelines:
[ 11073.344] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz)
[ 11073.344] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 11073.345] (II) intel(0): Printing probed modes for output LVDS1
[ 11073.345] (II) intel(0): Modeline "1366x768"x60.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz)
[ 11073.345] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 11073.345] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
[ 11073.345] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11073.345] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11073.345] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 11073.345] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11073.405] (II) intel(0): EDID for output VGA1
[ 11073.405] (II) intel(0): Manufacturer: BNQ Model: 7820 Serial#: 21573
[ 11073.405] (II) intel(0): Year: 2010 Week: 12
[ 11073.405] (II) intel(0): EDID Version: 1.3
[ 11073.405] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 11073.405] (II) intel(0): Sync: Separate Composite SyncOnGreen
[ 11073.405] (II) intel(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 11073.405] (II) intel(0): Gamma: 2.20
[ 11073.405] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[ 11073.405] (II) intel(0): Default color space is primary color space
[ 11073.405] (II) intel(0): First detailed timing is preferred mode
[ 11073.405] (II) intel(0): redX: 0.648 redY: 0.339 greenX: 0.282 greenY: 0.603
[ 11073.405] (II) intel(0): blueX: 0.143 blueY: 0.070 whiteX: 0.312 whiteY: 0.329
[ 11073.405] (II) intel(0): Supported established timings:
[ 11073.405] (II) intel(0): 720x400@70Hz
[ 11073.405] (II) intel(0): 640x480@60Hz
[ 11073.405] (II) intel(0): 640x480@75Hz
[ 11073.405] (II) intel(0): 800x600@60Hz
[ 11073.405] (II) intel(0): 800x600@75Hz
[ 11073.406] (II) intel(0): 832x624@75Hz
[ 11073.406] (II) intel(0): 1024x768@60Hz
[ 11073.406] (II) intel(0): 1024x768@75Hz
[ 11073.406] (II) intel(0): 1280x1024@75Hz
[ 11073.406] (II) intel(0): 1152x864@75Hz
[ 11073.406] (II) intel(0): Manufacturer's mask: 0
[ 11073.406] (II) intel(0): Supported standard timings:
[ 11073.406] (II) intel(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 11073.406] (II) intel(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 11073.406] (II) intel(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 11073.406] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 11073.406] (II) intel(0): #4: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 11073.406] (II) intel(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 11073.406] (II) intel(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 11073.406] (II) intel(0): Supported detailed timing:
[ 11073.406] (II) intel(0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 11073.406] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 11073.406] (II) intel(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 11073.406] (II) intel(0): Serial No: 93A00790SL0
[ 11073.406] (II) intel(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[ 11073.406] (II) intel(0): Monitor name: BenQ G2220HD
[ 11073.406] (II) intel(0): EDID (in hex):
[ 11073.406] (II) intel(0): 00ffffffffffff0009d1207845540000
[ 11073.406] (II) intel(0): 0c1401030e301b782e3581a656489a24
[ 11073.406] (II) intel(0): 125054a56b80710081c081408180a9c0
[ 11073.406] (II) intel(0): b300d1c00101023a801871382d40582c
[ 11073.406] (II) intel(0): 4500dd0c1100001e000000ff00393341
[ 11073.406] (II) intel(0): 3030373930534c300a0a000000fd0032
[ 11073.406] (II) intel(0): 4c185311000a202020202020000000fc
[ 11073.406] (II) intel(0): 0042656e5120473232323048440a0077
[ 11073.406] (II) intel(0): Printing probed modes for output VGA1
[ 11073.406] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 11073.406] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 11073.406] (II) intel(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
[ 11073.406] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11073.406] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11073.406] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 11073.406] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 11073.406] (II) intel(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 11073.406] (II) intel(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 11073.406] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 11073.406] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11073.406] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 11073.406] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11073.406] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11073.406] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11073.406] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11073.406] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11073.411] (II) intel(0): EDID for output HDMI1
[ 11073.412] (II) intel(0): EDID for output DP1
[ 11073.412] (II) intel(0): Output LVDS1 connected
[ 11073.412] (II) intel(0): Output VGA1 connected
[ 11073.412] (II) intel(0): Output HDMI1 disconnected
[ 11073.412] (II) intel(0): Output DP1 disconnected
[ 11073.412] (II) intel(0): Using fuzzy aspect match for initial modes
[ 11073.412] (II) intel(0): Output LVDS1 using initial mode 1024x768
[ 11073.412] (II) intel(0): Output VGA1 using initial mode 1024x768
[ 11073.412] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 11073.412] (II) intel(0): Kernel page flipping support detected, enabling
[ 11073.412] (**) intel(0): Display dimensions: (340, 190) mm
[ 11073.412] (**) intel(0): DPI set to (76, 102)
[ 11073.412] (II) Loading sub module "fb"
[ 11073.412] (II) LoadModule: "fb"
[ 11073.412] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11073.412] (II) Module fb: vendor="X.Org Foundation"
[ 11073.412] compiled for 1.10.1, module version = 1.0.0
[ 11073.412] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11073.412] (==) Depth 24 pixmap format is 32 bpp
[ 11073.412] (==) intel(0): VideoRam: 262144 KB
[ 11073.412] (II) intel(0): [DRI2] Setup complete
[ 11073.412] (II) intel(0): [DRI2] DRI driver: i965
[ 11073.412] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 11073.422] (II) UXA(0): Driver registered support for the following operations:
[ 11073.422] (II) solid
[ 11073.422] (II) copy
[ 11073.422] (II) composite (RENDER acceleration)
[ 11073.422] (II) put_image
[ 11073.422] (II) get_image
[ 11073.422] (==) intel(0): Backing store disabled
[ 11073.422] (==) intel(0): Silken mouse enabled
[ 11073.422] (II) intel(0): Initializing HW Cursor
[ 11073.710] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 11073.712] (**) intel(0): DPMS enabled
[ 11073.712] (==) intel(0): Intel XvMC decoder enabled
[ 11073.712] (II) intel(0): Set up textured video
[ 11073.712] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 11073.712] (II) intel(0): direct rendering: DRI2 Enabled
[ 11073.712] (==) intel(0): hotplug detection: "enabled"
[ 11073.712] (--) RandR disabled
[ 11073.712] (II) Initializing built-in extension Generic Event Extension
[ 11073.712] (II) Initializing built-in extension SHAPE
[ 11073.712] (II) Initializing built-in extension MIT-SHM
[ 11073.713] (II) Initializing built-in extension XInputExtension
[ 11073.713] (II) Initializing built-in extension XTEST
[ 11073.713] (II) Initializing built-in extension BIG-REQUESTS
[ 11073.713] (II) Initializing built-in extension SYNC
[ 11073.713] (II) Initializing built-in extension XKEYBOARD
[ 11073.713] (II) Initializing built-in extension XC-MISC
[ 11073.713] (II) Initializing built-in extension SECURITY
[ 11073.713] (II) Initializing built-in extension XINERAMA
[ 11073.713] (II) Initializing built-in extension XFIXES
[ 11073.713] (II) Initializing built-in extension RENDER
[ 11073.713] (II) Initializing built-in extension RANDR
[ 11073.713] (II) Initializing built-in extension COMPOSITE
[ 11073.713] (II) Initializing built-in extension DAMAGE
[ 11073.713] (II) Initializing built-in extension GESTURE
[ 11073.727] (II) AIGLX: Trying DRI driver /usr/lib/dri/i965_dri.so
[ 11073.731] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 11073.731] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 11073.731] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 11073.731] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 11073.731] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 11073.731] (II) AIGLX: Loaded and initialized i965
[ 11073.731] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 11073.731] (II) intel(0): Setting screen physical size to 270 x 203
[ 11073.740] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 11073.750] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 11073.751] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11073.751] (II) LoadModule: "evdev"
[ 11073.751] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.751] (II) Module evdev: vendor="X.Org Foundation"
[ 11073.751] compiled for 1.10.0.902, module version = 2.6.0
[ 11073.751] Module class: X.Org XInput Driver
[ 11073.751] ABI class: X.Org XInput driver, version 12.3
[ 11073.751] (II) Using input driver 'evdev' for 'Power Button'
[ 11073.751] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.751] (**) Power Button: always reports core events
[ 11073.751] (**) Power Button: Device: "/dev/input/event3"
[ 11073.751] (--) Power Button: Found keys
[ 11073.751] (II) Power Button: Configuring as keyboard
[ 11073.751] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 11073.751] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 11073.751] (**) Option "xkb_rules" "evdev"
[ 11073.751] (**) Option "xkb_model" "pc105"
[ 11073.751] (**) Option "xkb_layout" "us"
[ 11073.754] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 11073.754] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 11073.754] (II) Using input driver 'evdev' for 'Video Bus'
[ 11073.754] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.754] (**) Video Bus: always reports core events
[ 11073.754] (**) Video Bus: Device: "/dev/input/event16"
[ 11073.754] (--) Video Bus: Found keys
[ 11073.754] (II) Video Bus: Configuring as keyboard
[ 11073.754] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input16/event16"
[ 11073.754] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 11073.754] (**) Option "xkb_rules" "evdev"
[ 11073.754] (**) Option "xkb_model" "pc105"
[ 11073.754] (**) Option "xkb_layout" "us"
[ 11073.756] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 11073.757] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 11073.757] (II) Using input driver 'evdev' for 'Video Bus'
[ 11073.757] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.757] (**) Video Bus: always reports core events
[ 11073.757] (**) Video Bus: Device: "/dev/input/event15"
[ 11073.757] (--) Video Bus: Found keys
[ 11073.757] (II) Video Bus: Configuring as keyboard
[ 11073.757] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input15/event15"
[ 11073.757] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 11073.757] (**) Option "xkb_rules" "evdev"
[ 11073.757] (**) Option "xkb_model" "pc105"
[ 11073.757] (**) Option "xkb_layout" "us"
[ 11073.762] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 11073.762] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11073.762] (II) Using input driver 'evdev' for 'Power Button'
[ 11073.762] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.763] (**) Power Button: always reports core events
[ 11073.763] (**) Power Button: Device: "/dev/input/event2"
[ 11073.763] (--) Power Button: Found keys
[ 11073.763] (II) Power Button: Configuring as keyboard
[ 11073.763] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 11073.763] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 11073.763] (**) Option "xkb_rules" "evdev"
[ 11073.763] (**) Option "xkb_model" "pc105"
[ 11073.763] (**) Option "xkb_layout" "us"
[ 11073.763] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 11073.763] (II) No input driver/identifier specified (ignoring)
[ 11073.764] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 11073.764] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 11073.764] (II) Using input driver 'evdev' for 'Sleep Button'
[ 11073.764] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.764] (**) Sleep Button: always reports core events
[ 11073.764] (**) Sleep Button: Device: "/dev/input/event1"
[ 11073.764] (--) Sleep Button: Found keys
[ 11073.764] (II) Sleep Button: Configuring as keyboard
[ 11073.764] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 11073.764] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 11073.764] (**) Option "xkb_rules" "evdev"
[ 11073.764] (**) Option "xkb_model" "pc105"
[ 11073.764] (**) Option "xkb_layout" "us"
[ 11073.770] (II) config/udev: Adding input device USB2.0 UVC 2M WebCam (/dev/input/event13)
[ 11073.770] (**) USB2.0 UVC 2M WebCam: Applying InputClass "evdev keyboard catchall"
[ 11073.770] (II) Using input driver 'evdev' for 'USB2.0 UVC 2M WebCam'
[ 11073.770] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.770] (**) USB2.0 UVC 2M WebCam: always reports core events
[ 11073.770] (**) USB2.0 UVC 2M WebCam: Device: "/dev/input/event13"
[ 11073.770] (--) USB2.0 UVC 2M WebCam: Found keys
[ 11073.770] (II) USB2.0 UVC 2M WebCam: Configuring as keyboard
[ 11073.770] (**) 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"
[ 11073.770] (II) XINPUT: Adding extended input device "USB2.0 UVC 2M WebCam" (type: KEYBOARD)
[ 11073.770] (**) Option "xkb_rules" "evdev"
[ 11073.770] (**) Option "xkb_model" "pc105"
[ 11073.770] (**) Option "xkb_layout" "us"
[ 11073.772] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event17)
[ 11073.772] (II) No input driver/identifier specified (ignoring)
[ 11073.773] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event18)
[ 11073.773] (II) No input driver/identifier specified (ignoring)
[ 11073.777] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/event8)
[ 11073.777] (**) A4Tech PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[ 11073.777] (II) Using input driver 'evdev' for 'A4Tech PS/2+USB Mouse'
[ 11073.777] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.777] (**) A4Tech PS/2+USB Mouse: always reports core events
[ 11073.777] (**) A4Tech PS/2+USB Mouse: Device: "/dev/input/event8"
[ 11073.778] (--) A4Tech PS/2+USB Mouse: Found 12 mouse buttons
[ 11073.778] (--) A4Tech PS/2+USB Mouse: Found scroll wheel(s)
[ 11073.778] (--) A4Tech PS/2+USB Mouse: Found relative axes
[ 11073.778] (--) A4Tech PS/2+USB Mouse: Found x and y relative axes
[ 11073.778] (II) A4Tech PS/2+USB Mouse: Configuring as mouse
[ 11073.778] (II) A4Tech PS/2+USB Mouse: Adding scrollwheel support
[ 11073.778] (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[ 11073.778] (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 11073.778] (**) 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"
[ 11073.778] (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE)
[ 11073.778] (II) A4Tech PS/2+USB Mouse: initialized for relative axes.
[ 11073.778] (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[ 11073.778] (**) A4Tech PS/2+USB Mouse: (accel) acceleration profile 0
[ 11073.778] (**) A4Tech PS/2+USB Mouse: (accel) acceleration factor: 2.000
[ 11073.778] (**) A4Tech PS/2+USB Mouse: (accel) acceleration threshold: 4
[ 11073.779] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/mouse1)
[ 11073.779] (II) No input driver/identifier specified (ignoring)
[ 11073.781] (II) config/udev: Adding input device Logitech Logitech USB Headset (/dev/input/event9)
[ 11073.782] (**) Logitech Logitech USB Headset: Applying InputClass "evdev keyboard catchall"
[ 11073.782] (II) Using input driver 'evdev' for 'Logitech Logitech USB Headset'
[ 11073.782] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.782] (**) Logitech Logitech USB Headset: always reports core events
[ 11073.782] (**) Logitech Logitech USB Headset: Device: "/dev/input/event9"
[ 11073.782] (--) Logitech Logitech USB Headset: Found keys
[ 11073.782] (II) Logitech Logitech USB Headset: Configuring as keyboard
[ 11073.782] (**) 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"
[ 11073.782] (II) XINPUT: Adding extended input device "Logitech Logitech USB Headset" (type: KEYBOARD)
[ 11073.782] (**) Option "xkb_rules" "evdev"
[ 11073.782] (**) Option "xkb_model" "pc105"
[ 11073.782] (**) Option "xkb_layout" "us"
[ 11073.784] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event10)
[ 11073.784] (**) CHICONY USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 11073.784] (II) Using input driver 'evdev' for 'CHICONY USB Keyboard'
[ 11073.784] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.784] (**) CHICONY USB Keyboard: always reports core events
[ 11073.784] (**) CHICONY USB Keyboard: Device: "/dev/input/event10"
[ 11073.784] (--) CHICONY USB Keyboard: Found keys
[ 11073.784] (II) CHICONY USB Keyboard: Configuring as keyboard
[ 11073.784] (**) 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"
[ 11073.784] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD)
[ 11073.784] (**) Option "xkb_rules" "evdev"
[ 11073.784] (**) Option "xkb_model" "pc105"
[ 11073.784] (**) Option "xkb_layout" "us"
[ 11073.786] (II) config/udev: Adding input device CHICONY USB Keyboard (/dev/input/event11)
[ 11073.786] (**) CHICONY USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 11073.786] (II) Using input driver 'evdev' for 'CHICONY USB Keyboard'
[ 11073.786] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.786] (**) CHICONY USB Keyboard: always reports core events
[ 11073.786] (**) CHICONY USB Keyboard: Device: "/dev/input/event11"
[ 11073.786] (--) CHICONY USB Keyboard: Found keys
[ 11073.786] (II) CHICONY USB Keyboard: Configuring as keyboard
[ 11073.786] (**) 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"
[ 11073.786] (II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD)
[ 11073.786] (**) Option "xkb_rules" "evdev"
[ 11073.787] (**) Option "xkb_model" "pc105"
[ 11073.787] (**) Option "xkb_layout" "us"
[ 11073.789] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event5)
[ 11073.789] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[ 11073.789] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 11073.789] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.789] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 11073.789] (**) Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event5"
[ 11073.789] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[ 11073.789] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[ 11073.789] (**) 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"
[ 11073.789] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD)
[ 11073.789] (**) Option "xkb_rules" "evdev"
[ 11073.789] (**) Option "xkb_model" "pc105"
[ 11073.789] (**) Option "xkb_layout" "us"
[ 11073.791] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event6)
[ 11073.791] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev pointer catchall"
[ 11073.791] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[ 11073.791] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 11073.791] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.791] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 11073.791] (**) Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event6"
[ 11073.791] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found 9 mouse buttons
[ 11073.791] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found scroll wheel(s)
[ 11073.791] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found relative axes
[ 11073.791] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found x and y relative axes
[ 11073.791] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found absolute axes
[ 11073.791] (II) evdev-grail: failed to open grail, no gesture support
[ 11073.791] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[ 11073.791] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as mouse
[ 11073.791] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[ 11073.791] (II) Microsoft Microsoft® Nano Transceiver v2.0: Adding scrollwheel support
[ 11073.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: YAxisMapping: buttons 4 and 5
[ 11073.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 11073.792] (**) 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"
[ 11073.792] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD)
[ 11073.792] (**) Option "xkb_rules" "evdev"
[ 11073.792] (**) Option "xkb_model" "pc105"
[ 11073.792] (**) Option "xkb_layout" "us"
[ 11073.792] (II) Microsoft Microsoft® Nano Transceiver v2.0: initialized for relative axes.
[ 11073.792] (WW) Microsoft Microsoft® Nano Transceiver v2.0: ignoring absolute axes.
[ 11073.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) keeping acceleration scheme 1
[ 11073.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration profile 0
[ 11073.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[ 11073.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[ 11073.793] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/mouse0)
[ 11073.793] (II) No input driver/identifier specified (ignoring)
[ 11073.794] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event7)
[ 11073.794] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[ 11073.795] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 11073.795] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.795] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 11073.795] (**) Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event7"
[ 11073.796] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found 1 mouse buttons
[ 11073.796] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found scroll wheel(s)
[ 11073.796] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found relative axes
[ 11073.796] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found absolute axes
[ 11073.797] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found x and y absolute axes
[ 11073.797] (--) Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[ 11073.797] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as mouse
[ 11073.797] (II) Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[ 11073.797] (II) Microsoft Microsoft® Nano Transceiver v2.0: Adding scrollwheel support
[ 11073.797] (**) Microsoft Microsoft® Nano Transceiver v2.0: YAxisMapping: buttons 4 and 5
[ 11073.797] (**) Microsoft Microsoft® Nano Transceiver v2.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 11073.797] (**) 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"
[ 11073.797] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD)
[ 11073.797] (**) Option "xkb_rules" "evdev"
[ 11073.797] (**) Option "xkb_model" "pc105"
[ 11073.797] (**) Option "xkb_layout" "us"
[ 11073.798] (EE) Microsoft Microsoft® Nano Transceiver v2.0: failed to initialize for relative axes.
[ 11073.802] (WW) Touch X valuator does not match pointer X valuator, pointer emulation may be incorrect
[ 11073.802] (WW) Touch Y valuator does not match pointer Y valuator, pointer emulation may be incorrect
[ 11073.802] (II) Microsoft Microsoft® Nano Transceiver v2.0: initialized for absolute axes.
[ 11073.802] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) keeping acceleration scheme 1
[ 11073.802] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration profile 0
[ 11073.803] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[ 11073.803] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[ 11073.803] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/js0)
[ 11073.803] (II) No input driver/identifier specified (ignoring)
[ 11073.807] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event12)
[ 11073.807] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[ 11073.807] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
[ 11073.807] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.807] (**) Asus Laptop extra buttons: always reports core events
[ 11073.807] (**) Asus Laptop extra buttons: Device: "/dev/input/event12"
[ 11073.807] (--) Asus Laptop extra buttons: Found keys
[ 11073.807] (II) Asus Laptop extra buttons: Configuring as keyboard
[ 11073.808] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input12/event12"
[ 11073.808] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
[ 11073.808] (**) Option "xkb_rules" "evdev"
[ 11073.808] (**) Option "xkb_model" "pc105"
[ 11073.808] (**) Option "xkb_layout" "us"
[ 11073.809] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 11073.809] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 11073.809] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 11073.809] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11073.809] (**) AT Translated Set 2 keyboard: always reports core events
[ 11073.809] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 11073.809] (--) AT Translated Set 2 keyboard: Found keys
[ 11073.809] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 11073.809] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 11073.810] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 11073.810] (**) Option "xkb_rules" "evdev"
[ 11073.810] (**) Option "xkb_model" "pc105"
[ 11073.810] (**) Option "xkb_layout" "us"
[ 11073.810] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[ 11073.810] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 11073.810] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 11073.810] (II) LoadModule: "synaptics"
[ 11073.811] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 11073.811] (II) Module synaptics: vendor="X.Org Foundation"
[ 11073.811] compiled for 1.10.0.902, module version = 1.3.99
[ 11073.811] Module class: X.Org XInput Driver
[ 11073.811] ABI class: X.Org XInput driver, version 12.3
[ 11073.811] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 11073.811] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 11073.811] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 11073.811] (**) Option "Device" "/dev/input/event14"
[ 11073.816] (--) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
[ 11073.816] (--) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
[ 11073.816] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
[ 11073.816] (--) ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 11073.816] (--) ETPS/2 Elantech Touchpad: invalid pressure range. defaulting to 0 - 256
[ 11073.816] (--) ETPS/2 Elantech Touchpad: invalid finger width range. defaulting to 0 - 16
[ 11073.816] (--) ETPS/2 Elantech Touchpad: touchpad found
[ 11073.816] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 11073.816] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event14"
[ 11073.816] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
[ 11073.816] (**) ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 11073.816] (**) ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
[ 11073.816] (**) ETPS/2 Elantech Touchpad: AccelFactor is now 0.147
[ 11073.816] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 11073.816] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 11073.817] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 11073.817] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 11073.820] (II) ETPS/2 Elantech Touchpad: failed to open grail, no gesture support
[ 11073.820] (--) ETPS/2 Elantech Touchpad: touchpad found
[ 11073.820] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse2)
[ 11073.820] (II) No input driver/identifier specified (ignoring)
[ 11074.214] (II) intel(0): EDID vendor "CMO", prod id 5523
[ 11074.214] (II) intel(0): Printing DDC gathered Modelines:
[ 11074.214] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz)
[ 11074.283] (II) intel(0): EDID vendor "CMO", prod id 5523
[ 11074.283] (II) intel(0): Printing DDC gathered Modelines:
[ 11074.283] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz)
[ 11074.353] (II) intel(0): EDID vendor "CMO", prod id 5523
[ 11074.353] (II) intel(0): Printing DDC gathered Modelines:
[ 11074.353] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz)
[ 11074.421] (II) intel(0): EDID vendor "CMO", prod id 5523
[ 11074.421] (II) intel(0): Printing DDC gathered Modelines:
[ 11074.421] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz)
[ 11082.736] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11085.759] (II) UnloadModule: "synaptics"
[ 11085.759] (II) Unloading synaptics
[ 11085.759] (II) AT Translated Set 2 keyboard: Close
[ 11085.759] (II) UnloadModule: "evdev"
[ 11085.759] (II) Unloading evdev
[ 11085.759] (II) Asus Laptop extra buttons: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.760] (II) Microsoft Microsoft® Nano Transceiver v2.0: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.760] (II) Microsoft Microsoft® Nano Transceiver v2.0: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.760] (II) Microsoft Microsoft® Nano Transceiver v2.0: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.760] (II) CHICONY USB Keyboard: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.760] (II) CHICONY USB Keyboard: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.760] (II) Logitech Logitech USB Headset: Close
[ 11085.760] (II) UnloadModule: "evdev"
[ 11085.760] (II) Unloading evdev
[ 11085.761] (II) A4Tech PS/2+USB Mouse: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.761] (II) USB2.0 UVC 2M WebCam: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.761] (II) Sleep Button: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.761] (II) Power Button: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.761] (II) Video Bus: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.761] (II) Video Bus: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.761] (II) Power Button: Close
[ 11085.761] (II) UnloadModule: "evdev"
[ 11085.761] (II) Unloading evdev
[ 11085.769] ddxSigGiveUp: Closing log
References