On 2014-07-14 18.09.30 -0400, Mike Burns wrote:
> On 2014-07-14 00.54.15 -0700, Mike Larkin wrote:
> > On Sun, Jul 13, 2014 at 06:22:34PM -0400, Mike Burns wrote:
> > > Thinkpad X1 Carbon with a touchscreen, running 5.5-stable. When I resume
> > > from suspend my Xorg.0.log is flooded with:
> > > 
> > >   (EE) ws: /dev/wsmouse1: read error Input/output error
> > > 
> > > In my dmesg:
> > > 
> > >   wsmouse1: can't attach mux (error=5)
> > 
> > Are you using wsmoused?
> 
> I was not, and now am, but I'm seeing the same issue. The errors in
> dmesg are gone, different output now in Xorg.0.log:
> 
> 
> [    97.351] (II) AIGLX: Suspending AIGLX clients for VT switch
> [   101.776] (II) AIGLX: Resuming AIGLX clients after VT switch
> [   101.776] (II) intel(0): switch to mode 1600x900@60.0 on LVDS1 using
> pipe 0, position (0, 0), rotation normal, reflection none
> [   101.910] (EE) xf86OpenSerial: Cannot open device /dev/wsmouse
>         Device busy.
> [   101.910] (EE) ws: /dev/wsmouse: cannot open input device
> [   101.910] (EE) ws: /dev/wsmouse: wsOpen failed Device busy
> [   101.910] [dix] couldn't enable device 8
> [   105.038] (EE) ws: /dev/wsmouse1: read error Input/output error
> [   105.038] (EE) ws: /dev/wsmouse1: read error Input/output error
> [   105.038] (EE) ws: /dev/wsmouse1: read error Input/output error
> [   105.038] (EE) ws: /dev/wsmouse1: read error Input/output error
> 
> 
> And for good measure, the new dmesg after suspend+resume:
> 
> 
> ugen0 detached
> ugen1 detached
> video0 detached
> uvideo0 detached
> uhub2 detached
> uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> ugen0 at uhub2 port 3 "Auth Biometric Coprocessor" rev 1.10/0.01 addr 3
> ugen1 at uhub2 port 4 "Broadcom Corp BCM20702A0" rev 2.00/1.12 addr 4
> uvideo0 at uhub2 port 6 configuration 1 interface 0 "SunplusIT INC.
> Integrated Camera" rev 2.00/36.22 addr 5
> video0 at uvideo0
> uhid0 detached
> uhid1 detached
> uhid2 detached
> wsmouse1 detached
> ums0 detached
> ums1 detached
> uhidev0 detached
> uhub3 detached
> uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> uhidev0 at uhub3 port 3 configuration 1 interface 0 "eGalax Inc.
> eGalaxTouch EXC7903-66v03_T1" rev 2.00/66.03 addr 3
> uhidev0: iclass 3/1, 7 report ids
> uhid0 at uhidev0 reportid 1: input=5, output=0, feature=0
> uhid1 at uhidev0 reportid 3: input=63, output=63, feature=0
> uhid2 at uhidev0 reportid 5: input=0, output=0, feature=2
> ums0 at uhidev0 reportid 6: 1 button, tip
> wsmouse1 at ums0 mux 0
> ums1 at uhidev0 reportid 7
> ums1: mouse has no X report
> 
> 
> This is my /etc/fbtab (unmodified from the fresh 5.5 install):
> 
> 
> /dev/ttyC0 0600 
> /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg:/dev/drm0

This is my new /etc/fbtab, but it still has no effect:


/dev/ttyC0    0600    
/dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse1:/dev/wsmouse0:/dev/ttyCcfg:/dev/drm0
/dev/ttyC4    0600    
/dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse1:/dev/wsmouse0:/dev/ttyCcfg:/dev/drm0


This is odd to me, though, because I expect /dev/console to be owned by
me:


crw-------  1 root  wheel    0,   0 Jul 18 15:35 /dev/console


Here is a new addition to my Xorg.0.log; it happens after X has been
killed as part of running reboot(8):


