[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-openchrome: Changes to 'debian-unstable'



 debian/changelog                |    6 ++++++
 debian/control                  |    9 +++++++++
 debian/openchrome-tool.install  |    1 +
 debian/openchrome-tool.manpages |    1 +
 debian/rules                    |    3 ++-
 debian/via_regs_dump.1          |   40 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 59 insertions(+), 1 deletion(-)

New commits:
commit e7cfaa25e46c4832ce6a25dad9e91da852d70dd2
Author: Dylan Aïssi <bob.dybian@gmail.com>
Date:   Mon Jun 5 23:15:22 2017 +0200

    Build the via_regs_dump tool

diff --git a/debian/changelog b/debian/changelog
index 99550fd..c6ad918 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-openchrome (1:0.6.0-2) UNRELEASED; urgency=medium
+
+  * Build new binary package which contain the tool via_regs_dump.
+
+ -- Dylan Aïssi <bob.dybian@gmail.com>  Mon, 05 Jun 2017 22:47:36 +0200
+
 xserver-xorg-video-openchrome (1:0.6.0-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 83b6490..3f973a8 100644
--- a/debian/control
+++ b/debian/control
@@ -49,3 +49,12 @@ Description: X.Org X server -- VIA display driver
  been ripped out of the unichrome.sf.net driver. Therefore your only option if
  you wish to make use of the acceleration features of your VIA chip with free
  and open-source drivers is to use this version of the driver.
+
+Package: openchrome-tool
+Architecture: amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 x32
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ xserver-xorg-video-openchrome (= ${binary:Version})
+Description: tool for debugging the OpenChrome (VIA) graphics driver
+ via_regs_dump is a registers dumper tool for debugging the driver.
diff --git a/debian/openchrome-tool.install b/debian/openchrome-tool.install
new file mode 100644
index 0000000..ab18515
--- /dev/null
+++ b/debian/openchrome-tool.install
@@ -0,0 +1 @@
+usr/sbin/via_regs_dump
diff --git a/debian/openchrome-tool.manpages b/debian/openchrome-tool.manpages
new file mode 100644
index 0000000..c5c4b1a
--- /dev/null
+++ b/debian/openchrome-tool.manpages
@@ -0,0 +1 @@
+debian/via_regs_dump.1
diff --git a/debian/rules b/debian/rules
index 003ab02..9a73d4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-maintainer-mode \
 	--disable-dependency-tracking \
-	--libdir=/usr/lib
+	--libdir=/usr/lib \
+	--enable-viaregtool
 
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
 DEB_CONFIGURE_EXTRA_FLAGS += \
diff --git a/debian/via_regs_dump.1 b/debian/via_regs_dump.1
new file mode 100644
index 0000000..05f0e27
--- /dev/null
+++ b/debian/via_regs_dump.1
@@ -0,0 +1,40 @@
+.\"
+.TH VIA_REGS_DUMP 1 "June 2017" ""
+.SH NAME
+via_regs_dump \- tool for debugging the OpenChrome (VIA) graphics driver
+.SH SYNOPSIS
+.B via_regs_dump
+[\fIoptions\fR]
+.SH DESCRIPTION
+The Openchrome project is committed to providing and supporting fully
+free and Open Source drivers that take full advantage of the hardware
+acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome
+Pro and Chrome9 integrated graphics processors. 
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Display this usage message.
+.TP
+\fB\-d\fR, \fB\-\-dump\fR
+Dump all registers.
+.TP
+\fB\-p\fR, \fB\-\-pll\fR
+Display PLL.
+.TP
+\fB\-m\fR, \fB\-\-mode\fR
+Display modes.
+.TP
+\fB\-r\fR, \fB\-\-read\fR
+Read register. Example : $0 -r 3d5.17
+.TP
+\fB\-w\fR, \fB\-\-write\fR
+Write register. Example : $0 -w 3d5.17 0xa3
+.TP
+\fB\-g\fR, \fB\-\-gpio\fR
+Display GPIO state.
+.PP
+.SH SEE ALSO
+.BR https://www.freedesktop.org/wiki/Openchrome/
+.SH COPYRIGHT
+via-chrome-tool (C) 2009 by VIA Technologies, Inc.
+This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY


Reply to: