DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 6th November 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default Latop adjust brightness

I have tried :

Same functions key as in Windows for adjusting brigthness.

xbacklight
No outputs have backlight property

wsconsctl display.brightness 99
wsconsctl display.brightness 1

No effect I can see from wsconsctl.

Any ideas?
Reply With Quote
  #2   (View Single Post)  
Old 6th November 2016
scottro's Avatar
scottro scottro is offline
Real Name: Scott Robbins
ISO Quartermaster
 
Join Date: Apr 2008
Location: NYC
Posts: 652
Default

I think there's an xrandr option. Untested by me, not on OpenBSD right now. (Googles xrandr brightness)

http://askubuntu.com/questions/62249...m-command-line may work. (I believe it depends upon video card.)
Reply With Quote
  #3   (View Single Post)  
Old 8th November 2016
e1-531g e1-531g is offline
ISO Quartermaster
 
Join Date: Mar 2014
Posts: 628
Default

Quote:
Originally Posted by scottro View Post
I think there's an xrandr option. Untested by me, not on OpenBSD right now. (Googles xrandr brightness)

http://askubuntu.com/questions/62249...m-command-line may work. (I believe it depends upon video card.)
It works for me on Intel's Sandy Bridge GPU.
Code:
## retrieve name of output
$ xrandr --current 2>&1 | grep ' connected [0-9]'
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
## change a few times for fun
$  xrandr --output LVDS1 --brightness 1.0 ; sleep 2 ; xrandr --output LVDS1 --brightness 0.5 ; sleep 2 ; xrandr --output LVDS1 --brightness 1.0
__________________
Signature: Furthermore, I consider that systemd must be destroyed.
Based on Latin oratorical phrase
Reply With Quote
  #4   (View Single Post)  
Old 31st March 2017
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

So back afther some month to try 6.1 and see If I can get it to work.

Same problem, screen it to bright and hurtfull at night time.

Code:
xrandr --current 2>&1 | grep ' connected [0-9]'
            default connected 1368x768+0+0 0mm x 0 mm
Code:
$xrandr 
xrander: Failed to get size of gamma for output default
Xorg.log
Code:
[    23.786] (--) checkDevMem: using aperture driver /dev/xf86
[    23.824] (--) Using wscons driver on /dev/ttyC4
[    23.844] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    23.844] X Protocol Version 11, Revision 0
[    23.844] Build Operating System: OpenBSD 6.1 amd64 
[    23.844] Current Operating System: OpenBSD ratop.my.domain 6.1 GENERIC.MP#17 amd64
[    23.844] Build Date: 30 March 2017  09:52:27PM
[    23.844]  
[    23.844] Current version of pixman: 0.34.0
[    23.844] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    23.844] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.845] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 31 20:55:03 2017
[    23.847] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[    23.849] (==) No Layout section.  Using the first Screen section.
[    23.849] (==) No screen section available. Using defaults.
[    23.849] (**) |-->Screen "Default Screen Section" (0)
[    23.849] (**) |   |-->Monitor "<default monitor>"
[    23.850] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    23.850] (==) Disabling SIGIO handlers for input devices
[    23.851] (==) Automatically adding devices
[    23.851] (==) Automatically enabling devices
[    23.851] (==) Not automatically adding GPU devices
[    23.852] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    23.867] (==) 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/
[    23.867] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    23.867] (II) The server relies on wscons to provide the list of input devices.
	If no devices become available, reconfigure wscons or disable AutoAddDevices.
