最終更新:2016-10-05 (水) 15:59:58 (2753d)  

FMV-P8270
Top / FMV-P8270

仕様

ドライバ

スティックポイント

Ubuntu 14.04

  • xinput list-propsで確認しながらgpointing-device-settingsをいじってたらスクロールできるようになった。
    • Evdev wheel Emulation:1
    • Evdev Wheel Emulation Button: 2
  • デバイス名がGeneric Mouseとして認識されてて設定が反映されてないっぽかったのでMatchDevicePath?でデバイスを直指定するようにした
    tokkyo@ubuntu:~$ cat /usr/share/X11/xorg.conf.d/20-loox.conf 
    # trackpoint users want wheel emulation
    
    Section "InputClass"
    	Identifier	"loox trackpoint"
    	MatchIsPointer	"true"
    	MatchDevicePath	"/dev/input/event4"
    	Option	"Emulate3Buttons"	"true"
    	Option	"EmulateWheel"	"true"
    	Option	"EmulateWheelButton"	"2"
    	Option	"XAxisMapping"	"6 7"
    	Option	"YAxisMapping"	"4 5"
    EndSection
    tokkyo@ubuntu:~$ xinput list-props 14
    Device 'PS/2 Generic Mouse':
    	Device Enabled (133):	1
    	Coordinate Transformation Matrix (135):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    	Device Accel Profile (260):	0
    	Device Accel Constant Deceleration (261):	1.000000
    	Device Accel Adaptive Deceleration (262):	1.000000
    	Device Accel Velocity Scaling (263):	10.000000
    	Device Product ID (253):	2, 1
    	Device Node (254):	"/dev/input/event4"
    	Evdev Axis Inversion (264):	0, 0
    	Evdev Axes Swap (266):	0
    	Axis Labels (267):	"Rel X" (143), "Rel Y" (144)
    	Button Labels (268):	"Button Left" (136), "Button Middle" (137), "Button Right" (138), "Button Wheel Up" (139), "Button Wheel Down" (140), "Button Horiz Wheel Left" (141), "Button Horiz Wheel Right" (142)
    	Evdev Middle Button Emulation (269):	0
    	Evdev Middle Button Timeout (270):	50
    	Evdev Third Button Emulation (271):	0
    	Evdev Third Button Emulation Timeout (272):	1000
    	Evdev Third Button Emulation Button (273):	3
    	Evdev Third Button Emulation Threshold (274):	20
    	Evdev Wheel Emulation (275):	1
    	Evdev Wheel Emulation Axes (276):	6, 7, 4, 5
    	Evdev Wheel Emulation Inertia (277):	10
    	Evdev Wheel Emulation Timeout (278):	200
    	Evdev Wheel Emulation Button (279):	2
    	Evdev Drag Lock Buttons (280):	0
    

タッチパネル

  • 0x05, 0x0D,        // Usage Page (Digitizer)
    0x09, 0x04,        // Usage (Touch Screen)
    0xA1, 0x01,        // Collection (Application)
    0x09, 0x20,        //   Usage (Stylus)
    0xA1, 0x00,        //   Collection (Physical)
    0x09, 0x42,        //     Usage (Tip Switch)
    0x09, 0x44,        //     Usage (Barrel Switch)
    0x09, 0x3C,        //     Usage (Invert)
    0x09, 0x45,        //     Usage (Eraser)
    0x15, 0x00,        //     Logical Minimum (0)
    0x25, 0x01,        //     Logical Maximum (1)
    0x75, 0x01,        //     Report Size (1)
    0x95, 0x04,        //     Report Count (4)
    0x81, 0x02,        //     Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
    0x95, 0x01,        //     Report Count (1)
    0x81, 0x03,        //     Input (Const,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
    0x09, 0x32,        //     Usage (In Range)
    0x81, 0x02,        //     Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
    0x95, 0x02,        //     Report Count (2)
    0x81, 0x03,        //     Input (Const,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
    0x05, 0x01,        //     Usage Page (Generic Desktop Ctrls)
    0x35, 0x00,        //     Physical Minimum (0)
    0x46, 0xFF, 0x0F,  //     Physical Maximum (4095)
    0x26, 0xFF, 0x0F,  //     Logical Maximum (4095)
    0x75, 0x10,        //     Report Size (16)
    0x95, 0x01,        //     Report Count (1)
    0x09, 0x30,        //     Usage (X)
    0x81, 0x02,        //     Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
    0x75, 0x10,        //     Report Size (16)
    0x95, 0x01,        //     Report Count (1)
    0x09, 0x31,        //     Usage (Y)
    0x81, 0x02,        //     Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
    0xC0,              //   End Collection
    0xC0,              // End Collection
    // 68 bytes

バッテリー

  • FMVNBP14410.8V 2600mA
    FMVNBP14510.8V 5200mA332g
    FMVNBP144互換10.8V 2200mA154g

本体

  • メモリ換装、SSDに換装して761g
  • 互換バッテリとセットで915g