Re: Keyboard and touchpad aren't working properly in X

2015-11-03 Thread Артур Истомин
On Tue, Nov 03, 2015 at 07:49:48AM +0100, Matej Nanut wrote:
> I found out I don't actually need "select all", but "replace all", 
> which is basically Ctrl+U when your cursor is at the end.

Did You mean "Ctrl+U + Ctrl+V"? Because I can only remove string
left of cursor with Ctrl+U without pasting what in a X's buffer.



Re: Keyboard and touchpad aren't working properly in X

2015-11-03 Thread Артур Истомин
On Mon, Nov 02, 2015 at 11:14:00PM -0800, patrick keshishian wrote:
> On 11/2/15, Артур Истомин  wrote:
> > On Mon, Nov 02, 2015 at 10:22:08PM +0100, Mike Burns wrote:
> >> On 2015-11-03 01.11.13 +0500, Артур Истомин wrote:
> >> > On Mon, Nov 02, 2015 at 09:07:05AM -0800, patrick keshishian wrote:
> >> > > On 11/2/15, Артур Истомин  wrote:
> >> > > > I have strange behaviour with keyboard and touchpad.
> >> > > >
> >> > > > Keyboard. It is like I am in console/terminal. All keyboard
> >> > > > shortcuts
> >> > > behave
> >> > > > like
> >> > > > I am in console/terminal. E.g. Ctrl+A does not selecting all in
> >> > > > firefox
> >> > > > address bar,
> >> > > > but instead move cursor to beginning; Ctrl+U delets all from the
> >> > > > left;
> >> > > > Ctrl+W delets one word from the left etc. (I even study some new
> >> > > > shortcuts)
> >> > >
> >> > > This has always been the behavior for text-input fields/widgets.
> >> >
> >> > Wow, I didn't know it. I always thought it was a problem with my
> >> > hardware.
> >> > Is it possible to make it worked like in Linux?
> >>
> >> If you don't want that, you'll have to undo it:
> >> http://kb.mozillazine.org/Emacs_Keybindings_%28Firefox%29
> >
> > But it's exactly the behavior that I'm trying to avoid :)
> > I want crossplatform keybindings in GUI applications:
> >
> > Ctrl+A - select all in input field
> > Ctrl+W - close tab
> 
> You mentioned Firefox, my first response was with regard
> to text-input fields/widgets. e.g., address bar, search box, etc.
> However, at least with Firefox, if focus is not owned by any
> text-entry field/widget, CTRL+A and CTRL+W do behave as
> you wish. i.e., The former selects content of the page/pane
> and the latter will close the current tab/window.
> 
> Is this not what you see happen?

It is. Moreover, I find it more convenient to have common keybindings
for all applications, GUI/CLI. But there is one wrinkle - I have problems
when I sit for someone else's computer :)
> 
> --patrick



Re: Keyboard and touchpad aren't working properly in X

2015-11-03 Thread Matej Nanut
On 3 November 2015 at 12:28, Артур Истомин 
wrote:
> Did You mean "Ctrl+U + Ctrl+V"? Because I can only remove string
> left of cursor with Ctrl+U without pasting what in a X's buffer.
>

Sorry for the confusion. I actually meant "delete all", because I
usually want to search for something or input a URL.

Matej



Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread Matej Nanut
On 3 November 2015 at 06:49, Артур Истомин 
wrote:
> I want crossplatform keybindings in GUI applications:
>
> Ctrl+A - select all in input field
> Ctrl+W - close tab
> ..etc.

When you select a textbox at the end, you can do Ctrl+Shift+A, which
will select everything. If you're not at the end, just do Ctrl+E
first. After I struggled with this, I found out I don't actually need
"select all", but "replace all", which is basically Ctrl+U when your
cursor is at the end.

Also, Ctrl+W works just fine, but only if you don't have a text input
selected.

