summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-03-21 13:55:50 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-03-21 13:55:50 -0400
commitf26952b3c23fe3db26d358e8c2706e050aa07c55 (patch)
tree5b21f5f50ca6200f456c48d79a65226678f41d0b /inxi.changelog
parent4b1bbb92c44859d60954ed9022efaf7a850df5c2 (diff)
downloadinxi-f26952b3c23fe3db26d358e8c2706e050aa07c55.tar.bz2
inxi-f26952b3c23fe3db26d358e8c2706e050aa07c55.tar.xz
inxi-f26952b3c23fe3db26d358e8c2706e050aa07c55.tar.zst
Imported Upstream version 2.1.7upstream/2.1.7
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog71
1 files changed, 71 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 8af9695..a20b5d8 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,75 @@
=====================================================================================
+Version: 2.1.7
+Patch Version: 00
+Script Date: 2014-03-18
+-----------------------------------
+Changes:
+-----------------------------------
+new version, attempt 2 at detecting all possible syntaxes for cards. Now using
+the bus id itself to determine if the
+VGA compatible controller
+3D controller
+Display Controller
+refer to separate chips or the same one.
+
+Bus id gives the data needed, because the video chip, the real card, that is,
+is on for example 00:05.0 the trailing .0 is the key, that's the actual card.
+
+The audio or display controller for the same card would be for example: 00:05.1
+
+I don't know if this is fully reliable, but it will have to do, either some cards
+as is get missed, or some cards get double id'ed, unless I use a hack like this.
+
+There's nothing else I can find but the bus id to determine that it's the same
+physical device or not.
+
+-----------------------------------
+-- Harald Hope - Tue, 18 Mar 2014 21:18:27 -0700
+
+=====================================================================================
+Version: 2.1.6
+Patch Version: 00
+Script Date: 2014-03-18
+-----------------------------------
+Changes:
+-----------------------------------
+new version, bug fix, adding 3D controller to output causes doubled card id in some cases.
+
+-----------------------------------
+-- Harald Hope - Tue, 18 Mar 2014 19:17:55 -0700
+
+=====================================================================================
+Version: 2.1.5
+Patch Version: 00
+Script Date: 2014-03-17
+-----------------------------------
+Changes:
+-----------------------------------
+New version, serious bug fix, do NOT use 2.1.4, it will fail to start. Bad copy/paste.
+
+-----------------------------------
+-- Harald Hope - Tue, 18 Mar 2014 01:30:53 -0700
+
+=====================================================================================
+Version: 2.1.4
+Patch Version: 00
+Script Date: 2014-03-17
+-----------------------------------
+Changes:
+-----------------------------------
+New version. Some BSD fixes, and a more important fix, added 'display controller'
+to graphics card detection, that's a new one on me. Dual card systems might use this.
+
+00:02.0 Display controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
+
+01:00.0 VGA compatible controller: NVIDIA Corporation NV44A [GeForce 6200] (rev a1)
+
+Some more switches to bash native methods as well.
+
+-----------------------------------
+-- Harald Hope - Mon, 17 Mar 2014 19:23:42 -0700
+
+=====================================================================================
Version: 2.1.3
Patch Version: 00
Script Date: 2014-03-15