Saratov Linux User Group
 help / color / mirror / Atom feed
* [Sarlug] Radeon & Linux
@ 2003-05-27 17:12 dan
  0 siblings, 0 replies; only message in thread
From: dan @ 2003-05-27 17:12 UTC (permalink / raw)
  To: sarlug

Для того, чтобы включить аппаратное 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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-27 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-27 17:12 [Sarlug] Radeon & Linux dan

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