Matej



Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread Артур Истомин
On Mon, Nov 02, 2015 at 10:22:08PM +0100, Mike Burns wrote:
> On 2015-11-03 01.11.13 +0500, Артур Истомин wrote:
> > On Mon, Nov 02, 2015 at 09:07:05AM -0800, patrick keshishian wrote:
> > > On 11/2/15, Артур Истомин  wrote:
> > > > I have strange behaviour with keyboard and touchpad.
> > > >
> > > > Keyboard. It is like I am in console/terminal. All keyboard shortcuts
> > > behave
> > > > like
> > > > I am in console/terminal. E.g. Ctrl+A does not selecting all in firefox
> > > > address bar,
> > > > but instead move cursor to beginning; Ctrl+U delets all from the left;
> > > > Ctrl+W delets one word from the left etc. (I even study some new 
> > > > shortcuts)
> > > 
> > > This has always been the behavior for text-input fields/widgets.
> > 
> > Wow, I didn't know it. I always thought it was a problem with my hardware.
> > Is it possible to make it worked like in Linux?
> 
> If you don't want that, you'll have to undo it:
> http://kb.mozillazine.org/Emacs_Keybindings_%28Firefox%29

But it's exactly the behavior that I'm trying to avoid :)
I want crossplatform keybindings in GUI applications:

Ctrl+A - select all in input field
Ctrl+W - close tab
..etc.

Thanks.



Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread patrick keshishian
On 11/2/15, Артур Истомин  wrote:
> On Mon, Nov 02, 2015 at 10:22:08PM +0100, Mike Burns wrote:
>> On 2015-11-03 01.11.13 +0500, Артур Истомин wrote:
>> > On Mon, Nov 02, 2015 at 09:07:05AM -0800, patrick keshishian wrote:
>> > > On 11/2/15, Артур Истомин  wrote:
>> > > > I have strange behaviour with keyboard and touchpad.
>> > > >
>> > > > Keyboard. It is like I am in console/terminal. All keyboard
>> > > > shortcuts
>> > > behave
>> > > > like
>> > > > I am in console/terminal. E.g. Ctrl+A does not selecting all in
>> > > > firefox
>> > > > address bar,
>> > > > but instead move cursor to beginning; Ctrl+U delets all from the
>> > > > left;
>> > > > Ctrl+W delets one word from the left etc. (I even study some new
>> > > > shortcuts)
>> > >
>> > > This has always been the behavior for text-input fields/widgets.
>> >
>> > Wow, I didn't know it. I always thought it was a problem with my
>> > hardware.
>> > Is it possible to make it worked like in Linux?
>>
>> If you don't want that, you'll have to undo it:
>> http://kb.mozillazine.org/Emacs_Keybindings_%28Firefox%29
>
> But it's exactly the behavior that I'm trying to avoid :)
> I want crossplatform keybindings in GUI applications:
>
> Ctrl+A - select all in input field
> Ctrl+W - close tab

You mentioned Firefox, my first response was with regard
to text-input fields/widgets. e.g., address bar, search box, etc.
However, at least with Firefox, if focus is not owned by any
text-entry field/widget, CTRL+A and CTRL+W do behave as
you wish. i.e., The former selects content of the page/pane
and the latter will close the current tab/window.

Is this not what you see happen?

--patrick



Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread Артур Истомин
On Mon, Nov 02, 2015 at 09:07:05AM -0800, patrick keshishian wrote:
> On 11/2/15, Артур Истомин  wrote:
> > I have strange behaviour with keyboard and touchpad.
> >
> > Keyboard. It is like I am in console/terminal. All keyboard shortcuts
> behave
> > like
> > I am in console/terminal. E.g. Ctrl+A does not selecting all in firefox
> > address bar,
> > but instead move cursor to beginning; Ctrl+U delets all from the left;
> > Ctrl+W delets one word from the left etc. (I even study some new shortcuts)
> 
> This has always been the behavior for text-input fields/widgets.

Wow, I didn't know it. I always thought it was a problem with my hardware.
Is it possible to make it worked like in Linux?