[   109.393] (EE) ws: /dev/wsmouse1: read error Input/output error
[   109.592] (EE) ws: /dev/wsmouse1: SCALIBCOORS failed Inappropriate
ioctl for device
[   109.593] (II) UnloadModule: "ws"
[   109.593] (II) UnloadModule: "kbd"
[   109.593] (II) UnloadModule: "ws"
[   109.635] (EE) Server terminated successfully (0). Closing log file.


/dev/wsmouse1 is the touchscreen (confirmed using `xinput -test
/dev/wsmouse1`).

While playing with xinput(1) I discovered this:


xinput -disable /dev/wsmouse1
zzz


That does not clog the Xorg.0.log with 'read error Input/output error',
upon resume. However, also upon resume neither the touchscreen nor the
normal mouse (TouchPoint) work. But, if I disable and re-enable both,
they work again.

If I disable /dev/wsmouse1 before zzz(8), the Xorg.0.log looks like
this (without any errors afterward):


[   713.290] (II) AIGLX: Suspending AIGLX clients for VT switch
[   713.987] (EE) intel(0): Failed to submit rendering commands,
disabling acceleration.
[   718.202] (II) AIGLX: Resuming AIGLX clients after VT switch
[   718.202] (II) intel(0): switch to mode 1600x900@60.0 on LVDS1 using
pipe 0, position (0, 0), rotation normal, reflection none
[   718.348] (EE) xf86OpenSerial: Cannot open device /dev/wsmouse
wsmouse Device busy.
[   718.348] (EE) ws: /dev/wsmouse: cannot open input device
[   718.348] (EE) ws: /dev/wsmouse: wsOpen failed Device busy
[   718.356] [dix] couldn't enable device 8


Does anyone have a suggestion on how to proceed from here?

-Mike

