ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Хихин Руслан" <hihin@yandex.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] Nvidia GF440MX в Сизифе больше не работает?
Date: Tue, 1 Jan 2008 16:39:54 +0300
Message-ID: <200801011640.00738@ruslandh> (raw)
In-Reply-To: <1199192637.10695.31.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 2055 bytes --]

Здравствуйте Вячеслав Диконов
  В сообщении от 1 января 2008 Вячеслав Диконов написал(a):
 > Обновил Сизиф на старой машине в GF4 MX и получил нерабочие Х-ы.
 > Последний драйвер, поддерживающий эту карту - 9643. С ним успешно
 > работал beryl. После обновления до Сизифа вчера перестал работать
 > xorg с
 > сообщением об ABI 2.0. При этом
 > Option "ignoreABI" "True"
 > или -ignoreABI в xinit не действуют!
 > Новые поколения Nvidia железно несовместимы. Как быть?
или

$cat xserverrc

#!/bin/sh
# $Id: xserverrc,v 1.2 2006/01/07 19:27:05 ldv Exp $

X_server='X -nolisten tcp -ignoreABI'
exec $X_server "$@"

Или cat xserverrc(.new)
cat xserverrc.rpmnew
#!/bin/sh

config='/etc/sysconfig/xserver'
[ ! -s "$config" ] || . "$config"

is_yes() {
        case "$1" in
                yes|Yes|YES|true|True|TRUE|on|On|ON|Y|y|1) return 0 ;;
        esac
        return 1
}

OPTIONS=
check_arg() {
        OPTIONS="$OPTIONS${1:+ $2 $1}"
}

check_yes() {
        if [ -n "$1" ]; then
                is_yes "$1" &&
                        OPTIONS="$OPTIONS $2" ||
                        OPTIONS="$OPTIONS${3:+ $3}"
        fi
}

check_arg "$AUDIT" -audit
check_arg "$DPI" -dpi
check_arg "$NOLISTEN" -nolisten
check_arg "$CONNECTION_TIMEOUT" -to
check_arg "$DATA_SPACE_LIMIT" -ld
check_arg "$OPEN_FILES_LIMIT" -lf
check_arg "$STACK_SPACE_LIMIT" -ls
check_yes "$ACCESS_CONTROL" -ac
check_yes "$COREDUMP" -core
check_yes "$DPMS" dpms -dpms
check_yes "$XINERAMA" +xinerama -xinerama
check_yes "$AUTO_REPEAT" r -r
check_yes "$SCREENSAVER_VIDEO" v -v
check_arg "$SCREENSAVER_CYCLE" -p
check_arg "$SCREENSAVER_TIMEOUT" -s

XSERVER_OPTIONS="$OPTIONS"
OPTIONS=

check_arg "$XDMCP_QUERY" -query
check_arg "$XDMCP_INDIRECT" -indirect
check_arg "$XDMCP_MULTICAST" -multicast
check_yes "$XDMCP_BROADCAST" -broadcast
ENABLE_XDMCP="${OPTIONS:+1}"
check_arg "$XDMCP_PORT" -port
check_arg "$XDMCP_FROM" -from

XDMCP_OPTIONS="$OPTIONS"
OPTIONS=

exec X $XSERVER_OPTIONS ${ENABLE_XDMCP:+$XDMCP_OPTIONS} "$@"
                                      

-- 
С  уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-01-01 13:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-01 13:03 Вячеслав Диконов
2008-01-01 13:39 ` Хихин Руслан [this message]
2008-01-01 16:59 ` Igor Zubkov
2008-01-04 14:55   ` Вячеслав Диконов
2008-01-09 17:45 ` Sergey V Turchin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200801011640.00738@ruslandh \
    --to=hihin@yandex.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git