> 
> > Touchpad. It is Clickpad (without buttons, like on Macbook Air). Driver -
> > synaptics. Click & Drug does not work. I can't click left "button" and at
> > the same
> > time drug cursor with second finger, it is just does not work.
> 
> It might just be that you need to configure it via synclient(1).

I have tried. I booted from Linux live cd and copy settings/output from 
linux's synclient. This doesn't work.



Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread patrick keshishian
On 11/2/15, Артур Истомин  wrote:
> I have strange behaviour with keyboard and touchpad.
>
> Keyboard. It is like I am in console/terminal. All keyboard shortcuts
behave
> like
> I am in console/terminal. E.g. Ctrl+A does not selecting all in firefox
> address bar,
> but instead move cursor to beginning; Ctrl+U delets all from the left;
> Ctrl+W delets one word from the left etc. (I even study some new shortcuts)

This has always been the behavior for text-input fields/widgets.


> Touchpad. It is Clickpad (without buttons, like on Macbook Air). Driver -
> synaptics. Click & Drug does not work. I can't click left "button" and at
> the same
> time drug cursor with second finger, it is just does not work.

It might just be that you need to configure it via synclient(1).

hth,
---patrick


> Such behaviour last from OpenBSD 5.6, time when I migrated from Linux to
> OpenBSD.
>
> I would be grateful for any help.
>
> Xorg.log and dmesg below
>
> OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 6209654784 (5921MB)
> avail mem = 6017564672 (5738MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xe0840 (27 entries)
> bios0: vendor Phoenix Technologies Ltd. version "V1.20" date 12/12/2012
> bios0: Acer Aspire V5-571G
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S1 S3 S4 S5
> acpi0: tables DSDT FACP SLIC SSDT ASF! HPET APIC MCFG FPDT SSDT SSDT UEFI
> UEFI POAT SSDT UEFI
> acpi0: wakeup devices P0P1(S4) GLAN(S4) EHC1(S3) EHC2(S3) XHC_(S3) HDEF(S3)
> PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S5) RP03(S5) PXSX(S4) RP04(S4)
> PXSX(S4) RP05(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpihpet0 at acpi0: 14318179 Hz
> acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i3-2367M CPU @ 1.40GHz, 1397.05 MHz
> cpu0:
>
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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,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) i3-2367M CPU @ 1.40GHz, 1396.83 MHz
> cpu1:
>
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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,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) i3-2367M CPU @ 1.40GHz, 1396.83 MHz
> cpu2:
>
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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,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) i3-2367M CPU @ 1.40GHz, 1396.84 MHz
> cpu3:
>
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,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,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 0xfec0, version 20, 24 pins
> acpimcfg0 at acpi0 addr 0xf800, 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 -1 (RP02)
> acpiprt4 at acpi0: bus 3 (RP03)
> acpiprt5 at acpi0: bus 4 (RP04)
> acpiprt6 at acpi0: bus -1 (RP05)
> acpiprt7 at acpi0: bus -1 (RP06)
> acpiprt8 at acpi0: bus -1 (RP07)
> acpiprt9 at acpi0: bus -1 (RP08)
> acpiprt10 at acpi0: bus 1 (PEG0)
> acpiprt11 at acpi0: bus -1 (PEG1)
> acpiprt12 at acpi0: bus -1 (PEG2)
> acpiprt13 at acpi0: bus -1 (PEG3)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10),
> C1(1000@1 mwait.1), PSS
> acpicpu1 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10),
> C1(1000@1 mwait.1), PSS
> acpicpu2 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10),
> C1(1000@1 mwait.1), PSS
> acpicpu3 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10),
> C1(1000@1 mwait.1), PSS
> acpitz0 at acpi0: critical temperature is 98 degC
> acpitz1 at acpi0: critical 

Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread Mike Burns
On 2015-11-03 01.11.13 +0500, Артур Истомин wrote:
> On Mon, Nov 02, 2015 at 09:07:05AM -0800, patrick keshishian wrote:
> > On 11/2/15, Артур Истомин  wrote:
> > > I have strange behaviour with keyboard and touchpad.
> > >
> > > Keyboard. It is like I am in console/terminal. All keyboard shortcuts
> > behave
> > > like
> > > I am in console/terminal. E.g. Ctrl+A does not selecting all in firefox
> > > address bar,
> > > but instead move cursor to beginning; Ctrl+U delets all from the left;
> > > Ctrl+W delets one word from the left etc. (I even study some new 
> > > shortcuts)
> > 
> > This has always been the behavior for text-input fields/widgets.
> 
> Wow, I didn't know it. I always thought it was a problem with my hardware.
> Is it possible to make it worked like in Linux?