[    23.867] (II) Loader magic: 0x2494d33020
[    23.867] (II) Module ABI versions:
[    23.867] 	X.Org ANSI C Emulation: 0.4
[    23.867] 	X.Org Video Driver: 20.0
[    23.867] 	X.Org XInput driver : 22.1
[    23.867] 	X.Org Server Extension : 9.0
[    23.868] (--) PCI:*(0:0:2:0) 8086:22b1:1025:106d rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64
[    23.868] (II) LoadModule: "glx"
[    23.873] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    23.903] (II) Module glx: vendor="X.Org Foundation"
[    23.903] 	compiled for 1.18.4, module version = 1.0.0
[    23.903] 	ABI class: X.Org Server Extension, version 9.0
[    23.903] (==) AIGLX enabled
[    23.903] (==) Matched intel as autoconfigured driver 0
[    23.903] (==) Matched vesa as autoconfigured driver 1
[    23.903] (==) Assigned the driver to the xf86ConfigLayout
[    23.903] (II) LoadModule: "intel"
[    23.904] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[    23.913] (II) Module intel: vendor="X.Org Foundation"
[    23.913] 	compiled for 1.18.4, module version = 2.99.916
[    23.913] 	Module class: X.Org Video Driver
[    23.913] 	ABI class: X.Org Video Driver, version 20.0
[    23.913] (II) LoadModule: "vesa"
[    23.915] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[    23.916] (II) Module vesa: vendor="X.Org Foundation"
[    23.916] 	compiled for 1.18.4, module version = 2.3.4
[    23.916] 	Module class: X.Org Video Driver
[    23.916] 	ABI class: X.Org Video Driver, version 20.0
[    23.916] (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
[    23.917] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    23.917] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    23.917] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    23.917] (II) VESA: driver for VESA chipsets: vesa
[    23.919] (II) Loading sub module "vbe"
[    23.919] (II) LoadModule: "vbe"
[    23.923] (II) Loading /usr/X11R6/lib/modules/libvbe.so
[    23.924] (II) Module vbe: vendor="X.Org Foundation"
[    23.924] 	compiled for 1.18.4, module version = 1.1.0
[    23.924] 	ABI class: X.Org Video Driver, version 20.0
[    23.925] (II) Loading sub module "int10"
[    23.925] (II) LoadModule: "int10"
[    23.927] (II) Loading /usr/X11R6/lib/modules/libint10.so
[    23.931] (II) Module int10: vendor="X.Org Foundation"
[    23.931] 	compiled for 1.18.4, module version = 1.0.0
[    23.931] 	ABI class: X.Org Video Driver, version 20.0
[    23.931] (II) VESA(0): initializing int10
[    23.932] (II) VESA(0): Bad V_BIOS checksum
[    23.932] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    23.934] (II) VESA(0): VESA BIOS detected
[    23.934] (II) VESA(0): VESA VBE Version 3.0
[    23.934] (II) VESA(0): VESA VBE Total Mem: 30656 kB
[    23.934] (II) VESA(0): VESA VBE OEM: Intel(R) CHV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    23.934] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    23.934] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    23.934] (II) VESA(0): VESA VBE OEM Product: Intel(R) CHV Mobile/Desktop Graphics Controller
[    23.934] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    23.965] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    23.965] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    23.965] (==) VESA(0): RGB weight 888
[    23.965] (==) VESA(0): Default visual is TrueColor
[    23.965] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    23.965] (II) Loading sub module "ddc"
[    23.965] (II) LoadModule: "ddc"
[    23.965] (II) Module "ddc" already built-in
[    23.966] (II) VESA(0): VESA VBE DDC supported
[    23.966] (II) VESA(0): VESA VBE DDC Level none
[    23.966] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[    23.976] (II) VESA(0): VESA VBE DDC read successfully
[    23.976] (II) VESA(0): Manufacturer: AUO  Model: 2e3c  Serial#: 0
[    23.976] (II) VESA(0): Year: 2015  Week: 0
[    23.976] (II) VESA(0): EDID Version: 1.4
[    23.976] (II) VESA(0): Digital Display Input
[    23.976] (II) VESA(0): 6 bits per channel
[    23.976] (II) VESA(0): Digital interface is DisplayPort
[    23.976] (II) VESA(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    23.976] (II) VESA(0): Gamma: 2.20
[    23.976] (II) VESA(0): No DPMS capabilities specified
[    23.976] (II) VESA(0): Supported color encodings: RGB 4:4:4 
[    23.976] (II) VESA(0): First detailed timing is preferred mode
[    23.976] (II) VESA(0): Preferred mode is native pixel format and refresh rate
[    23.976] (II) VESA(0): redX: 0.580 redY: 0.335   greenX: 0.330 greenY: 0.565
[    23.976] (II) VESA(0): blueX: 0.155 blueY: 0.140   whiteX: 0.313 whiteY: 0.329
[    23.976] (II) VESA(0): Manufacturer's mask: 0
[    23.979] (II) VESA(0): Supported detailed timing:
[    23.979] (II) VESA(0): clock: 76.3 MHz   Image Size:  309 x 173 mm
[    23.979] (II) VESA(0): h_active: 1366  h_sync: 1404  h_sync_end 1426 h_blank_end 1592 h_border: 0
[    23.979] (II) VESA(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 798 v_border: 0
[    23.979] (II) VESA(0): Unknown vendor-specific block f
[    23.979] (II) VESA(0):  AUO
[    23.979] (II) VESA(0):  B140XTN02.E
[    23.979] (II) VESA(0): EDID (in hex):
[    23.979] (II) VESA(0): 	00ffffffffffff0006af3c2e00000000
[    23.979] (II) VESA(0): 	00190104951f117802bbf59455549027
[    23.979] (II) VESA(0): 	23505400000001010101010101010101
[    23.979] (II) VESA(0): 	010101010101ce1d56e250001e302616
[    23.979] (II) VESA(0): 	360035ad100000180000000f00000000
[    23.979] (II) VESA(0): 	00000000000000000020000000fe0041
[    23.979] (II) VESA(0): 	554f0a202020202020202020000000fe
[    23.979] (II) VESA(0): 	004231343058544e30322e45200a00c8
[    23.979] (II) VESA(0): EDID vendor "AUO", prod id 11836
[    23.979] (II) VESA(0): Printing DDC gathered Modelines:
[    23.979] (II) VESA(0): Modeline "1366x768"x0.0   76.30  1366 1404 1426 1592  768 771 777 798 -hsync -vsync (47.9 kHz eP)
[    23.979] (II) VESA(0): Searching for matching VESA mode(s):
[    23.995] Mode: 105 (1024x768)
[    23.995] 	ModeAttributes: 0x9b
[    23.995] 	WinAAttributes: 0x7
[    23.995] 	WinBAttributes: 0x0
[    23.995] 	WinGranularity: 64
[    23.995] 	WinSize: 64
[    23.995] 	WinASegment: 0xa000
[    23.995] 	WinBSegment: 0x0
[    23.995] 	WinFuncPtr: 0xc0008867
[    23.995] 	BytesPerScanline: 1024
[    23.995] 	XResolution: 1024
[    23.995] 	YResolution: 768
[    23.995] 	XCharSize: 8
[    23.995] 	YCharSize: 16
[    23.995] 	NumberOfPlanes: 1
[    23.995] 	BitsPerPixel: 8
[    23.995] 	NumberOfBanks: 1
[    23.995] 	MemoryModel: 4
[    23.995] 	BankSize: 0
[    23.995] 	NumberOfImages: 38
[    23.995] 	RedMaskSize: 0
[    23.995] 	RedFieldPosition: 0
[    23.995] 	GreenMaskSize: 0
[    23.995] 	GreenFieldPosition: 0
[    23.995] 	BlueMaskSize: 0
[    23.995] 	BlueFieldPosition: 0
[    23.995] 	RsvdMaskSize: 0
[    23.995] 	RsvdFieldPosition: 0
[    23.995] 	DirectColorModeInfo: 0
[    23.995] 	PhysBasePtr: 0x80000000
[    23.995] 	LinBytesPerScanLine: 1024
[    23.995] 	BnkNumberOfImagePages: 38
[    23.995] 	LinNumberOfImagePages: 38
[    23.995] 	LinRedMaskSize: 0
[    23.995] 	LinRedFieldPosition: 0
[    23.995] 	LinGreenMaskSize: 0
[    23.995] 	LinGreenFieldPosition: 0
[    23.995] 	LinBlueMaskSize: 0
[    23.995] 	LinBlueFieldPosition: 0
[    23.995] 	LinRsvdMaskSize: 0
[    23.995] 	LinRsvdFieldPosition: 0
[    23.995] 	MaxPixelClock: 230000000
[    23.996] Mode: 117 (1024x768)
[    23.996] 	ModeAttributes: 0x9b
[    23.996] 	WinAAttributes: 0x7
[    23.996] 	WinBAttributes: 0x0
[    23.996] 	WinGranularity: 64
[    23.996] 	WinSize: 64
[    23.996] 	WinASegment: 0xa000
[    23.996] 	WinBSegment: 0x0
[    23.996] 	WinFuncPtr: 0xc0008867
[    23.996] 	BytesPerScanline: 2048
[    23.996] 	XResolution: 1024
[    23.996] 	YResolution: 768
[    23.996] 	XCharSize: 8
[    23.996] 	YCharSize: 16
[    23.996] 	NumberOfPlanes: 1
[    23.996] 	BitsPerPixel: 16
[    23.996] 	NumberOfBanks: 1
[    23.996] 	MemoryModel: 6
[    23.996] 	BankSize: 0
[    23.996] 	NumberOfImages: 18
[    23.996] 	RedMaskSize: 5
[    23.996] 	RedFieldPosition: 11
[    23.996] 	GreenMaskSize: 6
[    23.996] 	GreenFieldPosition: 5
[    23.996] 	BlueMaskSize: 5
[    23.996] 	BlueFieldPosition: 0
[    23.996] 	RsvdMaskSize: 0
[    23.996] 	RsvdFieldPosition: 0
[    23.996] 	DirectColorModeInfo: 0
[    23.996] 	PhysBasePtr: 0x80000000
[    23.996] 	LinBytesPerScanLine: 2048
[    23.996] 	BnkNumberOfImagePages: 18
[    23.996] 	LinNumberOfImagePages: 18
[    23.996] 	LinRedMaskSize: 5
[    23.996] 	LinRedFieldPosition: 11
[    23.996] 	LinGreenMaskSize: 6
[    23.996] 	LinGreenFieldPosition: 5
[    23.996] 	LinBlueMaskSize: 5
[    23.996] 	LinBlueFieldPosition: 0
[    23.996] 	LinRsvdMaskSize: 0
[    23.996] 	LinRsvdFieldPosition: 0
[    23.997] 	MaxPixelClock: 230000000
[    23.998] *Mode: 118 (1024x768)
[    23.998] 	ModeAttributes: 0x9b
[    23.998] 	WinAAttributes: 0x7
[    23.998] 	WinBAttributes: 0x0
[    23.998] 	WinGranularity: 64
[    23.998] 	WinSize: 64
[    23.998] 	WinASegment: 0xa000
[    23.998] 	WinBSegment: 0x0
[    23.998] 	WinFuncPtr: 0xc0008867
[    23.998] 	BytesPerScanline: 4096
[    23.998] 	XResolution: 1024
[    23.998] 	YResolution: 768
[    23.998] 	XCharSize: 8
[    23.998] 	YCharSize: 16
[    23.998] 	NumberOfPlanes: 1
[    23.998] 	BitsPerPixel: 32
[    23.998] 	NumberOfBanks: 1
[    23.998] 	MemoryModel: 6
[    23.998] 	BankSize: 0
[    23.998] 	NumberOfImages: 8
[    23.998] 	RedMaskSize: 8
[    23.998] 	RedFieldPosition: 16
[    23.998] 	GreenMaskSize: 8
[    23.998] 	GreenFieldPosition: 8
[    23.998] 	BlueMaskSize: 8
[    23.998] 	BlueFieldPosition: 0
[    23.998] 	RsvdMaskSize: 8
[    23.998] 	RsvdFieldPosition: 24
[    23.998] 	DirectColorModeInfo: 0
[    23.998] 	PhysBasePtr: 0x80000000
[    23.998] 	LinBytesPerScanLine: 4096
[    23.998] 	BnkNumberOfImagePages: 8
[    23.998] 	LinNumberOfImagePages: 8
[    23.998] 	LinRedMaskSize: 8
[    23.998] 	LinRedFieldPosition: 16
[    23.998] 	LinGreenMaskSize: 8
[    23.998] 	LinGreenFieldPosition: 8
[    23.998] 	LinBlueMaskSize: 8
[    23.998] 	LinBlueFieldPosition: 0
[    23.998] 	LinRsvdMaskSize: 8
[    23.998] 	LinRsvdFieldPosition: 24
[    23.998] 	MaxPixelClock: 230000000
[    23.999] *Mode: 112 (640x480)
[    23.999] 	ModeAttributes: 0x9b
[    23.999] 	WinAAttributes: 0x7
[    23.999] 	WinBAttributes: 0x0
[    23.999] 	WinGranularity: 64
[    23.999] 	WinSize: 64
[    23.999] 	WinASegment: 0xa000
[    23.999] 	WinBSegment: 0x0
[    23.999] 	WinFuncPtr: 0xc0008867
[    23.999] 	BytesPerScanline: 2560
[    23.999] 	XResolution: 640
[    23.999] 	YResolution: 480
[    23.999] 	XCharSize: 8
[    23.999] 	YCharSize: 16
[    23.999] 	NumberOfPlanes: 1
[    23.999] 	BitsPerPixel: 32
[    23.999] 	NumberOfBanks: 1
[    23.999] 	MemoryModel: 6
[    23.999] 	BankSize: 0
[    24.000] 	NumberOfImages: 24
[    24.000] 	RedMaskSize: 8
[    24.000] 	RedFieldPosition: 16
[    24.000] 	GreenMaskSize: 8
[    24.000] 	GreenFieldPosition: 8
[    24.000] 	BlueMaskSize: 8
[    24.000] 	BlueFieldPosition: 0
[    24.000] 	RsvdMaskSize: 8
[    24.000] 	RsvdFieldPosition: 24
[    24.000] 	DirectColorModeInfo: 0
[    24.000] 	PhysBasePtr: 0x80000000
[    24.000] 	LinBytesPerScanLine: 2560
[    24.000] 	BnkNumberOfImagePages: 24
[    24.000] 	LinNumberOfImagePages: 24
[    24.000] 	LinRedMaskSize: 8
[    24.000] 	LinRedFieldPosition: 16
[    24.000] 	LinGreenMaskSize: 8
[    24.000] 	LinGreenFieldPosition: 8
[    24.000] 	LinBlueMaskSize: 8
[    24.000] 	LinBlueFieldPosition: 0
[    24.000] 	LinRsvdMaskSize: 8
[    24.000] 	LinRsvdFieldPosition: 24
[    24.000] 	MaxPixelClock: 230000000
[    24.001] Mode: 114 (800x600)
[    24.001] 	ModeAttributes: 0x9b
[    24.001] 	WinAAttributes: 0x7
[    24.001] 	WinBAttributes: 0x0
[    24.001] 	WinGranularity: 64
[    24.001] 	WinSize: 64
[    24.001] 	WinASegment: 0xa000
[    24.001] 	WinBSegment: 0x0
[    24.001] 	WinFuncPtr: 0xc0008867
[    24.001] 	BytesPerScanline: 1600
[    24.001] 	XResolution: 800
[    24.001] 	YResolution: 600
[    24.001] 	XCharSize: 8
[    24.001] 	YCharSize: 16
[    24.001] 	NumberOfPlanes: 1
[    24.001] 	BitsPerPixel: 16
[    24.001] 	NumberOfBanks: 1
[    24.001] 	MemoryModel: 6
[    24.001] 	BankSize: 0
[    24.001] 	NumberOfImages: 30
[    24.001] 	RedMaskSize: 5
[    24.001] 	RedFieldPosition: 11
[    24.001] 	GreenMaskSize: 6
[    24.001] 	GreenFieldPosition: 5
[    24.001] 	BlueMaskSize: 5
[    24.001] 	BlueFieldPosition: 0
[    24.001] 	RsvdMaskSize: 0
[    24.001] 	RsvdFieldPosition: 0
[    24.001] 	DirectColorModeInfo: 0
[    24.001] 	PhysBasePtr: 0x80000000
[    24.001] 	LinBytesPerScanLine: 1600
[    24.001] 	BnkNumberOfImagePages: 30
[    24.001] 	LinNumberOfImagePages: 30
[    24.001] 	LinRedMaskSize: 5
[    24.001] 	LinRedFieldPosition: 11
[    24.001] 	LinGreenMaskSize: 6
[    24.001] 	LinGreenFieldPosition: 5
[    24.001] 	LinBlueMaskSize: 5
[    24.001] 	LinBlueFieldPosition: 0
[    24.001] 	LinRsvdMaskSize: 0
[    24.001] 	LinRsvdFieldPosition: 0
[    24.001] 	MaxPixelClock: 230000000
[    24.003] *Mode: 115 (800x600)
[    24.003] 	ModeAttributes: 0x9b
[    24.003] 	WinAAttributes: 0x7
[    24.003] 	WinBAttributes: 0x0
[    24.003] 	WinGranularity: 64
[    24.003] 	WinSize: 64
[    24.003] 	WinASegment: 0xa000
[    24.003] 	WinBSegment: 0x0
[    24.003] 	WinFuncPtr: 0xc0008867
[    24.003] 	BytesPerScanline: 3200
[    24.003] 	XResolution: 800
[    24.003] 	YResolution: 600
[    24.003] 	XCharSize: 8
[    24.003] 	YCharSize: 16
[    24.003] 	NumberOfPlanes: 1
[    24.003] 	BitsPerPixel: 32
[    24.003] 	NumberOfBanks: 1
[    24.003] 	MemoryModel: 6
[    24.003] 	BankSize: 0
[    24.003] 	NumberOfImages: 14
[    24.003] 	RedMaskSize: 8
[    24.003] 	RedFieldPosition: 16
[    24.003] 	GreenMaskSize: 8
[    24.003] 	GreenFieldPosition: 8
[    24.003] 	BlueMaskSize: 8
[    24.003] 	BlueFieldPosition: 0
[    24.003] 	RsvdMaskSize: 8
[    24.003] 	RsvdFieldPosition: 24
[    24.003] 	DirectColorModeInfo: 0
[    24.003] 	PhysBasePtr: 0x80000000
[    24.003] 	LinBytesPerScanLine: 3200
[    24.003] 	BnkNumberOfImagePages: 14
[    24.003] 	LinNumberOfImagePages: 14
[    24.003] 	LinRedMaskSize: 8
[    24.003] 	LinRedFieldPosition: 16
[    24.003] 	LinGreenMaskSize: 8
[    24.003] 	LinGreenFieldPosition: 8
[    24.003] 	LinBlueMaskSize: 8
[    24.003] 	LinBlueFieldPosition: 0
[    24.003] 	LinRsvdMaskSize: 8
[    24.003] 	LinRsvdFieldPosition: 24
[    24.003] 	MaxPixelClock: 230000000
[    24.004] Mode: 101 (640x480)
[    24.004] 	ModeAttributes: 0x9b
[    24.004] 	WinAAttributes: 0x7
[    24.004] 	WinBAttributes: 0x0
[    24.004] 	WinGranularity: 64
[    24.004] 	WinSize: 64
[    24.004] 	WinASegment: 0xa000
[    24.004] 	WinBSegment: 0x0
[    24.004] 	WinFuncPtr: 0xc0008867
[    24.004] 	BytesPerScanline: 640
[    24.004] 	XResolution: 640
[    24.004] 	YResolution: 480
[    24.004] 	XCharSize: 8
[    24.004] 	YCharSize: 16
[    24.004] 	NumberOfPlanes: 1
[    24.004] 	BitsPerPixel: 8
[    24.004] 	NumberOfBanks: 1
[    24.004] 	MemoryModel: 4
[    24.004] 	BankSize: 0
[    24.004] 	NumberOfImages: 94
[    24.004] 	RedMaskSize: 0
[    24.004] 	RedFieldPosition: 0
[    24.004] 	GreenMaskSize: 0
[    24.004] 	GreenFieldPosition: 0
[    24.004] 	BlueMaskSize: 0
[    24.004] 	BlueFieldPosition: 0
[    24.004] 	RsvdMaskSize: 0
[    24.004] 	RsvdFieldPosition: 0
[    24.004] 	DirectColorModeInfo: 0
[    24.004] 	PhysBasePtr: 0x80000000
[    24.004] 	LinBytesPerScanLine: 640
[    24.004] 	BnkNumberOfImagePages: 94
[    24.004] 	LinNumberOfImagePages: 94
[    24.004] 	LinRedMaskSize: 0
[    24.004] 	LinRedFieldPosition: 0
[    24.004] 	LinGreenMaskSize: 0
[    24.004] 	LinGreenFieldPosition: 0
[    24.004] 	LinBlueMaskSize: 0
[    24.005] 	LinBlueFieldPosition: 0
[    24.005] 	LinRsvdMaskSize: 0
[    24.005] 	LinRsvdFieldPosition: 0
[    24.005] 	MaxPixelClock: 230000000
[    24.005] Mode: 103 (800x600)
[    24.005] 	ModeAttributes: 0x9b
[    24.006] 	WinAAttributes: 0x7
[    24.006] 	WinBAttributes: 0x0
[    24.006] 	WinGranularity: 64
[    24.006] 	WinSize: 64
[    24.006] 	WinASegment: 0xa000
[    24.006] 	WinBSegment: 0x0
[    24.006] 	WinFuncPtr: 0xc0008867
[    24.006] 	BytesPerScanline: 832
[    24.006] 	XResolution: 800
[    24.006] 	YResolution: 600
[    24.006] 	XCharSize: 8
[    24.006] 	YCharSize: 16
[    24.006] 	NumberOfPlanes: 1
[    24.006] 	BitsPerPixel: 8
[    24.006] 	NumberOfBanks: 1
[    24.006] 	MemoryModel: 4
[    24.006] 	BankSize: 0
[    24.006] 	NumberOfImages: 58
[    24.006] 	RedMaskSize: 0
[    24.006] 	RedFieldPosition: 0
[    24.006] 	GreenMaskSize: 0
[    24.006] 	GreenFieldPosition: 0
[    24.006] 	BlueMaskSize: 0
[    24.006] 	BlueFieldPosition: 0
[    24.006] 	RsvdMaskSize: 0
[    24.006] 	RsvdFieldPosition: 0
[    24.006] 	DirectColorModeInfo: 0
[    24.006] 	PhysBasePtr: 0x80000000
[    24.006] 	LinBytesPerScanLine: 832
[    24.006] 	BnkNumberOfImagePages: 58
[    24.006] 	LinNumberOfImagePages: 58
[    24.006] 	LinRedMaskSize: 0
[    24.006] 	LinRedFieldPosition: 0
[    24.006] 	LinGreenMaskSize: 0
[    24.006] 	LinGreenFieldPosition: 0
[    24.006] 	LinBlueMaskSize: 0
[    24.006] 	LinBlueFieldPosition: 0
[    24.006] 	LinRsvdMaskSize: 0
[    24.006] 	LinRsvdFieldPosition: 0
[    24.006] 	MaxPixelClock: 230000000
[    24.007] Mode: 111 (640x480)
[    24.007] 	ModeAttributes: 0x9b
[    24.007] 	WinAAttributes: 0x7
[    24.007] 	WinBAttributes: 0x0
[    24.007] 	WinGranularity: 64
[    24.007] 	WinSize: 64
[    24.007] 	WinASegment: 0xa000
[    24.007] 	WinBSegment: 0x0
[    24.007] 	WinFuncPtr: 0xc0008867
[    24.007] 	BytesPerScanline: 1280
[    24.007] 	XResolution: 640
[    24.007] 	YResolution: 480
[    24.007] 	XCharSize: 8
[    24.007] 	YCharSize: 16
[    24.007] 	NumberOfPlanes: 1
[    24.007] 	BitsPerPixel: 16
[    24.007] 	NumberOfBanks: 1
[    24.007] 	MemoryModel: 6
[    24.007] 	BankSize: 0
[    24.007] 	NumberOfImages: 46
[    24.007] 	RedMaskSize: 5
[    24.007] 	RedFieldPosition: 11
[    24.007] 	GreenMaskSize: 6
[    24.007] 	GreenFieldPosition: 5
[    24.007] 	BlueMaskSize: 5
[    24.007] 	BlueFieldPosition: 0
[    24.007] 	RsvdMaskSize: 0
[    24.007] 	RsvdFieldPosition: 0
[    24.007] 	DirectColorModeInfo: 0
[    24.007] 	PhysBasePtr: 0x80000000
[    24.007] 	LinBytesPerScanLine: 1280
[    24.007] 	BnkNumberOfImagePages: 46
[    24.007] 	LinNumberOfImagePages: 46
[    24.007] 	LinRedMaskSize: 5
[    24.007] 	LinRedFieldPosition: 11
[    24.007] 	LinGreenMaskSize: 6
[    24.007] 	LinGreenFieldPosition: 5
[    24.007] 	LinBlueMaskSize: 5
[    24.007] 	LinBlueFieldPosition: 0
[    24.007] 	LinRsvdMaskSize: 0
[    24.007] 	LinRsvdFieldPosition: 0
[    24.007] 	MaxPixelClock: 230000000
[    24.009] Mode: 17d (1366x768)
[    24.009] 	ModeAttributes: 0x9b
[    24.009] 	WinAAttributes: 0x7
[    24.009] 	WinBAttributes: 0x0
[    24.009] 	WinGranularity: 64
[    24.009] 	WinSize: 64
[    24.009] 	WinASegment: 0xa000
[    24.009] 	WinBSegment: 0x0
[    24.009] 	WinFuncPtr: 0xc0008867
[    24.009] 	BytesPerScanline: 1408
[    24.009] 	XResolution: 1366
[    24.009] 	YResolution: 768
[    24.009] 	XCharSize: 8
[    24.010] 	YCharSize: 16
[    24.010] 	NumberOfPlanes: 1
[    24.010] 	BitsPerPixel: 8
[    24.010] 	NumberOfBanks: 1
[    24.010] 	MemoryModel: 4
[    24.010] 	BankSize: 0
[    24.010] 	NumberOfImages: 27
[    24.010] 	RedMaskSize: 0
[    24.010] 	RedFieldPosition: 0
[    24.010] 	GreenMaskSize: 0
[    24.010] 	GreenFieldPosition: 0
[    24.010] 	BlueMaskSize: 0
[    24.010] 	BlueFieldPosition: 0
[    24.010] 	RsvdMaskSize: 0
[    24.010] 	RsvdFieldPosition: 0
[    24.010] 	DirectColorModeInfo: 0
[    24.010] 	PhysBasePtr: 0x80000000
[    24.010] 	LinBytesPerScanLine: 1408
[    24.010] 	BnkNumberOfImagePages: 27
[    24.010] 	LinNumberOfImagePages: 27
[    24.010] 	LinRedMaskSize: 0
[    24.010] 	LinRedFieldPosition: 0
[    24.010] 	LinGreenMaskSize: 0
[    24.010] 	LinGreenFieldPosition: 0
[    24.010] 	LinBlueMaskSize: 0
[    24.010] 	LinBlueFieldPosition: 0
[    24.010] 	LinRsvdMaskSize: 0
[    24.010] 	LinRsvdFieldPosition: 0
[    24.010] 	MaxPixelClock: 230000000
[    24.012] Mode: 17e (1366x768)
[    24.012] 	ModeAttributes: 0x9b
[    24.012] 	WinAAttributes: 0x7
[    24.012] 	WinBAttributes: 0x0
[    24.012] 	WinGranularity: 64
[    24.012] 	WinSize: 64
[    24.012] 	WinASegment: 0xa000
[    24.012] 	WinBSegment: 0x0
[    24.012] 	WinFuncPtr: 0xc0008867
[    24.012] 	BytesPerScanline: 2752
[    24.012] 	XResolution: 1366
[    24.012] 	YResolution: 768
[    24.012] 	XCharSize: 8
[    24.012] 	YCharSize: 16
[    24.012] 	NumberOfPlanes: 1
[    24.012] 	BitsPerPixel: 16
[    24.012] 	NumberOfBanks: 1
[    24.012] 	MemoryModel: 6
[    24.012] 	BankSize: 0
[    24.012] 	NumberOfImages: 13
[    24.012] 	RedMaskSize: 5
[    24.012] 	RedFieldPosition: 11
[    24.012] 	GreenMaskSize: 6
[    24.012] 	GreenFieldPosition: 5
[    24.012] 	BlueMaskSize: 5
[    24.012] 	BlueFieldPosition: 0
[    24.012] 	RsvdMaskSize: 0
[    24.012] 	RsvdFieldPosition: 0
[    24.012] 	DirectColorModeInfo: 0
[    24.012] 	PhysBasePtr: 0x80000000
[    24.012] 	LinBytesPerScanLine: 2752
[    24.012] 	BnkNumberOfImagePages: 13
[    24.012] 	LinNumberOfImagePages: 13
[    24.012] 	LinRedMaskSize: 5
[    24.012] 	LinRedFieldPosition: 11
[    24.012] 	LinGreenMaskSize: 6
[    24.012] 	LinGreenFieldPosition: 5
[    24.012] 	LinBlueMaskSize: 5
[    24.012] 	LinBlueFieldPosition: 0
[    24.012] 	LinRsvdMaskSize: 0
[    24.012] 	LinRsvdFieldPosition: 0
[    24.012] 	MaxPixelClock: 230000000
[    24.014] *Mode: 17f (1366x768)
[    24.014] 	ModeAttributes: 0x9b
[    24.014] 	WinAAttributes: 0x7
[    24.014] 	WinBAttributes: 0x0
[    24.014] 	WinGranularity: 64
[    24.014] 	WinSize: 64
[    24.014] 	WinASegment: 0xa000
[    24.014] 	WinBSegment: 0x0
[    24.014] 	WinFuncPtr: 0xc0008867
[    24.014] 	BytesPerScanline: 5504
[    24.014] 	XResolution: 1366
[    24.014] 	YResolution: 768
[    24.014] 	XCharSize: 8
[    24.014] 	YCharSize: 16
[    24.014] 	NumberOfPlanes: 1
[    24.014] 	BitsPerPixel: 32
[    24.014] 	NumberOfBanks: 1
[    24.014] 	MemoryModel: 6
[    24.014] 	BankSize: 0
[    24.014] 	NumberOfImages: 6
[    24.014] 	RedMaskSize: 8
[    24.014] 	RedFieldPosition: 16
[    24.014] 	GreenMaskSize: 8
[    24.014] 	GreenFieldPosition: 8
[    24.014] 	BlueMaskSize: 8
[    24.014] 	BlueFieldPosition: 0
[    24.014] 	RsvdMaskSize: 8
[    24.014] 	RsvdFieldPosition: 24
[    24.014] 	DirectColorModeInfo: 0
[    24.014] 	PhysBasePtr: 0x80000000
[    24.014] 	LinBytesPerScanLine: 5504
[    24.014] 	BnkNumberOfImagePages: 6
[    24.014] 	LinNumberOfImagePages: 6
[    24.014] 	LinRedMaskSize: 8
[    24.014] 	LinRedFieldPosition: 16
[    24.014] 	LinGreenMaskSize: 8
[    24.014] 	LinGreenFieldPosition: 8
[    24.014] 	LinBlueMaskSize: 8
[    24.014] 	LinBlueFieldPosition: 0
[    24.014] 	LinRsvdMaskSize: 8
[    24.014] 	LinRsvdFieldPosition: 24
[    24.014] 	MaxPixelClock: 230000000
[    24.015] 
[    24.015] (II) VESA(0): Total Memory: 479 64KB banks (30656kB)
[    24.015] (II) VESA(0): <default monitor>: Using hsync value of 47.93 kHz
[    24.015] (II) VESA(0): <default monitor>: Using vrefresh value of 60.06 Hz
[    24.015] (WW) VESA(0): Unable to estimate virtual size
[    24.016] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    24.016] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    24.016] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    24.016] (--) VESA(0): Virtual size is 1368x768 (pitch 1368)
[    24.016] (**) VESA(0): *Built-in mode "1366x768"
[    24.016] (**) VESA(0): Display dimensions: (310, 170) mm
[    24.016] (**) VESA(0): DPI set to (112, 114)
[    24.016] (**) VESA(0): Using "Shadow Framebuffer"
[    24.016] (II) Loading sub module "shadow"
[    24.016] (II) LoadModule: "shadow"
[    24.019] (II) Loading /usr/X11R6/lib/modules/libshadow.so
[    24.020] (II) Module shadow: vendor="X.Org Foundation"
[    24.020] 	compiled for 1.18.4, module version = 1.1.0
[    24.021] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.021] (II) Loading sub module "fb"
[    24.021] (II) LoadModule: "fb"
[    24.023] (II) Loading /usr/X11R6/lib/modules/libfb.so
[    24.026] (II) Module fb: vendor="X.Org Foundation"
[    24.026] 	compiled for 1.18.4, module version = 1.0.0
[    24.026] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.027] (==) Depth 24 pixmap format is 32 bpp
[    24.027] (II) Loading sub module "int10"
[    24.027] (II) LoadModule: "int10"
[    24.029] (II) Loading /usr/X11R6/lib/modules/libint10.so
[    24.029] (II) Module int10: vendor="X.Org Foundation"
[    24.029] 	compiled for 1.18.4, module version = 1.0.0
[    24.029] 	ABI class: X.Org Video Driver, version 20.0
[    24.029] (II) VESA(0): initializing int10
[    24.030] (II) VESA(0): Bad V_BIOS checksum
[    24.030] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    24.031] (II) VESA(0): VESA BIOS detected
[    24.031] (II) VESA(0): VESA VBE Version 3.0
[    24.031] (II) VESA(0): VESA VBE Total Mem: 30656 kB
[    24.031] (II) VESA(0): VESA VBE OEM: Intel(R) CHV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    24.031] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    24.031] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    24.031] (II) VESA(0): VESA VBE OEM Product: Intel(R) CHV Mobile/Desktop Graphics Controller
[    24.031] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    24.032] (II) VESA(0): virtual address = 0x26e5e64000,
	physical address = 0x80000000, size = 31391744
