[Request] Patch for terminus-font

Terminus is best monospace font in known universe, but nothing is perfect. I'd like to see "dv" patch applied - it drastically improves readability.
It changes only 2 chars and doesn't interfere with anything else:
Patched PKGBUILD:
# Maintainer: Vesa Kaihlavirta <[email protected]>
# Contributor: Kristoffer Fossgrd <[email protected]>
arch=(i686 x86_64)
pkgname=terminus-font
pkgver=4.20
pkgrel=3
pkgdesc="A superb, monospace bitmap font (for X11 and console)"
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
replaces=(xserver-terminus-fonts)
source=(http://www.is-vn.bg/hamster/$pkgname-$pkgver.tar.gz http://www.is-vn.bg/hamster/$pkgname-$pkgver-dv1.diff.gz)
url="http://www.is-vn.bg/hamster/jimmy-en.html"
install=terminus-font.install
md5sums=('fe9d8e25b9537f6b3154d07d3da50375' 'af2021daabcc38e4df67c926e2338337')
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 < ../$pkgname-$pkgver-dv1.diff
./configure --prefix=/usr --x11dir=/usr/share/fonts/local/ --psfdir=/usr/share/kbd/consolefonts/
make DESTDIR=$startdir/pkg install

It would be very nice. Cyr terminus without patches it is not correct

Similar Messages

  • When Patch for embedded fonts and Lion OSX to be released?

    Was reading through the thread about the problem with embedded fonts and Lion OSX and a patch being released the 3rd week of August. Does anyone know about the patch being released?

    This patch was released as 11.5.9 a couple of weeks ago. See this thread:
    http://forums.adobe.com/thread/895280?tstart=0
    You should be able to get it through the Help / Check for Updates menu - but I would definitely be aware that it seems to have created a couple of new issues for some users (documented in other forum posts at forums.adobe.com).

  • Cpu patches for 12c OEM

    Hi,
    Has anyone deployed CPU patches for 12c OEM? In the recent Jul, 2012 CPU patch there is patch for Oracle Database Plug-ins, has anybody deployed this Jul ,2012 CPU patch for 12c OEM.
    Enterprise Manager Plugin for Database 12c Release 1, versions 12.1.0.1, 12.1.0.2 Enterprise Manager
    Thanks
    Amit

    I have requested the "on request" patch for the Oracle Database Management Plug-in for the 12.1.0.1 Home, but was told by Oracle Support that there was no patch. I am on Solaris Sparc 64. I looked at the CVE-2012-1737 advisory, and I am trying to figure out if the vulnerability does not apply to my platform, but frankly can't figure it out from that document, and the support person did not elaborate. Have you been given a patch?
    Regards,
    Peggy

  • Can someonoe please assist me in my Adobe Photoshop CS6 Extended.  I keep getting a 'Couldn't Complete Your Request because Dynamic Link is not Available?" Is there a way of getting a software patch for this problem?  I thought you didn't need extra softw

    Can someonee please assist me in my Adobe Photoshop CS6 Extended.  I keep getting a 'Couldn't Complete Your Request because Dynamic Link is not Available?" Is there a way of getting a software patch for this problem?  I thought you didn't need extra software.  My software other than that problem works fine.

    Couldn't complete what request?   Way more information please.
    What operating system?

  • Xserver-terminus-fonts pkgbuild. designed for console&xt

    These are very nice and clean, fixed width fonts designed for use under console and X.
    Description from the homepage:
    Terminus Font is designed for long (8 and more hours per day) work with computers. Version 4.09 contains 594 characters, covering code pages ISO8859-1/2/5/9/13/15/16, Windows-1250/1251/1252/1254/1257, IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254, Macintosh-Ukrainian and Esperanto, and also the vt100 and xterm pseudographic characters.
    The sizes present are 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. The styles are normal and bold, plus EGA/VGA-bold for 8x14 and 8x16.
    The package can be split into 2 separate packages if you really need it (one for console and one for x-server). I don't need 2 packages :-)
    xserver-terminus-fonts PKGBUILD
    pkgname=xserver-terminus-fonts
    pkgver=4.09
    pkgrel=1
    pkgdesc="Clean fixed width fonts for console and x-server"
    url="http://www.is-vn.bg/hamster/jimmy-en.html"
    depends=('x-server' 'kbd')
    makedepends=('perl' 'mawk')
    install=xserver-terminus-fonts.install
    source=('http://www.is-vn.bg/hamster/terminus-font-4.09.tar.gz')
    md5sums=('21e832a4b4bfdd1f494eddea06ccfedf')
    build() {
    cd $startdir/src/terminus-font-4.09
    ./configure
    --prefix=/usr
    --psfdir=$startdir/pkg/usr/share/kbd/consolefonts
    --unidir=$startdir/pkg/usr/share/kbd/consoletrans
    --x11dir=$startdir/pkg/usr/X11R6/lib/X11/fonts/terminus
    make psf pcf
    make install-psf install-uni install-pcf
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp1250_to_uni.trans
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp1251_to_uni.trans
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp437_to_uni.trans
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/koi8-r_to_uni.trans
    xserver-terminus-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    echo "Rebuilding font index..."
    cd /usr/X11R6/lib/X11/fonts/terminus
    /usr/X11R6/bin/mkfontscale
    /usr/X11R6/bin/mkfontdir
    rm -f /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    ln -s /usr/X11R6/lib/X11/fonts/encodings/encodings.dir
    /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    echo "...done."
    echo "------------------------------------"
    echo "Add (install) / delete (uninstall) the following"
    echo "font paths in your /etc/X11/xorg.conf or /etc/X11/XF86Config"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/terminus"
    echo ""
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    post_install $1
    op=$1
    shift
    $op $*

    New version is out. I'm leaving the old pkgbuild above as backup.
    EDIT: Another update from 4.12 to 4.14 (small fixes only):
    xserver-terminus-fonts PKGBUILD
    pkgname=xserver-terminus-fonts
    pkgver=4.14
    pkgrel=1
    pkgdesc="Clean fixed width fonts for console and x-server"
    url="http://www.is-vn.bg/hamster/jimmy-en.html"
    depends=('x-server' 'kbd')
    makedepends=('perl' 'mawk')
    install=xserver-terminus-fonts.install
    source=(http://www.is-vn.bg/hamster/terminus-font-${pkgver}.tar.gz)
    md5sums=('2d96ec962b65498370fb8b8ea15294c8')
    build() {
    cd $startdir/src/terminus-font-${pkgver}
    ./configure
    --psfdir=/usr/share/kbd/consolefonts --unidir=/usr/share/kbd/consoletrans
    --x11dir=/usr/X11R6/lib/X11/fonts/terminus --acmdir=/usr/share/kbd/consoletrans
    --rawdir=/usr/share/terminus/pcvtfonts
    make psf pcf raw 12b txt
    make DESTDIR=$startdir/pkg install-psf install-pcf install-12b install-raw install-uni install-acm
    xserver-terminus-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    echo "Rebuilding font index..."
    cd /usr/X11R6/lib/X11/fonts/terminus
    /usr/X11R6/bin/mkfontscale
    /usr/X11R6/bin/mkfontdir
    rm -f /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    ln -s /usr/X11R6/lib/X11/fonts/encodings/encodings.dir /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    echo "...done."
    echo "------------------------------------"
    echo "Add (install) / delete (uninstall) the following"
    echo "font paths to/from your /etc/X11/xorg.conf:"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/terminus"
    echo ""
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    post_install $1
    op=$1
    shift
    $op $*

  • AAC/MPEG-4 support patch for abcde

    I got bored to day and made up this patch for abcde that adds support for AAC using the M4A extension.
    It uses FAAC as the encoder and also patches abcde to version 2.2.3
    I have not tested it yet so bear with me...i'll post my test results later.
    You'll have to manually add the "M4AENCOPTS=" variable to the config
    usage is: abcde -o m4a
    UPDATED: fixed a plethora of typos
    another side note is the fact FAAC must be compiled with mpeg-4 support, the Archlinux package for FAAC isn't, so therefore this could be a problem unless you compile FAAC yourself. I submitted a feature request to get mp4 support added.
    the following is the 2.2.0 to 2.2.3 update+AAC patch. I will submit a AAC patch for the newest release to the developers of abcde later on.
    --- abcde-old-2.2.0 2005-03-08 12:42:14.000000000 -0500
    +++ abcde2 2005-03-08 12:11:07.000000000 -0500
    @@ -11,7 +11,7 @@
    # Copyright for this work is to expire January 1, 2010, after which it
    # shall be public domain.
    -VERSION="2.2.0"
    +VERSION="2.2.3"
    usage ()
    @@ -21,7 +21,7 @@
    echo "-1 Encode the whole CD in a single file"
    echo "-a <action1[,action2]...>"
    echo " Actions to perform (cddb,read,normalize,encode,tag,move,playlist,clean)"
    -echo "-A Experimental actions (retag, transcode)"
    +#echo "-A Experimental actions (retag, transcode)"
    echo "-b Batch mode: enable album normalization and nogap encoding"
    echo "-c <file>"
    echo " Specify a configuration file (overrides system and user config files)"
    @@ -366,6 +366,9 @@
    mpc)
    run_command tagtrack-$1 true
    + m4a)
    + run_command tagtrack-$1 true
    + ;;
    esac
    done
    @@ -489,6 +492,10 @@
    ## FIXME ## to the encoder ends up empty.
    run_command encodetrack-$OUTPUT-$1 nice $ENCNICE $MPPENCODER $MPPENCODEROPTS --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1" --genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" "$IN" "$OUT"
    + m4a)
    + # AAC/MPEG-4 format (.m4a) is done locally, with inline tagging.
    + run_command encodetrack-$OUTPUT-$1 nice $ENCNICE $M4AENCODER $M4AENCODEROPTS --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1" --genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" -w "$IN" -o "$OUT"
    + ;;
    esac
    done
    # Only remove .wav if the encoding succeeded
    @@ -737,6 +744,9 @@
    if [ "$INTERACTIVE" = "y" ]; then
    while [ "$DONE" != "y" ]; do
    read ERASEPLAYLIST
    + if [ "$ERASEPLAYLIST" = "" ]; then
    + ERASEPLAYLIST=e
    + fi
    case $ERASEPLAYLIST in
    e|E|a|A|k|K) DONE=y ;;
    @@ -764,7 +774,7 @@
    ARTISTFILE=$(mungefilename "$TRACKARTIST")
    # If we want to start the tracks with a given number, we need to modify the
    # TRACKNUM value before evaluation
    - if [ -n $STARTTRACKNUMBER ] ; then
    + if [ -n "$STARTTRACKNUMBER" ] ; then
    # Get the trackpadding from the current track
    CURRENTTRACKPADDING=$(echo -n $UTRACKNUM | wc -c)
    TRACKNUM=$( printf %0.${CURRENTTRACKPADDING}d $(expr ${UTRACKNUM} + ${STARTTRACKNUMBER} - 1 ))
    @@ -843,7 +853,7 @@
    cdparanoia|debug)
    if [ "$WEHAVEACD" = "y" ]; then
    vecho "Querying the CD for audio tracks..."
    - TRACKS=$( $CDROMREADER -Q 2>&1 | egrep '^[[:space:]]+[[:digit:]]' | tail -n 1 | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    + TRACKS=$( $CDROMREADER -d $CDROM -Q --verbose 2>&1 | egrep '^[[:space:]]+[[:digit:]]' | tail -n 1 | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    CDPARANOIAAUDIOTRACKS="$TRACKS"
    else
    if [ -f "$ABCDETEMPDIR/status" ] && checkstatus cdparanoia-audio-tracks ; then
    @@ -1354,7 +1364,7 @@
    EDITCDDB=n
    fi
    if [ "$EDITCDDB" = "y" ]; then
    - CDDBDATAMD5SUM=$($MD5SUM "$CDDBDATA" | cut -d " " -f 1);
    + CDDBDATAMD5SUM=$($MD5SUM "$CDDBDATA" | cut -d" " -f1);
    # Use the debian sensible-editor wrapper to pick the editor that the
    # user has requested via their $EDITOR environment variable
    @@ -1387,7 +1397,7 @@
    # Some heuristics first. Look at Disc Title, and if it starts with
    # "Various", then we'll assume Various Artists
    - if [ "$(grep ^DTITLE= "$CDDBDATA" | cut -f2 -d= | egrep -ci '^(various|soundtrack|varios|sonora|ost)')" != "0" ]; then
    + if [ "$(grep ^DTITLE= "$CDDBDATA" | cut -f2- -d= | egrep -ci '^(various|soundtrack|varios|sonora|ost)')" != "0" ]; then
    echo "Looks like a Multi-Artist CD" >&2
    VARIOUSARTISTS=y
    else
    @@ -1470,7 +1480,7 @@
    echo "variousartiststyle=$VARIOUSARTISTSTYLE" >> "$ABCDETEMPDIR/status"
    if [ "$EDITCDDB" = "y" ] && [ "$UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE" = "y" ]; then
    - if [ $CDDBDATAMD5SUM != "" ] && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d " " -f 1) ]; then
    + if [ $CDDBDATAMD5SUM != "" ] && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d" " -f1) ]; then
    # This works but does not have the necessary error checking
    # yet. If you are familiar with the CDDB spec
    # (see http://www.freedb.org/src/latest/DBFORMAT)
    @@ -1577,7 +1587,7 @@
    WAVDATA="$ABCDETEMPDIR/track$UTRACKNUM.wav"
    OUTDATA="$ABCDETEMPDIR/track$UTRACKNUM.$OUTPUTTYPE"
    if [ -r "$CDDBDATA" ]; then
    - TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2 -d= | tr -d [:cntrl:])
    + TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2- -d= | tr -d [:cntrl:])
    echo "Grabbing track $UTRACKNUM: $TRACKNAME..." >&2
    else
    echo "Grabbing track $UTRACKNUM..." >&2
    @@ -1692,6 +1702,7 @@
    SPEEXENCODERSYNTAX=default
    MPPENCODERSYNTAX=default
    NORMALIZERSYNTAX=default
    +M4AENCODERSYNTAX=default
    OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
    # Use the following VAOUTPUTFORMAT to revert to 2.0.x VA format:
    @@ -1738,6 +1749,7 @@
    SPEEXENC=speexenc
    # mpp (Musepack)
    MPPENC=mppenc
    +M4AENC=faac
    ID3=id3
    ID3V2=id3v2
    @@ -1773,6 +1785,7 @@
    SPEEXENCOPTS=
    # mpc
    MPPENCOPTS=
    +M4AENCOPTS=
    ID3OPTS=
    ID3V2OPTS=
    @@ -2039,6 +2052,7 @@
    spx) [ "$SPEEXENCODERSYNTAX" = "default" ] && SPEEXENCODERSYNTAX=speexenc ;;
    mpc) [ "$MPPENCODERSYNTAX" = "default" ] && MPPENCODERSYNTAX=mppenc ;;
    + m4a) [ "$M4AENCODERSYNTAX" = "default" ] && M4AENCODERSYNTAX=faac ;;
    *) echo "abcde error: Invalid OUTPUTTYPE defined" >&2
    exit 1
    @@ -2100,6 +2114,12 @@
    MPPENCODER="$MPPENC"
    esac
    +case "$M4AENCODERSYNTAX" in
    + faac)
    + M4AENCODEROPTS="$M4AENCOPTS"
    + M4AENCODER="$M4AENC"
    + ;;
    +esac
    # and which tagger
    @@ -2144,7 +2164,7 @@
    ${NEEDCOMMENTER+$VORBISCOMMENT} ${NEEDMETAFLAC+$METAFLAC}
    ${NEEDNORMALIZER+$NORMALIZER} ${NEEDEJECT+$EJECT}
    ${NEEDDISKTOOL+disktool} ${NEEDCDSPEED+$CDSPEED}
    - ${NEEDVORBISGAIN+$VORBISGAIN}
    + ${NEEDVORBISGAIN+$VORBISGAIN} $M4AENCODER
    do
    # Cut off the command-line options we just added in
    X=$(echo $X | cut -d' ' -f2)
    @@ -2207,37 +2227,6 @@
    esac
    fi
    -if [ "$STRIPDATATRACKS" = "y" ] && [ ! "$ONETRACK" = "y" ]; then
    - case "$CDROMREADERSYNTAX" in
    - cdparanoia|debug)
    - # cdparanoia can query the CD, so let's process the TRACKQUEUE list with the results.
    - if checkstatus cdparanoia-audio-tracks; then
    - CDTRACKQUEUE=$( cat $ABCDETEMPDIR/cdparanoia-audio-tracks )
    - else
    - ## FIXME ##
    - vecho "Querying the CD to obtain a list of valid audio tracks..."
    - $CDROMREADER -Q > $ABCDETEMPDIR/cdparanoia-query 2>&1
    - # Obtain a list of valid audio tracks from the results of the query
    - CDTRACKQUEUE=$( cat $ABCDETEMPDIR/cdparanoia-query | egrep '^[[:space:]]+[[:digit:]]' | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    - fi
    - # Obtain the track padding value from the before-processing list and pad the CD list
    - TRACKNUMPADDING=$( echo $TRACKQUEUE | awk '{print $1}' | tr -d " n" | wc -c )
    - for TRACK in $CDTRACKQUEUE ; do
    - TRACKNUM=$(printf %0.${TRACKNUMPADDING}d $(expr ${TRACK} + 0 ))
    - PADNEWTRACKQUEUE=$(echo $PADNEWTRACKQUEUE $TRACKNUM)
    - done
    - CDTRACKQUEUE=$PADNEWTRACKQUEUE
    - # Now, compare if the values in the list are valid tracks in the CD
    - for TRACK in $TRACKQUEUE; do
    - if echo $CDTRACKQUEUE | grep $TRACK >/dev/null ; then
    - NEWTRACKQUEUE="$NEWTRACKQUEUE $TRACK"
    - fi
    - done
    - TRACKQUEUE="$NEWTRACKQUEUE"
    - esac
    -fi
    # Create playlist if needed (backgroundable) and start reading in tracks
    @@ -2446,7 +2435,7 @@
    # TRACKNUM=$(printf %0.${TRACKNUMPADDING}d $(expr ${UTRACKNUM} + 0))
    TRACKNUM=$UTRACKNUM
    CDDBTRACKNUM=$(expr $UTRACKNUM - 1)
    - TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2 -d= | tr -d [:cntrl:] | sed 's/ +$//')
    + TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2- -d= | tr -d [:cntrl:] | sed 's/ +$//')
    splitvarious
    fi
    fi
    the patches can also be found here http://www2.rudefyet.com:8080/patch
    please post any other issues you have

    not yet, i'm going to work all the kinks out before i submit it
    as of right now I noticed some major typos, on my part, that cause it to fail...i'm working on that right now

  • Patch for modbin6-1.00.38.exe is out.. "2MBIOS.BIN can't open!" Solved.

    Hi mates,
    ive decide to make a patch for modbin6 1.00.38 to improve stability and minise risk of modding the BIOS. for users which is reading this post if never heard about MODBIN better avoid reading below. its nice program for basic BIOS mod, simple to use, but very danger in the same time couse mess with BIOS and inproperty using may couse disaster. im not gona advert or to invite persons to use it. just wana make this program to be used normally to bring stability and minise risk of making corrupted BIOSes.. for persons which is already using it and have experience with him or with person Enthu which is wana try it and they dont worry if mobo may caouse for trash. there is 2 reasons to making this patch.
       1. couse sometimes im using it there is features on it wchich gives basic stuffs, unlocking hidden features locked by manifacturer(sometimes really usefull especially for DIMM Vcore..). so there is a nasty bug on it which gona explain later. most of persons who is using MODBIN know about it. so that patch will spend me alot of time and minimise risk of mistake during avoiding bug couse operation need several procedure and automatised will risk free and much fastern.
       2. to bring ability for most stable operations to persons which is already using it when need.
    but lets talk about the patch. everyone know that nasty issue with MODBIN(made it by Borg N1,part from his collection). bug is program wont safe BIOS file  and quiting with Abnormal program termination.... gives this one message: !!!File
    2MBIOS.BIN can't open!Thanks for using ModBin6 1.00.38  how nice ...
    here is Borg N1 advices:
    Quote from: Borg Number One on 16-July-05, 05:24:51
    Hi.
    It is a kind of sad fact that many users just know how to use the mouse and keyboard. 
    Well, you have to configure your config.sys (Win9x/ME) or config.nt to run MODBIN6
    (e.g. MODBIN6 2.01.01 (06/25))
    in Windows prompt/console without problems.
    The " FILES " & " BUFFERS " values are the important values.
    http://www.xtremesystems.org/forums/showthread.php?t=45538
    http://www.xtremesystems.org/forums/showthread.php?t=63210&highlight=config.nt
    +++ BNOBTC & BNOBLG +++
    http://bnobtc.pix-art.com
    Borg advices is good but unfortuanly doesnt fix that bug... seems author dont have much idea why this is happend...error is constant ... Pure DOS also can't help... i wana add few more tips to the Borg's ones to improve stability when using  modbin, after that will talking about patch.
    TIP: navigate to this folder and open config.nt file:  %SystemRoot%\system32\config.nt
    at the end of file add this ones:
    dos=high, umb
    device=%SystemRoot%\system32\himem.sys /CPUCLOCK:ON /HMAMIN=64
    FILES=40
    BUFFERS=40
    STACKS=9,256            -----> Preserving 039A-045Eh   3,152   Sys  039Ah Stacks, 0552h DOSX
    Also MODBIN doesnt work well with long filenames.... etc "document and settings\my profile\desktp\modblabla" if not gona work property and there is a big chance of failure will load but after saving will have problems to update BIOS "core"(original.tmp) so always use 8.3 syntax standart .... best way from root directory make subdir whcih name to no NOT exceed 8 symbols... etc C:\123,C:\MYFLASH,C:\ROFL
    without TIPs it is really big gamble with BIOS....
    Aslo that will prevent Stack Overflow error when BIOS is loading....
    NOTE: To activate changes just quit from any DOS interpretators like(4nt,command.com,cmd and so on). and re-run it. Reboot OS is not requred.
    here how to do:
    Also when executing MODBIN put below executable file this ones without quotes "loadfix forcedos modbin6-1.00.38.exe"
    and ofcourse nasty error is waiting us... "2MBIOS.BIN can't open!Thanks for using ModBin6 1.00.38"
    Patch which iv maked gona RIP this error forever.
    Download: modbin6_1.00.38
    Download: MODBINPATCH
    What patch need? and how to use it? I named patch "Dynamic Patch for modbin" Couse isnt make modification on MODBIN program but momory his parent process when is loaded into memory.
    tips suggested below is recommended but not nesecery for the patch.. patch need MODBIN and your BIOS file (modbin6-1.00.38.exe and mybios.bin) to be copied to systemroot drive(usually C) in folder MSI etc put modbin6-1.00.38.exe and mybios.bin(BIOS which you gona mod) to C:\MSI
    Patch make checking if folder doesnt match will not continue....
    How to use it..... Copy modbin6-1.00.38.exe and mybios.bin to C:\MSI, then from command prompt navigate to C:\MSI and execute "loadfix forcedos modbin6-1.00.38.exe" after that load your BIOS file... when loading is complete navigate to your patch folder and execute patchMSI.exe.... takes 10 seconds to complete after that make active "white" window and enter "Q" then hit ENTER key both windows will be closed, after that return to your modbin window, make what you gona make and save BIOS file like normal procedure... Method is founded and tested by me from years below never let me down(never brings corrupted BIOS), but just today ive made patch couse was too lazy... also Borg's MODBIN can work with most of all chipsets which is using AWARD Modular based... NOTE: K9 isnt tested. the most of here you can view how exacly to do it and differents with and without patch:
    here is one more think some time maybe usefull from me:D
    Here is 1st little short trick:(no analog anywhere, like patch only here can be found if accepted):
    How to reset BIOS if you have nothink? Examples if you are administrator/PC-support or any and must fix same PC but the BIOS has an password?! And you dont have permision to open Case to reset CMOS(couse PC has an sticker with Warantly (and removing that sticker couse lost pc warrantly) You need access to BIOS to re-check,configure somethink there but its password protected. anyway there could be many situation. what we need? nothink special just bootable DOS(or analog- PC-DOS or whatever,doesnt matter where will boot(cd,flash disk,hdd)), no extended commands.[io.sys(jo.sys),command.com] - files requred to boot Here we go:
    boot from desired device.when you see command prompt etc.: "A:\,C:\"
    We will write a program without any languich..directly in PC code..(without compilator), direct in machine code.
    write this:
    copy con ffs.com|ffs          *comment None
    176.230p144144230q195     *comment Hold "ALT" and write number
    ^Z                                  *comment "CTRL+Z" then hit "Enter"
    Explain:
    copy(internal command)
    con (command line switch)
    ^Z (CTRL+Z)
    NOTE: Numbers in second line must be written with holdon "ALT" key and specified numbers.(ASCI Code). Non numbers symbols is normal keyboard selection. on input display should look like:
    copy con ffs.com|ffs                   
    ░.цpРРцq├                                 
    ^Z                                           
    Program is 9 bytes long... (simple but high effective)
    Thats it.Reboot Computer... password is gone. CMOS is reseted to default values. Tested on Award 4.0,6.0, AMI BIOS. Break all..
    and finaly again:
    **To All readers of this thread: Please note that this thread is with regards to Self-Modding BIOS and are of NO Official Testings from MSI. MSI will not be responsible for ANY Damage caused from requesting these self modded BIOSes! Please mind that you'll ONLY request and flash AT YOUR OWN RISK!!!** also MODBIN Author(Borg N1) and me is dont are NOT  responsible for ANY Damage caused by MODBIN or Add On Patch. (i didnt think there is risk exit must must said that warning....couse playing with BIOS is always risky). Happy Tweaking. 

    Well, I was wondering if the system not allowing the tty to change ownership -- but root also has the problem.
    You might try checking which shell is set for your users in /etc/passwd, and then check that the shell really exists at the specified path, and that it is executable.  You might also check that the home directory for you users (also specified in /etc/passwd) is mounted and your user has the appropriate rights to that directory.
    Other than that, I am running out of altitude, airspeed and ideas all at the same time.  There was one thing in your trace I did not understand.  Why is your system looking to the floppy drive?  I wonder if that is contributing to the problem.

  • Terminus-font not displaying correctly in gtk.

    terminus isn't displaying correctly when i set it with gtk in lxappearance, for some reason it's showing some strange other font:
    i've tried reinstalling the terminus-font package, and removing it and installing terminus-font-td1 from the AUR. the ttf version is not installed, despite what it says, also it displays correctly in italics, but not regular.
    any ideas on how to fix this?
    Last edited by dgz (2013-09-06 15:50:13)

    I think you have bitmapped fonts disabled in fontconfig. To enable them, do as root:
    rm /etc/fonts/conf.d/70-no-bitmaps.conf
    ln -s /etc/fonts/conf.avail/70-yes-bitmaps.conf /etc/fonts/conf.d/70-yes-bitmaps.conf

  • [SOLVED] Problems with xterm and terminus font

    Hi,
    For some reason I can't get my xterms to display the terminus font correctly. It mainly shows up when I display man pages, all the dash characters show up as filled black boxes. It happens with other stuff too though. I've been asking in the IRC channel, but so far, no luck. Just other people confirming that it works for them.
    I'm using fluxbox to start my xterm, and in .Xresources I have "xterm*faceName: terminus:pixelsize=14". I've got the default terminus-font package installed. Xterm is using the font at the correct size, it is just not displaying some characters. My locale is set to "en_US.UTF-8".
    After spending hours searching the web for this, I'm left completely clueless as to what may be wrong. So any help would be greatly appreciated.
    Thanks.
    Last edited by silvrax (2012-08-22 09:44:55)

    Nope, does not seem to work. I've tried several ways of specifying the font in .Xresources. But none seem to work.
    Yesterday I've decided to try using urxvt, and that actually works. I've now got this in .Xresources:
    urxvt.font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    xterm.font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    And then when I try this in bash:
    printf "\u2010\u2011\u2012\u2013\u2014\u2015\u2016\u2017\u2018\n"
    I get dash like characters in urxvt, and non-printable characters (displayed as black boxes) in xterm.

  • [SOLVED] XTerm and the Terminus font

    I having difficulty getting the Terminus font to display correctly in xterm.
    In .Xresources;
    When I use "xterm*faceName:Terminus:style=Regular:size=10" I get missing characters, like the curly quotes in man pages.  This line is from the wiki.
    When I use "xterm*font:-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" there are no missing characters (that I've found).  However, the display output (like paging a text file, for example) is much slower.  Too slow, so I go back to the missing characters config.
    One other issue I've noticed, which may be related.  When I use the control-mousebutton menus, they display very slowly taking 2 or 3 seconds to draw. This happens even without loading my .Xresources file.
    Also note I'm using fontconfig-infinality-ultimate.
    My complete .Xresources file:
    xterm*Background:black
    xterm*Foreground:white
    xterm*cursorColor:green
    !xterm*pointerShape:arrow
    !xterm*pointerColor:blue
    xterm*VT100.geometry:80x32
    xterm*faceName:Terminus:style=Regular:size=10
    !xterm*font:-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    !xterm*faceName:Inconsolata:style=Regular:size=11
    !xterm*font:-*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
    !xterm*renderFont:false
    xterm*dynamicColors:true
    xterm*utf8:2
    xterm*eightBitInput:true
    xterm*saveLines:4096
    xterm*scrollKey:true
    xterm*scrollTtyOutput:false
    xterm*scrollBar:true
    xterm*rightScrollBar:true
    xterm*jumpScroll:true
    xterm*multiScroll:true
    xterm*toolBar:false
    xterm*locale:true
    xterm*termName:xterm-256color
    xterm*metaSendsEscape:true
    Last edited by mixer (2013-09-03 03:56:33)

    mixer wrote:
    Switching to rxvt-unicode (plus rxvt-unicode-terminfo) fixed my problem with speed and missing Terminus characters.  I'm using the setting:
    URxvt*font:xft:Terminus:pixelsize=14
    The part that I don't understand is, if I specify my font as follows I get all the characters but slow display:
    URxvt*font:-*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-*
    You commented that this flavor (the XLFD form) is slow with both xterm and urxvt.
    As I noted, the problem is in how the server handles the fonts.
    urxvt's equivalent to xterm's "-fa" option is a feature introduced by konsole (a "xft:" prefix on the string).
    Actually you don't get "all" of the characters.  To see this, use xfd.  The 10646 encoding appears to be the
    original terminus (a small set of 256 characters) with a few others added.  But most of the 0-65535 range is
    filled with a filler-character.

  • Newest patch for call of duty 5 world at war..

    Can anyone tell me when the newest patch for cod5 waw dd(1.6) will be available for download?
    thanks to any replies!!

    If you buy from best buys download it comes from Digital Rivers which is crap bcuz it takes forever to get the patch or they dont even have all the patches on the site. For instance my sp version is different from my Mp version when they should both b the same. the page that is suppose to have the patches doent even come up any more unless the url has change I havent been able to find it as yet.And if you try to contact DR they ignore your request like you never sent it I have tried this several times with no luck.
    Best buy stop using DR goto someone else more reliable when it comes to your downloadable games. I will never buy a game from BB again till they change who they use.

  • Last kernel patch for Solaris 10 x86 screwed up my kernel

    Hi,
    The last kernel patch for Solaris 10 x86 (sorry I can�t remember the patch id, but the revision is 30), available from Sun Update Manager screwed up my system.
    The system is still booting but in maintenance mode: smf can't start because of repository corrupted. Given instructions to restore the repository does not work because / filesystem is mounted read-only...
    As I am not a solaris expert, I will reinstall it from CD. I hope I won't loose the filesystem.
    I was used to blindly trust Sun solaris patches, that was a mistake.
    Laurent.

    i dont know why but still i do get default log in into the single mode
    after startup
    Requesting maintenance mode
    (See /lib/svc/share/README for aditional information. )
    Root password for system maintenance (control-d to bypass):i did removed the patch installed before so now
    SunOS jorgito 5.10 Generic_118844-26 i86pc i386 i86pcand finaly i do have milestone like this
    bash-3.00$ svcprop restarter | grep mile
    options/milestone astring svc:/milestone/multi-user:default
    dont know what to do else, also tried to synchronize boot-archive from solaris failsafe ...

  • [svn:fx-trunk] 12972: Commit Catalyst-submitted patch for fixing up unicode path/ file names in ActiveX.

    Revision: 12972
    Revision: 12972
    Author:   [email protected]
    Date:     2009-12-15 15:27:40 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Commit Catalyst-submitted patch for fixing up unicode path/file names in ActiveX.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-24648
    Reviewer: Alex & I
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24648
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • Terminus font size

    Hi there,
    I've installed the Terminus font, because I want to use it in Konsole. However I had to notice that the next bigger font size after 12 is 15 points. Does anybody know why there's no 13 or 14 point? I find 12 too small to read and 15 to big to fit into my Konsole window.
    Can I somehow tweak it or download a different version of Terminus, so that it will use 13 or 14?
    TIA,
    Blackhole

    blackhole wrote:Crazy. Can anybody recommend another similar terminal font?
    don't get upset.
    I just checked and found that font sizes 12 and 13 are in fact same, as well as 14 and 16. So nothing is unusual in your situation.
    As for the fonts... I really could not find terminal font better then Terminus. At least for me. I use it in console as well (one with f in it's name i.e. ter-k16f, as these do very well with ncurses)

  • Why Adobe CC software can only show regular font weight for some fonts?

    Why Adobe CC software can only show regular font weight for some fonts?
    I can use those fonts in different font weights in the CS3 in the same computer; however it doesn't work on CC.
    Anyone can help~

    And have you applied the patch at Crash | Launch, selecting Type tool?

Maybe you are looking for