> Just to be clear, the "ws: /dev/wsmouse1: read error Input/output error"
> is repeated continuously until I stop X.
> 
> With wsmoused, after resume, neither the trackpoint nor the touchscreen
> work.
> 
> In experimenting, I discovered that changing to the console and back to
> X causes the trackpoint to stop working (moving it reflects nothing on
> the screen), but the touchscreen continues to work. (If I quit X from
> there, the kernel crashes; will submit a bug report later.)
> 
> This is what that adds to my Xorg.0.log:
> 
> 
> [281.444] (II) AIGLX: Suspending AIGLX clients for VT switch
> [   283.930] (II) AIGLX: Resuming AIGLX clients after VT switch
> [   283.930] (II) intel(0): switch to mode 1600x900@60.0 on LVDS1 using
> pipe 0, position (0, 0), rotation normal, reflection none
> [   284.051] (EE) xf86OpenSerial: Cannot open device /dev/wsmouse
> wsmouseDevice busy.
> [   284.051] (EE) ws: /dev/wsmouse: cannot open input device
> [   284.053] (EE) ws: /dev/wsmouse: wsOpen failed Device busy
> [   284.053] [dix] couldn't enable device 8
> 
> 
> Is my fbtab right? Is there something else to configure? This is my
> first time on OpenBSD in a decade, so I'm sure things have changed since
> I last configured it.
> 
> Thanks for any advice,
> -Mike
> 
> > -ml
> > 
> > > 
> > > Attached are four files: the dmesg before zzz, Xorg.0.log before zzz,
> > > dmesg added after zzz, Xorg.0.log added after zzz.
> > > 
> > > Is this fixed on -current? Is there a workaround? Something I need to
> > > configure? More information needed?
> > > 
> > > -Mike
> > > OpenBSD 5.5-stable (GENERIC.MP) #0: Sat Jul 12 23:07:41 CEST 2014
> > >     m...@bellifortis.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > > real mem = 8255762432 (7873MB)
> > > avail mem = 8027381760 (7655MB)
> > > mainbus0 at root
> > > bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xdae9d000 (71 entries)
> > > bios0: vendor LENOVO version "G6ET93WW (2.53 )" date 02/04/2013
> > > bios0: LENOVO 3444CUU
> > > acpi0 at bios0: rev 2
> > > acpi0: sleep states S0 S3 S4 S5
> > > acpi0: tables DSDT FACP SLIC TCPA SSDT SSDT SSDT HPET APIC MCFG ECDT FPDT 
> > > ASF! UEFI UEFI MSDM SSDT SSDT UEFI SSDT DBG2
> > > acpi0: wakeup devices LID_(S4) SLPB(S3) IGBE(S4) EXP2(S4) XHCI(S3) 
> > > EHC1(S3) EHC2(S3) HDEF(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) i7-3667U CPU @ 2.00GHz, 1896.04 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS
> > > 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) i7-3667U CPU @ 2.00GHz, 1895.70 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS
> > > 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) i7-3667U CPU @ 2.00GHz, 1895.70 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS
> > > 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) i7-3667U CPU @ 2.00GHz, 1895.70 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS
> > > 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
> > > acpiec0 at acpi0
> > > acpiprt0 at acpi0: bus 0 (PCI0)
> > > acpiprt1 at acpi0: bus -1 (PEG_)
> > > acpiprt2 at acpi0: bus 2 (EXP1)
> > > acpiprt3 at acpi0: bus 3 (EXP2)
> > > acpicpu0 at acpi0: C2, C1, PSS
> > > acpicpu1 at acpi0: C2, C1, PSS
> > > acpicpu2 at acpi0: C2, C1, PSS
> > > acpicpu3 at acpi0: C2, C1, PSS
> > > acpipwrres0 at acpi0: PUBS, resource for XHCI, EHC1, EHC2
> > > acpitz0 at acpi0: critical temperature is 200 degC
> > > acpibtn0 at acpi0: LID_
> > > acpibtn1 at acpi0: SLPB
> > > acpibat0 at acpi0: BAT0 model "45N1071" serial  1475 type LiP oem "SMP"
> > > acpibat1 at acpi0: BAT1 not present
> > > acpiac0 at acpi0: AC unit online
> > > acpithinkpad0 at acpi0
> > > cpu0: Enhanced SpeedStep 1896 MHz: speeds: 2001, 2000, 1900, 1800, 1700, 
> > > 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
> > > pci0 at mainbus0 bus 0
> > > pchb0 at pci0 dev 0 function 0 "Intel Core 3G Host" rev 0x09
> > > vga1 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
> > > intagp0 at vga1
> > > agp0 at intagp0: aperture at 0xe0000000, size 0x10000000
> > > inteldrm0 at vga1
> > > drm0 at inteldrm0
> > > inteldrm0: 1600x900
> > > wsdisplay0 at vga1 mux 1: console (std, vt100 emulation)
> > > wsdisplay0: screen 1-5 added (std, vt100 emulation)
> > > "Intel 7 Series xHCI" rev 0x04 at pci0 dev 20 function 0 not configured
> > > "Intel 7 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
> > > puc0 at pci0 dev 22 function 3 "Intel 7 Series KT" rev 0x04: ports: 1 com
> > > com4 at puc0 port 0 apic 2 int 19: ns16550a, 16 byte fifo
> > > com4: probed fifo depth: 0 bytes
> > > ehci0 at pci0 dev 26 function 0 "Intel 7 Series USB" rev 0x04: 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 7 Series HD Audio" rev 0x04: msi
> > > azalia0: codecs: Realtek ALC269, Intel/0x2806, using Realtek ALC269
> > > audio0 at azalia0
> > > ppb0 at pci0 dev 28 function 0 "Intel 7 Series PCIE" rev 0xc4: msi
> > > pci1 at ppb0 bus 2
> > > sdhc0 at pci1 dev 0 function 0 "Ricoh 5U823 SD/MMC" rev 0x04: apic 2 int 
> > > 16
> > > sdmmc0 at sdhc0
> > > ppb1 at pci0 dev 28 function 1 "Intel 7 Series PCIE" rev 0xc4: msi
> > > pci2 at ppb1 bus 3
> > > iwn0 at pci2 dev 0 function 0 "Intel Centrino Advanced-N 6205" rev 0x96: 
> > > msi, MIMO 2T2R, MoW, address 84:3a:4b:0a:ae:80
> > > ehci1 at pci0 dev 29 function 0 "Intel 7 Series USB" rev 0x04: apic 2 int 
> > > 23
> > > usb1 at ehci1: USB revision 2.0
> > > uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> > > pcib0 at pci0 dev 31 function 0 vendor "Intel", unknown product 0x1e56 
> > > rev 0x04
> > > ahci0 at pci0 dev 31 function 2 "Intel 7 Series AHCI" rev 0x04: msi, AHCI 
> > > 1.3
> > > scsibus0 at ahci0: 32 targets
> > > sd0 at scsibus0 targ 0 lun 0: <ATA, INTEL SSDSCMMW24, LE9i> SCSI3 
> > > 0/direct fixed naa.5001517803db5380
> > > sd0: 228936MB, 512 bytes/sector, 468862128 sectors, thin
> > > ichiic0 at pci0 dev 31 function 3 "Intel 7 Series SMBus" rev 0x04: apic 2 
> > > int 18
> > > iic0 at ichiic0
> > > isa0 at pcib0
> > > isadma0 at isa0
> > > pckbc0 at isa0 port 0x60/5
> > > pckbd0 at pckbc0 (kbd slot)
> > > pckbc0: using irq 1 for kbd slot
> > > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > > pms0 at pckbc0 (aux slot)
> > > pckbc0: using irq 12 for aux slot
> > > wsmouse0 at pms0 mux 0
> > > pcppi0 at isa0 port 0x61
> > > spkr0 at pcppi0
> > > uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> > > ugen0 at uhub2 port 3 "Auth Biometric Coprocessor" rev 1.10/0.01 addr 3
> > > ugen1 at uhub2 port 4 "Broadcom Corp BCM20702A0" rev 2.00/1.12 addr 4
> > > uvideo0 at uhub2 port 6 configuration 1 interface 0 "SunplusIT INC. 
> > > Integrated Camera" rev 2.00/36.22 addr 5
> > > video0 at uvideo0
> > > uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> > > uhidev0 at uhub3 port 3 configuration 1 interface 0 "eGalax Inc. 
> > > eGalaxTouch EXC7903-66v03_T1" rev 2.00/66.03 addr 3
> > > uhidev0: iclass 3/1, 7 report ids
> > > uhid0 at uhidev0 reportid 1: input=5, output=0, feature=0
> > > uhid1 at uhidev0 reportid 3: input=63, output=63, feature=0
> > > uhid2 at uhidev0 reportid 5: input=0, output=0, feature=2
> > > ums0 at uhidev0 reportid 6: 1 button, tip
> > > wsmouse1 at ums0 mux 0
> > > ums1 at uhidev0 reportid 7
> > > ums1: mouse has no X report
> > > vscsi0 at root
> > > scsibus1 at vscsi0: 256 targets
> > > softraid0 at root
> > > scsibus2 at softraid0: 256 targets
> > > sd1 at scsibus2 targ 1 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct 
> > > fixed
> > > sd1: 227906MB, 512 bytes/sector, 466751982 sectors
> > > root on sd1a (a1a57dffe6790454.a) swap on sd1b dump on sd1b
> > > ugen0 detached
> > > ugen1 detached
> > > video0 detached
> > > uvideo0 detached
> > > uhub2 detached
> > > uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> > > ugen0 at uhub2 port 3 "Auth Biometric Coprocessor" rev 1.10/0.01 addr 3
> > > ugen1 at uhub2 port 4 "Broadcom Corp BCM20702A0" rev 2.00/1.12 addr 4
> > > uvideo0 at uhub2 port 6 configuration 1 interface 0 "SunplusIT INC. 
> > > Integrated Camera" rev 2.00/36.22 addr 5
> > > video0 at uvideo0
> > > ehci_idone: ex=0xffff800000cd8a00 is done!
> > > uhid0 detached
> > > uhid1 detached
> > > uhid2 detached
> > > wsmouse1: can't attach mux (error=5)
> > > wsmouse1 detached
> > > ums0 detached
> > > ums1 detached
> > > uhidev0 detached
> > > uhub3 detached
> > > uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
> > > uhidev0 at uhub3 port 3 configuration 1 interface 0 "eGalax Inc. 
> > > eGalaxTouch EXC7903-66v03_T1" rev 2.00/66.03 addr 3
> > > uhidev0: iclass 3/1, 7 report ids
> > > uhid0 at uhidev0 reportid 1: input=5, output=0, feature=0
> > > uhid1 at uhidev0 reportid 3: input=63, output=63, feature=0
> > > uhid2 at uhidev0 reportid 5: input=0, output=0, feature=2
> > > ums0 at uhidev0 reportid 6: 1 button, tip
> > > wsmouse1 at ums0 mux 0
> > > ums1 at uhidev0 reportid 7
> > > ums1: mouse has no X report
> > > [    18.762] (--) checkDevMem: using aperture driver /dev/xf86
> > > [    18.785] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility 
> > > mode (version 3.32)
> > > [    18.817] 
> > > X.Org X Server 1.14.5
> > > Release Date: 2013-12-12
> > > [    18.818] X Protocol Version 11, Revision 0
> > > [    18.818] Build Operating System: OpenBSD 5.5 amd64 
> > > [    18.818] Current Operating System: OpenBSD bellifortis.my.domain 5.5 
> > > GENERIC.MP#0 amd64
> > > [    18.818] Build Date: 26 February 2014  09:16:04PM
> > > [    18.818]  
> > > [    18.818] Current version of pixman: 0.32.4
> > > [    18.818]      Before reporting problems, check http://wiki.x.org
> > >   to make sure that you have the latest version.
> > > [    18.818] Markers: (--) probed, (**) from config file, (==) default 
> > > setting,
> > >   (++) from command line, (!!) notice, (II) informational,
> > >   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > > [    18.819] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 13 
> > > 22:04:58 2014
> > > [    18.823] (==) Using system config directory 
> > > "/usr/X11R6/share/X11/xorg.conf.d"
> > > [    18.825] (==) No Layout section.  Using the first Screen section.
> > > [    18.825] (==) No screen section available. Using defaults.
> > > [    18.825] (**) |-->Screen "Default Screen Section" (0)
> > > [    18.825] (**) |   |-->Monitor "<default monitor>"
> > > [    18.826] (==) No monitor specified for screen "Default Screen 
> > > Section".
> > >   Using a default monitor configuration.
> > > [    18.826] (==) Disabling SIGIO handlers for input devices
> > > [    18.826] (==) Automatically adding devices
> > > [    18.826] (==) Automatically enabling devices
> > > [    18.826] (==) Not automatically adding GPU devices
> > > [    18.836] (==) 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/
> > > [    18.836] (==) ModulePath set to "/usr/X11R6/lib/modules"
> > > [    18.836] (II) The server relies on wscons to provide the list of 
> > > input devices.
> > >   If no devices become available, reconfigure wscons or disable 
> > > AutoAddDevices.
> > > [    18.837] (II) Loader magic: 0x1b525b8ec040
> > > [    18.837] (II) Module ABI versions:
> > > [    18.837]      X.Org ANSI C Emulation: 0.4
> > > [    18.837]      X.Org Video Driver: 14.1
> > > [    18.837]      X.Org XInput driver : 19.1
> > > [    18.837]      X.Org Server Extension : 7.0
> > > [    18.837] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f9 rev 9, Mem @ 
> > > 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
> > > [    18.838] Initializing built-in extension Generic Event Extension
> > > [    18.838] Initializing built-in extension SHAPE
> > > [    18.838] Initializing built-in extension MIT-SHM
> > > [    18.838] Initializing built-in extension XInputExtension
> > > [    18.838] Initializing built-in extension XTEST
> > > [    18.838] Initializing built-in extension BIG-REQUESTS
> > > [    18.838] Initializing built-in extension SYNC
> > > [    18.838] Initializing built-in extension XKEYBOARD
> > > [    18.838] Initializing built-in extension XC-MISC
> > > [    18.838] Initializing built-in extension SECURITY
> > > [    18.838] Initializing built-in extension XINERAMA
> > > [    18.838] Initializing built-in extension XFIXES
> > > [    18.838] Initializing built-in extension RENDER
> > > [    18.838] Initializing built-in extension RANDR
> > > [    18.838] Initializing built-in extension COMPOSITE
> > > [    18.838] Initializing built-in extension DAMAGE
> > > [    18.838] Initializing built-in extension MIT-SCREEN-SAVER
> > > [    18.838] Initializing built-in extension DOUBLE-BUFFER
> > > [    18.838] Initializing built-in extension RECORD
> > > [    18.838] Initializing built-in extension DPMS
> > > [    18.838] Initializing built-in extension X-Resource
> > > [    18.838] Initializing built-in extension XVideo
> > > [    18.838] Initializing built-in extension XVideo-MotionCompensation
> > > [    18.838] Initializing built-in extension XFree86-VidModeExtension
> > > [    18.838] Initializing built-in extension XFree86-DGA
> > > [    18.838] Initializing built-in extension XFree86-DRI
> > > [    18.838] Initializing built-in extension DRI2
> > > [    18.838] (II) LoadModule: "glx"
> > > [    18.844] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
> > > [    18.848] (II) Module glx: vendor="X.Org Foundation"
> > > [    18.848]      compiled for 1.14.5, module version = 1.0.0
> > > [    18.848]      ABI class: X.Org Server Extension, version 7.0
> > > [    18.848] (==) AIGLX enabled
> > > [    18.849] Loading extension GLX
> > > [    18.849] (==) Matched intel as autoconfigured driver 0
> > > [    18.849] (==) Matched vesa as autoconfigured driver 1
> > > [    18.849] (==) Assigned the driver to the xf86ConfigLayout
> > > [    18.849] (II) LoadModule: "intel"
> > > [    18.850] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
> > > [    18.861] (II) Module intel: vendor="X.Org Foundation"
> > > [    18.861]      compiled for 1.14.5, module version = 2.99.910
> > > [    18.861]      Module class: X.Org Video Driver
> > > [    18.861]      ABI class: X.Org Video Driver, version 14.1
> > > [    18.861] (II) LoadModule: "vesa"
> > > [    18.863] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
> > > [    18.864] (II) Module vesa: vendor="X.Org Foundation"
> > > [    18.864]      compiled for 1.14.5, module version = 2.3.3
> > > [    18.864]      Module class: X.Org Video Driver
> > > [    18.864]      ABI class: X.Org Video Driver, version 14.1
> > > [    18.864] (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
> > > [    18.865] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
> > > [    18.865] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
> > > [    18.866] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
> > > [    18.866] (II) VESA: driver for VESA chipsets: vesa
> > > [    18.870] (WW) Falling back to old probe method for vesa
> > > [    18.873] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD 
> > > Graphics 4000
> > > [    18.873] (--) intel(0): CPU: x86-64
> > > [    18.873] (II) intel(0): Creating default Display subsection in Screen 
> > > section
> > >   "Default Screen Section" for depth/fbbpp 24/32
> > > [    18.873] (==) intel(0): Depth 24, (--) framebuffer bpp 32
> > > [    18.873] (==) intel(0): RGB weight 888
> > > [    18.873] (==) intel(0): Default visual is TrueColor
> > > [    18.875] (**) intel(0): Framebuffer tiled
> > > [    18.875] (**) intel(0): Pixmaps tiled
> > > [    18.875] (**) intel(0): "Tear free" disabled
> > > [    18.875] (**) intel(0): Forcing per-crtc-pixmaps? no
> > > [    18.875] (II) intel(0): Output LVDS1 has no monitor section
> > > [    18.875] (II) intel(0): Output VGA1 has no monitor section
> > > [    18.875] (II) intel(0): Output HDMI1 has no monitor section
> > > [    18.876] (II) intel(0): Output DP1 has no monitor section
> > > [    18.876] (II) intel(0): Output VIRTUAL1 has no monitor section
> > > [    18.876] (--) intel(0): Output LVDS1 using initial mode 1600x900 on 
> > > pipe 0
> > > [    18.876] (==) intel(0): DPI set to (96, 96)
> > > [    18.876] (II) Loading sub module "dri2"
> > > [    18.876] (II) LoadModule: "dri2"
> > > [    18.876] (II) Module "dri2" already built-in
> > > [    18.876] (II) UnloadModule: "vesa"
> > > [    18.876] (II) Unloading vesa
> > > [    18.877] (==) Depth 24 pixmap format is 32 bpp
> > > [    18.886] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) 
> > > backend
> > > [    18.886] (==) intel(0): Backing store disabled
> > > [    18.886] (==) intel(0): Silken mouse disabled
> > > [    18.888] (II) intel(0): HW Cursor enabled
> > > [    18.888] (II) intel(0): RandR 1.2 enabled, ignore the following RandR 
> > > disabled message.
> > > [    18.893] (==) intel(0): DPMS enabled
> > > [    18.894] (II) intel(0): [DRI2] Setup complete
> > > [    18.894] (II) intel(0): [DRI2]   DRI driver: i965
> > > [    18.894] (II) intel(0): [DRI2]   VDPAU driver: i965
> > > [    18.894] (II) intel(0): direct rendering: DRI2 Enabled
> > > [    18.894] (--) RandR disabled
> > > [    18.985] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
> > > [    18.985] (II) AIGLX: enabled GLX_INTEL_swap_event
> > > [    18.985] (II) AIGLX: enabled GLX_ARB_create_context
> > > [    18.985] (II) AIGLX: enabled GLX_ARB_create_context_profile
> > > [    18.985] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
> > > [    18.985] (II) AIGLX: enabled GLX_SGI_swap_control and 
> > > GLX_MESA_swap_control
> > > [    18.985] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer 
> > > objects
> > > [    18.986] (II) AIGLX: Loaded and initialized i965
> > > [    18.986] (II) GLX: Initialized DRI2 GL provider for screen 0
> > > [    18.996] (II) intel(0): switch to mode 1600x900@60.0 on LVDS1 using 
> > > pipe 0, position (0, 0), rotation normal, reflection none
> > > [    19.008] (II) intel(0): Setting screen physical size to 423 x 238
> > > [    19.213] (II) config/wscons: checking input device /dev/wskbd
> > > [    19.213] (II) wskbd: using layout us
> > > [    19.213] (II) LoadModule: "kbd"
> > > [    19.215] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
> > > [    19.216] (II) Module kbd: vendor="X.Org Foundation"
> > > [    19.216]      compiled for 1.14.5, module version = 1.8.0
> > > [    19.216]      Module class: X.Org XInput Driver
> > > [    19.216]      ABI class: X.Org XInput driver, version 19.1
> > > [    19.216] (II) Using input driver 'kbd' for '/dev/wskbd'
> > > [    19.216] (**) /dev/wskbd: always reports core events
> > > [    19.216] (**) /dev/wskbd: always reports core events
> > > [    19.216] (**) Option "Protocol" "standard"
> > > [    19.216] (**) Option "XkbRules" "base"
> > > [    19.216] (**) Option "XkbModel" "pc105"
> > > [    19.217] (**) Option "XkbLayout" "us"
> > > [    19.217] (II) XINPUT: Adding extended input device "/dev/wskbd" 
> > > (type: KEYBOARD, id 6)
> > > [    20.231] (II) config/wscons: checking input device /dev/wsmouse1
> > > [    20.231] (II) LoadModule: "ws"
> > > [    20.233] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
> > > [    20.236] (II) Module ws: vendor="X.Org Foundation"
> > > [    20.236]      compiled for 1.14.5, module version = 1.3.0
> > > [    20.236]      Module class: X.Org XInput Driver
> > > [    20.236]      ABI class: X.Org XInput driver, version 19.1
> > > [    20.236] (II) Using input driver 'ws' for '/dev/wsmouse1'
> > > [    20.236] (**) /dev/wsmouse1: always reports core events
> > > [    20.236] (II) ws: /dev/wsmouse1: debuglevel 0
> > > [    20.236] (**) Option "Device" "/dev/wsmouse1"
> > > [    20.236] (**) ws: /dev/wsmouse1: ZAxisMapping: buttons 4 and 5
> > > [    20.236] (**) ws: /dev/wsmouse1: WAxisMapping: buttons 6 and 7
> > > [    20.236] (**) ws: /dev/wsmouse1: associated screen: 0
> > > [    20.236] (**) ws: /dev/wsmouse1: device will work in raw mode
> > > [    20.236] (II) ws: /dev/wsmouse1: minimum x position: 0
> > > [    20.236] (II) ws: /dev/wsmouse1: maximum x position: 4095
> > > [    20.236] (II) ws: /dev/wsmouse1: minimum y position: 0
> > > [    20.236] (II) ws: /dev/wsmouse1: maximum y position: 4095
> > > [    20.236] (==) ws: /dev/wsmouse1: Buttons: 7
> > > [    20.237] (**) ws: /dev/wsmouse1: YAxisMapping: buttons 4 and 5
> > > [    20.237] (II) XINPUT: Adding extended input device "/dev/wsmouse1" 
> > > (type: TOUCHSCREEN, id 7)
> > > [    20.237] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
> > > [    20.237] (**) /dev/wsmouse1: (accel) acceleration profile 0
> > > [    20.237] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
> > > [    20.237] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
> > > [    20.237] (II) config/wscons: checking input device /dev/wsmouse
> > > [    20.237] (II) Using input driver 'ws' for '/dev/wsmouse'
> > > [    20.237] (**) /dev/wsmouse: always reports core events
> > > [    20.238] (II) ws: /dev/wsmouse: debuglevel 0
> > > [    20.238] (**) Option "Device" "/dev/wsmouse"
> > > [    20.238] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
> > > [    20.238] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
> > > [    20.238] (**) ws: /dev/wsmouse: associated screen: 0
> > > [    21.243] (II) ws: /dev/wsmouse: minimum x position: 0
> > > [    21.243] (II) ws: /dev/wsmouse: maximum x position: 1599
> > > [    21.243] (II) ws: /dev/wsmouse: minimum y position: 0
> > > [    21.243] (II) ws: /dev/wsmouse: maximum y position: 899
> > > [    21.243] (==) ws: /dev/wsmouse: Buttons: 7
> > > [    21.247] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
> > > [    21.247] (II) XINPUT: Adding extended input device "/dev/wsmouse" 
> > > (type: MOUSE, id 8)
> > > [    22.254] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
> > > [    22.254] (**) /dev/wsmouse: (accel) acceleration profile 0
> > > [    22.254] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
> > > [    22.254] (**) /dev/wsmouse: (accel) acceleration threshold: 4
> > > [    24.547] (II) intel(0): EDID vendor "LGD", prod id 898
> > > [    24.547] (II) intel(0): Printing DDC gathered Modelines:
> > > [    24.547] (II) intel(0): Modeline "1600x900"x0.0  108.00  1600 1648 
> > > 1680 1924  900 903 908 936 -hsync -vsync (56.1 kHz eP)
> > > [  3037.709] (II) AIGLX: Suspending AIGLX clients for VT switch
> > > [  3038.320] (EE) intel(0): Failed to submit rendering commands, 
> > > disabling acceleration.
> > > [  3042.215] (II) AIGLX: Resuming AIGLX clients after VT switch
> > > [  3042.215] (II) intel(0): switch to mode 1600x900@60.0 on LVDS1 using 
> > > pipe 0, position (0, 0), rotation normal, reflection none
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.182] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.183] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.183] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.183] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error
> > > [  3045.184] (EE) ws: /dev/wsmouse1: read error Input/output error

Reply via email to