Saratov Linux User Group
 help / color / mirror / Atom feed
From: dan <dn2010@km.ru>
To: sarlug@lug.ru
Subject: [Sarlug] Radeon & Linux
Date: Tue, 27 May 2003 21:12:16 +0400
Message-ID: <1671249133.20030527211216@km.ru> (raw)

Для того, чтобы включить аппаратное 3D надо:
1) поставить mesa
2) включить загрузку модулей ядра
 agpgart
 radeon
при старте системы
3) разрешить direct rendering
в XF86Config :
Section "Module"
    Load        "glx"
    Load        "dri"
EndSection
# разрешаем всем direct rendering
Section "DRI"
    Mode        0666
EndSection
# или разрешаем избранным
#Section "DRI"
#       Group "xdri"
#       Mode 0660
#EndSection
# избранных добавляем в группу xdri
Section "Device"
    Identifier  "ATI Radeon"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "radeon"
    Option      "AGPMode"  "1"
    Option      "DPMS"  "on"
EndSection

В Master 2.2 модули грузятся сами, а рабочий конфиг для X-ов
получается  с помощью XFdrake.

P.S. драйвер не очень быстрый, бинарный драйвер от ATI быстрее, версия
для ALT точно есть в Сизифе и предположительно в Master/Junior 2.2
P.S. все вышенаписанное проверялось на Radeon 7200 в Slackware 9.0 и
Master 2.2.
  
-- 
Best regards,
 dan                          mailto:dn2010@km.ru




                 reply	other threads:[~2003-05-27 17:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1671249133.20030527211216@km.ru \
    --to=dn2010@km.ru \
    --cc=sarlug@lug.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

Saratov Linux User Group

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/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 sarlug sarlug/ http://lore.altlinux.org/sarlug \
		sarlug@lists.lug.ru sarlug@lug.ru
	public-inbox-index sarlug

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


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