View Single Post
Old 9th October 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Woah. That's a lot of data.
Code:
OpenBSD 6.1 (GENERIC.MP) #20: Sat Aug 26 18:16:12 CEST 2017
robert@syspatch-61-amd64.openbsd.org...ile/GENERIC.MP
This is a 6.1-release system patched via syspatch(8), through the end of August. There have been additional patches since then.
Code:
cpu0: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz, 3298.54 MHz
This is a Haswell 6-core processor, which is probably why performance without hardware acceleration is acceptable.
Code:
vga1 at pci3 dev 0 function 0 vendor "NVIDIA", unknown product 0x13c2 rev 0xa1
This is a GTX GeForce 970, according to Google.
Code:
[ 16.626] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, ...
This is the nv(4) driver, a reverse-engineered X.Org driver which provides 2D acceleration for select NVIDIA video cards.
Code:
[ 16.626] (II) VESA: driver for VESA chipsets: vesa
This is the vesa(4) driver, that provides only unaccelerated video using VGA standards for timing and resolution.
Code:
[ 16.627] (WW) NV: Ignoring unsupported device 0x10de13c2 at 01@00:00:0
The nv(4) driver does not recognize the device.
Code:
[ 16.630] (II) VESA(0): initializing int10
The VESA driver has been selected.
Reply With Quote