If you don't want that, you'll have to undo it:
http://kb.mozillazine.org/Emacs_Keybindings_%28Firefox%29



Keyboard and touchpad aren't working properly in X

2015-11-02 Thread Артур Истомин
I have strange behaviour with keyboard and touchpad.

Keyboard. It is like I am in console/terminal. All keyboard shortcuts behave 
like
I am in console/terminal. E.g. Ctrl+A does not selecting all in firefox address 
bar,
but instead move cursor to beginning; Ctrl+U delets all from the left;
Ctrl+W delets one word from the left etc. (I even study some new shortcuts)

Touchpad. It is Clickpad (without buttons, like on Macbook Air). Driver - 
synaptics. Click & Drug does not work. I can't click left "button" and at the 
same
time drug cursor with second finger, it is just does not work.

Such behaviour last from OpenBSD 5.6, time when I migrated from Linux to 
OpenBSD.

I would be grateful for any help.

Xorg.log and dmesg below

OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 6209654784 (5921MB)
avail mem = 6017564672 (5738MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xe0840 (27 entries)
bios0: vendor Phoenix Technologies Ltd. version "V1.20" date 12/12/2012
bios0: Acer Aspire V5-571G
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP SLIC SSDT ASF! HPET APIC MCFG FPDT SSDT SSDT UEFI UEFI 
POAT SSDT UEFI
acpi0: wakeup devices P0P1(S4) GLAN(S4) EHC1(S3) EHC2(S3) XHC_(S3) HDEF(S3) 
PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S5) RP03(S5) PXSX(S4) RP04(S4) 
PXSX(S4) RP05(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i3-2367M CPU @ 1.40GHz, 1397.05 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,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) i3-2367M CPU @ 1.40GHz, 1396.83 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,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) i3-2367M CPU @ 1.40GHz, 1396.83 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,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) i3-2367M CPU @ 1.40GHz, 1396.84 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,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 0xfec0, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xf800, 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 -1 (RP02)
acpiprt4 at acpi0: bus 3 (RP03)
acpiprt5 at acpi0: bus 4 (RP04)
acpiprt6 at acpi0: bus -1 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus 1 (PEG0)
acpiprt11 at acpi0: bus -1 (PEG1)
acpiprt12 at acpi0: bus -1 (PEG2)
acpiprt13 at acpi0: bus -1 (PEG3)
acpiec0 at acpi0
acpicpu0 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), C1(1000@1 
mwait.1), PSS
acpicpu1 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), C1(1000@1 
mwait.1), PSS
acpicpu2 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), C1(1000@1 
mwait.1), PSS
acpicpu3 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), C1(1000@1 
mwait.1), PSS
acpitz0 at acpi0: critical temperature is 98 degC
acpitz1 at acpi0: critical temperature is 92 degC
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "AL12A32" serial 57477 type LION oem "4f594e4153"
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: SLPB
acpivideo0 at acpi0: PEGP
acpivideo1 at acpi0: GFX0
acpivout0 at acpivideo1: DD02
cpu0: Enhanced SpeedStep 1397 MHz: speeds: 1400, 1300, 1200, 1100, 1000, 900, 
800 MHz
pci0 at mainbus0 bus 0
pchb0 at