[    24.576] (II) VESA(0): Setting up VESA Mode 0x17F (1366x768)
[    24.635] (==) VESA(0): Default visual is TrueColor
[    24.642] (==) VESA(0): Backing store enabled
[    24.645] (==) VESA(0): DPMS enabled
[    24.646] (==) RandR enabled
[    24.675] (II) AIGLX: Screen 0 is not DRI2 capable
[    24.675] (EE) AIGLX: reverting to software rendering
[    24.778] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    24.780] (II) AIGLX: Loaded and initialized swrast
[    24.780] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    25.118] (II) config/wscons: checking input device /dev/wskbd
[    25.118] (II) wskbd: using layout no
[    25.118] (II) LoadModule: "kbd"
[    25.120] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    25.121] (II) Module kbd: vendor="X.Org Foundation"
[    25.121] 	compiled for 1.18.4, module version = 1.9.0
[    25.121] 	Module class: X.Org XInput Driver
[    25.121] 	ABI class: X.Org XInput driver, version 22.1
[    25.121] (II) Using input driver 'kbd' for '/dev/wskbd'
[    25.122] (**) /dev/wskbd: always reports core events
[    25.122] (**) /dev/wskbd: always reports core events
[    25.122] (**) Option "Protocol" "standard"
[    25.122] (**) Option "XkbRules" "base"
[    25.122] (**) Option "XkbModel" "pc105"
[    25.122] (**) Option "XkbLayout" "no"
[    25.122] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6)
[    25.672] (II) config/wscons: checking input device /dev/wsmouse0
[    25.672] (**) /dev/wsmouse0: Applying InputClass "touchpad catchall"
[    25.672] (**) /dev/wsmouse0: Applying InputClass "Default clickpad buttons"
[    25.672] (II) LoadModule: "synaptics"
[    25.674] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
[    25.678] (II) Module synaptics: vendor="X.Org Foundation"
[    25.678] 	compiled for 1.18.4, module version = 1.9.0
[    25.678] 	Module class: X.Org XInput Driver
[    25.678] 	ABI class: X.Org XInput driver, version 22.1
[    25.678] (II) Using input driver 'synaptics' for '/dev/wsmouse0'
[    25.678] (**) /dev/wsmouse0: always reports core events
[    25.679] (**) Option "Device" "/dev/wsmouse0"
[    26.594] (--) synaptics: /dev/wsmouse0: x-axis range 1472 - 5660 resolution 41
[    26.594] (--) synaptics: /dev/wsmouse0: y-axis range 1408 - 4718 resolution 60
[    26.594] (**) /dev/wsmouse0: always reports core events
[    26.597] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: TOUCHPAD, id 7)
[    26.597] (**) synaptics: /dev/wsmouse0: (accel) MinSpeed is now constant deceleration 2.5
[    26.597] (**) synaptics: /dev/wsmouse0: (accel) MaxSpeed is now 1.75
[    26.597] (**) synaptics: /dev/wsmouse0: (accel) AccelFactor is now 0.037
[    26.598] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    26.598] (**) /dev/wsmouse0: (accel) acceleration profile 1
[    26.598] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    26.598] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    27.056] (II) config/wscons: checking input device /dev/wsmouse
[    27.056] (II) LoadModule: "ws"
[    27.058] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    27.061] (II) Module ws: vendor="X.Org Foundation"
[    27.061] 	compiled for 1.18.4, module version = 1.3.0
[    27.061] 	Module class: X.Org XInput Driver
[    27.061] 	ABI class: X.Org XInput driver, version 22.1
[    27.061] (II) Using input driver 'ws' for '/dev/wsmouse'
[    27.061] (**) /dev/wsmouse: always reports core events
[    27.061] (II) ws: /dev/wsmouse: debuglevel 0
[    27.061] (**) Option "Device" "/dev/wsmouse"
[    27.061] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    27.061] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    27.061] (**) ws: /dev/wsmouse: associated screen: 0
[    27.062] (II) ws: /dev/wsmouse: minimum x position: 0
[    27.062] (II) ws: /dev/wsmouse: maximum x position: 1367
[    27.062] (II) ws: /dev/wsmouse: minimum y position: 0
[    27.062] (II) ws: /dev/wsmouse: maximum y position: 767
[    27.062] (==) ws: /dev/wsmouse: Buttons: 7
[    27.062] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    27.062] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8)
[    27.062] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    27.062] (**) /dev/wsmouse: (accel) acceleration profile 0
[    27.062] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    27.062] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[  7069.094] Failed to switch from vt05 to vt11: Device not configured
dmeseg.boot
Code:
OpenBSD 6.1 (GENERIC.MP) #17: Thu Mar 30 21:37:57 MDT 2017
    deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
