• Glint 1.2.9 deb package debian 10 sparc64

    From Mike Tremaine@21:1/5 to All on Tue Sep 22 20:50:01 2020
    This weekend I sat down and wrestled with the missing Glint driver for the PGX32 PCI Card. It turned out to be pretty straightforward and I suspect it was dropped because of lack of interest. I probably took way more steps then needed but I’ve never
    done this before on debian.


    Steps I took to build (rebuild) the deb file.


    Step 1)
    Git clone the 1.2.9 source and rename it to the format found the original tar.gz from Debian Archive

    git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-glint
    mv xf86-video-glint xf86-video-glint-1.2.9

    Step 2) Clean up the repo and get it ready for tar ball

    cd xf86-video-glint-1.2.9
    Strip out the git info.
    rm -r -f .git
    rm .gitignore
    ./autogen.sh

    This gives you the base
    mgt@xray:~/glint/glint_1.2.9/xf86-video-glint-1.2.9$ ls
    aclocal.m4 compile config.h.in config.sub COPYING libtool Makefile.am missing src
    autogen.sh config.guess config.log configure depcomp ltmain.sh Makefile.in README.md stamp-h1
    autom4te.cache config.h config.status configure.ac install-sh Makefile man README.pm3

    I think I ran make distclean also after this. Then back out make the tarball
    cd ..
    tar -czf xserver-xorg-video-glint_1.2.9.orig.tar.gz xf86-video-glint-1.2.9/

    Step 3) Download the Original DEB pieces dsc and diff.gz from Wheezy.

    wget http://archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.dsc <http://archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.dsc>
    wget http://archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.diff.gz <http://archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.diff.gz>

    Step 4) Edit the 1.2.7 diff file

    zcat xserver-xorg-video-glint_1.2.7-1.diff.gz > xserver-xorg-video-glint_1.2.9-1.diff
    EDIT the diff (You need replace the 1.2.7 references with 1.2.9 I used vi find and replace but whatever you enjoy do that.
    gzip xserver-xorg-video-glint_1.2.9-1.diff


    Step 5) Get the hash and file size info and edit the DSC with that


    md5sum xserver-xorg-video-glint_1.2.9.orig.tar.gz 25e4823760027ff3585eb7af72446f5f xserver-xorg-video-glint_1.2.9.orig.tar.gz sha1sum xserver-xorg-video-glint_1.2.9.orig.tar.gz 7eec959557532c2895affe8d695aae2326c38dc6 xserver-xorg-video-glint_1.2.9.orig.tar.gz
    sha256sum xserver-xorg-video-glint_1.2.9.orig.tar.gz 6f07a7677656bb65a874bd73307ae64139089d7a9068b5a404c1b5021f76a42f xserver-xorg-video-glint_1.2.9.orig.tar.gz
    sha1sum xserver-xorg-video-glint_1.2.9-1.diff.gz e4874e24cb4a4e4b051ac3b62af5d0fd98aee1a5 xserver-xorg-video-glint_1.2.9-1.diff.gz
    sha256sum xserver-xorg-video-glint_1.2.9-1.diff.gz 1f32388e0b04505910b21e27de935ff95b0360a0659f471d214d317d764d8ae3 xserver-xorg-video-glint_1.2.9-1.diff.gz
    md5sum xserver-xorg-video-glint_1.2.9-1.diff.gz bc686df96e566e85b9a2f8a9b5792d95 xserver-xorg-video-glint_1.2.9-1.diff.gz

    mgt@xray:~/glint/glint_1.2.9$ ls -al xserver-xorg-video-glint_1.2.9-1.diff.gz -rw-r--r-- 1 mgt mgt 6636 Sep 20 11:42 xserver-xorg-video-glint_1.2.9-1.diff.gz


    Step 6) Follow debian rebuild steps.

    dpkg-source -x xserver-xorg-video-glint_1.2.9-1.dsc
    cd xserver-xorg-video-glint-1.2.9/
    dpkg-checkbuilddeps
    dpkg-buildpackage -us -uc

    Assuming you had all the debs or installed them it should be build clean and hand you deb package which you can install.

    dpkg -i ./xserver-xorg-video-glint_1.2.9-1_sparc64.deb

    Edit you Xorg settings to use the glint driver like

    mgt@xray:~$ cat /etc/X11/xorg.conf.d/device.conf
    Section "Device"
    Identifier "Card0"
    Driver "glint"
    VendorName "Permedia 2"
    BoardName "PGX32"
    BusID "PCI:2:1:0"
    EndSection

    (Obviously your BusID might be different) and you should be able to use the glint driver.

    I’ve played around with it for a few hour long sessions in the last few days and have not hit anything too strange. I can’t seem to get 1200x1024 @60 working clean but I suspect it’s my Xorg.conf Monitor lines.

    Hope this helps anyone who needs the glint driver so Debian 10.

    -Mike




    <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><font face="Menlo" class=""><span style="font-size:
    14px;" class="">This weekend I sat down and wrestled with the missing Glint driver for the PGX32 PCI Card. It turned out to be pretty straightforward and I suspect it was dropped because of lack of interest. I probably took way more steps then needed but
    I’ve never done this before on debian.</span></font></div><div class=""><font face="Menlo" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Menlo" style="font-size: 14px;" class=""><br class="">
    </font></div><div class=""><font face="Menlo" style="font-size: 14px;" class="">Steps I took to build (rebuild) the deb file.</font></div><div class=""><font face="Menlo" style="font-size: 14px;" class=""><br class=""></font></div><div class=""><font
    face="Menlo" style="font-size: 14px;" class=""><br class=""></font></div><div class=""><font face="Menlo" style="font-size: 14px;" class="">Step 1)</font></div><div class=""><font face="Menlo" style="font-size: 14px;" class="">Git clone the 1.2.9 source
    and rename it to the format found the original tar.gz from Debian Archive</font></div><div class=""><font face="Menlo" style="font-size: 14px;" class=""><br class=""></font></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height:
    normal;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">git clone <a href="https://gitlab.freedesktop.
    org/xorg/driver/xf86-video-glint" class="">https://gitlab.freedesktop.org/xorg/driver/xf86-video-glint</a></font></span></div></div></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-
    variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">mv xf86-video-glint xf86-video-glint-1.2.9</font></span></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="
    font-variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class=""><br class=""></font></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-
    common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">Step 2) Clean up the repo and get it ready for tar ball</font></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div
    style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Menlo" class=""><span style="font-size: 14px;" class="">cd&nbsp;</span></font><span style="font-family: Menlo; font-size: 14px;" class="">xf86-video-glint-1.2.9</span></
    <div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-family: Menlo; font-size: 14px;" class="">Strip out the git info.</span></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height:
    normal; color: rgb(64, 11, 217);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: rgb(0, 0, 0); font-size: 14px;" class=""><font face="Menlo" class="">rm -r -f .git</font></span></div><div style="margin: 0px; font-stretch:
    normal; line-height: normal; color: rgb(64, 11, 217);" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="color: rgb(0, 0, 0);" class="">rm .gitignore</span><span style="color: rgb(0, 0, 0);" class="">&nbsp;</span></font></div><
    div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(64, 11, 217);" class=""><span style="color: rgb(0, 0, 0); font-size: 14px; font-family: Menlo;" class="">./autogen.sh&nbsp;</span></div></div><div style="margin: 0px; font-
    stretch: normal; line-height: normal; color: rgb(64, 11, 217);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: rgb(0, 0, 0); font-size: 14px;" class=""><font face="Menlo" class=""><br class=""></font></span></div><div style="
    margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""><font face="Menlo" class=""><span style="font-size: 14px;" class="">This gives&nbsp;you the base</span></font></span></
    <div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(64, 11, 217);" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class="
    "><b class="">mgt@xray</b></span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">:</span><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">~/glint/glint_1.2.9/xf86-video-glint-1.2.9</b></
    span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">$ ls</span></font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style=
    "font-variant-ligatures: no-common-ligatures" class="">aclocal.m4&nbsp; &nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">compile</b></span><span style="font-variant-ligatures: no-common-
    ligatures" class=""> &nbsp; &nbsp; &nbsp; config.h.in&nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">config.sub</b></span><span style="font-variant-ligatures: no-common-ligatures" class="
    ">&nbsp; &nbsp; COPYING &nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">libtool</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; Makefile.am&
    nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">missing</b></span><span style="font-variant-ligatures: no-common-ligatures" class=""> &nbsp; &nbsp; </span><span style="font-variant-ligatures: no-
    common-ligatures; color: #400bd9" class=""><b class="">src</b></span></font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-
    common-ligatures; color: #2fb41d" class=""><b class="">autogen.sh</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><
    b class="">config.guess</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; config.log &nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">configure</b></span>
    <span style="font-variant-ligatures: no-common-ligatures" class=""> &nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">depcomp</b></span><span style="font-variant-ligatures: no-common-
    ligatures" class=""> &nbsp; &nbsp; ltmain.sh&nbsp; Makefile.in&nbsp; README.md &nbsp; stamp-h1</span></font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Menlo" style="font-size: 14px;" class=""><span
    style="font-variant-ligatures: no-common-ligatures; color: #400bd9" class=""><b class="">autom4te.cache</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; config.h&nbsp; &nbsp; &nbsp; </span><span style="font-variant-
    ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">config.status</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; configure.ac&nbsp; </span><span style="font-variant-ligatures: no-common-ligatures;
    color: #2fb41d" class=""><b class="">install-sh</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; Makefile &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #400bd9" class=""><b class="">man</
    </span><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; README.pm3</span></font></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-
    ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class=""><br class=""></font></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;
    font-size: 14px;" class=""><font face="Menlo" class="">I think I ran make distclean also after this. Then back out make the tarball</font></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-
    variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">cd ..</font></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;
    font-size: 14px;" class=""><span style="font-family: Menlo;" class="">tar -czf xserver-xorg-video-glint_1.2.9.orig.tar.gz xf86-video-glint-1.2.9/</span></span></div><div class=""><font face="Menlo" style="font-size: 14px;" class=""><br class=""></font></
    <div class=""><font face="Menlo" class=""><span style="font-size: 14px;" class="">Step 3)&nbsp;Download the Original DEB pieces&nbsp;dsc and diff.gz from Wheezy.&nbsp;</span></font></div><div class=""><span style="font-size: 14px; font-family: Menlo;"
    class=""><br class=""></span></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">wget <a href="http://
    archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.dsc" class="">http://archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.dsc</a></span></div></div><div style="
    margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">wget <a href="http://archive.debian.org/debian/pool/main/x/xserver-xorg-
    video-glint/xserver-xorg-video-glint_1.2.7-1.diff.gz" class="">http://archive.debian.org/debian/pool/main/x/xserver-xorg-video-glint/xserver-xorg-video-glint_1.2.7-1.diff.gz</a></div><div style="margin: 0px; font-stretch: normal; line-height: normal;"
    class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Step 4)
    Edit the 1.2.7 diff file</span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height:
    normal;" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">zcat xserver-xorg-video-glint_1.2.7-1.diff.gz &gt;&nbsp;</span></font><span style="font-family: Menlo; font-size:
    14px;" class="">xserver-xorg-video-glint_1.2.9-1.diff</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-family: Menlo; font-size: 14px;" class="">EDIT the diff (You need&nbsp;replace&nbsp;the 1.2.
    7 references with 1.2.9 I used vi find and replace but whatever you enjoy do that.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(64, 11, 217);" class=""><span style="font-size: 14px; font-family: Menlo; font-
    variant-ligatures: no-common-ligatures;" class="">gzip xserver-xorg-video-glint_1.2.9-1.diff</span></div></div><div class=""><font face="Menlo" style="font-size: 14px;" class=""><br class=""></font></div><div class=""><font face="Menlo" style="font-size:
    14px;" class=""><br class=""></font></div><div class=""><font face="Menlo" style="font-size: 14px;" class="">Step 5) Get the hash and file size info and edit the DSC with that</font></div><div class=""><div style="margin: 0px; font-stretch: normal; line-
    height: normal; color: rgb(64, 11, 217);" class=""><br class=""></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(64,
    11, 217);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: rgb(0, 0, 0); font-size: 14px;" class=""><font face="Menlo" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-
    variant-ligatures: no-common-ligatures" class="">md5sum xserver-xorg-video-glint_1.2.9.orig.tar.gz&nbsp;</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures"
    class="">25e4823760027ff3585eb7af72446f5f&nbsp; xserver-xorg-video-glint_1.2.9.orig.tar.gz</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div
    style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">sha1sum xserver-xorg-video-glint_1.2.9.orig.tar.gz&nbsp;</span></div><div style="margin: 0px; font-stretch: normal;
    line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">7eec959557532c2895affe8d695aae2326c38dc6&nbsp; xserver-xorg-video-glint_1.2.9.orig.tar.gz</span></div><div style="margin: 0px; font-stretch: normal; line-
    height: normal; color: rgb(64, 11, 217);" class=""><span style="color: rgb(0, 0, 0);" class="">sha256sum xserver-xorg-video-glint_1.2.9.orig.tar.gz</span><span style="color: rgb(0, 0, 0);" class="">&nbsp;</span></div><div style="margin: 0px; font-stretch:
    normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">6f07a7677656bb65a874bd73307ae64139089d7a9068b5a404c1b5021f76a42f&nbsp; xserver-xorg-video-glint_1.2.9.orig.tar.gz</span></div></span></div><div
    style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="font-family: Helvetica; font-size: 12px; margin: 0px; font-stretch: normal; line-height: normal;"
    class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">sha1sum xserver-xorg-video-glint_1.2.9-1.diff.gz</span></font></div><div style="font-family: Helvetica; font-size: 12px;
    margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">e4874e24cb4a4e4b051ac3b62af5d0fd98aee1a5&nbsp;&nbsp;xserver-xorg-video-
    glint_1.2.9-1.diff.gz</font></span></div><div style="font-family: Helvetica; font-size: 12px; margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-
    common-ligatures;" class="">sha256sum xserver-xorg-video-glint_1.2.9-1.diff.gz</span></font></div><div style="font-family: Helvetica; font-size: 12px; margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures:
    no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">1f32388e0b04505910b21e27de935ff95b0360a0659f471d214d317d764d8ae3&nbsp;&nbsp;xserver-xorg-video-glint_1.2.9-1.diff.gz</font></span></div><div style="font-family: Helvetica; font-
    size: 12px; margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-size: 14px; font-family: Menlo;" class="">md5sum xserver-xorg-video-glint_1.2.9-1.diff.gz</span></div></span></div></font></span></div><div style="margin: 0px;
    font-stretch: normal; line-height: normal; color: rgb(64, 11, 217);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: rgb(0, 0, 0);" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span
    style="font-variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class="">bc686df96e566e85b9a2f8a9b5792d95&nbsp; xserver-xorg-video-glint_1.2.9-1.diff.gz</font></span></div><div style="margin: 0px; font-stretch: normal;
    line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; font-size: 14px;" class=""><font face="Menlo" class=""><br class=""></font></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">
    <font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">mgt@xray</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">:</span><span style="
    font-variant-ligatures: no-common-ligatures; color: #400bd9" class=""><b class="">~/glint/glint_1.2.9</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">$ ls -al xserver-xorg-video-glint_1.2.9-1.diff.gz</span></font></div><div
    style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(180, 36, 25);" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">-rw-r--r-- 1 mgt mgt
    6636 Sep 20 11:42 </span><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">xserver-xorg-video-glint_1.2.9-1.diff.gz</b></span></font></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(180, 36,
    25);" class=""><font face="Menlo" style="font-size: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class=""><br class=""></b></span></font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;
    color: rgb(180, 36, 25);" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(180, 36, 25);" class=""><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family:
    Menlo; color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Step 6) Follow debian rebuild steps.&nbsp;</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-
    family: Menlo; color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(
    0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dpkg-source -x xserver-xorg-video-glint_1.2.9-1.dsc</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;
    color: rgb(0, 0, 0);" class="">cd xserver-xorg-video-glint-1.2.9/</div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0);" class=""><div style="margin: 0px; font-stretch: normal;
    line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dpkg-checkbuilddeps</span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(0,
    0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">dpkg-buildpackage -us -uc</div><div style="margin: 0px; font-stretch: normal; line-height:
    normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""
    Assuming you had all the debs or installed them it should be build clean and hand you deb package which you can install.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-
    common-ligatures" class=""><br class=""></span></div></span></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;"
    class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dpkg -i ./xserver-xorg-video-glint_1.2.9-1_sparc64.deb</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;"
    class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures:
    no-common-ligatures" class="">Edit you Xorg settings to use the glint driver like</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-
    common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="margin:
    0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #2fb41d" class=""><b class="">mgt@xray</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">:</span><span
    style="font-variant-ligatures: no-common-ligatures; color: #400bd9" class=""><b class="">~</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">$ cat /etc/X11/xorg.conf.d/device.conf&nbsp;</span></div><div style="margin: 0px; font-
    stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Section "Device"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-
    ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; Identifier&nbsp; "Card0"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&
    nbsp; &nbsp; &nbsp; &nbsp; Driver&nbsp; &nbsp; &nbsp; "glint"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp;
    VendorName&nbsp; "Permedia 2"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; BoardName &nbsp; "PGX32"</span></div><
    div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; BusID &nbsp; &nbsp; &nbsp; "PCI:2:1:0"</span></div><div style="margin: 0px; font-
    stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">EndSection</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures:
    no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">(Obviously your BusID might be different) and you
    should be able to use the glint driver.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-
    stretch: normal; line-height: normal;" class="">I’ve played around with it for a few hour long sessions in the last few days and have not hit anything too strange. I can’t seem to get 1200x1024 @60 working clean but I suspect it’s my Xorg.conf
    Monitor lines.</div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">Hope this helps anyone who needs the glint driver so Debian
    10.</div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">-Mike</div><div style="margin: 0px; font-stretch: normal; line-height:
    normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""
    <br class=""></span></div></span></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div></span></div></body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Paul Adrian Glaubitz@21:1/5 to Gregor Riepl on Wed Sep 23 21:00:02 2020
    On 9/23/20 8:50 PM, Gregor Riepl wrote:
    I think we should really get these old drivers back into Debian Ports in
    some way.

    Please assemble a list of packages we need to have for Debian Ports in "unrelased"
    and I'll take care of it later this week or next week.

    Adrian

    --
    .''`. John Paul Adrian Glaubitz
    : :' : Debian Developer - glaubitz@debian.org
    `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
    `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)