ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: nikodim <nikodim@kgrs.kuzbe.elektra.ru>
To: community@altlinux.ru
Subject: Re: [Comm] help
Date: Tue, 15 Jul 2003 13:41:02 +0800
Message-ID: <20030715134102.40b5eb4c.nikodim@kgrs.kuzbe.elektra.ru> (raw)
In-Reply-To: <561044484.20030711155701@mail.ru>


> (EE) fglrx(0): Given depth (16) is not supported by fglrx driver
> (EE) fglrx(0): PreInitVisual failed
> (EE) fglrx(0): R200PreInit failed

Здесь все ясно. Драйвер fglrx не поддерживает глубину цвета 16 бит (HiColor),
а только 24 бита (TrueColor) или 32 бита.

Надо использовать режим с глубиной цвета 24 или 32 бита.
Например, у меня в XF86Config-4 так:

Section "Screen"
    Identifier "screen1"
    Device      "ATI Radeon"
    Monitor     "monitor1"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Попробуй так...





      reply	other threads:[~2003-07-15  5:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-11  9:57 Андрей
2003-07-15  5:41 ` nikodim [this message]

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=20030715134102.40b5eb4c.nikodim@kgrs.kuzbe.elektra.ru \
    --to=nikodim@kgrs.kuzbe.elektra.ru \
    --cc=community@altlinux.ru \
    /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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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