RTC BIOS diagnostic error 80<clock_battery>
real mem = 2045509632 (1950MB)
avail mem = 1978900480 (1887MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xe73e0 (21 entries)
bios0: vendor Insyde Corp. version "V1.08" date 09/14/2015
bios0: Acer Aspire one 1-431
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP UEFI TCPA MSDM UEFI SSDT HPET MCFG SSDT SSDT SSDT SSDT SSDT APIC SSDT TPM2 CSRT FPDT
acpi0: wakeup devices XHC1(S3) BRC1(S0) HDEF(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S0) PXSX(S4) RP04(S4) LID0(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-63
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3050 @ 1.60GHz, 1600.29 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,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,AES,RDRAND,NXE,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS,SENSOR,ARAT
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: TSC frequency 1600293200 Hz
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 79MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.0.0.0.3.3, IBE
cpu1 at mainbus0: apid 4 (application processor)
cpu1: Intel(R) Celeron(R) CPU N3050 @ 1.60GHz, 1600.00 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,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,AES,RDRAND,NXE,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS,SENSOR,ARAT
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 2, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 115 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (RP01)
acpiprt2 at acpi0: bus -1 (RP02)
acpiprt3 at acpi0: bus 2 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpicpu0 at acpi0
C2: state 6: substate 8 >= num 3: C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0
C2: state 6: substate 8 >= num 3: C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: CLK0, resource for CAMD
acpipwrres1 at acpi0: CLK0, resource for CAM1
acpipwrres2 at acpi0: CLK1, resource for CAM2, CAM3
acpipwrres3 at acpi0: ID3C, resource for ISP3
acpipwrres4 at acpi0: USBC, resource for XHC1
acpipwrres5 at acpi0: FN00
acpitz0 at acpi0acpitz1 at acpi0: critical temperature is 127 degC
chvgpio0 at acpi0: GPO0 uid 1 addr 0xfed80000/0x8000 irq 49, 56 pins
"PNP0501" at acpi0 not configured
"MSFT0001" at acpi0 not configured
acpiac0 at acpi0: AC unit offline
acpibat0 at acpi0: BAT0 serial BE92 type Li-ion
"INA2015" at acpi0 not configured
"BCM2E64" at acpi0 not configured
"SYN1B82" at acpi0 not configured
"INT33F7" at acpi0 not configured
"INT33BE" at acpi0 not configured
"INTCF1C" at acpi0 not configured
"ATML1000" at acpi0 not configured
"MSFT0002" at acpi0 not configured
"NXP7471" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpibtn2 at acpi0: SLPB
chvgpio1 at acpi0: GPO1 uid 2 addr 0xfed88000/0x8000 irq 48, 59 pins
chvgpio2 at acpi0: GPO2 uid 3 addr 0xfed90000/0x8000 irq 50, 24 pins
chvgpio3 at acpi0: GPO3 uid 4 addr 0xfed98000/0x8000 irq 91, 55 pins
"ACPI000C" at acpi0 not configured
"INT3400" at acpi0 not configured
"INT3403" at acpi0 not configured
"MSFT0101" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1600 MHz: speeds: 1601, 1600, 1520, 1440, 1360, 1280, 1200, 1120, 1040, 960, 880, 800, 720, 640, 560, 480 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Braswell Host" rev 0x21
vga1 at pci0 dev 2 function 0 "Intel HD Graphics" rev 0x21
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
"Intel Braswell Power" rev 0x21 at pci0 dev 11 function 0 not configured
sdhc0 at pci0 dev 16 function 0 vendor "Intel", unknown product 0x2294 rev 0x21: apic 1 int 16
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 8-bit, sd high-speed, mmc high-speed, dma
xhci0 at pci0 dev 20 function 0 "Intel Braswell xHCI" rev 0x21: msi
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
"Intel Braswell SIO DMA" rev 0x21 at pci0 dev 24 function 0 not configured
"Intel Braswell SIO I2C" rev 0x21 at pci0 dev 24 function 1 not configured
"Intel Braswell TXE" rev 0x21 at pci0 dev 26 function 0 not configured
azalia0 at pci0 dev 27 function 0 "Intel Braswell HD Audio" rev 0x21: msi
azalia0: codecs: Realtek/0x0235, Intel/0x2883, using Realtek/0x0235
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 "Intel Braswell PCIE" rev 0x21: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 2 "Intel Braswell PCIE" rev 0x21: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3160" rev 0x83, msi
"Intel Braswell SIO DMA" rev 0x21 at pci0 dev 30 function 0 not configured
"Intel Braswell Serial" rev 0x21 at pci0 dev 30 function 4 not configured
pcib0 at pci0 dev 31 function 0 "Intel Braswell PCU LPC" rev 0x21
ichiic0 at pci0 dev 31 function 3 "Intel Braswell SMBus" rev 0x21: apic 1 int 18
iic0 at ichiic0
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
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 clickpad, firmware 8.2
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
scsibus1 at sdmmc0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <SD/MMC, HBG4e\\005, 0000> SCSI2 0/direct removable
sd0: 29824MB, 512 bytes/sector, 61079552 sectors
ugen0 at uhub0 port 3 "Generic USB2.0-CRW" rev 2.00/39.60 addr 2
uvideo0 at uhub0 port 4 configuration 1 interface 0 "SuYin VGA Webcam" rev 2.00/1.00 addr 3
video0 at uvideo0
ugen1 at uhub0 port 5 "Intel product 0x07dc" rev 2.00/0.01 addr 4
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (5d1f972d5ab2ccde.a) swap on sd0b dump on sd0b
iwm0: hw rev 0x160, fw ver 16.242414.0, address 78:0c:b8:63:21:35
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
openBSD on toshiba sat c75d-b brightness sidney256 OpenBSD General 10 7th November 2015 04:48 PM
opensolaris latop keeps hanging screen freezes chrisd Solaris 3 16th January 2009 07:08 PM
Turn off daylight savings adjust?? biscuits FreeBSD General 3 24th October 2008 05:26 AM


All times are GMT. The time now is 10:35 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick