i have installed openbsd -current on an older
generation of dell xps 17. this model has a
touchscreen, but a faulty one. no amount of
calibration helps and needs to be disabled
also in windows and linux.
i am having difficulties disabling it in openbsd.
please find the dmesg, and Xorg.log attached.
$ doas wsconsctl | grep mouse
wsconsctl: Use explicit arg to view keyboard.map.
wsconsctl: Use explicit arg to view keyboard1.map.
wsconsctl: Use explicit arg to view keyboard2.map.
mouse.type=synaptics
mouse.rawmode=0
mouse.scale=1472,5398,1408,4728,0,42,70
mouse1.type=touch-panel
mouse1.rawmode=1
mouse1.scale=0,9600,0,7200,0,0,0
mouse2.type=touch-panel
mouse2.rawmode=1
mouse2.scale=0,9600,0,7200,0,0,0
mouse3.type=touch-panel
mouse3.rawmode=1
mouse3.scale=0,9600,0,7200,0,0,0
$ xinput
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer
(2)]
â â³ /dev/wsmouse id=11 [slave pointer
(2)]
â â³ /dev/wsmouse0 id=7 [slave pointer
(2)]
â â³ /dev/wsmouse3 id=10 [slave pointer
(2)]
â â³ /dev/wsmouse2 id=9 [slave pointer
(2)]
â â³ /dev/wsmouse1 id=8 [slave pointer
(2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave
keyboard (3)]
â³ /dev/wskbd id=6 [slave
keyboard (3)]
i have tried:
$ xinput --disable 8
$ xinput --disable 9
$ xinput --disable 10
$ xinput --disable 11
id=11 obviously disables the touchscreen but also the
touchpad and the external usb mouse...
i can use the touchpad with this:
$ xinput --disable 11
$ xinput --enable 7
but it would be nice to have the usb mouse.
-f
--
OpenBSD 5.9 (GENERIC.MP) #1880: Sat Feb 20 16:48:33 MST 2016
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8462589952 (8070MB)
avail mem = 8201916416 (7821MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf9360 (70 entries)
bios0: vendor Dell Inc. version "A19" date 09/07/2012
bios0: Dell Inc. Dell System XPS L702X
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SLIC SSDT ASF! HPET APIC MCFG SSDT SSDT SSDT UEFI UEFI
UEFI
acpi0: wakeup devices P0P1(S4) EHC1(S3) EHC2(S3) HDEF(S3) PXSX(S4) RP01(S3)
PXSX(S4) RP02(S3) PXSX(S4) RP04(S1) PXSX(S4) RP05(S3) PXSX(S4) RP06(S4)
PEG0(S4) PEGP(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2494.70 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2494.34 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2494.34 MHz
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2494.34 MHz
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P1)
acpiprt2 at acpi0: bus 2 (RP01)
acpiprt3 at acpi0: bus 3 (RP02)
acpiprt4 at acpi0: bus 4 (RP04)
acpiprt5 at acpi0: bus 5 (RP05)
acpiprt6 at acpi0: bus 10 (RP06)
acpiprt7 at acpi0: bus 1 (PEG0)
acpiec0 at acpi0
acpicpu0 at acpi0: C3(350@104 io@0x415), C1(1000@1 halt), PSS
acpicpu1 at acpi0: C3(350@104 io@0x415), C1(1000@1 halt), PSS
acpicpu2 at acpi0: C3(350@104 io@0x415), C1(1000@1 halt), PSS
acpicpu3 at acpi0: C3(350@104 io@0x415), C1(1000@1 halt), PSS
acpitz0 at acpi0: critical temperature is 100 degC
acpitz1 at acpi0: critical temperature is 100 degC
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: SLPB
acpibtn2 at acpi0: LID0
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "Dell" serial 53 type LION oem "LGC"
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD02
cpu0: Enhanced SpeedStep 2494 MHz: speeds: 2501, 2500, 2000, 1800, 1600, 1400,
1200, 1000, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
ppb0 at pci0 dev 1 function 0 "Intel Core 2G PCIE" rev 0x09: msi
pci1 at ppb0 bus 1
1:0:0: mem address conflict 0xfff80000/0x80000
"NVIDIA GeForce GT 550M" rev 0xa1 at pci1 dev 0 function 0 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 3000" rev 0x09
drm0 at inteldrm0
inteldrm0: msi
inteldrm0: 1600x900
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
wsdisplay0: screen 1-5 added (std, vt100 emulation)
"Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 16
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x05: msi
azalia0: codecs: Realtek/0x0665, Intel/0x2805, using Realtek/0x0665
audio0 at azalia0
ppb1 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi
pci2 at ppb1 bus 2
ppb2 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb5: msi
pci3 at ppb2 bus 3
iwn0 at pci3 dev 0 function 0 "Intel WiFi Link 1000" rev 0x00: msi, MIMO 1T2R,
BGS, address 74:e5:0b:e3:ab:e0
ppb3 at pci0 dev 28 function 3 "Intel 6 Series PCIE" rev 0xb5: msi
pci4 at ppb3 bus 4
xhci0 at pci4 dev 0 function 0 "NEC xHCI" rev 0x04: msi
usb1 at xhci0: USB revision 3.0
uhub1 at usb1 "NEC xHCI root hub" rev 3.00/1.00 addr 1
ppb4 at pci0 dev 28 function 4 "Intel 6 Series PCIE" rev 0xb5: msi
pci5 at ppb4 bus 5
ppb5 at pci0 dev 28 function 5 "Intel 6 Series PCIE" rev 0xb5: msi
pci6 at ppb5 bus 10
re0 at pci6 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E (0x2c00),
msi, address 84:8f:69:cc:5e:fe
rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 4
ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 23
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel HM67 LPC" rev 0x05
ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi, AHCI 1.3
ahci0: port 0: 3.0Gb/s
ahci0: port 1: 3.0Gb/s
ahci0: port 5: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA THNSNC12, CJSA> SCSI3 0/direct
fixed t10.ATA_TOSHIBA_THNSNC128GMMJ_Z05S1020THEZ
sd0: 122104MB, 512 bytes/sector, 250069680 sectors, thin
sd1 at scsibus1 targ 1 lun 0: <ATA, WDC WD10JPVT-75A, 01.0> SCSI3 0/direct
fixed naa.50014ee6024f3a55
sd1: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 5 lun 0: <TSSTcorp, DVD+-RW SN-208BB, D300> ATAPI 5/cdrom
removable
ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic 2 int 18
iic0 at ichiic0
lisa0 at iic0 addr 0x1d: lis331dl
spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pms0: Synaptics touchpad, firmware 7.4
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
uhub3 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev0 at uhub3 port 2 configuration 1 interface 0 "N-trig DuoSense" rev
2.00/21.00 addr 3
uhidev0: iclass 3/0, 10 report ids
uhid0 at uhidev0 reportid 1: input=0, output=0, feature=15
uhid1 at uhidev0 reportid 2: input=0, output=0, feature=31
uhid2 at uhidev0 reportid 3: input=0, output=0, feature=62
uhid3 at uhidev0 reportid 4: input=0, output=0, feature=254
uhid4 at uhidev0 reportid 5: input=0, output=0, feature=255
uhid5 at uhidev0 reportid 6: input=15, output=0, feature=0
uhid6 at uhidev0 reportid 7: input=31, output=0, feature=0
uhid7 at uhidev0 reportid 8: input=62, output=0, feature=0
uhid8 at uhidev0 reportid 9: input=254, output=0, feature=0
uhid9 at uhidev0 reportid 10: input=255, output=0, feature=0
uhidev1 at uhub3 port 2 configuration 1 interface 1 "N-trig DuoSense" rev
2.00/21.00 addr 3
uhidev1: iclass 3/0, 24 report ids
ums0 at uhidev1 reportid 1: 3 buttons, tip, barrel, eraser
wsmouse1 at ums0 mux 0
ums1 at uhidev1 reportid 2: 1 button, tip
wsmouse2 at ums1 mux 0
ums2 at uhidev1 reportid 3: 1 button, tip
wsmouse3 at ums2 mux 0
uhid10 at uhidev1 reportid 4: input=0, output=0, feature=1
uhid11 at uhidev1 reportid 10: input=0, output=0, feature=1
uhid12 at uhidev1 reportid 11: input=0, output=0, feature=2
uhid13 at uhidev1 reportid 12: input=0, output=0, feature=6
uhid14 at uhidev1 reportid 13: input=0, output=0, feature=2
uhid15 at uhidev1 reportid 14: input=0, output=0, feature=2
uhid16 at uhidev1 reportid 15: input=0, output=0, feature=2
uhid17 at uhidev1 reportid 16: input=0, output=0, feature=2
uhid18 at uhidev1 reportid 17: input=0, output=0, feature=2
uhid19 at uhidev1 reportid 20: input=0, output=0, feature=2
uhid20 at uhidev1 reportid 21: input=0, output=0, feature=5
ums3 at uhidev1 reportid 23
ums3: mouse has no X report
ums4 at uhidev1 reportid 24
ums4: mouse has no X report
ugen0 at uhub3 port 2 configuration 1 "N-trig DuoSense" rev 2.00/21.00 addr 3
uvideo0 at uhub3 port 4 configuration 1 interface 0 "CN07CN2C7866423U2018A00
Laptop_Integrated_Webcam_2HDM" rev 2.00/9.01 addr 4
video0 at uvideo0
uhub4 at uhub2 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev2 at uhub4 port 1 configuration 1 interface 0 "RAPOO RAPOO 5G Wireless
Device" rev 1.10/10.01 addr 3
uhidev2: iclass 3/1
ukbd0 at uhidev2: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev3 at uhub4 port 1 configuration 1 interface 1 "RAPOO RAPOO 5G Wireless
Device" rev 1.10/10.01 addr 3
uhidev3: iclass 3/1, 186 report ids
ums5 at uhidev3 reportid 1: 5 buttons, Z and W dir
wsmouse4 at ums5 mux 0
uhid21 at uhidev3 reportid 2: input=1, output=0, feature=0
uhid22 at uhidev3 reportid 3: input=2, output=0, feature=0
uhid23 at uhidev3 reportid 4: input=1, output=0, feature=0
uhid24 at uhidev3 reportid 186: input=31, output=31, feature=0
uhidev4 at uhub4 port 2 configuration 1 interface 0 "vendor 0x1d57 2.4G
Receiver" rev 1.10/1.10 addr 4
uhidev4: iclass 3/1, 4 report ids
ums6 at uhidev4 reportid 1: 5 buttons, Z dir
wsmouse5 at ums6 mux 0
uhid25 at uhidev4 reportid 2: input=1, output=0, feature=0
uhid26 at uhidev4 reportid 3: input=2, output=0, feature=0
uhid27 at uhidev4 reportid 4: input=1, output=0, feature=0
uhidev5 at uhub4 port 2 configuration 1 interface 1 "vendor 0x1d57 2.4G
Receiver" rev 1.10/1.10 addr 4
uhidev5: iclass 3/1
ukbd1 at uhidev5: 8 variable keys, 6 key codes, country code 33
wskbd2 at ukbd1 mux 1
wskbd2: connecting to wsdisplay0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (48e30808668c78ab.a) swap on sd0b dump on sd0b
[ 21.721] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
(Operation not permitted)
Check that you have set 'machdep.allowaperture=1'
in /etc/sysctl.conf and reboot your machine
refer to xf86(4) for details
[ 21.722] linear framebuffer access unavailable
[ 21.731] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode
(version 3.32)
[ 21.747]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 21.749] X Protocol Version 11, Revision 0
[ 21.750] Build Operating System: OpenBSD 5.9 amd64
[ 21.750] Current Operating System: OpenBSD monster.obiit.org 5.9
GENERIC.MP#1880 amd64
[ 21.751] Build Date: 20 February 2016 05:10:56PM
[ 21.751]
[ 21.752] Current version of pixman: 0.32.8
[ 21.753] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 21.753] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.758] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 21 15:10:31
2016
[ 21.760] (==) Using system config directory
"/usr/X11R6/share/X11/xorg.conf.d"
[ 21.763] (==) No Layout section. Using the first Screen section.
[ 21.764] (==) No screen section available. Using defaults.
[ 21.764] (**) |-->Screen "Default Screen Section" (0)
[ 21.764] (**) | |-->Monitor "<default monitor>"
[ 21.766] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 21.766] (==) Disabling SIGIO handlers for input devices
[ 21.767] (==) Automatically adding devices
[ 21.767] (==) Automatically enabling devices
[ 21.767] (==) Not automatically adding GPU devices
[ 21.778] (==) FontPath set to:
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
[ 21.778] (==) ModulePath set to "/usr/X11R6/lib/modules"
[ 21.779] (II) The server relies on wscons to provide the list of input
devices.
If no devices become available, reconfigure wscons or disable
AutoAddDevices.
[ 21.780] (II) Loader magic: 0x152f12f324a0
[ 21.780] (II) Module ABI versions:
[ 21.781] X.Org ANSI C Emulation: 0.4
[ 21.781] X.Org Video Driver: 19.0
[ 21.781] X.Org XInput driver : 21.0
[ 21.782] X.Org Server Extension : 9.0
[ 21.783] (--) PCI:*(0:0:2:0) 8086:0126:1028:0571 rev 9, Mem @
0xf2400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[ 21.785] (--) PCI: (0:1:0:0) 10de:1246:1028:0571 rev 161, Mem @
0xf0000000/33554432, 0xc0000000/268435456, 0xd0000000/67108864, I/O @
0x00004000/128
[ 21.787] (II) LoadModule: "glx"
[ 21.791] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[ 21.807] (II) Module glx: vendor="X.Org Foundation"
[ 21.807] compiled for 1.17.4, module version = 1.0.0
[ 21.808] ABI class: X.Org Server Extension, version 9.0
[ 21.809] (==) AIGLX enabled
[ 21.809] (==) Matched intel as autoconfigured driver 0
[ 21.810] (==) Matched vesa as autoconfigured driver 1
[ 21.810] (==) Assigned the driver to the xf86ConfigLayout
[ 21.810] (II) LoadModule: "intel"
[ 21.811] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[ 21.816] (II) Module intel: vendor="X.Org Foundation"
[ 21.816] compiled for 1.17.4, module version = 2.99.916
[ 21.817] Module class: X.Org Video Driver
[ 21.817] ABI class: X.Org Video Driver, version 19.0
[ 21.818] (II) LoadModule: "vesa"
[ 21.818] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[ 21.820] (II) Module vesa: vendor="X.Org Foundation"
[ 21.820] compiled for 1.17.4, module version = 2.3.3
[ 21.820] Module class: X.Org Video Driver
[ 21.821] ABI class: X.Org Video Driver, version 19.0
[ 21.821] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 21.839] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 21.839] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 21.840] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200,
P6300
[ 21.840] (II) VESA: driver for VESA chipsets: vesa
[ 21.843] (II) intel(0): Using Kernel Mode Setting driver: i915, version
1.6.0 20080730
[ 21.845] (WW) Falling back to old probe method for vesa
[ 21.846] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
3000
[ 21.847] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
[ 21.847] (II) intel(0): Creating default Display subsection in Screen
section
"Default Screen Section" for depth/fbbpp 24/32
[ 21.848] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 21.848] (==) intel(0): RGB weight 888
[ 21.849] (==) intel(0): Default visual is TrueColor
[ 21.851] (II) intel(0): Output LVDS1 has no monitor section
[ 21.851] (--) intel(0): Found backlight control interface wscons (type
'platform') for output LVDS1
[ 21.852] (II) intel(0): Enabled output LVDS1
[ 21.852] (II) intel(0): Output VGA1 has no monitor section
[ 21.852] (II) intel(0): Enabled output VGA1
[ 21.853] (II) intel(0): Output HDMI1 has no monitor section
[ 21.853] (II) intel(0): Enabled output HDMI1
[ 21.854] (II) intel(0): Output DP1 has no monitor section
[ 21.854] (II) intel(0): Enabled output DP1
[ 21.854] (--) intel(0): Using a maximum size of 64x64 for hardware cursors
[ 21.855] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 21.856] (II) intel(0): Enabled output VIRTUAL1
[ 21.856] (--) intel(0): Output LVDS1 using initial mode 1600x900 on pipe 0
[ 21.857] (==) intel(0): TearFree disabled
[ 21.857] (==) intel(0): DPI set to (96, 96)
[ 21.858] (II) Loading sub module "dri2"
[ 21.858] (II) LoadModule: "dri2"
[ 21.858] (II) Module "dri2" already built-in
[ 21.859] (II) Loading sub module "present"
[ 21.859] (II) LoadModule: "present"
[ 21.860] (II) Module "present" already built-in
[ 21.860] (II) UnloadModule: "vesa"
[ 21.861] (II) Unloading vesa
[ 21.862] (==) Depth 24 pixmap format is 32 bpp
[ 21.868] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[ 21.869] (==) intel(0): Backing store enabled
[ 21.869] (==) intel(0): Silken mouse disabled
[ 21.871] (II) intel(0): HW Cursor enabled
[ 21.871] (II) intel(0): RandR 1.2 enabled, ignore the following RandR
disabled message.
[ 21.874] (==) intel(0): DPMS enabled
[ 21.876] (II) intel(0): [DRI2] Setup complete
[ 21.877] (II) intel(0): [DRI2] DRI driver: i965
[ 21.877] (II) intel(0): [DRI2] VDPAU driver: i965
[ 21.878] (II) intel(0): direct rendering: DRI2 enabled
[ 21.878] (II) intel(0): hardware support for Present enabled
[ 21.879] (--) RandR disabled
[ 21.948] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 21.948] (II) AIGLX: enabled GLX_ARB_create_context
[ 21.949] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 21.949] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 21.950] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 21.950] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 21.951] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 21.951] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 21.951] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 21.952] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 21.952] (II) AIGLX: Loaded and initialized i965
[ 21.953] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 21.958] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0,
position (0, 0), rotation normal, reflection none
[ 21.962] (II) intel(0): Setting screen physical size to 423 x 238
[ 22.080] (II) config/wscons: checking input device /dev/wskbd
[ 22.081] (II) wskbd: using layout us
[ 22.081] (II) LoadModule: "kbd"
[ 22.084] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[ 22.085] (II) Module kbd: vendor="X.Org Foundation"
[ 22.086] compiled for 1.17.4, module version = 1.8.1
[ 22.086] Module class: X.Org XInput Driver
[ 22.087] ABI class: X.Org XInput driver, version 21.0
[ 22.087] (II) Using input driver 'kbd' for '/dev/wskbd'
[ 22.087] (**) /dev/wskbd: always reports core events
[ 22.088] (**) /dev/wskbd: always reports core events
[ 22.089] (**) Option "Protocol" "standard"
[ 22.089] (**) Option "XkbRules" "base"
[ 22.090] (**) Option "XkbModel" "pc105"
[ 22.091] (**) Option "XkbLayout" "us"
[ 22.092] (II) XINPUT: Adding extended input device "/dev/wskbd" (type:
KEYBOARD, id 6)
[ 22.581] (II) config/wscons: checking input device /dev/wsmouse0
[ 22.582] (**) /dev/wsmouse0: Applying InputClass "touchpad catchall"
[ 22.583] (**) /dev/wsmouse0: Applying InputClass "Default clickpad buttons"
[ 22.583] (II) LoadModule: "synaptics"
[ 22.587] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
[ 22.589] (II) Module synaptics: vendor="X.Org Foundation"
[ 22.589] compiled for 1.17.4, module version = 1.8.3
[ 22.590] Module class: X.Org XInput Driver
[ 22.590] ABI class: X.Org XInput driver, version 21.0
[ 22.591] (II) Using input driver 'synaptics' for '/dev/wsmouse0'
[ 22.591] (**) /dev/wsmouse0: always reports core events
[ 22.592] (**) Option "Device" "/dev/wsmouse0"
[ 23.520] (--) synaptics: /dev/wsmouse0: x-axis range 1472 - 5398 resolution
42
[ 23.520] (--) synaptics: /dev/wsmouse0: y-axis range 1408 - 4728 resolution
70
[ 23.522] (**) /dev/wsmouse0: always reports core events
[ 23.561] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type:
TOUCHPAD, id 7)
[ 23.562] (**) synaptics: /dev/wsmouse0: (accel) MinSpeed is now constant
deceleration 2.5
[ 23.563] (**) synaptics: /dev/wsmouse0: (accel) MaxSpeed is now 1.75
[ 23.564] (**) synaptics: /dev/wsmouse0: (accel) AccelFactor is now 0.039
[ 23.565] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[ 23.566] (**) /dev/wsmouse0: (accel) acceleration profile 1
[ 23.566] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[ 23.567] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[ 24.013] (II) config/wscons: checking input device /dev/wsmouse1
[ 24.013] (II) LoadModule: "ws"
[ 24.016] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[ 24.018] (II) Module ws: vendor="X.Org Foundation"
[ 24.019] compiled for 1.17.4, module version = 1.3.0
[ 24.019] Module class: X.Org XInput Driver
[ 24.020] ABI class: X.Org XInput driver, version 21.0
[ 24.020] (II) Using input driver 'ws' for '/dev/wsmouse1'
[ 24.021] (**) /dev/wsmouse1: always reports core events
[ 24.021] (II) ws: /dev/wsmouse1: debuglevel 0
[ 24.022] (**) Option "Device" "/dev/wsmouse1"
[ 24.023] (**) ws: /dev/wsmouse1: ZAxisMapping: buttons 4 and 5
[ 24.023] (**) ws: /dev/wsmouse1: WAxisMapping: buttons 6 and 7
[ 24.023] (**) ws: /dev/wsmouse1: associated screen: 0
[ 24.024] (**) ws: /dev/wsmouse1: device will work in raw mode
[ 24.025] (II) ws: /dev/wsmouse1: minimum x position: 0
[ 24.025] (II) ws: /dev/wsmouse1: maximum x position: 9600
[ 24.025] (II) ws: /dev/wsmouse1: minimum y position: 0
[ 24.026] (II) ws: /dev/wsmouse1: maximum y position: 7200
[ 24.026] (==) ws: /dev/wsmouse1: Buttons: 7
[ 24.027] (**) ws: /dev/wsmouse1: YAxisMapping: buttons 4 and 5
[ 24.028] (II) XINPUT: Adding extended input device "/dev/wsmouse1" (type:
TOUCHSCREEN, id 8)
[ 24.029] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
[ 24.029] (**) /dev/wsmouse1: (accel) acceleration profile 0
[ 24.029] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
[ 24.030] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
[ 24.030] (II) config/wscons: checking input device /dev/wsmouse2
[ 24.031] (II) Using input driver 'ws' for '/dev/wsmouse2'
[ 24.031] (**) /dev/wsmouse2: always reports core events
[ 24.032] (II) ws: /dev/wsmouse2: debuglevel 0
[ 24.032] (**) Option "Device" "/dev/wsmouse2"
[ 24.033] (**) ws: /dev/wsmouse2: ZAxisMapping: buttons 4 and 5
[ 24.033] (**) ws: /dev/wsmouse2: WAxisMapping: buttons 6 and 7
[ 24.034] (**) ws: /dev/wsmouse2: associated screen: 0
[ 24.034] (**) ws: /dev/wsmouse2: device will work in raw mode
[ 24.035] (II) ws: /dev/wsmouse2: minimum x position: 0
[ 24.035] (II) ws: /dev/wsmouse2: maximum x position: 9600
[ 24.036] (II) ws: /dev/wsmouse2: minimum y position: 0
[ 24.036] (II) ws: /dev/wsmouse2: maximum y position: 7200
[ 24.036] (==) ws: /dev/wsmouse2: Buttons: 7
[ 24.037] (**) ws: /dev/wsmouse2: YAxisMapping: buttons 4 and 5
[ 24.037] (II) XINPUT: Adding extended input device "/dev/wsmouse2" (type:
TOUCHSCREEN, id 9)
[ 24.038] (**) /dev/wsmouse2: (accel) keeping acceleration scheme 1
[ 24.039] (**) /dev/wsmouse2: (accel) acceleration profile 0
[ 24.039] (**) /dev/wsmouse2: (accel) acceleration factor: 2.000
[ 24.040] (**) /dev/wsmouse2: (accel) acceleration threshold: 4
[ 24.041] (II) config/wscons: checking input device /dev/wsmouse3
[ 24.041] (II) Using input driver 'ws' for '/dev/wsmouse3'
[ 24.041] (**) /dev/wsmouse3: always reports core events
[ 24.042] (II) ws: /dev/wsmouse3: debuglevel 0
[ 24.042] (**) Option "Device" "/dev/wsmouse3"
[ 24.043] (**) ws: /dev/wsmouse3: ZAxisMapping: buttons 4 and 5
[ 24.044] (**) ws: /dev/wsmouse3: WAxisMapping: buttons 6 and 7
[ 24.044] (**) ws: /dev/wsmouse3: associated screen: 0
[ 24.044] (**) ws: /dev/wsmouse3: device will work in raw mode
[ 24.045] (II) ws: /dev/wsmouse3: minimum x position: 0
[ 24.045] (II) ws: /dev/wsmouse3: maximum x position: 9600
[ 24.046] (II) ws: /dev/wsmouse3: minimum y position: 0
[ 24.046] (II) ws: /dev/wsmouse3: maximum y position: 7200
[ 24.046] (==) ws: /dev/wsmouse3: Buttons: 7
[ 24.047] (**) ws: /dev/wsmouse3: YAxisMapping: buttons 4 and 5
[ 24.047] (II) XINPUT: Adding extended input device "/dev/wsmouse3" (type:
TOUCHSCREEN, id 10)
[ 24.048] (**) /dev/wsmouse3: (accel) keeping acceleration scheme 1
[ 24.048] (**) /dev/wsmouse3: (accel) acceleration profile 0
[ 24.049] (**) /dev/wsmouse3: (accel) acceleration factor: 2.000
[ 24.049] (**) /dev/wsmouse3: (accel) acceleration threshold: 4
[ 24.050] (II) config/wscons: checking input device /dev/wsmouse
[ 24.050] (II) Using input driver 'ws' for '/dev/wsmouse'
[ 24.051] (**) /dev/wsmouse: always reports core events
[ 24.051] (II) ws: /dev/wsmouse: debuglevel 0
[ 24.052] (**) Option "Device" "/dev/wsmouse"
[ 24.052] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[ 24.053] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[ 24.053] (**) ws: /dev/wsmouse: associated screen: 0
[ 24.054] (II) ws: /dev/wsmouse: minimum x position: 0
[ 24.054] (II) ws: /dev/wsmouse: maximum x position: 1599
[ 24.055] (II) ws: /dev/wsmouse: minimum y position: 0
[ 24.055] (II) ws: /dev/wsmouse: maximum y position: 899
[ 24.055] (==) ws: /dev/wsmouse: Buttons: 7
[ 24.057] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[ 24.057] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type:
MOUSE, id 11)
[ 24.058] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[ 24.058] (**) /dev/wsmouse: (accel) acceleration profile 0
[ 24.059] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[ 24.059] (**) /dev/wsmouse: (accel) acceleration threshold: 4